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

Last change on this file since 14036 was 14036, checked in by tbretz, 12 years ago
Implemented the display of the distance between known sources and the moon
File size: 4.1 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.tcell2 pre {
91 display:inline;
92 color:darkblue;
93 font-weight:bold;
94/* font-size:15px;*/
95}
96
97/*
98.tcell3 {
99 text-align:center;
100}*/
101
102/*
103.trow3 {
104 background: #eee;
105 border-bottom: 1px solid #ccc;
106 padding: 4px;
107}
108*/
109
110.icon_black {
111 /*-webkit-box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;*/
112 /*background-attachment: scroll;*/
113 /*background-clip: border-box;*/
114 background-color: rgba(0, 0, 0, 0);
115 background-image: url(img/icons-18-black.png);
116 /*background-origin: padding-box;*/
117 background-repeat: no-repeat;
118 box-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 0px 0px;
119 padding: 0;
120 margin:0;
121 white-space: nowrap;
122 width: 18px;
123 height: 18px;
124 zoom: 1;
125}
126
127.icon_white {
128 /*-webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
129 /*background-attachment: scroll;*/
130 /*background-clip: border-box;*/
131 background-color: rgba(0, 0, 0, 0.398438);
132 background-image: url(img/icons-18-white.png);
133 /*background-origin: padding-box;*/
134 background-repeat: no-repeat;
135 box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;
136 padding: 0;
137 margin:0;
138 white-space: nowrap;
139 width: 18px;
140 height: 18px;
141 zoom: 1;
142}
143
144.icon_color {
145 /*-webkit-box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
146 /*background-attachment: scroll;*/
147 /*background-clip: border-box;*/
148 /*background-color: rgba(0, 0, 0, 0.398438);*/
149 background-image: url(img/icons.png);
150 /*background-origin: padding-box;*/
151 background-repeat: no-repeat;
152 /*box-shadow: rgba(255, 255, 255, 0.398438) 1px 1px 0px 0px;*/
153 padding: 0;
154 margin:0;
155 white-space: nowrap;
156 width: 18px;
157 height: 18px;
158 zoom: 1.;
159}
160
161/*
162.trow_shaded {
163 background: #ffdde0;
164 border-bottom: 1px solid #fcc;
165}
166
167.trow_selected td {
168 background: #FFFBD9;
169}
170
171.trow_sep {
172 background: #ddd;
173 color: #555;
174 padding: 4px;
175 text-align: center;
176
177 font-size: 12px;
178 font-weight: bold;
179}
180*/
181.tfoot {
182 background: #737373 url(img/gradient.png) bottom left repeat-x;
183 color: #fff;
184 border-color: #525252;
185 border-style: solid;
186 border-width: 1px 1px 1px 1px;
187 vertical-align: middle;
188 padding: 0px 6px 0px 6px;
189 /*-moz-border-radius: 0 0 5px 5px;*/
190 /*-webkit-border-bottom-left-radius: 5px;*/
191 /*-webkit-border-bottom-right-radius: 5px;*/
192 text-shadow: 0 -1px 0 #333;
193 /*font-size: 10px;*/
194}
195
196.tfoot td {
197 vertical-align:middle;
198}
199/*
200.tfoot a {
201 color: #fff;
202 text-decoration: none;
203}*/
204
205.container {
206 padding: 0;
207 margin: 0;
208 width: 100%;
209 border-left: 1px solid #ccc;
210 border-right: 1px solid #ccc;
211}
212
213h1 {
214 margin:0;
215}
216
217h2 {
218 margin:0;
219}
220
221h3 {
222 margin:0;
223}
224
225h4 {
226 margin:0;
227 color:#206;
228}
229
230.astro td:nth-child(1) {
231 padding:0px 0px 0px 5px;
232 margin:0;
233}
234
235.astro td:nth-child(2) {
236 text-align:right;
237 padding:0px 5px 0px 0px;
238 margin:0;
239}
Note: See TracBrowser for help on using the repository browser.