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

Last change on this file since 13524 was 13479, checked in by tbretz, 12 years ago
Adapted to the latest html/js changes.
File size: 1.8 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}
34
35.tcol2 {
36 border-right: 1px solid #ccc;
37 border-bottom: 1px solid #ccc;
38 text-align:right;
39 margin-left:5px;
40 margin-right:5px;
41}
42
43.tcol0 {
44 border-left: 1px solid #ccc;
45 border-bottom: 1px solid #ccc;
46 text-align:left;
47 margin-left:5px;
48 margin-right:5px;
49}
50
51.tcell1 {
52 font-weight:bolder;
53 text-align:left;
54}
55
56.tcell2 {
57 text-align:right;
58}
59
60//.trow3 {
61// background: #eee;
62// border-bottom: 1px solid #ccc;
63// padding: 4px;
64//}
65
66.trow_shaded {
67 background: #ffdde0;
68 border-bottom: 1px solid #fcc;
69}
70
71.trow_selected td {
72 background: #FFFBD9;
73}
74
75.trow_sep {
76 background: #ddd;
77 color: #555;
78 padding: 4px;
79 text-align: center;
80
81 font-size: 12px;
82 font-weight: bold;
83}
84
85.tfoot {
86 background: #737373 url(gradient.png) bottom left repeat-x;
87 color: #fff;
88 border-color: #525252;
89 border-style: solid;
90 border-width: 2px 1px 1px 1px;
91 vertical-align: middle;
92 padding: 6px;
93 /*-moz-border-radius: 0 0 5px 5px;*/
94 /*-webkit-border-bottom-left-radius: 5px;*/
95 /*-webkit-border-bottom-right-radius: 5px;*/
96 text-shadow: 0 -1px 0 #333;
97 font-size: 12px;
98}
99
100.tfoot a {
101 color: #fff;
102 text-decoration: none;
103}
104
105.container
106{
107 padding: 0;
108 margin: 0;
109 width: 100%;
110 border-left: 1px solid #ccc;
111 border-right: 1px solid #ccc;
112}
Note: See TracBrowser for help on using the repository browser.