Mercurial > pumpbridge
diff public/stylesheets/style.css @ 0:b73191efc65b
Initial import of pumpbridge (bloody bloody alpha)
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 05 Jun 2014 10:35:15 +0200 |
parents | |
children | 2123f355ab68 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/public/stylesheets/style.css Thu Jun 05 10:35:15 2014 +0200 @@ -0,0 +1,57 @@ +body { + background-image:url("/images/grey_wash_wall.png"); + background-repeat:repeat; + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +#fbstatus a { + color: #00FF00!important; +} + +#gpstatus a { + color: #00FF00!important; +} + +#pumpstatus { + color: #00FF00!important; +} + +.headline { + font-size: 50px; +} + +.main { +padding: 80px 0px; +color: #efefef; +font-size: 28px; +text-align: left; +} + +.login { +color: black; +font-size: 17px; +text-align: left; +} + +.gp-root { + float: left; + margin-left:10px; +} + +.fb-root { + float: left; + margin-left:10px; +} + +.pump-root { + float: left; + margin-left:10px; +} + +.footer { + float: left; + margin-top:10px; + color: #0F0F0F; + font-size: 14px; +}