source: trunk/FACT++/www/index.css@ 13526

Last change on this file since 13526 was 13525, checked in by tbretz, 13 years ago
Switched off padding for rows.
File size: 1.9 KB
Line 
1.thead {
2 background: #23a0da url(gradient.png) bottom left repeat-x;
3 color: #09415b;
4 padding: 4px 6px;
5 border-color: #1379a8;
6 border-style: solid;
7 border-width: 1px 1px 2px 1px;
8 text-shadow: 0 1px 0 #37b2eb;
9 /*-moz-border-radius: 5px 5px 0 0;*/
10 /*-webkit-border-top-left-radius: 5px;*/
11 /*-webkit-border-top-right-radius: 5px;*/
12 font-size: 13px;
13}
14
15.thead a {
16 color: #09415b;
17 text-decoration: none;
18}
19
20.tcat {
21 background: #444;
22 color: #fff;
23 padding: 4px 6px;
24 font-size: 12px;
25}
26
27.tcat a {
28 color: #fff;
29}
30
31.tcol1 {
32 border-bottom: 1px solid #ccc;
33 padding: 0;
34}
35
36.tcol2 {
37 border-right: 1px solid #ccc;
38 border-bottom: 1px solid #ccc;
39 text-align:right;
40 margin-left:5px;
41 margin-right:5px;
42}
43
44.tcol0 {
45 border-left: 1px solid #ccc;
46 border-bottom: 1px solid #ccc;
47 text-align:left;
48 margin-left:5px;
49 margin-right:5px;
50}
51
52.tcell1 {
53 font-weight:bolder;
54 text-align:left;
55}
56
57.tcell2 {
58 text-align:right;
59}
60
61.tcell3 {
62 text-align:center;
63}
64
65//.trow3 {
66// background: #eee;
67// border-bottom: 1px solid #ccc;
68// padding: 4px;
69//}
70
71.trow_shaded {
72 background: #ffdde0;
73 border-bottom: 1px solid #fcc;
74}
75
76.trow_selected td {
77 background: #FFFBD9;
78}
79
80.trow_sep {
81 background: #ddd;
82 color: #555;
83 padding: 4px;
84 text-align: center;
85
86 font-size: 12px;
87 font-weight: bold;
88}
89
90.tfoot {
91 background: #737373 url(gradient.png) bottom left repeat-x;
92 color: #fff;
93 border-color: #525252;
94 border-style: solid;
95 border-width: 2px 1px 1px 1px;
96 vertical-align: middle;
97 padding: 6px;
98 /*-moz-border-radius: 0 0 5px 5px;*/
99 /*-webkit-border-bottom-left-radius: 5px;*/
100 /*-webkit-border-bottom-right-radius: 5px;*/
101 text-shadow: 0 -1px 0 #333;
102 font-size: 12px;
103}
104
105.tfoot a {
106 color: #fff;
107 text-decoration: none;
108}
109
110.container
111{
112 padding: 0;
113 margin: 0;
114 width: 100%;
115 border-left: 1px solid #ccc;
116 border-right: 1px solid #ccc;
117}
Note: See TracBrowser for help on using the repository browser.