You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
646 B
CSS
41 lines
646 B
CSS
6 years ago
|
body {
|
||
|
color: gray;
|
||
|
background: white;
|
||
|
}
|
||
|
body.subtitle > * {
|
||
|
display: none;
|
||
|
}
|
||
|
body.subtitle .title {
|
||
|
display: none;
|
||
|
}
|
||
|
body.subtitle .title.active {
|
||
|
display: block;
|
||
|
}
|
||
|
.title.active {
|
||
|
padding-top: 5px;
|
||
|
padding-bottom: 5px;
|
||
|
display: block;
|
||
|
color: black;
|
||
|
/*background: white;*/
|
||
|
}
|
||
|
#controls {
|
||
|
position: absolute;
|
||
|
right: 0; top: 0;
|
||
|
}
|
||
|
body.subtitle #controls {
|
||
|
display: block;
|
||
|
}
|
||
|
/*
|
||
|
a.symbol {
|
||
|
display: inline-block;
|
||
|
width: 19px;
|
||
|
height: 30px;
|
||
|
|
||
|
}
|
||
|
a.symbol.video {
|
||
|
background-image: url(/icons/playsymbol.png);
|
||
|
}
|
||
|
a.symbol.scans {
|
||
|
background-image: url(/icons/leafletmarker.png);
|
||
|
}
|
||
|
*/
|