Skip to content

Commit 69bf9b5

Browse files
committed
include slide number color in theme template
1 parent 2be89c3 commit 69bf9b5

File tree

10 files changed

+61
-56
lines changed

10 files changed

+61
-56
lines changed

css/theme/beige.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ body {
127127
.reveal .controls div.navigate-down.enabled:hover {
128128
border-top-color: #c0a86e; }
129129

130-
/*********************************************
131-
* SLIDE NUMBER
132-
*********************************************/
133-
.reveal .slide-number {
134-
color: #8b743d;
135-
}
136-
137130
/*********************************************
138131
* PROGRESS BAR
139132
*********************************************/
@@ -147,3 +140,9 @@ body {
147140
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
148141
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
149142
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
143+
144+
/*********************************************
145+
* SLIDE NUMBER
146+
*********************************************/
147+
.reveal .slide-number {
148+
color: #8b743d; }

css/theme/blood.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ body {
140140
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
141141
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
142142

143+
/*********************************************
144+
* SLIDE NUMBER
145+
*********************************************/
146+
.reveal .slide-number {
147+
color: #aa2233; }
148+
143149
.reveal p {
144150
font-weight: 300;
145151
text-shadow: 1px 1px #222222; }

css/theme/default.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ body {
127127
.reveal .controls div.navigate-down.enabled:hover {
128128
border-top-color: #71e9f4; }
129129

130-
/*********************************************
131-
* SLIDE NUMBER
132-
*********************************************/
133-
.reveal .slide-number {
134-
color: #13daec;
135-
}
136-
137130
/*********************************************
138131
* PROGRESS BAR
139132
*********************************************/
@@ -147,3 +140,9 @@ body {
147140
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
148141
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
149142
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
143+
144+
/*********************************************
145+
* SLIDE NUMBER
146+
*********************************************/
147+
.reveal .slide-number {
148+
color: #13daec; }

css/theme/moon.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ body {
127127
.reveal .controls div.navigate-down.enabled:hover {
128128
border-top-color: #78b9e6; }
129129

130-
/*********************************************
131-
* SLIDE NUMBER
132-
*********************************************/
133-
.reveal .slide-number {
134-
color: #268bd2;
135-
}
136-
137130
/*********************************************
138131
* PROGRESS BAR
139132
*********************************************/
@@ -147,3 +140,9 @@ body {
147140
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
148141
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
149142
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
143+
144+
/*********************************************
145+
* SLIDE NUMBER
146+
*********************************************/
147+
.reveal .slide-number {
148+
color: #268bd2; }

css/theme/night.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@ body {
115115
.reveal .controls div.navigate-down.enabled:hover {
116116
border-top-color: #f3d7ac; }
117117

118-
/*********************************************
119-
* SLIDE NUMBER
120-
*********************************************/
121-
.reveal .slide-number {
122-
color: #e7ad52;
123-
}
124-
125118
/*********************************************
126119
* PROGRESS BAR
127120
*********************************************/
@@ -135,3 +128,9 @@ body {
135128
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
136129
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
137130
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
131+
132+
/*********************************************
133+
* SLIDE NUMBER
134+
*********************************************/
135+
.reveal .slide-number {
136+
color: #e7ad52; }

css/theme/serif.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ body {
117117
.reveal .controls div.navigate-down.enabled:hover {
118118
border-top-color: #8b7c69; }
119119

120-
/*********************************************
121-
* SLIDE NUMBER
122-
*********************************************/
123-
.reveal .slide-number {
124-
color: #51483d;
125-
}
126-
127120
/*********************************************
128121
* PROGRESS BAR
129122
*********************************************/
@@ -137,3 +130,9 @@ body {
137130
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
138131
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
139132
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
133+
134+
/*********************************************
135+
* SLIDE NUMBER
136+
*********************************************/
137+
.reveal .slide-number {
138+
color: #51483d; }

css/theme/simple.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ body {
117117
.reveal .controls div.navigate-down.enabled:hover {
118118
border-top-color: #0000f1; }
119119

120-
/*********************************************
121-
* SLIDE NUMBER
122-
*********************************************/
123-
.reveal .slide-number {
124-
color: darkblue;
125-
}
126-
127120
/*********************************************
128121
* PROGRESS BAR
129122
*********************************************/
@@ -137,3 +130,9 @@ body {
137130
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
138131
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
139132
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
133+
134+
/*********************************************
135+
* SLIDE NUMBER
136+
*********************************************/
137+
.reveal .slide-number {
138+
color: darkblue; }

css/theme/sky.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,6 @@ body {
124124
.reveal .controls div.navigate-down.enabled:hover {
125125
border-top-color: #74a7cb; }
126126

127-
/*********************************************
128-
* SLIDE NUMBER
129-
*********************************************/
130-
.reveal .slide-number {
131-
color: #3b759e;
132-
}
133-
134127
/*********************************************
135128
* PROGRESS BAR
136129
*********************************************/
@@ -144,3 +137,9 @@ body {
144137
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
145138
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
146139
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
140+
141+
/*********************************************
142+
* SLIDE NUMBER
143+
*********************************************/
144+
.reveal .slide-number {
145+
color: #3b759e; }

css/theme/solarized.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ body {
127127
.reveal .controls div.navigate-down.enabled:hover {
128128
border-top-color: #78b9e6; }
129129

130-
/*********************************************
131-
* SLIDE NUMBER
132-
*********************************************/
133-
.reveal .slide-number {
134-
color: #268bd2;
135-
}
136-
137130
/*********************************************
138131
* PROGRESS BAR
139132
*********************************************/
@@ -147,3 +140,9 @@ body {
147140
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
148141
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
149142
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
143+
144+
/*********************************************
145+
* SLIDE NUMBER
146+
*********************************************/
147+
.reveal .slide-number {
148+
color: #268bd2; }

css/theme/template/theme.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,11 @@ body {
160160
transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
161161
}
162162

163+
/*********************************************
164+
* SLIDE NUMBER
165+
*********************************************/
166+
.reveal .slide-number {
167+
color: $linkColor;
168+
}
169+
163170

0 commit comments

Comments
 (0)