added experimental overview mode (press SPACE)
This commit is contained in:
parent
adc9ad19ce
commit
c6a75117f6
3 changed files with 143 additions and 15 deletions
19
css/main.css
19
css/main.css
|
@ -261,6 +261,25 @@ h1 {
|
|||
}
|
||||
|
||||
|
||||
.overview #main section {
|
||||
padding: 20px;
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
background: rgba(0,0,0,0.1);
|
||||
}
|
||||
.overview #main section>section {
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
.overview #main>section:hover {
|
||||
background: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.overview #main>section.present {
|
||||
background: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* VIEW FRAGMENTS
|
||||
*********************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue