docs/src/ucx.css

changeset 734
6f757d839534
parent 267
f4789572c9d6
equal deleted inserted replaced
733:2ed01495f838 734:6f757d839534
3 text-decoration: none; 3 text-decoration: none;
4 } 4 }
5 5
6 a:hover { 6 a:hover {
7 text-decoration: underline; 7 text-decoration: underline;
8 text-decoration-style: dotted; // not supported in IE / Edge 8 text-decoration-style: dotted;
9 } 9 }
10 10
11 #page-header, h1, h2, h3, #sidebar { 11 #page-header, h1, h2, h3, #sidebar {
12 font-family: sans-serif; 12 font-family: sans-serif;
13 } 13 }
61 font-size: 0.95em; 61 font-size: 0.95em;
62 } 62 }
63 63
64 #content { 64 #content {
65 margin-left: 16em; 65 margin-left: 16em;
66 margin-right: 0.5em;
66 padding: 0; 67 padding: 0;
67 font-family: serif; 68 font-family: serif;
68 font-size: 1em; 69 font-size: 1em;
69 min-width: 16em; 70 min-width: 16em;
70 } 71 }
71 72
72 #content h1 { 73 #content h1 {
73 color: white; 74 color: white;
74 background-color: #5b6f7a; 75 background-color: #5b6f7a;
75 font-size: 1.2em; 76 font-size: 1.2em;
76 padding-top: 0.2em; 77 padding: 0.2em 0 0.2em 0.5em;
77 padding-bottom: 0.2em;
78 padding-left: 0.5em;
79 padding-right: 0;
80 margin-top: 0; 78 margin-top: 0;
81 } 79 }
82 80
83 #content h2 { 81 #content h2 {
84 color: #2e2e2e; 82 color: #2e2e2e;

mercurial