docs/src/ucx.css

changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 264
24f5484bae97
equal deleted inserted replaced
258:d9f4285c795c 259:2f5dea574a75
1 a {
2 color: #2e2eaf;
3 text-decoration: none;
4 }
5
6 a:hover {
7 text-decoration: underline;
8 text-decoration-style: dotted; // not supported in IE / Edge
9 }
10
1 #header, h1, h2, h3, #sidebar { 11 #header, h1, h2, h3, #sidebar {
2 font-family: sans-serif; 12 font-family: sans-serif;
3 } 13 }
4 14
5 #header { 15 #header {
6 padding-top: 0.3em; 16 padding-top: 0.3em;
7 padding-bottom: 0.5em; 17 padding-bottom: 0.5em;
8 margin-bottom: 2em; 18 margin-bottom: 2em;
9 border: none; 19 border: none;
10 border-bottom: 1px solid; 20 border-bottom-width: 1pt;
11 border-bottom-color: #2E2E2E; 21 border-bottom-style: solid;
22 border-bottom-color: #2e2e2e;
12 } 23 }
13 24
14 #header span { 25 #header span {
15 font-size: 2em; 26 font-size: 2em;
16 font-weight: bold; 27 font-weight: bold;
26 width: 15em; 37 width: 15em;
27 } 38 }
28 39
29 .nav { 40 .nav {
30 color: black; 41 color: black;
31 background-color: #E9EBEC; 42 background-color: #e9ebec;
32 margin-bottom: 1em; 43 margin-bottom: 1em;
33 padding-bottom: 0.1em; 44 padding-bottom: 0.1em;
34 } 45 }
35 46
36 .nav h3 { 47 .nav h3 {
37 color: white; 48 color: white;
38 background-color: #5B6F7A; 49 background-color: #5b6f7a;
39 font-size: 1.2em; 50 font-size: 1.2em;
40 padding-top: 0.2em; 51 padding-top: 0.2em;
41 padding-bottom: 0.2em; 52 padding-bottom: 0.2em;
42 padding-left: 0.5em; 53 padding-left: 0.5em;
43 margin-top: 0; 54 margin-top: 0;
57 min-width: 16em; 68 min-width: 16em;
58 } 69 }
59 70
60 #content h1 { 71 #content h1 {
61 color: white; 72 color: white;
62 background-color: #5B6F7A; 73 background-color: #5b6f7a;
63 font-size: 1.2em; 74 font-size: 1.2em;
64 padding-top: 0.2em; 75 padding-top: 0.2em;
65 padding-bottom: 0.2em; 76 padding-bottom: 0.2em;
66 padding-left: 0.5em; 77 padding-left: 0.5em;
67 padding-right: 0; 78 padding-right: 0;
68 margin-top: 0; 79 margin-top: 0;
69 } 80 }
70 81
71 #content h2 { 82 #content h2 {
83 color: #2e2e2e;
72 font-size: 1.2em; 84 font-size: 1.2em;
85 border-bottom-color: #5b6f7a;
86 border-bottom-style: solid;
87 border-bottom-width: 1pt;
88 width: 100%;
73 } 89 }
74 90
75 #content h3 { 91 #content h3 {
76 font-size: 1.05em; 92 font-size: 1.05em;
77 } 93 }

mercurial