docs/src/ucx.css

branch
docs/3.1
changeset 1140
88a9ee79c102
parent 1139
7dfa5bcf39ee
child 1141
a06a2d27c043
equal deleted inserted replaced
1139:7dfa5bcf39ee 1140:88a9ee79c102
1 a {
2 color: #2e2eaf;
3 text-decoration: none;
4 }
5
6 a:hover {
7 text-decoration: underline;
8 text-decoration-style: dotted;
9 }
10
11 #page-header, h1, h2, h3, #sidebar {
12 font-family: sans-serif;
13 }
14
15 #page-header {
16 padding-top: 0.3em;
17 padding-bottom: 0.5em;
18 margin-bottom: 2em;
19 border: none;
20 border-bottom-width: 1pt;
21 border-bottom-style: solid;
22 border-bottom-color: #2e2e2e;
23 }
24
25 #page-header span {
26 font-size: 2em;
27 font-weight: bold;
28 color: #2e2e2e;
29 }
30
31 #page-header img {
32 float: right;
33 }
34
35 #sidebar {
36 float: left;
37 width: 15em;
38 }
39
40 .nav {
41 color: black;
42 background-color: #e9ebec;
43 margin-bottom: 1em;
44 padding-bottom: 0.1em;
45 }
46
47 .nav h3 {
48 color: white;
49 background-color: #5b6f7a;
50 font-size: 1.2em;
51 padding-top: 0.2em;
52 padding-bottom: 0.2em;
53 padding-left: 0.5em;
54 margin-top: 0;
55 }
56
57 .nav ul {
58 margin-top: 0;
59 padding-top: 0;
60 padding-left: 2em;
61 font-size: 0.95em;
62 }
63
64 #content {
65 margin-left: 16em;
66 margin-right: 0.5em;
67 padding: 0;
68 font-family: serif;
69 font-size: 1em;
70 min-width: 16em;
71 }
72
73 #content h1 {
74 color: white;
75 background-color: #5b6f7a;
76 font-size: 1.2em;
77 padding: 0.2em 0 0.2em 0.5em;
78 margin-top: 0;
79 }
80
81 #content h2 {
82 color: #2e2e2e;
83 font-size: 1.2em;
84 border-bottom-color: #5b6f7a;
85 border-bottom-style: solid;
86 border-bottom-width: 1pt;
87 width: 100%;
88 }
89
90 #content h3 {
91 font-size: 1.05em;
92 }
93
94 #modules table {
95 border-collapse: separate;
96 border-spacing: .25em;
97 }
98
99 #modules td > a {
100 display: table-cell;
101 text-align: center;
102 vertical-align: middle;
103 width: 10em;
104 height: 2em;
105 border-style: solid;
106 border-width: 1pt;
107 border-color: #2e2e2e;
108 }
109
110 #modules td > a:hover {
111 background: #e9ebec;
112 }

mercurial