comparison 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
comparison
equal deleted inserted replaced
6:a94ac7c3b182 7:2123f355ab68
1 body { 1 body {
2 background-image:url("/images/grey_wash_wall.png"); 2 background-image:url("/images/grey_wash_wall.png");
3 background-repeat:repeat; 3 background-repeat:repeat;
4 padding: 50px; 4 text-align: left;
5 font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; 5 padding-top: 80px;
6 color: silver;
7 font: 14px "Lucida Grande", Helvetica, Arial, sans-serif!important;
6 } 8 }
7 9
8 #fbstatus a { 10 a {
9 color: #00FF00!important; 11 color: #00FF00!important;
10 } 12 }
11 13
12 #gpstatus a { 14 h2, h3, h4, h5, h6 {
13 color: #00FF00!important; 15 color: silver!important;
14 } 16 }
15 17
16 #pumpstatus { 18 .login {
17 color: #00FF00!important; 19 color: black!important;
20 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
21 }
22
23 #gp, #tw, #fb{
24 margin: 10px;
25 display: inline-block;
26 border-color: grey;
27 border-style: dotted;
28 border-width: 1px;
29 font-size: 14px;
30 text-align: center;
18 } 31 }
19 32
20 .headline { 33 .headline {
21 font-size: 50px; 34 font-size: 50px;
22 } 35 }
23 36
24 .main { 37 .main {
25 padding: 80px 0px; 38 margin-left: 80px;
26 color: #efefef; 39 color: #efefef;
27 font-size: 28px;
28 text-align: left;
29 } 40 }
30 41
31 .login { 42 .login {
32 color: black; 43 color: #efefef;
33 font-size: 17px;
34 text-align: left;
35 } 44 }
36 45
37 .gp-root { 46 #gp-root, #fb-root, #tw-root{
38 float: left; 47 margin: 10px;
39 margin-left:10px;
40 } 48 }
41 49
42 .fb-root { 50 #pump-root {
43 float: left; 51 color: #efefef!important;
44 margin-left:10px;
45 }
46
47 .pump-root {
48 float: left;
49 margin-left:10px;
50 } 52 }
51 53
52 .footer { 54 .footer {
53 float: left;
54 margin-top:10px; 55 margin-top:10px;
55 color: #0F0F0F; 56 margin-left:80px;
56 font-size: 14px;
57 } 57 }
58
59 .footer a {
60 color: silver!important;
61 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)