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

Last change on this file since 13796 was 13747, checked in by tbretz, 13 years ago
Some littel fixed; added a time-tag to the graphics files; added some possibility to link to the control-section
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.;
131}
132
133/*
134.trow_shaded {
135 background: #ffdde0;
136 border-bottom: 1px solid #fcc;
137}
138
139.trow_selected td {
140 background: #FFFBD9;
141}
142
143.trow_sep {
144 background: #ddd;
145 color: #555;
146 padding: 4px;
147 text-align: center;
148
149 font-size: 12px;
150 font-weight: bold;
151}
152*/
153.tfoot {
154 background: #737373 url(img/gradient.png) bottom left repeat-x;
155 color: #fff;
156 border-color: #525252;
157 border-style: solid;
158 border-width: 2px 1px 1px 1px;
159 vertical-align: middle;
160 padding: 0px 6px 4px 6px;
161 /*-moz-border-radius: 0 0 5px 5px;*/
162 /*-webkit-border-bottom-left-radius: 5px;*/
163 /*-webkit-border-bottom-right-radius: 5px;*/
164 text-shadow: 0 -1px 0 #333;
165 font-size: 12px;
166}
167
168.tfoot a {
169 color: #fff;
170 text-decoration: none;
171}
172
173.container
174{
175 padding: 0;
176 margin: 0;
177 width: 100%;
178 border-left: 1px solid #ccc;
179 border-right: 1px solid #ccc;
180}
Note: See TracBrowser for help on using the repository browser.