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

simplfy css

parent b0561b4c
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ body {
background-color: #fff; }
.reveal {
font-family: "Verdana", sans-serif;
font-family: Lato;
font-size: 32px;
font-weight: 200;
letter-spacing: -0.02em;
//letter-spacing: -0.02em;
color: #000; }
::selection {
......@@ -37,8 +37,8 @@ body {
.reveal h5,
.reveal h6 {
margin: -80px 0 20px 20px;
color: #00a3df;
font-family: "Verdana", sans-serif;
color: #1e497d;
font-family: Lato;
line-height: 1.3em;
letter-spacing: 0em;
text-transform: none;
......@@ -87,53 +87,6 @@ body {
border-color: #000000;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #000000; }
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: #000000; }
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: #000000; }
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: #000000; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #333333; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #333333; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #333333; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #333333; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: #000000;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*# sourceMappingURL=lcsb.css.map */
/* customizations below */
.reveal pre {
......
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