2 |
2 |
body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; margin: 0; padding: 0; min-width: 900px; }
|
3 |
3 |
|
4 |
4 |
h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
|
5 |
|
#content h1, h2, h3, h4 {color: #555;}
|
|
5 |
#content h1, h2, h3, h4 {color: #333;}
|
6 |
6 |
h2, .wiki h1 {font-size: 20px;}
|
7 |
7 |
h3, .wiki h2 {font-size: 16px;}
|
8 |
8 |
h4, .wiki h3 {font-size: 13px;}
|
... | ... | |
12 |
12 |
/***** Layout *****/
|
13 |
13 |
#wrapper {background: white;}
|
14 |
14 |
|
15 |
|
#top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
|
|
15 |
#top-menu {background: #183053; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
|
16 |
16 |
#top-menu ul {margin: 0; padding: 0;}
|
17 |
17 |
#top-menu li {
|
18 |
18 |
float:left;
|
... | ... | |
26 |
26 |
|
27 |
27 |
#account {float:right;}
|
28 |
28 |
|
29 |
|
#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
|
|
29 |
#header {min-height:5.3em;margin:0;background-color:#3862a3;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
|
30 |
30 |
#header a {color:#f8f8f8;}
|
31 |
31 |
#header h1 a.ancestor { font-size: 80%; }
|
32 |
32 |
#quick-search {float:right;}
|
... | ... | |
69 |
69 |
#admin-menu a.info { background-image: url(../images/help.png); }
|
70 |
70 |
#admin-menu a.server_authentication { background-image: url(../images/server_key.png); }
|
71 |
71 |
|
72 |
|
#main {background-color:#EEEEEE;}
|
|
72 |
#main {background-color:#f2f2f2;}
|
73 |
73 |
|
74 |
74 |
#sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
|
75 |
75 |
* html #sidebar{ width: 22%; }
|
76 |
|
#sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
|
|
76 |
#sidebar h3{ font-size: 14px; margin-top:14px; color: #333; }
|
77 |
77 |
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
|
78 |
78 |
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
|
79 |
79 |
#sidebar .contextual { margin-right: 1em; }
|
... | ... | |
309 |
309 |
.box{
|
310 |
310 |
padding:6px;
|
311 |
311 |
margin-bottom: 10px;
|
312 |
|
background-color:#f6f6f6;
|
|
312 |
background-color:#f9f9f9;
|
313 |
313 |
color:#505050;
|
314 |
314 |
line-height:1.5em;
|
315 |
315 |
border: 1px solid #e4e4e4;
|
... | ... | |
344 |
344 |
abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
|
345 |
345 |
textarea.wiki-edit {width:99%; resize:vertical;}
|
346 |
346 |
li p {margin-top: 0;}
|
347 |
|
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
|
|
347 |
div.issue {background:#ffffe6; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
|
348 |
348 |
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
|
349 |
349 |
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
|
350 |
350 |
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
|
... | ... | |
867 |
867 |
padding:4px 6px 4px 6px;
|
868 |
868 |
border: 1px solid #ccc;
|
869 |
869 |
border-bottom: 1px solid #bbbbbb;
|
870 |
|
background-color: #f6f6f6;
|
|
870 |
background-color: #f9f9f9;
|
871 |
871 |
color:#999;
|
872 |
872 |
font-weight:bold;
|
873 |
873 |
border-top-left-radius:3px;
|
... | ... | |
922 |
922 |
|
923 |
923 |
.text-diff {
|
924 |
924 |
padding: 1em;
|
925 |
|
background-color:#f6f6f6;
|
|
925 |
background-color:#fafafa;
|
926 |
926 |
color:#505050;
|
927 |
927 |
border: 1px solid #e4e4e4;
|
928 |
928 |
}
|