]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/uix.css
new hyperlinks in UIxPageFrame
[scalable-opengroupware.org] / SOGo / UI / Common / uix.css
1 /* SOGo UI Stylesheet */
2
3 /* common stuff */
4
5 body {
6   color:            #000000;
7   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
8   font-size:        10pt;
9   background-color: #FFFFFF;
10   margin:           0px;
11   margin-top:       0px;
12   margin-bottom:    0px;
13   margin-left:      0px;
14   margin-right:     0px;
15 }
16
17 a:link {
18   color:       #0033CC;
19   font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
20   text-decoration: none;
21 }
22 a:visited {
23   color:       #660066;
24   font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
25   text-decoration: none;
26 }
27 a:hover {
28   color:       #FF0000;
29   font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
30   text-decoration: underline;
31 }
32
33 .linecolor {
34   background-color: #06348B;
35 }
36
37 .defaultfont {
38   text-decoration:  none;
39   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
40   font-size:        8pt;
41   color:            #000000;
42 }
43
44 .window_label {
45   color:            #06348b;
46   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
47   font-size:        12pt;
48   font-weight:      bold;
49 }
50
51
52 /* tabs */
53
54 .tab {
55   color:            #000000;
56   background-color: #e8e8e0;
57   font-size:        10pt;
58   text-decoration:  none;
59   width:            100px; 
60   height:           22px;
61   border-top:       1px solid #06348b;
62   border-right:     1px solid #06348b;
63 }
64
65 .tab a {
66   color:            #000000;
67   border:           none;
68   text-decoration:  none;
69 }
70
71 .tab_selected {
72   color:            #000000;
73   background-color: #f5f5e9;
74   font-size:        10pt;
75   text-decoration:  none;
76   font-weight:      bold;
77   width:            100px; 
78   height:           22px;
79   border-top:       1px solid #06348b;
80   border-right:     1px solid #06348b;
81 }
82
83 .tab_selected a {
84   color:            #000000;
85   border:           none;
86   text-decoration:  none;
87 }
88
89 .tabview_body {
90   background-color: #f5f5e9;
91 }
92
93
94 /* buttons */
95
96 .button_auto_env {
97   height:           16px;
98   text-align:       center;
99   vertical-align:   middle;
100   padding:          0px 0px 0px 0px;
101   margin:           0px 0px 0px 0px;
102   overflow:         hidden;
103 }
104
105 .button_auto_env a {
106   text-decoration:  none;
107   color:            #000000;
108 }
109
110 .button_auto_env a:hover {
111   text-decoration:  underline;
112   color:            #ff0000;
113 }
114
115 .button_auto {
116   height:           20px;
117   border-style:     outset;
118   border-color:     #DDDDDD;
119   border-width:     2px;
120   color:            #000000;
121   background-color: #e8e8e0;
122   font-size:        8pt;
123   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
124   letter-spacing:   0pt;
125   text-decoration:  none;
126   text-color:       #000000;
127   text-align:       center;
128   vertical-align:   middle;
129   padding-left:     5px;
130   padding-right:    5px;
131   padding-top:      1px;
132   padding-bottom:   1px;
133   overflow:         hidden;
134 }
135
136 .button_submit_env {
137   height:           24px;
138   text-align:       center;
139   vertical-align:   middle;
140   padding:          0px 0px 0px 0px;
141   margin:           0px 0px 0px 0px;
142   overflow:         hidden;
143 }
144
145 .button_submit_env a {
146   text-decoration:  none;
147   color:            #000000;
148 }
149
150 .button_submit_env a:hover {
151   text-decoration:  underline;
152   color:            #ff0000;
153 }
154
155 .button_submit {
156   height:           30px;
157   border-style:     outset;
158   border-color:     #DDDDDD;
159   border-width:     2px;
160   color:            #000000;
161   background-color: #e8e8e0;
162   font-size:        8pt;
163   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
164   letter-spacing:   0pt;
165   text-decoration:  none;
166   text-color:       #000000;
167   text-align:       center;
168   vertical-align:   middle;
169   padding-left:     5px;
170   padding-right:    5px;
171   padding-top:      2px;
172   padding-bottom:   3px;
173   overflow:         hidden;
174 }
175
176 /* header */
177
178 div#header {
179   margin-left:  5px;
180   margin-right: 5px;
181   padding:      0;
182   border-bottom: 1px solid #000000;
183 }
184 div#header img.headerlogo {
185   float:  right; 
186   width:  182px; 
187   height: 30px;
188 }
189
190 div#header div#headerhistory {
191   font-size:   11px;
192   color:       #000000;
193   margin:      0px;
194   padding-top: 18px;
195   height:      12px;
196 }
197 div#header a, div#header span {
198   margin:      0px;
199 }
200 div#header span#navtitle {
201   font-weight: bold;
202 }
203 div#header a:hover {
204   text-decoration: none;
205 }
206
207 /* the dock */
208
209 a.skydockfont {
210   text-decoration:  none;
211   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
212   font-size:        8pt;
213   color:            #06348B;
214 }
215 font.skydockfont {
216   text-decoration:  none;
217   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
218   font-size:        8pt;
219   color:            #06348B;
220 }
221 font.skydockfont_inactiveMail {
222   text-decoration:  none;
223   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
224   font-size:        8pt;
225   color:            #CCCCCC;
226   font-weight:      bold;
227 }
228 font.skydockfont_newMail {
229   text-decoration:  none;
230   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
231   font-size:        8pt;
232   color:            #06348B;
233   font-weight:      bold;
234 }
235 table.skytextdocktable {
236   padding:        0px;
237   table-layout:   auto;
238 }