diff options
Diffstat (limited to 'chimere_example_static/chimere/css/extra-styles.css')
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index cddbce1..29a1c30 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -71,6 +71,7 @@ a:hover, a:focus { border:0 transparent; border-left:1px solid #E7E7E7; padding:16px; + padding-top:60px; width:400px; background-image:url('../img/logo.jpg'); background-position:bottom center; @@ -132,3 +133,76 @@ a:hover, a:focus { .olControlZoomPanel { top: 95px; } + +span#permalink, .navbar-nav .lbl, #areas-div label, #permalink, #simple_button, +#categories-lnk, #search-lnk, .fa-chimere-action{ + font-variant: small-caps; + font-size: 1.1em; + margin-left: 0.3em; + color:#777; + padding-left:0; + font-weight:normal; +} + +#areas-div{ + line-height: 32px; +} + +#areas-div, span#permalink, #simple_button{ + display: inline; + padding: 0px; +} + +#permalink-lnk, #simple_button{ + line-height: 42px; +} + +#permalink-lnk{ + padding: 0px 0px 0px 1em; +} + +#simple_button{ + padding: 10px 15px; +} + +.nav-pills > li#simple_button-lnk > a > .fa{ + color:#777; +} + +.nav-pills > li > a > .fa{ + color: #54C200; +} + +.nav-pills > li.active > a > .fa{ + color:#fff; +} + +.navbar-default .navbar-brand{ + color:#327E04; + font-size:1em; +} + +.fa{ + font-size:1.4em; +} + +.fa-chimere-view:before{ + content:"\f06e"; +} + +.fa-chimere-contribute:before{ + content:"\f040"; +} + +.fa-chimere-rss:before{ + content:"\f09e"; +} + +.fa-chimere-contact:before{ + content:"\f1fa"; +} + +.fa-chimere-maps:before{ + content:"\f14e"; +} + |