source: trunk/phpgwapi/templates/celepar/css/kneschke.css @ 2

Revision 2, 5.5 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1/*
2StyleSheet coding standards:
3
41. use lowercase if possible
5
62. format styles like this:
7
8body
9{
10        font-size: 12px;
11        font-family: Verdana, Arial, Helvetica, sans-serif
12}
13
143. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's.
15
164. close every property with ; also the last one.
17*/
18
19body
20{
21        background-image:url(../images/body-background.png);
22        font-size: 11px;
23        font-family: Verdana, Arial, Helvetica, sans-serif;
24        padding:14px;
25}
26
27img
28{
29        border-width:0px;
30        border-style:none;
31        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
32*/
33}
34
35a:link,a:visited
36{
37        cursor:pointer;
38        color: #006699;
39        text-decoration: none;
40}
41
42/*
43a:visited
44{
45        color: #006699;
46        text-decoration: none;
47}
48*/
49a:hover,a:active
50{
51        cursor:pointer;
52        color: #ff9933;
53        text-decoration: underline;
54}
55/*
56a:active
57{
58        color: #006699;
59        text-decoration: underline;
60}
61*/
62input,button
63{
64        font-size: 11px;
65        color: #006699;
66        font-family: Arial, Helvetica, sans-serif;
67        border: 1px #bbbbbb solid;
68}
69
70input[type=submit],input[type=button],button
71{
72        margin:1px;
73        padding:1px;
74        cursor: pointer;
75        cursor: hand;
76}
77
78input[type=image]
79{
80        cursor: pointer;
81        cursor: hand;
82        border: 0px #bbbbbb none;
83}
84select
85{
86        font-size: 11px;
87        color: #006699;
88        font-family: Arial, Helvetica, sans-serif;
89        border: 1px #bbbbbb solid;
90}
91
92td
93{
94        font-size: 11px;
95        /*      padding-top:1px;
96        padding-bottom:1px;*/
97}
98
99.divLoginbox
100{
101        position:relative;
102        width: 300px;
103        border-right: #9c9c9c 1px solid;
104        border-top: #9c9c9c 1px solid;
105        border-left: #9c9c9c 1px solid;
106        border-bottom: #9c9c9c 1px solid
107}
108
109.divLoginboxHeader
110{
111        text-align:center;
112        background-color:#dddddd;
113        padding-top:2px;
114        font-size:10px;
115        color:#666666;
116}
117.divSidebox
118{
119        position:relative;
120        width: 147px;
121        border-right: #9c9c9c 1px solid;
122        border-top: #9c9c9c 1px solid;
123        border-left: #9c9c9c 1px solid;
124        border-bottom: #9c9c9c 1px solid
125}
126
127.divSideboxHeader
128{
129        text-align:center;
130        background-color:#dddddd;
131        padding-top:2px;
132        font-size:10px;
133        color:#666666;
134}
135
136a.divSideboxEntry, .divSideboxEntry
137{
138        text-align:left;
139        height:16px;
140        background-color:#eeeeee;
141}
142
143a.appTitles,.appTitles
144{
145        font-size: 10px;
146        height:18px;
147        padding-top:2px;
148        padding-bottom:2px;
149}
150
151a.textSidebox
152{
153        font-size: 10px;
154        border-top: #aaaaaa 0px none;
155}
156
157.textSidebox
158{
159        font-size: 10px;
160        height:18px;
161        padding-top:2px;
162        padding-bottom:2px;
163        border-top: #aaaaaa 1px solid;
164
165}
166
167.sideboxSpace
168{
169        height:9px;
170}
171
172.greyLine
173{
174        margin:1px;
175        border-top-color:#7e7e7e;
176        border-top-width:1px;
177        border-top-style:solid;
178        height:1px;
179}
180
181.prefSection
182{
183        font-weight:bold;
184        font-size:16px;
185        line-height:40px;
186}
187
188#extraIcons
189{
190/*      position:absolute;
191        z-index:13;
192        right:10px;
193        top:113px;
194        visibility:hidden;*/
195        background-image:url(../images/alpha-white.png);
196        border-width:1px;
197        border-color:#7e7e7e;
198        border-style:solid;
199}
200
201
202
203#divMain
204{
205        background-color:white;
206        margin-top: 5px;
207        padding:9px;
208        border-color:#7e7e7e;
209        border-width:1px;
210        border-style:solid;
211}
212
213#divLogo
214{
215        position:absolute;
216        left:20px;
217        top:14px;
218        z-index:51;
219}
220
221#divAppIconBar
222{
223        background-color:white;
224        border-top-color:#9c9c9c;
225        border-top-width:1px;
226        border-top-style:solid;
227        background-image: url(../images/background-icon-bar.png);
228        background-repeat: repeat-x
229}
230
231#divAppTextBar
232{
233        background-color:white;
234}
235
236#divStatusBar
237{
238        background-color:white;
239        height:15px;
240        padding-left:170px;
241        margin-top: 13px;
242        /*      margin-bottom: 2px;*/
243}
244
245/*#divSubContainer
246{
247}
248*/
249#tdSidebox
250{
251        width:170px;
252        background-color:white;
253        overflow:visible;
254}
255
256
257#tdAppbox
258{
259        background-color:white;
260        padding-left:5px;
261        width: 100%;
262}
263#divSideboxContainer
264{
265        position:relative;
266        width:150px;
267        top:0px;
268        left:0px;
269        background-color:white;
270        border-width:1px;
271        border-style:solid;
272        z-index:40;
273}
274
275#divAppboxHeader
276{
277        /*width:100%;*/
278        background-image:url(../images/appbox-header-background.png);
279        background-repeat: repeat-x;
280        height:36px;
281        line-height:28px;
282        text-align:center;
283        /*      padding-top:7px;*/
284        padding-bottom:0px;
285        font-size:14px;
286        font-weight:bold;
287        color:#666666;
288        border-top-color:#9c9c9c;
289        border-top-width:1px;
290        border-top-style:solid;
291        border-left-color:#9c9c9c;
292        border-left-width:1px;
293        border-left-style:solid;
294        border-right-color:#9c9c9c;
295        border-right-width:1px;
296        border-right-style:solid;
297}
298
299#divAppbox
300{
301/*      width:100%;*/
302        background-color:#f7f7f7;
303        padding:5px;
304        border-bottom-color:#9c9c9c;
305        border-bottom-width:1px;
306        border-bottom-style:solid;
307        border-left-color:#9c9c9c;
308        border-left-width:1px;
309        border-left-style:solid;
310        border-right-color:#9c9c9c;
311        border-right-width:1px;
312        border-right-style:solid;
313}
314
315#fmStatusBar
316{
317        margin-left:4px;
318        margin-bottom:3px;
319        font-size: 10px;
320/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
321       
322
323}
324
325
326.fmButton
327{
328        background-image:url(../images/buttonbackground.png);
329        width:28px;
330        height:28px;
331        background-repeat: no-repeat;
332}
333
334#fmLocation
335{
336        position:relative;
337        /*background-image:url(../images/buttonbackgroundscaled.png);
338        background-repeat: repeat-x;*/
339        /*margin-left:4px;*/
340        margin-bottom:3px;
341        height:27px;
342
343}
344
345#fmMenu
346{
347        position:relative;
348}
349#fmFileWindow
350{
351        background-color:#ffffff;
352        margin-left:4px;
353        padding:5px;
354        position:relative;
355        border-right: #cccccc 1px solid;
356        border-top: #9c9c9c 2px solid;
357        border-left: #9c9c9c 2px solid;
358        border-bottom: #cccccc 1px solid
359}
360
361#user_info
362{
363
364
365}
366
367#admin_info
368{
369        position:relative;
370        text-align:right;
371}
372
373#divGenTime
374{
375        bottom:14px;
376        font-size: 9px;
377        color: #ff0000;
378        text-align:center;
379        width:99%;
380}
381
382#divPoweredBy
383{
384        bottom:14px;
385        font-size: 9px;
386        color: #000000;
387        text-align:center;
388        width:99%;
389}
390
Note: See TracBrowser for help on using the repository browser.