root/galaxy-central/static/old_blue_style/base.css @ 2

リビジョン 2, 4.5 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1body
2{
3    margin: 0;
4    padding: 0;
5    border: 0;
6    font: smaller verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
7    background: #3690c0;
8}
9
10body.toolMenuPage
11{
12    background: #045a8d;
13    color: #d0d1e6;
14    /*background-image: url(/static/images/toolsExpandingMenu.gif);*/
15    background-repeat: no-repeat;
16    background-position: bottom right;
17}
18
19body.toolMenuPage a
20{
21    color: #ece7f2;
22}
23
24body.toolMenuPage a:hover
25{
26    color: white;
27}
28
29body.historyPage
30{
31    background: #045a8d;
32    color: #d0d1e6;
33    /*background-image: url(/static/images/history.gif);*/
34    background-repeat: no-repeat;
35    background-position: bottom right;
36}
37
38body.historyPage a
39{
40    color: #ece7f2;
41}
42
43body.mastheadPage
44{
45    background: #023858;
46    background-image: url(/static/images/hatch-fade-023858.gif);
47    background-position: bottom;
48    color: white;
49}
50
51body.mastheadPage a
52{
53    color: #ece7f2;
54}
55
56div.pageTitle
57{
58    font-size: x-large;
59    font-weight: bold;
60}
61
62div.pageTitle a:link, div.pageTitle a:visited, div.pageTitle a:active, div.pageTitle a:hover
63{
64    text-decoration: none;
65}
66
67/*
686 class diverging BrBG
69
70br2: #8c510a
71br1: #d8b365
72br0: #f6e8c3
73gr0:  #c7eae5
74gr1:  #5ab4ac
75gr2:  #01665e
76*/
77
78/*
79
80Dark to light:
81
82Blues
83-----
84
850: #023858
861: #045a8d
873: #0570b0
884: #3690c0
895: #74a9cf
906: #a6bddb
917: #d0d1e6
928: #ece7f2
93
94
95*/
96
97h1, h2, h3
98{
99    color: white;
100}   
101
102hr
103{
104    border: none;
105    border-bottom: dotted white 1px;
106}
107
108div.toolMenu
109{
110  margin: 10px;
111}
112
113div.toolDivider
114{
115  padding-top: 5px;
116  padding-bottom: 5px;
117}
118
119div.toolSectionDetailsInner
120{
121  margin-left: 10px;
122  margin-right: 10px;
123}
124
125div.toolSectionTitle
126{
127  padding-bottom: 5px;
128  font-weight: bold;
129}
130
131/*div.toolSectionBg
132{
133        background: #0570b0;
134}*/
135
136div.toolTitle
137{
138  padding-top: 5px;
139  padding-bottom: 5px;
140  margin-left: 16px;
141  margin-right: 10px;
142  display: list-item;
143  list-style: square outside;
144}
145
146div.toolForm
147{
148  margin: 10px;
149}
150
151div.toolFormTitle
152{
153  background: #d8b365;
154  font-weight: bold;
155  padding: 5px;
156}
157
158div.toolParamHelp
159{
160  font-style: italic;
161}
162
163div.toolFormBody
164{
165  background: #f6e8c3;
166  padding: 5px;
167}
168
169td.errorMessage
170{
171    color: #b30000;
172}
173
174div.toolHelp
175{
176  margin: 10px;
177}
178
179div.toolHelpBody
180{
181  background: white;
182  padding: 5px;
183}
184
185div.historyItem
186{
187    padding-top: 10px;
188    padding-bottom: 10px;
189    margin-right: 10px;
190    margin-left: 10px;
191    border-bottom: dotted #d0d1e6 1px;
192}
193
194div.historyItemBody div
195{
196    padding-top: 2px;
197}
198
199pre.peek
200{
201    background: #f6e8c3;
202    color: black;
203    width: 100%;
204    overflow: auto;
205}
206
207div.document
208{
209    margin: 10px;
210}
211
212select
213{
214    max-width: 300px;
215}
216
217.errormessage, .warningmessage, .donemessage, .infomessage
218{
219    margin: 10px;
220    padding: .33em 0 .67em 42px;
221    min-height: 32px;
222    border-top: 5px solid #900;
223    border-bottom: 5px solid #900;
224    /* border-left: 1px solid #900; */
225    /* border-right: 1px solid #900; */
226    background: white;
227    background-image: url(/images/icon_error_lrg.gif);
228    background-repeat: no-repeat;
229    background-position: 5px 5px;
230}
231
232.warningmessage
233{
234    background-image: url(/images/icon_warning_lrg.gif);
235    border-color: #c60;
236}
237
238.donemessage
239{
240    background-image: url(/images/icon_success_lrg.gif);
241    border-color: #090;
242}
243
244.infomessage
245{
246    background-image: url(/images/icon_info_lrg.gif);
247    border-color: #069;
248}
249
250.errormark, .warningmark, .donemark, .infomark, .ok_bgr, .err_bgr
251{
252    padding-left: 20px;
253    min-height: 15px;
254    background: url(/images/icon_error_sml.gif) no-repeat;
255}
256
257.warningmark
258{
259    background-image: url(/images/icon_warning_sml.gif);
260}
261
262.donemark
263{
264    background-image: url(/images/icon_success_sml.gif);
265}
266
267.infomark, .ok_bgr
268{
269    background-image: url(/images/icon_info_sml.gif);
270}
271
272table.colored td
273{
274    padding: 5px;
275}
276
277table.colored tr.header
278{
279  background: #d8b365;
280  font-weight: bold;
281}
282
283table.colored tr
284{
285  background: #f6e8c3;
286}
287
288div.debug
289{
290    margin: 10px;
291    padding: 5px;
292    background: #FFFF99;
293    border: solid #FFFF33 1px;
294    color: black;
295}
296   
297#footer {
298  position: fixed;
299  background: #023858;
300  width: 100%;
301  left: 0px;
302  bottom: 0px;
303  color: white;
304  z-index:10000;
305  opacity:0.9;
306  filter:alpha(opacity:90);
307}
308
309.footerheader
310{
311  padding: 5px;
312  text-align:center;
313  background-image: url(/static/images/hatch-fade-023858.gif);
314  background-position: bottom;
315}
316
317.footermenu
318{
319  border-top: solid white 1px;
320}
321
322.footermenuitem
323{
324    margin-top: 5px;
325    margin-bottom: 5px;
326    margin-right: 5px;
327    margin-left: 25px;
328    display: list-item;
329    list-style: square outside;
330}
331
332.footermenumessage
333{
334    margin: 5px;
335}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。