diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-03-27 13:00:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-03-27 13:00:53 +0100 |
commit | 13c4265fa3bdd5071be3a16f4337a5362ff02f85 (patch) | |
tree | a4f09be7f14cfcf591637b3fa04192b2aaa64aa0 | |
parent | 27473d6917b736c9a1262126b73094181a5d0b5e (diff) | |
download | Chimère - projet de référence-13c4265fa3bdd5071be3a16f4337a5362ff02f85.tar.bz2 Chimère - projet de référence-13c4265fa3bdd5071be3a16f4337a5362ff02f85.zip |
More visible pager for results
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index f95f6e9..42951a3 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -3,6 +3,42 @@ margin-top:40px; } +ul.share a span.fa, ul.share, .nav-pills > li > a > .fa, +a, a:link, a:visited, legend, #footer .map-footer a, #footer .map-footer a:link, +#footer .map-footer a:visited, .detail_footer a, caption, +#categories li#display_submited, h4, .simple .cloud h2 { + color: #99CA3C; +} + +.nav-pills > li#simple_button-lnk > a > .fa{ + color:#777; +} + +.pager li a, +.detail_amendment a, .detail_amendment a:visited, +.nav-pills > li.active > a > .fa{ + color:#fff; +} + +#frm_categories { + background-color: #fff; +} + +.pager li a, +.detail_amendment, +.nav-pills > li.active > a, .nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + background-color: #99CA3C; +} + +.pager li a:hover{ + background-color: #327E04; +} + +.pager li a:hover{ + border-color: #327E04; +} + h2, h3 { color: #449506; background-color: transparent; |