source: contrib/Dms/templates/default/app.css @ 3526

Revision 3526, 4.3 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain
Line 
1th.activetab
2{
3        color:#000000;
4        background-color:#D3DCE3;
5        border-top : 1px solid Silver;
6        border-left : 1px solid Silver;
7        border-right : 1px solid Silver;
8}
9
10th.inactivetab
11{
12        color:#000000;
13        background-color:#E8F0F0;
14        border-bottom : 1px solid Silver;
15}
16                       
17.td_left
18{
19   border-left : 1px solid Gray;
20   border-top : 1px solid Gray;
21}
22
23.input_text {
24        border : 1px solid Silver;
25}
26
27.td_right
28{
29  border-right : 1px solid Gray;
30  border-top : 1px solid Gray;
31}
32
33.text_small { font-size: 10px; }
34.text_small_bold { font-size: 10px; font-weight : bold; }
35                       
36div.activetab{ display:inline; }
37div.inactivetab{ display:none; }
38
39.active{ display:inline; }
40.inactive{ display:none; }
41
42.quoted1 { color:#660066; }
43.quoted2 { color:#007777; }
44.quoted3 { color:#990000; }
45.quoted4 { color:#000099; }
46.quoted5 { color:#bb6600; }
47
48TR.header_row_
49{
50        FONT-SIZE: 11px;
51        height : 20px;
52        padding: 0;
53        font-weight : bold;
54        background : White;
55        white-space: nowrap;
56}
57
58A.header_row_
59{
60        FONT-SIZE: 11px;
61        height : 14px;
62        padding: 0;
63        font-weight : bold;
64}
65
66TR.header_row_D
67{
68        FONT-SIZE: 11px;
69        height : 20px;
70        padding: 0;
71        color: silver;
72        text-decoration : line-through;
73        font-weight : bold;
74        background : White;
75        white-space: nowrap;
76}
77       
78A.header_row_D
79{
80        FONT-SIZE: 11px;
81        height : 14px;
82        padding: 0;
83        color: silver;
84        text-decoration : line-through;
85        font-weight : bold;
86}
87       
88TR.header_row_DS, TR.header_row_ADS
89{
90        FONT-SIZE: 11px;
91        height : 20px;
92        padding: 0;
93        color: silver;
94        text-decoration : line-through;
95        background : White;
96        white-space: nowrap;
97}
98
99A.header_row_DS, A.header_row_ADS
100{
101        FONT-SIZE: 11px;
102        height : 14px;
103        padding: 0;
104        color: silver;
105        text-decoration : line-through;
106}
107       
108TR.header_row_S
109{
110        FONT-SIZE: 11px;
111        height : 20px;
112        padding: 0;
113        background : White;
114        white-space: nowrap;
115}
116
117A.header_row_S
118{
119        FONT-SIZE: 11px;
120        height : 14px;
121        padding: 0;
122}
123       
124TR.header_row_RS
125{
126        FONT-SIZE: 11px;
127        height : 20px;
128        padding: 0;
129        background : White;
130        white-space: nowrap;
131}
132
133A.header_row_RS
134{
135        FONT-SIZE: 11px;
136        height : 14px;
137        padding: 0;
138}
139
140TR.header_row_AS,TR.header_row_RAS
141{
142        FONT-SIZE: 11px;
143        height : 20px;
144        padding: 0;
145        background : White;
146        white-space: nowrap;
147}
148
149A.header_row_AS, A.header_row_RAS
150{
151        FONT-SIZE: 11px;
152        height : 14px;
153        padding: 0;
154}
155
156TR.header_row_FAS,  TR.header_row_FS
157{
158        color: red;
159        FONT-SIZE: 11px;
160        height : 20px;
161        padding: 0;
162        background : White;
163        white-space: nowrap;
164}
165
166A.header_row_FAS, A.header_row_FS
167{
168        color: red;
169        FONT-SIZE: 11px;
170        height : 14px;
171        padding: 0;
172}
173
174TR.header_row_F
175{
176        color: red;
177        FONT-SIZE: 11px;
178        height : 20px;
179        padding: 0;
180        font-weight : bold;
181        background : White;
182        white-space: nowrap;
183}
184
185A.header_row_F
186{
187        color: red;
188        FONT-SIZE: 11px;
189        height : 14px;
190        padding: 0;
191        font-weight : bold;
192}
193
194TR.header_row_R
195{
196        FONT-SIZE: 11px;
197        height : 20px;
198        padding: 0;
199        font-weight : bold;
200        background : White;
201        white-space: nowrap;
202}
203
204A.header_row_R
205{
206        FONT-SIZE: 11px;
207        height : 14px;
208        padding: 0;
209        font-weight : bold;
210}
211
212.subjectBold
213{
214        FONT-SIZE: 12px;
215        font-weight : bold;
216        font-family : Arial;
217}
218
219.subject
220{
221        FONT-SIZE: 12px;
222        font-family : Arial;
223}
224
225.body
226{
227        FONT-SIZE: 12px;
228        font-family : Arial;
229}
230
231TR.sieveRowActive
232{
233        FONT-SIZE: 11px;
234        height : 20px;
235        padding: 0;
236        background : White;
237}
238
239A.sieveRowActive
240{
241        FONT-SIZE: 11px;
242        height : 14px;
243        padding: 0;
244}
245
246TR.sieveRowInActive
247{
248        FONT-SIZE: 11px;
249        height : 20px;
250        padding: 0;
251        background : White;
252        color: Silver;
253}
254
255A.sieveRowInActive
256{
257        FONT-SIZE: 11px;
258        height : 14px;
259        padding: 0;     
260        color: Silver;
261}
262
263
264.dtree {
265        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
266        font-size: 11px;
267        color: #666;
268        white-space: nowrap;
269}
270.dtree img {
271        border: 0px;
272        vertical-align: middle;
273}
274.dtree a {
275        color: #333;
276        text-decoration: none;
277}
278.dtree a.node, .dtree a.nodeSel {
279        white-space: nowrap;
280        padding: 1px 2px 1px 2px;
281}
282.dtree a.node:hover, .dtree a.nodeSel:hover {
283        color: #333;
284        text-decoration: underline;
285}
286.dtree a.nodeSel {
287        background-color: #c0d2ec;
288}
289.dtree .clip {
290        overflow: hidden;
291}
292
293textarea
294{
295        border:solid 1px silver;
296        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
297        font-size:110%;
298        color:#006699;
299}
300
301legend
302{
303        border-left: 1px solid silver;
304        padding-left: 5px;
305        border-right: 1px solid silver;
306        padding-right: 5px;
307}
308
309fieldset
310{
311        border: 1px solid silver;
312        padding-left: 5px;
313        padding-right: 5px;
314}
315
316.description
317{
318        font-weight:bold;
319}
320
321.topRow
322{
323        font-size:120%;
324}
Note: See TracBrowser for help on using the repository browser.