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

Last change on this file since 13880 was 13880, checked in by tbretz, 12 years ago
Moved alignment of header and footer elements to css-file.
File size: 3.8 KB
Line 
1body {
2 overflow-x: hidden;
3 overflow-y: auto;
4}
5
6.thead {
7 background: #23a0da url(img/gradient.png) bottom left repeat-x;
8 color: #09415b;
9 padding: 2px 6px 2px 6px;
10/* padding: 4px 6px;*/
11 border-color: #1379a8;
12 border-style: solid;
13 border-width: 1px 1px 1px 1px;
14 text-shadow: 0 1px 0 #37b2eb;
15 /*-moz-border-radius: 5px 5px 0 0;*/
16 /*-webkit-border-top-left-radius: 5px;*/
17 /*-webkit-border-top-right-radius: 5px;*/
18 font-size: 13px;
19}
20.thead td
21{
22 vertical-align:middle;
23}
24
25/*
26.thead a {
27 color: #09415b;
28 text-decoration: none;
29}
30
31.tcat {
32 background: #444;
33 color: #fff;
34 padding: 4px 6px;
35 font-size: 12px;
36}
37
38.tcat a {
39 color: #fff;
40}
41*/
42
43.tcol0 {
44 border-left: 1px solid #ccc;
45 border-bottom: 1px solid #ccc;
46 text-align:left;
47 padding-left:5px;
48 margin:0;
49}
50
51.tcol1 {
52 border-bottom: 1px solid #ccc;
53 padding-left:3px;
54 padding-right:3px;
55 margin:0;
56}
57
58.tcol2 {
59 border-right: 1px solid #ccc;
60 border-bottom: 1px solid #ccc;
61 text-align:right;
62 margin:0;
63 padding-right:5px;
64}
65/*
66.description {
67 text-align:left;
68}*/
69
70.tcell1 {
71 font-weight:bolder;
72 text-align:left;
73}
74
75.tcell2 {
76 text-align:right;
77}
78
79.tcell2l {
80 text-align:left;
81}
82
83.tcell2l pre {
84 display:inline;
85 color:darkblue;
86 font-weight:bold;
87/* font-size:15px;*/
88}
89
90/*
91.tcell3 {
92 text-align:center;
93}*/
94
95/*
96.trow3 {
97 background: #eee;
98 border-bottom: 1px solid #ccc;
99 padding: 4px;
100}
101*/
102
103.icon_black {
104 -webkit-box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;
105 /*background-attachment: scroll;*/
106 /*background-clip: border-box;*/
107 background-color: rgba(0, 0, 0, 0);
108 background-image: url(img/icons-18-black.png);
109 /*background-origin: padding-box;*/
110 background-repeat: no-repeat;
111 box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;
112 padding: 0;
113 margin:0;
114 white-space: nowrap;
115 width: 18px;
116 height: 18px;
117 zoom: 1;
118}
119
120.icon_white {
121 -webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;
122 /*background-attachment: scroll;*/
123 /*background-clip: border-box;*/
124 background-color: rgba(0, 0, 0, 0.398438);
125 background-image: url(img/icons-18-white.png);
126 /*background-origin: padding-box;*/
127 background-repeat: no-repeat;
128 box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;
129 padding: 0;
130 margin:0;
131 white-space: nowrap;
132 width: 18px;
133 height: 18px;
134 zoom: 1;
135}
136
137.icon_color {
138 /*-webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
139 /*background-attachment: scroll;*/
140 /*background-clip: border-box;*/
141 /*background-color: rgba(0, 0, 0, 0.398438);*/
142 background-image: url(img/icons.png);
143 /*background-origin: padding-box;*/
144 background-repeat: no-repeat;
145 /*box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
146 padding: 0;
147 margin:0;
148 white-space: nowrap;
149 width: 18px;
150 height: 18px;
151 zoom: 1.;
152}
153
154/*
155.trow_shaded {
156 background: #ffdde0;
157 border-bottom: 1px solid #fcc;
158}
159
160.trow_selected td {
161 background: #FFFBD9;
162}
163
164.trow_sep {
165 background: #ddd;
166 color: #555;
167 padding: 4px;
168 text-align: center;
169
170 font-size: 12px;
171 font-weight: bold;
172}
173*/
174.tfoot {
175 background: #737373 url(img/gradient.png) bottom left repeat-x;
176 color: #fff;
177 border-color: #525252;
178 border-style: solid;
179 border-width: 1px 1px 1px 1px;
180 vertical-align: middle;
181 padding: 0px 6px 0px 6px;
182 /*-moz-border-radius: 0 0 5px 5px;*/
183 /*-webkit-border-bottom-left-radius: 5px;*/
184 /*-webkit-border-bottom-right-radius: 5px;*/
185 text-shadow: 0 -1px 0 #333;
186 /*font-size: 10px;*/
187}
188
189.tfoot td
190{
191 vertical-align:middle;
192}
193/*
194.tfoot a {
195 color: #fff;
196 text-decoration: none;
197}*/
198
199.container
200{
201 padding: 0;
202 margin: 0;
203 width: 100%;
204 border-left: 1px solid #ccc;
205 border-right: 1px solid #ccc;
206}
Note: See TracBrowser for help on using the repository browser.