##// END OF EJS Templates
paper: use monospace font for description
Adrian Buehlmann -
r13961:1708a0ca default
parent child Browse files
Show More
@@ -1,256 +1,257 b''
1 body {
1 body {
2 margin: 0;
2 margin: 0;
3 padding: 0;
3 padding: 0;
4 background: white;
4 background: white;
5 font-family: sans-serif;
5 font-family: sans-serif;
6 }
6 }
7
7
8 .container {
8 .container {
9 padding-left: 115px;
9 padding-left: 115px;
10 }
10 }
11
11
12 .main {
12 .main {
13 position: relative;
13 position: relative;
14 background: white;
14 background: white;
15 padding: 2em 2em 2em 0;
15 padding: 2em 2em 2em 0;
16 }
16 }
17
17
18 #.main {
18 #.main {
19 width: 98%;
19 width: 98%;
20 }
20 }
21
21
22 .overflow {
22 .overflow {
23 width: 100%;
23 width: 100%;
24 overflow: auto;
24 overflow: auto;
25 }
25 }
26
26
27 .menu {
27 .menu {
28 width: 90px;
28 width: 90px;
29 margin: 0;
29 margin: 0;
30 font-size: 80%;
30 font-size: 80%;
31 text-align: left;
31 text-align: left;
32 position: absolute;
32 position: absolute;
33 top: 20px;
33 top: 20px;
34 left: 20px;
34 left: 20px;
35 right: auto;
35 right: auto;
36 }
36 }
37
37
38 .menu ul {
38 .menu ul {
39 list-style: none;
39 list-style: none;
40 padding: 0;
40 padding: 0;
41 margin: 10px 0 0 0;
41 margin: 10px 0 0 0;
42 border-left: 2px solid #999;
42 border-left: 2px solid #999;
43 }
43 }
44
44
45 .menu li {
45 .menu li {
46 margin-bottom: 3px;
46 margin-bottom: 3px;
47 padding: 2px 4px;
47 padding: 2px 4px;
48 background: white;
48 background: white;
49 color: black;
49 color: black;
50 font-weight: normal;
50 font-weight: normal;
51 }
51 }
52
52
53 .menu li.active {
53 .menu li.active {
54 font-weight: bold;
54 font-weight: bold;
55 }
55 }
56
56
57 .menu img {
57 .menu img {
58 width: 75px;
58 width: 75px;
59 height: 90px;
59 height: 90px;
60 border: 0;
60 border: 0;
61 }
61 }
62
62
63 .menu a { color: black; display: block; }
63 .menu a { color: black; display: block; }
64
64
65 .search {
65 .search {
66 position: absolute;
66 position: absolute;
67 top: .7em;
67 top: .7em;
68 right: 2em;
68 right: 2em;
69 }
69 }
70
70
71 form.search div#hint {
71 form.search div#hint {
72 display: none;
72 display: none;
73 position: absolute;
73 position: absolute;
74 top: 40px;
74 top: 40px;
75 right: 0px;
75 right: 0px;
76 width: 190px;
76 width: 190px;
77 padding: 5px;
77 padding: 5px;
78 background: #ffc;
78 background: #ffc;
79 font-size: 70%;
79 font-size: 70%;
80 border: 1px solid yellow;
80 border: 1px solid yellow;
81 -moz-border-radius: 5px; /* this works only in camino/firefox */
81 -moz-border-radius: 5px; /* this works only in camino/firefox */
82 -webkit-border-radius: 5px; /* this is just for Safari */
82 -webkit-border-radius: 5px; /* this is just for Safari */
83 }
83 }
84
84
85 form.search:hover div#hint { display: block; }
85 form.search:hover div#hint { display: block; }
86
86
87 a { text-decoration:none; }
87 a { text-decoration:none; }
88 .age { white-space:nowrap; }
88 .age { white-space:nowrap; }
89 .date { white-space:nowrap; }
89 .date { white-space:nowrap; }
90 .indexlinks { white-space:nowrap; }
90 .indexlinks { white-space:nowrap; }
91 .parity0 { background-color: #f0f0f0; }
91 .parity0 { background-color: #f0f0f0; }
92 .parity1 { background-color: white; }
92 .parity1 { background-color: white; }
93 .plusline { color: green; }
93 .plusline { color: green; }
94 .minusline { color: #dc143c; } /* crimson */
94 .minusline { color: #dc143c; } /* crimson */
95 .atline { color: purple; }
95 .atline { color: purple; }
96
96
97 .navigate {
97 .navigate {
98 text-align: right;
98 text-align: right;
99 font-size: 60%;
99 font-size: 60%;
100 margin: 1em 0;
100 margin: 1em 0;
101 }
101 }
102
102
103 .tag {
103 .tag {
104 color: #999;
104 color: #999;
105 font-size: 70%;
105 font-size: 70%;
106 font-weight: normal;
106 font-weight: normal;
107 margin-left: .5em;
107 margin-left: .5em;
108 vertical-align: baseline;
108 vertical-align: baseline;
109 }
109 }
110
110
111 .branchhead {
111 .branchhead {
112 color: #000;
112 color: #000;
113 font-size: 80%;
113 font-size: 80%;
114 font-weight: normal;
114 font-weight: normal;
115 margin-left: .5em;
115 margin-left: .5em;
116 vertical-align: baseline;
116 vertical-align: baseline;
117 }
117 }
118
118
119 ul#graphnodes .branchhead {
119 ul#graphnodes .branchhead {
120 font-size: 75%;
120 font-size: 75%;
121 }
121 }
122
122
123 .branchname {
123 .branchname {
124 color: #000;
124 color: #000;
125 font-size: 60%;
125 font-size: 60%;
126 font-weight: normal;
126 font-weight: normal;
127 margin-left: .5em;
127 margin-left: .5em;
128 vertical-align: baseline;
128 vertical-align: baseline;
129 }
129 }
130
130
131 h3 .branchname {
131 h3 .branchname {
132 font-size: 80%;
132 font-size: 80%;
133 }
133 }
134
134
135 /* Common */
135 /* Common */
136 pre { margin: 0; }
136 pre { margin: 0; }
137
137
138 h2 { font-size: 120%; border-bottom: 1px solid #999; }
138 h2 { font-size: 120%; border-bottom: 1px solid #999; }
139 h2 a { color: #000; }
139 h2 a { color: #000; }
140 h3 {
140 h3 {
141 margin-top: -.7em;
141 margin-top: -.7em;
142 font-size: 100%;
142 font-size: 100%;
143 }
143 }
144
144
145 /* log and tags tables */
145 /* log and tags tables */
146 .bigtable {
146 .bigtable {
147 border-bottom: 1px solid #999;
147 border-bottom: 1px solid #999;
148 border-collapse: collapse;
148 border-collapse: collapse;
149 font-size: 90%;
149 font-size: 90%;
150 width: 100%;
150 width: 100%;
151 font-weight: normal;
151 font-weight: normal;
152 text-align: left;
152 text-align: left;
153 }
153 }
154
154
155 .bigtable td {
155 .bigtable td {
156 vertical-align: top;
156 vertical-align: top;
157 }
157 }
158
158
159 .bigtable th {
159 .bigtable th {
160 padding: 1px 4px;
160 padding: 1px 4px;
161 border-bottom: 1px solid #999;
161 border-bottom: 1px solid #999;
162 }
162 }
163 .bigtable tr { border: none; }
163 .bigtable tr { border: none; }
164 .bigtable .age { width: 7em; }
164 .bigtable .age { width: 7em; }
165 .bigtable .author { width: 12em; }
165 .bigtable .author { width: 12em; }
166 .bigtable .description { }
166 .bigtable .description { }
167 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
167 .bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
168 .bigtable .node { width: 5em; font-family: monospace;}
168 .bigtable .node { width: 5em; font-family: monospace;}
169 .bigtable .permissions { width: 8em; text-align: left;}
169 .bigtable .permissions { width: 8em; text-align: left;}
170 .bigtable .size { width: 5em; text-align: right; }
170 .bigtable .size { width: 5em; text-align: right; }
171 .bigtable .annotate { text-align: right; }
171 .bigtable .annotate { text-align: right; }
172 .bigtable td.annotate { font-size: smaller; }
172 .bigtable td.annotate { font-size: smaller; }
173 .bigtable td.source { font-size: inherit; }
173 .bigtable td.source { font-size: inherit; }
174
174
175 .source, .sourcefirst, .sourcelast {
175 .source, .sourcefirst, .sourcelast {
176 font-family: monospace;
176 font-family: monospace;
177 white-space: pre;
177 white-space: pre;
178 padding: 1px 4px;
178 padding: 1px 4px;
179 font-size: 90%;
179 font-size: 90%;
180 }
180 }
181 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
181 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
182 .sourcelast { border-top: 1px solid #999; }
182 .sourcelast { border-top: 1px solid #999; }
183 .source a { color: #999; font-size: smaller; font-family: monospace;}
183 .source a { color: #999; font-size: smaller; font-family: monospace;}
184 .bottomline { border-bottom: 1px solid #999; }
184 .bottomline { border-bottom: 1px solid #999; }
185
185
186 .fileline { font-family: monospace; }
186 .fileline { font-family: monospace; }
187 .fileline img { border: 0; }
187 .fileline img { border: 0; }
188
188
189 .tagEntry .closed { color: #99f; }
189 .tagEntry .closed { color: #99f; }
190
190
191 /* Changeset entry */
191 /* Changeset entry */
192 #changesetEntry {
192 #changesetEntry {
193 border-collapse: collapse;
193 border-collapse: collapse;
194 font-size: 90%;
194 font-size: 90%;
195 width: 100%;
195 width: 100%;
196 margin-bottom: 1em;
196 margin-bottom: 1em;
197 }
197 }
198
198
199 #changesetEntry th {
199 #changesetEntry th {
200 padding: 1px 4px;
200 padding: 1px 4px;
201 width: 4em;
201 width: 4em;
202 text-align: right;
202 text-align: right;
203 font-weight: normal;
203 font-weight: normal;
204 color: #999;
204 color: #999;
205 margin-right: .5em;
205 margin-right: .5em;
206 vertical-align: top;
206 vertical-align: top;
207 }
207 }
208
208
209 div.description {
209 div.description {
210 border-left: 2px solid #999;
210 border-left: 2px solid #999;
211 margin: 1em 0 1em 0;
211 margin: 1em 0 1em 0;
212 padding: .3em;
212 padding: .3em;
213 white-space: pre;
213 white-space: pre;
214 font-family: monospace;
214 }
215 }
215
216
216 /* Graph */
217 /* Graph */
217 div#wrapper {
218 div#wrapper {
218 position: relative;
219 position: relative;
219 border-top: 1px solid black;
220 border-top: 1px solid black;
220 border-bottom: 1px solid black;
221 border-bottom: 1px solid black;
221 margin: 0;
222 margin: 0;
222 padding: 0;
223 padding: 0;
223 }
224 }
224
225
225 canvas {
226 canvas {
226 position: absolute;
227 position: absolute;
227 z-index: 5;
228 z-index: 5;
228 top: -0.7em;
229 top: -0.7em;
229 margin: 0;
230 margin: 0;
230 }
231 }
231
232
232 ul#graphnodes {
233 ul#graphnodes {
233 position: absolute;
234 position: absolute;
234 z-index: 10;
235 z-index: 10;
235 top: -1.0em;
236 top: -1.0em;
236 list-style: none inside none;
237 list-style: none inside none;
237 padding: 0;
238 padding: 0;
238 }
239 }
239
240
240 ul#nodebgs {
241 ul#nodebgs {
241 list-style: none inside none;
242 list-style: none inside none;
242 padding: 0;
243 padding: 0;
243 margin: 0;
244 margin: 0;
244 top: -0.7em;
245 top: -0.7em;
245 }
246 }
246
247
247 ul#graphnodes li, ul#nodebgs li {
248 ul#graphnodes li, ul#nodebgs li {
248 height: 39px;
249 height: 39px;
249 }
250 }
250
251
251 ul#graphnodes li .info {
252 ul#graphnodes li .info {
252 display: block;
253 display: block;
253 font-size: 70%;
254 font-size: 70%;
254 position: relative;
255 position: relative;
255 top: -3px;
256 top: -3px;
256 }
257 }
General Comments 0
You need to be logged in to leave comments. Login now