source: trunk/FACT++/www/smartfact/index.css@ 13697

Last change on this file since 13697 was 13697, checked in by tbretz, 13 years ago
Moved images to img
File size: 3.5 KB
Line 
1.thead {
2 background: #23a0da url(img/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
33.tcol0 {
34 border-left: 1px solid #ccc;
35 border-bottom: 1px solid #ccc;
36 text-align:left;
37 padding-left:5px;
38 margin:0;
39}
40
41.tcol1 {
42 border-bottom: 1px solid #ccc;
43 padding-left:3px;
44 padding-right:3px;
45 margin:0;
46}
47
48.tcol2 {
49 border-right: 1px solid #ccc;
50 border-bottom: 1px solid #ccc;
51 text-align:right;
52 margin:0;
53 padding-right:5px;
54}
55
56.description {
57 text-align:left;
58}
59
60.tcell1 {
61 font-weight:bolder;
62 text-align:left;
63}
64
65.tcell2 {
66 text-align:right;
67}
68
69
70.tcell3 {
71 text-align:center;
72}
73
74/*
75.trow3 {
76 background: #eee;
77 border-bottom: 1px solid #ccc;
78 padding: 4px;
79}
80*/
81
82.icon_black {
83 -webkit-box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;
84 /*background-attachment: scroll;*/
85 /*background-clip: border-box;*/
86 background-color: rgba(0, 0, 0, 0);
87 background-image: url(img/icons-18-black.png);
88 /*background-origin: padding-box;*/
89 background-repeat: no-repeat;
90 box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;
91 padding: 0;
92 margin:0;
93 white-space: nowrap;
94 width: 18px;
95 height: 18px;
96 zoom: 1;
97}
98
99.icon_white {
100 -webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;
101 /*background-attachment: scroll;*/
102 /*background-clip: border-box;*/
103 background-color: rgba(0, 0, 0, 0.398438);
104 background-image: url(img/icons-18-white.png);
105 /*background-origin: padding-box;*/
106 background-repeat: no-repeat;
107 box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;
108 padding: 0;
109 margin:0;
110 white-space: nowrap;
111 width: 18px;
112 height: 18px;
113 zoom: 1;
114}
115
116.icon_color {
117 /*-webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
118 /*background-attachment: scroll;*/
119 /*background-clip: border-box;*/
120 /*background-color: rgba(0, 0, 0, 0.398438);*/
121 background-image: url(img/icons.png);
122 /*background-origin: padding-box;*/
123 background-repeat: no-repeat;
124 /*box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
125 padding: 0;
126 margin:0;
127 white-space: nowrap;
128 width: 18px;
129 height: 18px;
130 zoom: 1.5;
131 display:table-cell;
132}
133
134/*
135.trow_shaded {
136 background: #ffdde0;
137 border-bottom: 1px solid #fcc;
138}
139
140.trow_selected td {
141 background: #FFFBD9;
142}
143
144.trow_sep {
145 background: #ddd;
146 color: #555;
147 padding: 4px;
148 text-align: center;
149
150 font-size: 12px;
151 font-weight: bold;
152}
153*/
154.tfoot {
155 background: #737373 url(gradient.png) bottom left repeat-x;
156 color: #fff;
157 border-color: #525252;
158 border-style: solid;
159 border-width: 2px 1px 1px 1px;
160 vertical-align: middle;
161 padding: 0px 6px 4px 6px;
162 /*-moz-border-radius: 0 0 5px 5px;*/
163 /*-webkit-border-bottom-left-radius: 5px;*/
164 /*-webkit-border-bottom-right-radius: 5px;*/
165 text-shadow: 0 -1px 0 #333;
166 font-size: 12px;
167}
168
169.tfoot a {
170 color: #fff;
171 text-decoration: none;
172}
173
174.container
175{
176 padding: 0;
177 margin: 0;
178 width: 100%;
179 border-left: 1px solid #ccc;
180 border-right: 1px solid #ccc;
181}
Note: See TracBrowser for help on using the repository browser.