new font & type settings for default theme

This commit is contained in:
Hakim El Hattab
2015-01-06 11:42:23 +01:00
parent 21d034bffe
commit 25a674a3c2
15 changed files with 65 additions and 54 deletions

View File

@ -1,5 +1,4 @@
@import url(https://fonts.googleapis.com/css?family=Montserrat:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic&subset=latin,latin-ext);
/**
* White theme for reveal.js.
*
@ -16,14 +15,14 @@ body {
background-color: #fff; }
.reveal {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 34px;
font-family: 'Source Sans Pro', Helvetica, sans-serif;
font-size: 38px;
font-weight: normal;
color: #222; }
::selection {
color: #fff;
background: #b6d7fe;
background: #98bdef;
text-shadow: none; }
.reveal .slides > section, .reveal .slides > section > section {
@ -36,7 +35,8 @@ body {
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
margin: 0 0 20px 0;
color: #222;
font-family: 'Montserrat', Helvetica, sans-serif;
font-family: 'Source Sans Pro', Helvetica, sans-serif;
font-weight: 600;
line-height: 1.2;
letter-spacing: normal;
text-transform: uppercase;
@ -181,20 +181,20 @@ body {
* LINKS
*********************************************/
.reveal a {
color: #3992fb;
color: #2a76dd;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
.reveal a:hover {
color: #84bcfd;
color: #6ca2e8;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #056ce3; }
background: #1a54a1; }
/*********************************************
* IMAGES
@ -212,35 +212,35 @@ body {
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #3992fb;
border-color: #2a76dd;
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: #3992fb; }
border-right-color: #2a76dd; }
.reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
border-left-color: #3992fb; }
border-left-color: #2a76dd; }
.reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
border-bottom-color: #3992fb; }
border-bottom-color: #2a76dd; }
.reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
border-top-color: #3992fb; }
border-top-color: #2a76dd; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #84bcfd; }
border-right-color: #6ca2e8; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #84bcfd; }
border-left-color: #6ca2e8; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #84bcfd; }
border-bottom-color: #6ca2e8; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #84bcfd; }
border-top-color: #6ca2e8; }
/*********************************************
* PROGRESS BAR
@ -249,7 +249,7 @@ body {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: #3992fb;
background: #2a76dd;
-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);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
@ -258,4 +258,4 @@ body {
* SLIDE NUMBER
*********************************************/
.reveal .slide-number {
color: #3992fb; }
color: #2a76dd; }