interlude/styles.css

39 lines
538 B
CSS
Raw Permalink Normal View History

2014-05-13 07:27:47 +03:00
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;
2014-08-20 14:52:34 +03:00
text-rendering: optimizeLegibility;
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-08-20 14:36:12 +03:00
color: #EEEEEE;
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;
2014-05-13 07:27:47 +03:00
}