Style tweaks for better beamer vision

This commit is contained in:
Petko Bordjukov 2014-05-13 16:41:55 +03:00
parent ee9bb085c2
commit 27d833b24c
2 changed files with 9 additions and 7 deletions

View File

@ -24,7 +24,7 @@
</div> </div>
</div> </div>
<video id="background_video" src="cropped-background.mp4" loop autoplay /> <video id="background_video" src="background.mp4" loop autoplay />
<script id="agenda_template" type="text/ractive"> <script id="agenda_template" type="text/ractive">
<section id="agenda"> <section id="agenda">

View File

@ -19,10 +19,8 @@ body,
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
min-width: 100%;
min-height: 100%;
z-index: -10000; z-index: -10000;
opacity: 0.2; opacity: 0.4;
} }
.reveal section img { .reveal section img {
@ -32,13 +30,17 @@ body,
} }
tr.past_event { tr.past_event {
color: #6F6F6F; color: #AAAAAA;
} }
tr.next_event { tr.next_event {
color: #10AE00; color: #FFFF00;
} }
tr.future_event { tr.future_event {
color: #BBBBBB; color: #EEEEEE;
}
tr td:last-child, tr th:last-child {
text-align: right;
} }