|
1 | | -/* CESNET blue: #0068a2 */ |
2 | | - |
3 | | -body { |
4 | | - background-color: #fff; |
5 | | -} |
6 | | - |
7 | | -div.header { |
8 | | - background-image: none; |
9 | | - background-color: #fff; |
10 | | -} |
11 | | - |
12 | | -div.contents { |
13 | | - background-color: #fff; |
14 | | - padding: 1.618em 3.236em; |
15 | | - max-width: 60em; |
16 | | - margin: auto; |
17 | | - margin-left: 0; |
18 | | - text-align: justify; |
19 | | -} |
20 | | - |
21 | | -.sm-dox { |
22 | | - background-image: none; |
23 | | - background-color: #0068a2; |
24 | | - border-bottom: 1px solid white; |
25 | | -} |
26 | | - |
27 | | -.sm-dox a { |
28 | | - background-image: none; |
29 | | - border-right: 1px solid white; |
30 | | - color: white; |
31 | | - text-shadow: none; |
32 | | -} |
33 | | - |
34 | | -.sm-dox a:hover { |
35 | | - background-image: none; |
36 | | - background-color: rgba(0,0,0,0.3); |
37 | | -} |
38 | | - |
39 | | -.sm-dox ul a:hover { |
40 | | - background-image: none; |
41 | | - background-color: #ddd; |
42 | | - text-shadow: none; |
43 | | - color: #555; |
44 | | -} |
45 | | - |
46 | | -.navpath ul { |
47 | | - background-image: none; |
48 | | - background-color: #0068a2; |
49 | | -} |
50 | | - |
51 | | -.navpath li.footer { |
52 | | - color: white; |
53 | | -} |
54 | | -img.footer { |
55 | | - height: 20px; |
56 | | -} |
57 | | - |
58 | | -.navpath li.navelem a { |
59 | | - color: white; |
60 | | - text-shadow: none; |
61 | | -} |
62 | | - |
63 | | -#side-nav { |
64 | | - background-color: #343131; |
65 | | -} |
66 | | - |
67 | | -#nav-tree::-webkit-scrollbar { |
68 | | - width: 5px; |
69 | | -} |
70 | | - |
71 | | -#nav-tree::-webkit-scrollbar-track { |
72 | | - background: #333; |
73 | | - border-radius: 50px; |
74 | | - } |
75 | | - |
76 | | -#nav-tree::-webkit-scrollbar-thumb { |
77 | | - background: #ccc; |
78 | | - border-radius: 50px; |
79 | | -} |
80 | | - |
81 | | -#nav-tree { |
82 | | - background: none; |
83 | | -} |
84 | | - |
85 | | -#nav-tree .item { |
86 | | - padding-top: 10px; |
87 | | - padding-bottom: 10px; |
88 | | -} |
89 | | - |
90 | | -#nav-tree .item:hover { |
91 | | - background-color: rgba(255,255,255,0.2); |
92 | | -} |
93 | | - |
94 | | -#nav-tree a { |
95 | | - color: #fff; |
96 | | - font-size: 1.2em; |
97 | | -} |
98 | | - |
99 | | -#nav-tree .selected { |
100 | | - background-image: none; |
101 | | - background-color: #0068a2; |
102 | | -} |
103 | | - |
104 | | -#nav-tree-contents { |
105 | | - margin: 0; |
106 | | -} |
| 1 | +/* CESNET blue: #0068a2 */ |
| 2 | + |
| 3 | +body { |
| 4 | + background-color: #fff; |
| 5 | +} |
| 6 | + |
| 7 | +div.header { |
| 8 | + background-image: none; |
| 9 | + background-color: #fff; |
| 10 | +} |
| 11 | + |
| 12 | +div.contents { |
| 13 | + background-color: #fff; |
| 14 | + padding: 1.618em 3.236em; |
| 15 | + max-width: 60em; |
| 16 | + margin: auto; |
| 17 | + margin-left: 0; |
| 18 | + text-align: justify; |
| 19 | +} |
| 20 | + |
| 21 | +.sm-dox { |
| 22 | + background-image: none; |
| 23 | + background-color: #0068a2; |
| 24 | + border-bottom: 1px solid white; |
| 25 | +} |
| 26 | + |
| 27 | +.sm-dox a { |
| 28 | + background-image: none; |
| 29 | + border-right: 1px solid white; |
| 30 | + color: white; |
| 31 | + text-shadow: none; |
| 32 | +} |
| 33 | + |
| 34 | +.sm-dox a:hover { |
| 35 | + background-image: none; |
| 36 | + background-color: rgba(0,0,0,0.3); |
| 37 | +} |
| 38 | + |
| 39 | +.sm-dox ul a:hover { |
| 40 | + background-image: none; |
| 41 | + background-color: #ddd; |
| 42 | + text-shadow: none; |
| 43 | + color: #555; |
| 44 | +} |
| 45 | + |
| 46 | +.navpath ul { |
| 47 | + background-image: none; |
| 48 | + background-color: #0068a2; |
| 49 | +} |
| 50 | + |
| 51 | +.navpath li.footer { |
| 52 | + color: white; |
| 53 | +} |
| 54 | + |
| 55 | +.footer img { |
| 56 | + height: 16px; |
| 57 | +} |
| 58 | + |
| 59 | +.navpath li.navelem a { |
| 60 | + color: white; |
| 61 | + text-shadow: none; |
| 62 | +} |
| 63 | + |
| 64 | +#side-nav { |
| 65 | + background-color: #343131; |
| 66 | +} |
| 67 | + |
| 68 | +#nav-tree::-webkit-scrollbar { |
| 69 | + width: 5px; |
| 70 | +} |
| 71 | + |
| 72 | +#nav-tree::-webkit-scrollbar-track { |
| 73 | + background: #333; |
| 74 | + border-radius: 50px; |
| 75 | + } |
| 76 | + |
| 77 | +#nav-tree::-webkit-scrollbar-thumb { |
| 78 | + background: #ccc; |
| 79 | + border-radius: 50px; |
| 80 | +} |
| 81 | + |
| 82 | +#nav-tree { |
| 83 | + background: none; |
| 84 | +} |
| 85 | + |
| 86 | +#nav-tree .item { |
| 87 | + padding-top: 10px; |
| 88 | + padding-bottom: 10px; |
| 89 | +} |
| 90 | + |
| 91 | +#nav-tree .item:hover { |
| 92 | + background-color: rgba(255,255,255,0.2); |
| 93 | +} |
| 94 | + |
| 95 | +#nav-tree a { |
| 96 | + color: #fff; |
| 97 | + font-size: 1.2em; |
| 98 | +} |
| 99 | + |
| 100 | +#nav-tree .selected { |
| 101 | + background-image: none; |
| 102 | + background-color: #0068a2; |
| 103 | +} |
| 104 | + |
| 105 | +#nav-tree-contents { |
| 106 | + margin: 0; |
| 107 | +} |
0 commit comments