From 13c4265fa3bdd5071be3a16f4337a5362ff02f85 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Mar 2015 13:00:53 +0100 Subject: More visible pager for results --- .../chimere/css/extra-styles.css | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'chimere_example_static/chimere/css/extra-styles.css') 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; -- cgit v1.2.3