interlude/styles.css

48 lines
678 B
CSS
Raw Normal View History

2014-05-13 07:27:47 +03:00
body {
width: 100%;
height: 100%;
overflow: hidden;
2021-08-08 14:13:07 +03:00
/* background-color: #06172A; */ /* BigBlueButton background */
2014-05-13 07:27:47 +03:00
}
body,
.reveal,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-family: "Roboto Condensed", tahoma, verdana, arial, sans-serif;
}
#background_video {
position: absolute;
top: 0;
left: 0;
z-index: -10000;
2014-05-13 16:41:55 +03:00
opacity: 0.4;
2014-05-13 07:27:47 +03:00
}
.reveal section img {
border: none;
Background: none;
box-shadow: none;
2014-05-13 15:43:58 +03:00
}
tr.past_event {
2014-05-13 16:41:55 +03:00
color: #AAAAAA;
2014-05-13 15:43:58 +03:00
}
tr.next_event {
2014-05-13 16:41:55 +03:00
color: #FFFF00;
2014-05-13 15:43:58 +03:00
}
tr.future_event {
2014-05-13 16:41:55 +03:00
color: #EEEEEE;
}
tr td:last-child, tr th:last-child {
text-align: right;
}