Mercurial > pumpbridge
diff public/stylesheets/style.css @ 7:2123f355ab68
go back interval or 15 min, delete credentials, layout
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Wed, 11 Jun 2014 02:32:53 +0200 |
parents | b73191efc65b |
children | c5bf4e02958e |
line wrap: on
line diff
--- a/public/stylesheets/style.css Sat Jun 07 10:22:12 2014 +0200 +++ b/public/stylesheets/style.css Wed Jun 11 02:32:53 2014 +0200 @@ -1,20 +1,33 @@ body { background-image:url("/images/grey_wash_wall.png"); background-repeat:repeat; - padding: 50px; - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; + text-align: left; + padding-top: 80px; + color: silver; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif!important; } -#fbstatus a { - color: #00FF00!important; +a { + color: #00FF00!important; } -#gpstatus a { - color: #00FF00!important; +h2, h3, h4, h5, h6 { + color: silver!important; } -#pumpstatus { - color: #00FF00!important; +.login { + color: black!important; + font-family: "lucida grande", tahoma, verdana, arial, sans-serif; +} + +#gp, #tw, #fb{ + margin: 10px; + display: inline-block; + border-color: grey; + border-style: dotted; + border-width: 1px; + font-size: 14px; + text-align: center; } .headline { @@ -22,36 +35,27 @@ } .main { -padding: 80px 0px; -color: #efefef; -font-size: 28px; -text-align: left; + margin-left: 80px; + color: #efefef; } .login { -color: black; -font-size: 17px; -text-align: left; + color: #efefef; } -.gp-root { - float: left; - margin-left:10px; +#gp-root, #fb-root, #tw-root{ + margin: 10px; } -.fb-root { - float: left; - margin-left:10px; -} - -.pump-root { - float: left; - margin-left:10px; +#pump-root { + color: #efefef!important; } .footer { - float: left; margin-top:10px; - color: #0F0F0F; - font-size: 14px; + margin-left:80px; } + +.footer a { + color: silver!important; +}