shift a few additional styles from core to theme

This commit is contained in:
Hakim El Hattab 2014-06-11 12:48:19 +02:00
parent 38301d57c5
commit 06e76c1be3
11 changed files with 184 additions and 31 deletions

View File

@ -66,26 +66,6 @@ body {
} }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
word-wrap: break-word;
line-height: 1;
}
.reveal h1 { font-size: 3.77em; }
.reveal h2 { font-size: 2.11em; }
.reveal h3 { font-size: 1.55em; }
.reveal h4 { font-size: 1em; }
/********************************************* /*********************************************
* VIEW FRAGMENTS * VIEW FRAGMENTS
*********************************************/ *********************************************/
@ -439,8 +419,6 @@ body {
padding: 20px 0px; padding: 20px 0px;
z-index: 10; z-index: 10;
line-height: 1.2em;
font-weight: inherit;
-webkit-transform-style: preserve-3d; -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d; -moz-transform-style: preserve-3d;

View File

@ -35,6 +35,11 @@ body {
background: rgba(79, 64, 28, 0.99); background: rgba(79, 64, 28, 0.99);
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -50,7 +55,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: 0.02em; letter-spacing: 0.02em;
text-transform: uppercase; text-transform: uppercase;
text-shadow: none; } text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

View File

@ -35,6 +35,11 @@ body {
background: #aa2233; background: #aa2233;
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -50,7 +55,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: 0.02em; letter-spacing: 0.02em;
text-transform: uppercase; text-transform: uppercase;
text-shadow: 2px 2px 2px #222222; } text-shadow: 2px 2px 2px #222222;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

View File

@ -35,6 +35,11 @@ body {
background: #ff5e99; background: #ff5e99;
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -50,7 +55,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: 0.02em; letter-spacing: 0.02em;
text-transform: uppercase; text-transform: uppercase;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); } text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }

View File

@ -35,6 +35,11 @@ body {
background: #d33682; background: #d33682;
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -50,7 +55,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: 0.02em; letter-spacing: 0.02em;
text-transform: uppercase; text-transform: uppercase;
text-shadow: none; } text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

View File

@ -24,6 +24,11 @@ body {
background: #e7ad52; background: #e7ad52;
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -39,7 +44,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: -0.03em; letter-spacing: -0.03em;
text-transform: none; text-transform: none;
text-shadow: none; } text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

View File

@ -26,6 +26,11 @@ body {
background: #26351c; background: #26351c;
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -41,7 +46,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: 0.02em; letter-spacing: 0.02em;
text-transform: none; text-transform: none;
text-shadow: none; } text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

View File

@ -26,6 +26,11 @@ body {
background: rgba(0, 0, 0, 0.99); background: rgba(0, 0, 0, 0.99);
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -41,7 +46,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: 0.02em; letter-spacing: 0.02em;
text-transform: none; text-transform: none;
text-shadow: none; } text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

View File

@ -33,6 +33,11 @@ body {
background: #134674; background: #134674;
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -48,7 +53,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: -0.08em; letter-spacing: -0.08em;
text-transform: uppercase; text-transform: uppercase;
text-shadow: none; } text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

View File

@ -35,6 +35,11 @@ body {
background: #d33682; background: #d33682;
text-shadow: none; } text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -50,7 +55,20 @@ body {
line-height: 1em; line-height: 1em;
letter-spacing: 0.02em; letter-spacing: 0.02em;
text-transform: uppercase; text-transform: uppercase;
text-shadow: none; } text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); } text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

View File

@ -23,6 +23,12 @@ body {
text-shadow: none; text-shadow: none;
} }
.reveal .slides>section,
.reveal .slides>section>section {
line-height: 1.2em;
font-weight: inherit;
}
/********************************************* /*********************************************
* HEADERS * HEADERS
*********************************************/ *********************************************/
@ -42,8 +48,15 @@ body {
text-transform: $headingTextTransform; text-transform: $headingTextTransform;
text-shadow: $headingTextShadow; text-shadow: $headingTextShadow;
word-wrap: break-word;
} }
.reveal h1 { font-size: 3.77em; }
.reveal h2 { font-size: 2.11em; }
.reveal h3 { font-size: 1.55em; }
.reveal h4 { font-size: 1em; }
.reveal h1 { .reveal h1 {
text-shadow: $heading1TextShadow; text-shadow: $heading1TextShadow;
} }