comparison flys-client/src/main/webapp/FLYS.css @ 66:a361ce81abcf

Customized style for header and mainmenu. flys-client/trunk@1557 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 24 Mar 2011 15:48:13 +0000
parents 4e8be5e7855f
children 17815a7354bc
comparison
equal deleted inserted replaced
65:8f719fa1a691 66:a361ce81abcf
30 30
31 /** Set ids using widget.getElement().setId("idOfElement") */ 31 /** Set ids using widget.getElement().setId("idOfElement") */
32 #closeButton { 32 #closeButton {
33 margin: 15px 6px 6px; 33 margin: 15px 6px 6px;
34 } 34 }
35
36
37 /** BfG Colors */
38 .bgBlueLight {
39 background-color: #cfe1f1;
40 }
41
42 .bgBlueMid {
43 background-color: #a9c9e6;
44 }
45
46 .bgBlueDark {
47 background-color: #669fd1;
48 }
49
50
51 /** Fontstyles */
52 .fontLightSmall {
53 font-family: Arial,Verdana,sans-serif;
54 font-size: 10pt;
55 color: #cfe1f1;
56 }
57
58 .fontLightMid {
59 font-family: Arial,Verdana,sans-serif;
60 font-size: 12pt;
61 color: #cfe1f1;
62 }
63
64 .fontLightBig {
65 font-family: Arial,Verdana,sans-serif;
66 font-size: 18pt;
67 color: #cfe1f1;
68 }
69
70 .fontNormalSmall {
71 font-family: Arial,Verdana,sans-serif;
72 font-size: 10pt;
73 color: #a9c9e6;
74 }
75
76 .fontNormalMid {
77 font-family: Arial,Verdana,sans-serif;
78 font-size: 12pt;
79 color: #a9c9e6;
80 }
81
82 .fontNormalBig {
83 font-family: Arial,Verdana,sans-serif;
84 font-size: 18pt;
85 color: #a9c9e6;
86 }

http://dive4elements.wald.intevation.org