aboutsummaryrefslogtreecommitdiff
path: root/css/theme
diff options
context:
space:
mode:
authoruriel <aa@bb.cc>2013-10-30 22:12:21 +0200
committeruriel <aa@bb.cc>2013-10-30 22:12:21 +0200
commit7b63cda19d0811073a6246d4d36ea7438fed6bce (patch)
treecec90873b1c4afeed89017a57b213d85ba076a2d /css/theme
parent9da2921b7452204b99cd1b3e448e22735f16c751 (diff)
downloadfreenode-live-2017-presentation-7b63cda19d0811073a6246d4d36ea7438fed6bce.tar
freenode-live-2017-presentation-7b63cda19d0811073a6246d4d36ea7438fed6bce.tar.gz
Added slide numbers options and the css files updated as well.
the *.min.js didn't chaged yet.
Diffstat (limited to 'css/theme')
-rw-r--r--css/theme/beige.css4
-rw-r--r--css/theme/default.css4
-rw-r--r--css/theme/moon.css4
-rw-r--r--css/theme/night.css3
-rw-r--r--css/theme/serif.css3
-rw-r--r--css/theme/simple.css3
-rw-r--r--css/theme/sky.css3
-rw-r--r--css/theme/solarized.css3
8 files changed, 27 insertions, 0 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css
index 1d9a886..fd80f70 100644
--- a/css/theme/beige.css
+++ b/css/theme/beige.css
@@ -115,6 +115,10 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #8b743d; }
+.reveal .controls .slide-number {
+ color: #8b743d;
+}
+
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #c0a86e; }
diff --git a/css/theme/default.css b/css/theme/default.css
index 9a2f7c6..09e2055 100644
--- a/css/theme/default.css
+++ b/css/theme/default.css
@@ -115,6 +115,10 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #13daec; }
+.reveal .controls .slide-number {
+ color: #13daec;
+}
+
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #71e9f4; }
diff --git a/css/theme/moon.css b/css/theme/moon.css
index 5aa2866..44dfe85 100644
--- a/css/theme/moon.css
+++ b/css/theme/moon.css
@@ -115,6 +115,10 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #268bd2; }
+.reveal .controls .slide-number {
+ color: #268bd2;
+}
+
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #78b9e6; }
diff --git a/css/theme/night.css b/css/theme/night.css
index 2ea3fc4..7aaf960 100644
--- a/css/theme/night.css
+++ b/css/theme/night.css
@@ -103,6 +103,9 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #e7ad52; }
+.reveal .controls .slide-number {
+ color: #e7ad52;
+}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #f3d7ac; }
diff --git a/css/theme/serif.css b/css/theme/serif.css
index 734de56..859991c 100644
--- a/css/theme/serif.css
+++ b/css/theme/serif.css
@@ -105,6 +105,9 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #51483d; }
+.reveal .controls .slide-number {
+ color: #51483d;
+}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #8b7c69; }
diff --git a/css/theme/simple.css b/css/theme/simple.css
index b8f31bc..b74d809 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -105,6 +105,9 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: darkblue; }
+.reveal .controls .slide-number {
+ color: darkblue;
+}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #0000f1; }
diff --git a/css/theme/sky.css b/css/theme/sky.css
index 35d048e..eee7b08 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -112,6 +112,9 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #3b759e; }
+.reveal .controls .slide-number {
+ color: #3b759e;
+}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #74a7cb; }
diff --git a/css/theme/solarized.css b/css/theme/solarized.css
index 17c3205..2b11d26 100644
--- a/css/theme/solarized.css
+++ b/css/theme/solarized.css
@@ -115,6 +115,9 @@ body {
.reveal .controls div.navigate-down.enabled {
border-top-color: #268bd2; }
+.reveal .controls .slide-number {
+ color: #268bd2;
+}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #78b9e6; }