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

Last change on this file since 13650 was 13588, checked in by tbretz, 13 years ago
Added icons.
File size: 2.9 KB
Line 
1.thead {
2 background: #23a0da url(gradient.png) bottom left repeat-x;
3 color: #09415b;
4 padding: 2px 6px 2px 6px;
5/* padding: 4px 6px;*/
6 border-color: #1379a8;
7 border-style: solid;
8 border-width: 1px 1px 1px 1px;
9 text-shadow: 0 1px 0 #37b2eb;
10 /*-moz-border-radius: 5px 5px 0 0;*/
11 /*-webkit-border-top-left-radius: 5px;*/
12 /*-webkit-border-top-right-radius: 5px;*/
13 font-size: 13px;
14}
15
16.thead a {
17 color: #09415b;
18 text-decoration: none;
19}
20/*
21.tcat {
22 background: #444;
23 color: #fff;
24 padding: 4px 6px;
25 font-size: 12px;
26}*/
27
28.tcat a {
29 color: #fff;
30}
31
32.tcol1 {
33 border-bottom: 1px solid #ccc;
34 margin-left:5px;
35 margin-right:5px;
36 padding:0;
37}
38
39.tcol2 {
40 border-right: 1px solid #ccc;
41 border-bottom: 1px solid #ccc;
42 text-align:right;
43 margin-left:5px;
44 margin-right:5px;
45 padding:0;
46}
47
48.tcol0 {
49 border-left: 1px solid #ccc;
50 border-bottom: 1px solid #ccc;
51 text-align:left;
52 margin-left:5px;
53 margin-right:5px;
54 padding:0;
55}
56
57.tcell1 {
58 font-weight:bolder;
59 text-align:left;
60}
61
62.tcell2 {
63 text-align:right;
64}
65
66.tcell3 {
67 text-align:center;
68}
69
70/*
71.trow3 {
72 background: #eee;
73 border-bottom: 1px solid #ccc;
74 padding: 4px;
75}
76*/
77
78.icon_black {
79 -webkit-box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;
80 /*background-attachment: scroll;*/
81 /*background-clip: border-box;*/
82 background-color: rgba(0, 0, 0, 0);
83 background-image: url(icons-18-black.png);
84 /*background-origin: padding-box;*/
85 background-repeat: no-repeat;
86 box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;
87 padding: 0;
88 margin:0;
89 white-space: nowrap;
90 width: 18px;
91 height: 18px;
92 zoom: 1;
93}
94
95.icon_white {
96 -webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;
97 /*background-attachment: scroll;*/
98 /*background-clip: border-box;*/
99 background-color: rgba(0, 0, 0, 0.398438);
100 background-image: url(icons-18-white.png);
101 /*background-origin: padding-box;*/
102 background-repeat: no-repeat;
103 box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;
104 padding: 0;
105 margin:0;
106 white-space: nowrap;
107 width: 18px;
108 height: 18px;
109 zoom: 1;
110}
111
112
113.trow_shaded {
114 background: #ffdde0;
115 border-bottom: 1px solid #fcc;
116}
117
118.trow_selected td {
119 background: #FFFBD9;
120}
121
122.trow_sep {
123 background: #ddd;
124 color: #555;
125 padding: 4px;
126 text-align: center;
127
128 font-size: 12px;
129 font-weight: bold;
130}
131
132.tfoot {
133 background: #737373 url(gradient.png) bottom left repeat-x;
134 color: #fff;
135 border-color: #525252;
136 border-style: solid;
137 border-width: 2px 1px 1px 1px;
138 vertical-align: middle;
139 padding: 0px 6px 8px 6px;
140 /*-moz-border-radius: 0 0 5px 5px;*/
141 /*-webkit-border-bottom-left-radius: 5px;*/
142 /*-webkit-border-bottom-right-radius: 5px;*/
143 text-shadow: 0 -1px 0 #333;
144 font-size: 12px;
145}
146
147.tfoot a {
148 color: #fff;
149 text-decoration: none;
150}
151
152.container
153{
154 padding: 0;
155 margin: 0;
156 width: 100%;
157 border-left: 1px solid #ccc;
158 border-right: 1px solid #ccc;
159}
Note: See TracBrowser for help on using the repository browser.