##// END OF EJS Templates
Prettier tabs for settings views....
Jean-Philippe Lang -
r1059:1c5a9b17735a
parent child
Show More
@@ -1,507 +1,520
1 1 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
2 2
3 3 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;}
4 4 h1 {margin:0; padding:0; font-size: 24px;}
5 5 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
6 6 h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
7 7 h4, .wiki h3 {font-size: 12px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8 8
9 9 /***** Layout *****/
10 10 #wrapper {background: white;}
11 11
12 12 #top-menu {background: #2C4056;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;}
13 13 #top-menu a {color: #fff; padding-right: 4px;}
14 14 #account {float:right;}
15 15
16 16 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
17 17 #header a {color:#f8f8f8;}
18 18 #quick-search {float:right;}
19 19
20 20 #main-menu {position: absolute; bottom: 0px; left:6px;}
21 21 #main-menu ul {margin: 0; padding: 0;}
22 22 #main-menu li {
23 23 float:left;
24 24 list-style-type:none;
25 25 margin: 0px 10px 0px 0px;
26 26 padding: 0px 0px 0px 0px;
27 27 white-space:nowrap;
28 28 }
29 29 #main-menu li a {
30 30 display: block;
31 31 color: #fff;
32 32 text-decoration: none;
33 33 margin: 0;
34 34 padding: 4px 4px 4px 4px;
35 35 background: #2C4056;
36 36 }
37 37 #main-menu li a:hover {background:#759FCF;}
38 38
39 39 #main {background: url(../images/mainbg.png) repeat-x; background-color:#EEEEEE;}
40 40
41 41 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
42 42 * html #sidebar{ width: 17%; }
43 43 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
44 44 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
45 45 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
46 46
47 47 #content { width: 80%; background: url(../images/contentbg.png) repeat-x; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
48 48 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
49 49 html>body #content {
50 50 height: auto;
51 51 min-height: 600px;
52 52 }
53 53
54 54 #main.nosidebar #sidebar{ display: none; }
55 55 #main.nosidebar #content{ width: auto; border-right: 0; }
56 56
57 57 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
58 58
59 59 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
60 60 #login-form table td {padding: 6px;}
61 61 #login-form label {font-weight: bold;}
62 62
63 63 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
64 64
65 65 /***** Links *****/
66 66 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
67 67 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
68 68 a img{ border: 0; }
69 69
70 70 /***** Tables *****/
71 71 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
72 72 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
73 73 table.list td { overflow: hidden; text-overflow: ellipsis; vertical-align: top;}
74 74 table.list td.id { width: 2%; text-align: center;}
75 75 table.list td.checkbox { width: 15px; padding: 0px;}
76 76
77 77 tr.issue { text-align: center; white-space: nowrap; }
78 78 tr.issue td.subject, tr.issue td.category { white-space: normal; }
79 79 tr.issue td.subject { text-align: left; }
80 80 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
81 81
82 82 tr.entry { border: 1px solid #f8f8f8; }
83 83 tr.entry td { white-space: nowrap; }
84 84 tr.entry td.filename { width: 30%; }
85 85 tr.entry td.size { text-align: right; font-size: 90%; }
86 86 tr.entry td.revision, tr.entry td.author { text-align: center; }
87 87 tr.entry td.age { text-align: right; }
88 88
89 89 tr.changeset td.author { text-align: center; width: 15%; }
90 90 tr.changeset td.committed_on { text-align: center; width: 15%; }
91 91
92 92 tr.message { height: 2.6em; }
93 93 tr.message td.last_message { font-size: 80%; }
94 94 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
95 95 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
96 96
97 97 table.list tbody tr:hover { background-color:#ffffdd; }
98 98 table td {padding:2px;}
99 99 table p {margin:0;}
100 100 .odd {background-color:#f6f7f8;}
101 101 .even {background-color: #fff;}
102 102
103 103 .highlight { background-color: #FCFD8D;}
104 104 .highlight.token-1 { background-color: #faa;}
105 105 .highlight.token-2 { background-color: #afa;}
106 106 .highlight.token-3 { background-color: #aaf;}
107 107
108 108 .box{
109 109 padding:6px;
110 110 margin-bottom: 10px;
111 111 background-color:#f6f6f6;
112 112 color:#505050;
113 113 line-height:1.5em;
114 114 border: 1px solid #e4e4e4;
115 115 }
116 116
117 117 div.square {
118 118 border: 1px solid #999;
119 119 float: left;
120 120 margin: .3em .4em 0 .4em;
121 121 overflow: hidden;
122 122 width: .6em; height: .6em;
123 123 }
124 124
125 125 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px;font-size:0.9em;}
126 126 .contextual input {font-size:0.9em;}
127 127
128 128 .splitcontentleft{float:left; width:49%;}
129 129 .splitcontentright{float:right; width:49%;}
130 130 form {display: inline;}
131 131 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
132 132 fieldset {border: 1px solid #e4e4e4; margin:0;}
133 133 legend {color: #484848;}
134 134 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
135 135 textarea.wiki-edit { width: 99%; }
136 136 li p {margin-top: 0;}
137 137 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
138 138 .autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;}
139 139 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
140 140
141 141 .pagination {font-size: 90%}
142 142 p.pagination {margin-top:8px;}
143 143
144 144 /***** Tabular forms ******/
145 145 .tabular p{
146 146 margin: 0;
147 147 padding: 5px 0 8px 0;
148 148 padding-left: 180px; /*width of left column containing the label elements*/
149 149 height: 1%;
150 150 clear:left;
151 151 }
152 152
153 153 .tabular label{
154 154 font-weight: bold;
155 155 float: left;
156 156 text-align: right;
157 157 margin-left: -180px; /*width of left column*/
158 158 width: 175px; /*width of labels. Should be smaller than left column to create some right
159 159 margin*/
160 160 }
161 161
162 162 .tabular label.floating{
163 163 font-weight: normal;
164 164 margin-left: 0px;
165 165 text-align: left;
166 166 width: 200px;
167 167 }
168 168
169 169 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
170 170
171 171 .tabular.settings p{ padding-left: 300px; }
172 172 .tabular.settings label{ margin-left: -300px; width: 295px; }
173 173
174 174 .required {color: #bb0000;}
175 175 .summary {font-style: italic;}
176 176
177 177 div.attachments p { margin:4px 0 2px 0; }
178 178
179 179 /***** Flash & error messages ****/
180 180 #errorExplanation, div.flash, .nodata {
181 181 padding: 4px 4px 4px 30px;
182 182 margin-bottom: 12px;
183 183 font-size: 1.1em;
184 184 border: 2px solid;
185 185 }
186 186
187 187 div.flash {margin-top: 8px;}
188 188
189 189 div.flash.error, #errorExplanation {
190 190 background: url(../images/false.png) 8px 5px no-repeat;
191 191 background-color: #ffe3e3;
192 192 border-color: #dd0000;
193 193 color: #550000;
194 194 }
195 195
196 196 div.flash.notice {
197 197 background: url(../images/true.png) 8px 5px no-repeat;
198 198 background-color: #dfffdf;
199 199 border-color: #9fcf9f;
200 200 color: #005f00;
201 201 }
202 202
203 203 .nodata {
204 204 text-align: center;
205 205 background-color: #FFEBC1;
206 206 border-color: #FDBF3B;
207 207 color: #A6750C;
208 208 }
209 209
210 210 #errorExplanation ul { font-size: 0.9em;}
211 211
212 212 /***** Ajax indicator ******/
213 213 #ajax-indicator {
214 214 position: absolute; /* fixed not supported by IE */
215 215 background-color:#eee;
216 216 border: 1px solid #bbb;
217 217 top:35%;
218 218 left:40%;
219 219 width:20%;
220 220 font-weight:bold;
221 221 text-align:center;
222 222 padding:0.6em;
223 223 z-index:100;
224 224 filter:alpha(opacity=50);
225 225 -moz-opacity:0.5;
226 226 opacity: 0.5;
227 227 -khtml-opacity: 0.5;
228 228 }
229 229
230 230 html>body #ajax-indicator { position: fixed; }
231 231
232 232 #ajax-indicator span {
233 233 background-position: 0% 40%;
234 234 background-repeat: no-repeat;
235 235 background-image: url(../images/loading.gif);
236 236 padding-left: 26px;
237 237 vertical-align: bottom;
238 238 }
239 239
240 240 /***** Calendar *****/
241 241 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
242 242 table.cal thead th {width: 14%;}
243 243 table.cal tbody tr {height: 100px;}
244 244 table.cal th { background-color:#EEEEEE; padding: 4px; }
245 245 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
246 246 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
247 247 table.cal td.odd p.day-num {color: #bbb;}
248 248 table.cal td.today {background:#ffffdd;}
249 249 table.cal td.today p.day-num {font-weight: bold;}
250 250
251 251 /***** Tooltips ******/
252 252 .tooltip{position:relative;z-index:24;}
253 253 .tooltip:hover{z-index:25;color:#000;}
254 254 .tooltip span.tip{display: none; text-align:left;}
255 255
256 256 div.tooltip:hover span.tip{
257 257 display:block;
258 258 position:absolute;
259 259 top:12px; left:24px; width:270px;
260 260 border:1px solid #555;
261 261 background-color:#fff;
262 262 padding: 4px;
263 263 font-size: 0.8em;
264 264 color:#505050;
265 265 }
266 266
267 267 /***** Progress bar *****/
268 268 table.progress {
269 269 border: 1px solid #D7D7D7;
270 270 border-collapse: collapse;
271 271 border-spacing: 0pt;
272 272 empty-cells: show;
273 273 text-align: center;
274 274 float:left;
275 275 margin: 1px 6px 1px 0px;
276 276 }
277 277
278 278 table.progress td { height: 0.9em; }
279 279 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
280 280 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
281 281 table.progress td.open { background: #FFF none repeat scroll 0%; }
282 282 p.pourcent {font-size: 80%;}
283 283 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
284 284
285 285 div#status_by { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; }
286 286
287 287 /***** Tabs *****/
288 #content .tabs{height: 2.6em;}
289 #content .tabs ul{margin:0;}
290 #content .tabs ul li{
288 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
289 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
290 #content .tabs>ul { bottom:-1px; } /* others */
291 #content .tabs ul li {
291 292 float:left;
292 293 list-style-type:none;
293 294 white-space:nowrap;
294 295 margin-right:8px;
295 296 background:#fff;
296 297 }
297 298 #content .tabs ul li a{
298 299 display:block;
299 300 font-size: 0.9em;
300 301 text-decoration:none;
301 line-height:1em;
302 padding:4px;
303 border: 1px solid #c0c0c0;
302 line-height:1.3em;
303 padding:4px 6px 4px 6px;
304 border: 1px solid #ccc;
305 border-bottom: 1px solid #bbbbbb;
306 background-color: #eeeeee;
307 color:#777;
308 font-weight:bold;
304 309 }
305 310
306 #content .tabs ul li a.selected, #content .tabs ul li a:hover{
307 background-color: #507AAA;
308 border: 1px solid #507AAA;
309 color: #fff;
311 #content .tabs ul li a:hover {
312 background-color: #ffffdd;
310 313 text-decoration:none;
311 314 }
312 315
316 #content .tabs ul li a.selected {
317 background-color: #fff;
318 border: 1px solid #bbbbbb;
319 border-bottom: 1px solid #fff;
320 }
321
322 #content .tabs ul li a.selected:hover {
323 background-color: #fff;
324 }
325
313 326 /***** Diff *****/
314 327 .diff_out { background: #fcc; }
315 328 .diff_in { background: #cfc; }
316 329
317 330 /***** Wiki *****/
318 331 div.wiki table {
319 332 border: 1px solid #505050;
320 333 border-collapse: collapse;
321 334 }
322 335
323 336 div.wiki table, div.wiki td, div.wiki th {
324 337 border: 1px solid #bbb;
325 338 padding: 4px;
326 339 }
327 340
328 341 div.wiki .external {
329 342 background-position: 0% 60%;
330 343 background-repeat: no-repeat;
331 344 padding-left: 12px;
332 345 background-image: url(../images/external.png);
333 346 }
334 347
335 348 div.wiki a.new {
336 349 color: #b73535;
337 350 }
338 351
339 352 div.wiki pre {
340 353 margin: 1em 1em 1em 1.6em;
341 354 padding: 2px;
342 355 background-color: #fafafa;
343 356 border: 1px solid #dadada;
344 357 width:95%;
345 358 overflow-x: auto;
346 359 }
347 360
348 361 div.wiki div.toc {
349 362 background-color: #ffffdd;
350 363 border: 1px solid #e4e4e4;
351 364 padding: 4px;
352 365 line-height: 1.2em;
353 366 margin-bottom: 12px;
354 367 margin-right: 12px;
355 368 display: table
356 369 }
357 370 * html div.wiki div.toc { width: 50%; } /* IE6 doesn't autosize div */
358 371
359 372 div.wiki div.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
360 373 div.wiki div.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
361 374
362 375 div.wiki div.toc a {
363 376 display: block;
364 377 font-size: 0.9em;
365 378 font-weight: normal;
366 379 text-decoration: none;
367 380 color: #606060;
368 381 }
369 382 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
370 383
371 384 div.wiki div.toc a.heading2 { margin-left: 6px; }
372 385 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
373 386
374 387 /***** My page layout *****/
375 388 .block-receiver {
376 389 border:1px dashed #c0c0c0;
377 390 margin-bottom: 20px;
378 391 padding: 15px 0 15px 0;
379 392 }
380 393
381 394 .mypage-box {
382 395 margin:0 0 20px 0;
383 396 color:#505050;
384 397 line-height:1.5em;
385 398 }
386 399
387 400 .handle {
388 401 cursor: move;
389 402 }
390 403
391 404 a.close-icon {
392 405 display:block;
393 406 margin-top:3px;
394 407 overflow:hidden;
395 408 width:12px;
396 409 height:12px;
397 410 background-repeat: no-repeat;
398 411 cursor:pointer;
399 412 background-image:url('../images/close.png');
400 413 }
401 414
402 415 a.close-icon:hover {
403 416 background-image:url('../images/close_hl.png');
404 417 }
405 418
406 419 /***** Gantt chart *****/
407 420 .gantt_hdr {
408 421 position:absolute;
409 422 top:0;
410 423 height:16px;
411 424 border-top: 1px solid #c0c0c0;
412 425 border-bottom: 1px solid #c0c0c0;
413 426 border-right: 1px solid #c0c0c0;
414 427 text-align: center;
415 428 overflow: hidden;
416 429 }
417 430
418 431 .task {
419 432 position: absolute;
420 433 height:8px;
421 434 font-size:0.8em;
422 435 color:#888;
423 436 padding:0;
424 437 margin:0;
425 438 line-height:0.8em;
426 439 }
427 440
428 441 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
429 442 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
430 443 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
431 444 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
432 445
433 446 /***** Icons *****/
434 447 .icon {
435 448 background-position: 0% 40%;
436 449 background-repeat: no-repeat;
437 450 padding-left: 20px;
438 451 padding-top: 2px;
439 452 padding-bottom: 3px;
440 453 }
441 454
442 455 .icon22 {
443 456 background-position: 0% 40%;
444 457 background-repeat: no-repeat;
445 458 padding-left: 26px;
446 459 line-height: 22px;
447 460 vertical-align: middle;
448 461 }
449 462
450 463 .icon-add { background-image: url(../images/add.png); }
451 464 .icon-edit { background-image: url(../images/edit.png); }
452 465 .icon-copy { background-image: url(../images/copy.png); }
453 466 .icon-del { background-image: url(../images/delete.png); }
454 467 .icon-move { background-image: url(../images/move.png); }
455 468 .icon-save { background-image: url(../images/save.png); }
456 469 .icon-cancel { background-image: url(../images/cancel.png); }
457 470 .icon-pdf { background-image: url(../images/pdf.png); }
458 471 .icon-csv { background-image: url(../images/csv.png); }
459 472 .icon-html { background-image: url(../images/html.png); }
460 473 .icon-image { background-image: url(../images/image.png); }
461 474 .icon-txt { background-image: url(../images/txt.png); }
462 475 .icon-file { background-image: url(../images/file.png); }
463 476 .icon-folder { background-image: url(../images/folder.png); }
464 477 .open .icon-folder { background-image: url(../images/folder_open.png); }
465 478 .icon-package { background-image: url(../images/package.png); }
466 479 .icon-home { background-image: url(../images/home.png); }
467 480 .icon-user { background-image: url(../images/user.png); }
468 481 .icon-mypage { background-image: url(../images/user_page.png); }
469 482 .icon-admin { background-image: url(../images/admin.png); }
470 483 .icon-projects { background-image: url(../images/projects.png); }
471 484 .icon-logout { background-image: url(../images/logout.png); }
472 485 .icon-help { background-image: url(../images/help.png); }
473 486 .icon-attachment { background-image: url(../images/attachment.png); }
474 487 .icon-index { background-image: url(../images/index.png); }
475 488 .icon-history { background-image: url(../images/history.png); }
476 489 .icon-feed { background-image: url(../images/feed.png); }
477 490 .icon-time { background-image: url(../images/time.png); }
478 491 .icon-stats { background-image: url(../images/stats.png); }
479 492 .icon-warning { background-image: url(../images/warning.png); }
480 493 .icon-fav { background-image: url(../images/fav.png); }
481 494 .icon-fav-off { background-image: url(../images/fav_off.png); }
482 495 .icon-reload { background-image: url(../images/reload.png); }
483 496 .icon-lock { background-image: url(../images/locked.png); }
484 497 .icon-unlock { background-image: url(../images/unlock.png); }
485 498 .icon-note { background-image: url(../images/note.png); }
486 499 .icon-checked { background-image: url(../images/true.png); }
487 500
488 501 .icon22-projects { background-image: url(../images/22x22/projects.png); }
489 502 .icon22-users { background-image: url(../images/22x22/users.png); }
490 503 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
491 504 .icon22-role { background-image: url(../images/22x22/role.png); }
492 505 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
493 506 .icon22-options { background-image: url(../images/22x22/options.png); }
494 507 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
495 508 .icon22-authent { background-image: url(../images/22x22/authent.png); }
496 509 .icon22-info { background-image: url(../images/22x22/info.png); }
497 510 .icon22-comment { background-image: url(../images/22x22/comment.png); }
498 511 .icon22-package { background-image: url(../images/22x22/package.png); }
499 512 .icon22-settings { background-image: url(../images/22x22/settings.png); }
500 513 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
501 514
502 515 /***** Media print specific styles *****/
503 516 @media print {
504 517 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual { display:none; }
505 518 #main { background: #fff; }
506 519 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; }
507 520 }
@@ -1,69 +1,69
1 1 @import url(../../../stylesheets/application.css);
2 2
3 body { background-color:#EEEEEE; }
3 body, #wrapper { background-color:#EEEEEE; }
4 4 #header, #top-menu { margin: 0px 10px 0px 11px; }
5 5 #main { background: #EEEEEE; margin: 8px 10px 0px 10px; }
6 6 #content { background: #fff; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; }
7 7 #footer { background-color:#EEEEEE; border: 0px; }
8 8
9 9 /* Headers */
10 10 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
11 11
12 12 /* Menu */
13 13 #main-menu li a { background-color: #507AAA; font-weight: bold;}
14 14 #main-menu li a:hover { background: #507AAA; text-decoration: underline; }
15 15
16 16 /* Tables */
17 17 table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
18 18 table.list thead th {
19 19 border-width: 1px;
20 20 border-style: solid;
21 21 border-top-color: #d7d7d7;
22 22 border-right-color: #d7d7d7;
23 23 border-left-color: #d7d7d7;
24 24 border-bottom-color: #999999;
25 25 }
26 26
27 27 /* Issues grid styles by priorities (provided by Wynn Netherland) */
28 28 table.list tr.issue a { color: #666; }
29 29
30 30 tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
31 31 tr.odd.priority-5 { background: #ffc4c4; }
32 32 tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
33 33 tr.even.priority-5 { background: #ffd4d4; }
34 34 tr.priority-5 a, tr.priority-5:hover a { color: #900; }
35 35 tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }
36 36
37 37 tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
38 38 tr.odd.priority-4 { background: #ffc4c4; }
39 39 tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
40 40 tr.even.priority-4 { background: #ffd4d4; }
41 41 tr.priority-4 a { color: #900; }
42 42 tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }
43 43
44 44 tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
45 45 tr.odd.priority-3 { background: #fee; }
46 46 tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
47 47 tr.even.priority-3 { background: #fff2f2; }
48 48 tr.priority-3 a { color: #900; }
49 49 tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }
50 50
51 51 tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
52 52 tr.odd.priority-1 { background: #eaf7ff; }
53 53 tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
54 54 tr.even.priority-1 { background: #f2faff; }
55 55 tr.priority-1 a { color: #559; }
56 56 tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }
57 57
58 58 /* Buttons */
59 59 input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
60 60 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }
61 61
62 62 /* Fields */
63 63 input[type="text"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; }
64 64 input[type="text"] { padding: 3px; }
65 65 input[type="text"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
66 66 option { border-bottom: 1px dotted #d7d7d7; }
67 67
68 68 /* Misc */
69 69 .box { background-color: #fcfcfc; }
@@ -1,39 +1,40
1 1 @import url(../../../stylesheets/application.css);
2 2
3 3 body{ color:#303030; background:#e8eaec; }
4 4
5 5 #top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; }
6 6 #top-menu a { font-weight: bold; }
7 7 #header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; }
8 8 #header h1 { margin-left: 6px; }
9 9 #quick-search { margin-right: 6px; }
10 10 #main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
11 11 #main-menu li { margin: 0; padding: 0; }
12 12 #main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 80%; padding: 4px 8px 4px 8px; font-weight: bold; }
13 13 #main-menu li a:hover { background-color: #80b0da; color: #ffffff; }
14 14
15 15 #footer { background-color: #578bb8; border: 0; color: #fff;}
16 16 #footer a { color: #fff; font-weight: bold; }
17 17
18 18 #main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
19 19 #main a { font-weight: bold; color: #467aa7;}
20 20 #main a:hover { color: #2a5a8a; text-decoration: underline; }
21 21 #content { background: #fff; }
22 #content .tabs ul { bottom:-1px; }
22 23
23 24 h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
24 25 h2, .wiki h1 { letter-spacing:-1px; }
25 26 h4 { border-bottom: dotted 1px #c0c0c0; }
26 27
27 28 #top-menu a.home, #top-menu a.mypage, #top-menu a.projects, #top-menu a.admin, #top-menu a.help {
28 29 background-position: 0% 40%;
29 30 background-repeat: no-repeat;
30 31 padding-left: 20px;
31 32 padding-top: 2px;
32 33 padding-bottom: 3px;
33 34 }
34 35
35 36 #top-menu a.home { background-image: url(../../../images/home.png); }
36 37 #top-menu a.mypage { background-image: url(../../../images/user_page.png); }
37 38 #top-menu a.projects { background-image: url(../../../images/projects.png); }
38 39 #top-menu a.admin { background-image: url(../../../images/admin.png); }
39 40 #top-menu a.help { background-image: url(../../../images/help.png); }
General Comments 0
You need to be logged in to leave comments. Login now