aboutsummaryrefslogtreecommitdiff
path: root/css/theme/beige.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-16 09:27:55 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-16 09:27:55 -0400
commit17f3cf4332cb300d08fba2b77416dd281cbebb18 (patch)
treed6852258d10ce433a4057021d99394d4c40ab3b8 /css/theme/beige.css
parent4271677ea1cfcf3ba732e99eb57e073a8d4860f4 (diff)
downloadfreenode-live-2017-presentation-17f3cf4332cb300d08fba2b77416dd281cbebb18.tar
freenode-live-2017-presentation-17f3cf4332cb300d08fba2b77416dd281cbebb18.tar.gz
adjust themes so that font definitions are at top, apply fonts on .reveal instead of body
Diffstat (limited to 'css/theme/beige.css')
-rw-r--r--css/theme/beige.css31
1 files changed, 21 insertions, 10 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index 684f842..4e7a987 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -6,7 +6,7 @@
*/
/*********************************************
- * FONT-FACE DEFINITIONS
+ * FONTS
*********************************************/
@font-face {
@@ -21,16 +21,32 @@
font-style: normal;
}
+.reveal {
+ font-family: 'Lato', Times, 'Times New Roman', serif;
+ font-size: 36px;
+ font-weight: 200;
+ letter-spacing: -0.02em;
+}
+
+.reveal h1,
+.reveal h2,
+.reveal h3,
+.reveal h4,
+.reveal h5,
+.reveal h6 {
+ font-family: 'League Gothic', Impact, sans-serif;
+ line-height: 0.9em;
+ letter-spacing: 0.02em;
+
+ text-transform: uppercase;
+}
+
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
- font-family: 'Lato', Times, 'Times New Roman', serif;
- font-size: 36px;
- font-weight: 200;
- letter-spacing: -0.02em;
color: #333;
background: #f7f3de;
@@ -68,11 +84,6 @@ body {
.reveal h6 {
margin: 0 0 20px 0;
color: #333;
- font-family: 'League Gothic', Impact, sans-serif;
- line-height: 0.9em;
- letter-spacing: 0.02em;
-
- text-transform: uppercase;
}
.reveal h1 {