33 lines
381 B
SCSS
33 lines
381 B
SCSS
|
body.s-yiff-media {
|
||
|
background-color: #2c2f33;
|
||
|
color: #FFFDD0;
|
||
|
|
||
|
a {
|
||
|
color: #FFF;
|
||
|
}
|
||
|
|
||
|
.hide {
|
||
|
color: #2c2f33;
|
||
|
}
|
||
|
|
||
|
h1, h2 {
|
||
|
color: #0ff;
|
||
|
}
|
||
|
|
||
|
div#buttons button.stop {
|
||
|
position: fixed;
|
||
|
left: 5px;
|
||
|
bottom: 5px;
|
||
|
}
|
||
|
|
||
|
div#buttons button.start {
|
||
|
position: fixed;
|
||
|
right: 5px;
|
||
|
bottom: 5px;
|
||
|
}
|
||
|
|
||
|
button.hidden {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|