@@ -285,9 +285,10 p.progress-info {clear: left; font-style: italic; font-size: 80%;} | |||
|
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; |
@@ -298,18 +299,30 background:#fff; | |||
|
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 #c |
|
|
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 |
|
|
|
307 |
background-color: # |
|
|
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; } |
@@ -1,6 +1,6 | |||
|
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; } |
@@ -19,6 +19,7 body{ color:#303030; 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; } |
General Comments 0
You need to be logged in to leave comments.
Login now