diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-11-17 17:05:23 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-11-17 17:05:23 -0500 |
commit | bdb46060b362af6ff657ed9db13d829ca9419860 (patch) | |
tree | 61fd5b6d3ecd21f19e7f83e5b01d5cf82f35d184 /css/theme | |
parent | c4d7b1b93fb06d152fe44d4a5ae42bfa0257e4ea (diff) | |
parent | f1dd807f662da68ef240f0746794077072d49036 (diff) | |
download | perl-software-in-gnu-guix-bdb46060b362af6ff657ed9db13d829ca9419860.tar perl-software-in-gnu-guix-bdb46060b362af6ff657ed9db13d829ca9419860.tar.gz |
merge slide numbers, adjust code format
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/beige.css | 7 | ||||
-rw-r--r-- | css/theme/default.css | 7 | ||||
-rw-r--r-- | css/theme/moon.css | 7 | ||||
-rw-r--r-- | css/theme/night.css | 7 | ||||
-rw-r--r-- | css/theme/serif.css | 7 | ||||
-rw-r--r-- | css/theme/simple.css | 7 | ||||
-rw-r--r-- | css/theme/sky.css | 7 | ||||
-rw-r--r-- | css/theme/solarized.css | 7 |
8 files changed, 56 insertions, 0 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index c2eb3f3..7fb3ca4 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -128,6 +128,13 @@ body { border-top-color: #c0a86e; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #8b743d; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { diff --git a/css/theme/default.css b/css/theme/default.css index 8790469..71bcc17 100644 --- a/css/theme/default.css +++ b/css/theme/default.css @@ -128,6 +128,13 @@ body { border-top-color: #71e9f4; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #13daec; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { diff --git a/css/theme/moon.css b/css/theme/moon.css index 342f464..8b9bb1d 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -128,6 +128,13 @@ body { border-top-color: #78b9e6; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #268bd2; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { diff --git a/css/theme/night.css b/css/theme/night.css index a35e3eb..fe48c2e 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -116,6 +116,13 @@ body { border-top-color: #f3d7ac; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #e7ad52; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { diff --git a/css/theme/serif.css b/css/theme/serif.css index dd6619f..fdc913a 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -118,6 +118,13 @@ body { border-top-color: #8b7c69; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #51483d; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { diff --git a/css/theme/simple.css b/css/theme/simple.css index 460379e..3ae86dc 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -118,6 +118,13 @@ body { border-top-color: #0000f1; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: darkblue; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { diff --git a/css/theme/sky.css b/css/theme/sky.css index 34336cb..352627b 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -125,6 +125,13 @@ body { border-top-color: #74a7cb; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #3b759e; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { diff --git a/css/theme/solarized.css b/css/theme/solarized.css index 4eeed62..092c5d0 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -128,6 +128,13 @@ body { border-top-color: #78b9e6; } /********************************************* + * SLIDE NUMBER + *********************************************/ +.reveal .slide-number { + color: #268bd2; +} + +/********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { |