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

@ -35,6 +35,11 @@ body {
background: #aa2233;
text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.2em;
font-weight: inherit; }
/*********************************************
* HEADERS
*********************************************/
@ -50,7 +55,20 @@ body {
line-height: 1em;
letter-spacing: 0.02em;
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 {
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); }