1 |
1 |
:root {
|
2 |
2 |
--color-text: #333;
|
3 |
|
--color-general-background: #eee;
|
|
3 |
--color-general-background: #f2f2f2;
|
4 |
4 |
--color-table-header-background: #eee;
|
5 |
|
--color-box-background: #f6f6f6;
|
6 |
|
--color-issue-background: #ffffdd;
|
7 |
|
--color-tab-background: #fff;
|
|
5 |
--color-box-background: #f9f9f9;
|
|
6 |
--color-issue-background: #ffffe3;
|
|
7 |
--color-tab-background: var(--color-box-background);
|
8 |
8 |
--color-tab-selected-background: #fff;
|
9 |
9 |
--color-filecontent-background: #fafafa;
|
10 |
10 |
--color-hover-line: #ffffdd;
|
... | ... | |
15 |
15 |
body { font-family: Verdana, sans-serif; font-size: 12px; color: var(--color-text); margin: 0; padding: 0; min-width: 900px; }
|
16 |
16 |
|
17 |
17 |
h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
|
18 |
|
#content h1, h2, h3, h4, h5, h6 {color: #555;}
|
|
18 |
#content h1, h2, h3, h4, h5, h6 {color: var(--color-text);}
|
19 |
19 |
h2 {font-size: 20px;}
|
20 |
20 |
h3 {font-size: 16px;}
|
21 |
21 |
h4 {font-size: 13px; border-bottom: 1px solid #ccc; font-weight:normal;}
|
... | ... | |
119 |
119 |
@media screen and (min-width: 1600px) and (max-width: 1919px) {#sidebar{width: 320px;}}
|
120 |
120 |
@media screen and (min-width: 1920px) and (max-width: 2559px) {#sidebar{width: 360px;}}
|
121 |
121 |
@media screen and (min-width: 2560px) {#sidebar{width: 380px;}}
|
122 |
|
#sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
|
|
122 |
#sidebar h3{ font-size: 14px; margin-top:14px; color: var(--color-text); }
|
123 |
123 |
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
|
124 |
124 |
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
|
125 |
125 |
#sidebar .contextual { margin-right: 1em; }
|