39 lines
538 B
CSS
39 lines
538 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;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|
|
.reveal section img {
|
|
border: none;
|
|
Background: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
tr.past_event {
|
|
color: #AAAAAA;
|
|
}
|
|
|
|
tr.next_event {
|
|
color: #EEEEEE;
|
|
}
|
|
|
|
tr.future_event {
|
|
color: #EEEEEE;
|
|
}
|
|
|
|
tr td:last-child, tr th:last-child {
|
|
text-align: right;
|
|
} |