| 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;}
|
| ... | ... | |
| 82 |
82 |
|
| 83 |
83 |
#main {display: flex; flex-direction: row-reverse;}
|
| 84 |
84 |
|
| 85 |
|
#sidebar{ flex-shrink: 0; width: 22%; padding-left: 20px; background: #EEEEEE; border-left: 1px solid #ddd}
|
| 86 |
|
#sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
|
|
85 |
#sidebar{ flex-shrink: 0; width: 22%; padding-left: 20px; background: #f2f2f2; border-left: 1px solid #ddd}
|
|
86 |
#sidebar h3{ font-size: 14px; margin-top:14px; color: #333; }
|
| 87 |
87 |
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
|
| 88 |
88 |
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
|
| 89 |
89 |
#sidebar .contextual { margin-right: 1em; }
|
| ... | ... | |
| 421 |
421 |
.box{
|
| 422 |
422 |
padding:6px;
|
| 423 |
423 |
margin-bottom: 10px;
|
| 424 |
|
background-color:#f6f6f6;
|
|
424 |
background-color:#f9f9f9;
|
| 425 |
425 |
color:#505050;
|
| 426 |
426 |
line-height:1.5em;
|
| 427 |
427 |
border: 1px solid #e4e4e4;
|
| ... | ... | |
| 486 |
486 |
body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 12px;}
|
| 487 |
487 |
body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;}
|
| 488 |
488 |
li p {margin-top: 0;}
|
| 489 |
|
div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
|
|
489 |
div.issue {background:#ffffe6; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
|
| 490 |
490 |
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
|
| 491 |
491 |
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
|
| 492 |
492 |
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
|
| ... | ... | |
| 1087 |
1087 |
text-decoration:none;
|
| 1088 |
1088 |
line-height:1.3em;
|
| 1089 |
1089 |
padding:4px 6px 4px 6px;
|
|
1090 |
background-color: #f9f9f9;
|
| 1090 |
1091 |
border: 1px solid #ccc;
|
| 1091 |
1092 |
border-bottom: 1px solid #bbbbbb;
|
| 1092 |
1093 |
color:#999;
|
| ... | ... | |
| 1154 |
1155 |
|
| 1155 |
1156 |
.text-diff {
|
| 1156 |
1157 |
padding: 1em;
|
| 1157 |
|
background-color:#f6f6f6;
|
|
1158 |
background-color:#fafafa;
|
| 1158 |
1159 |
color:#505050;
|
| 1159 |
1160 |
border: 1px solid #e4e4e4;
|
| 1160 |
1161 |
white-space: pre-wrap;
|