comparison public/stylesheets/style.css @ 15:c5bf4e02958e

add/delete credentials, new layout, alpha version ribbon, contact
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 12 Jun 2014 20:51:10 +0200
parents 2123f355ab68
children a52b5b244e51
comparison
equal deleted inserted replaced
14:c1b736a859c9 15:c5bf4e02958e
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 text-align: left; 4 text-align: left;
5 padding-top: 80px; 5 padding-top: 80px;
6 color: silver; 6 color: silver;
7 font: 14px "Lucida Grande", Helvetica, Arial, sans-serif!important; 7 font: 16x "Lucida Grande", Helvetica, Arial, sans-serif!important;
8 } 8 }
9 9
10 a { 10 a {
11 color: #00FF00!important; 11 color: #00FF00!important;
12 } 12 }
14 h2, h3, h4, h5, h6 { 14 h2, h3, h4, h5, h6 {
15 color: silver!important; 15 color: silver!important;
16 } 16 }
17 17
18 .login { 18 .login {
19 font: 16x "Lucida Grande", Helvetica, Arial, sans-serif!important;
19 color: black!important; 20 color: black!important;
20 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
21 } 21 }
22 22
23 #gp, #tw, #fb{ 23 #gp, #tw, #fb{
24 margin: 10px; 24 margin: 10px;
25 display: inline-block; 25 display: inline-block;
28 border-width: 1px; 28 border-width: 1px;
29 font-size: 14px; 29 font-size: 14px;
30 text-align: center; 30 text-align: center;
31 } 31 }
32 32
33 .headline { 33 .headlinebox {
34 display: inline-block;
35 position: relative;
36 }
37
38 .headline{
34 font-size: 50px; 39 font-size: 50px;
35 } 40 }
36 41
37 .main { 42 .main {
38 margin-left: 80px; 43 margin-left: 80px;
57 } 62 }
58 63
59 .footer a { 64 .footer a {
60 color: silver!important; 65 color: silver!important;
61 } 66 }
67
68 .ribbon {
69 position: absolute;
70 top: 6px;
71 left: -25px;
72 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)