44 lines
589 B
CSS
44 lines
589 B
CSS
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
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;
|
|
min-width: 100%;
|
|
min-height: 100%;
|
|
z-index: -10000;
|
|
opacity: 0.2;
|
|
}
|
|
|
|
.reveal section img {
|
|
border: none;
|
|
Background: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
tr.past_event {
|
|
color: #6F6F6F;
|
|
}
|
|
|
|
tr.next_event {
|
|
color: #10AE00;
|
|
}
|
|
|
|
tr.future_event {
|
|
color: #BBBBBB;
|
|
} |