Style tweaks for better beamer vision
This commit is contained in:
parent
ee9bb085c2
commit
27d833b24c
|
@ -24,7 +24,7 @@
|
|||
</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">
|
||||
<section id="agenda">
|
||||
|
|
14
styles.css
14
styles.css
|
@ -19,10 +19,8 @@ body,
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
z-index: -10000;
|
||||
opacity: 0.2;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.reveal section img {
|
||||
|
@ -32,13 +30,17 @@ body,
|
|||
}
|
||||
|
||||
tr.past_event {
|
||||
color: #6F6F6F;
|
||||
color: #AAAAAA;
|
||||
}
|
||||
|
||||
tr.next_event {
|
||||
color: #10AE00;
|
||||
color: #FFFF00;
|
||||
}
|
||||
|
||||
tr.future_event {
|
||||
color: #BBBBBB;
|
||||
color: #EEEEEE;
|
||||
}
|
||||
|
||||
tr td:last-child, tr th:last-child {
|
||||
text-align: right;
|
||||
}
|
Loading…
Reference in New Issue