Skip to content
Snippets Groups Projects
Commit 67763180 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

custom css style

parent 3c7a2e79
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,7 @@
background-color: #333333;
padding: 0.5em;
}
.reveal h1, .reveal h2, .reveal h3 {
text-shadow: 0px 0px 0px rgba(0,0,0,0.6);
}
.reveal section img.as-is {
background: none;
border: none;
......@@ -27,3 +25,75 @@
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear; }
.reveal h2 {
color: #1e497d;
font-family: Lato;
font-size: 2em;
}
.reveal h3 {
color: #000000;
font-family: Lato;
font-size: 2em;
}
.reveal h4 {
color: #1e497d;
font-family: Lato;
font-size: 1em;
}
.reveal {
color: #1e497d;
font-family: Lato;
}
.present {
color: #1e497d;
text-align: left;
position: absolute;
top: 0;
left: 0;
}
.reveal .controls{
display: none;
position: fixed;
width: 110px;
height: 110px;
z-index: 30;
right: 20px;
bottom: 120px;
}
.bottomLogoRight{
position: fixed;
width: 110px;
height: 110px;
z-index: 30;
right: 10px;
bottom: 8px;
}
.bottomLogoLeft{
position: fixed;
width: 110px;
height: 110px;
z-index: 9999;
left: 10px;
bottom: 8px;
}
.slides {
font-family: Lato;
position: absolute;
top: 0;
left: 0;
vertical-align: top;
}
.reveal .slides>section,
.reveal .slides>section>section {
vertical-align: top;
position: absolute;
top: -40%!important;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment