diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-18 09:58:25 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-18 09:58:25 +0200 |
commit | fb1b8a2790a5984c7e47539c2012030633d2b3e7 (patch) | |
tree | c4c663543f4efa9af9822ff6aa5d035dcdf8e8f5 /css/theme | |
parent | a5e175d59fba9f242b23e64476516fc81cbe2e0a (diff) | |
download | perl-software-in-gnu-guix-fb1b8a2790a5984c7e47539c2012030633d2b3e7.tar perl-software-in-gnu-guix-fb1b8a2790a5984c7e47539c2012030633d2b3e7.tar.gz |
revise progress to make them easier to override
Diffstat (limited to 'css/theme')
-rw-r--r-- | css/theme/beige.css | 4 | ||||
-rw-r--r-- | css/theme/black.css | 4 | ||||
-rw-r--r-- | css/theme/blood.css | 4 | ||||
-rw-r--r-- | css/theme/league.css | 4 | ||||
-rw-r--r-- | css/theme/moon.css | 4 | ||||
-rw-r--r-- | css/theme/night.css | 4 | ||||
-rw-r--r-- | css/theme/serif.css | 4 | ||||
-rw-r--r-- | css/theme/simple.css | 4 | ||||
-rw-r--r-- | css/theme/sky.css | 4 | ||||
-rw-r--r-- | css/theme/solarized.css | 4 | ||||
-rw-r--r-- | css/theme/template/theme.scss | 3 | ||||
-rw-r--r-- | css/theme/white.css | 4 |
12 files changed, 23 insertions, 24 deletions
diff --git a/css/theme/beige.css b/css/theme/beige.css index aa3500f..621affa 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -262,10 +262,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #8b743d; } .reveal .progress span { - background: #8b743d; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/black.css b/css/theme/black.css index 7d6b396..8465743 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -258,10 +258,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #42affa; } .reveal .progress span { - background: #42affa; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/blood.css b/css/theme/blood.css index d65a9d6..b276d48 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -261,10 +261,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #a23; } .reveal .progress span { - background: #a23; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/league.css b/css/theme/league.css index 118557a..77c402f 100644 --- a/css/theme/league.css +++ b/css/theme/league.css @@ -264,10 +264,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #13DAEC; } .reveal .progress span { - background: #13DAEC; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/moon.css b/css/theme/moon.css index 6847868..3aa39e6 100644 --- a/css/theme/moon.css +++ b/css/theme/moon.css @@ -262,10 +262,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #268bd2; } .reveal .progress span { - background: #268bd2; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/night.css b/css/theme/night.css index 1cc0f84..49f59e1 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -256,10 +256,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #e7ad52; } .reveal .progress span { - background: #e7ad52; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/serif.css b/css/theme/serif.css index 1a555d9..caf3881 100644 --- a/css/theme/serif.css +++ b/css/theme/serif.css @@ -258,10 +258,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #51483D; } .reveal .progress span { - background: #51483D; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/simple.css b/css/theme/simple.css index 92e3294..a6bbd58 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -261,10 +261,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #00008B; } .reveal .progress span { - background: #00008B; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/sky.css b/css/theme/sky.css index 1425ccd..824df2a 100644 --- a/css/theme/sky.css +++ b/css/theme/sky.css @@ -265,10 +265,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #3b759e; } .reveal .progress span { - background: #3b759e; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/solarized.css b/css/theme/solarized.css index f7c27fe..32dbd90 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -262,10 +262,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #268bd2; } .reveal .progress span { - background: #268bd2; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index bd23212..43b1a8b 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -308,10 +308,9 @@ body { .reveal .progress { background: rgba(0,0,0,0.2); + color: $linkColor; } .reveal .progress span { - background: $linkColor; - -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); diff --git a/css/theme/white.css b/css/theme/white.css index 14a8610..7fb1ecd 100644 --- a/css/theme/white.css +++ b/css/theme/white.css @@ -258,10 +258,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #2a76dd; } .reveal .progress span { - background: #2a76dd; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } |