##// END OF EJS Templates
coal: remove dead CSS code
Brendan Cully -
r7286:a1f8ad3c default
parent child Browse files
Show More
@@ -1,206 +1,197 b''
1 body {
1 body {
2 margin: 0;
2 margin: 0;
3 padding: 0;
3 padding: 0;
4 background: black url(background.png) repeat-x;
4 background: black url(background.png) repeat-x;
5 font-family: sans-serif;
5 font-family: sans-serif;
6 }
6 }
7
7
8 .container {
8 .container {
9 padding-right: 150px;
9 padding-right: 150px;
10 }
10 }
11
11
12 .main {
12 .main {
13 position: relative;
13 position: relative;
14 background: white;
14 background: white;
15 padding: 2em;
15 padding: 2em;
16 border-right: 15px solid black;
16 border-right: 15px solid black;
17 border-bottom: 15px solid black;
17 border-bottom: 15px solid black;
18 }
18 }
19
19
20 #.main {
21 width:98%;
22 }
23
24 .overflow {
20 .overflow {
25 width: 100%;
21 width: 100%;
26 overflow: auto;
22 overflow: auto;
27 }
23 }
28
24
29 .menu {
25 .menu {
30 background: #999;
26 background: #999;
31 padding: 10px;
27 padding: 10px;
32 width: 75px;
28 width: 75px;
33 margin: 0;
29 margin: 0;
34 font-size: 80%;
30 font-size: 80%;
35 text-align: left;
31 text-align: left;
36 position: fixed;
32 position: fixed;
37 top: 27px;
33 top: 27px;
38 left: auto;
34 left: auto;
39 right: 27px;
35 right: 27px;
40 }
36 }
41
37
42 #.menu {
43 position: absolute !important;
44 top:expression(eval(document.body.scrollTop + 27));
45 }
46
47 .menu ul {
38 .menu ul {
48 list-style: none;
39 list-style: none;
49 padding: 0;
40 padding: 0;
50 margin: 10px 0 0 0;
41 margin: 10px 0 0 0;
51 }
42 }
52
43
53 .menu li {
44 .menu li {
54 margin-bottom: 3px;
45 margin-bottom: 3px;
55 padding: 2px 4px;
46 padding: 2px 4px;
56 background: white;
47 background: white;
57 color: black;
48 color: black;
58 font-weight: normal;
49 font-weight: normal;
59 }
50 }
60
51
61 .menu li.active {
52 .menu li.active {
62 background: black;
53 background: black;
63 color: white;
54 color: white;
64 }
55 }
65
56
66 .menu a { color: black; display: block; }
57 .menu a { color: black; display: block; }
67
58
68 .search {
59 .search {
69 position: absolute;
60 position: absolute;
70 top: .7em;
61 top: .7em;
71 right: 2em;
62 right: 2em;
72 }
63 }
73
64
74 a { text-decoration:none; }
65 a { text-decoration:none; }
75 .age { white-space:nowrap; }
66 .age { white-space:nowrap; }
76 .date { white-space:nowrap; }
67 .date { white-space:nowrap; }
77 .indexlinks { white-space:nowrap; }
68 .indexlinks { white-space:nowrap; }
78 .parity0 { background-color: #f5f5f5; }
69 .parity0 { background-color: #f5f5f5; }
79 .parity1 { background-color: white; }
70 .parity1 { background-color: white; }
80 .plusline { color: green; }
71 .plusline { color: green; }
81 .minusline { color: red; }
72 .minusline { color: red; }
82 .atline { color: purple; }
73 .atline { color: purple; }
83
74
84 .navigate {
75 .navigate {
85 text-align: right;
76 text-align: right;
86 font-size: 60%;
77 font-size: 60%;
87 margin: 1em 0 1em 0;
78 margin: 1em 0 1em 0;
88 }
79 }
89
80
90 .tag {
81 .tag {
91 color: #999;
82 color: #999;
92 font-size: 70%;
83 font-size: 70%;
93 font-weight: normal;
84 font-weight: normal;
94 margin-left: .5em;
85 margin-left: .5em;
95 vertical-align: baseline;
86 vertical-align: baseline;
96 }
87 }
97
88
98 /* Common */
89 /* Common */
99 pre { margin: 0; }
90 pre { margin: 0; }
100
91
101 h2 { font-size: 120%; border-bottom: 1px solid #999; }
92 h2 { font-size: 120%; border-bottom: 1px solid #999; }
102 h3 {
93 h3 {
103 margin-top: -.7em;
94 margin-top: -.7em;
104 font-size: 100%;
95 font-size: 100%;
105 }
96 }
106
97
107 /* log and tags tables */
98 /* log and tags tables */
108 .bigtable {
99 .bigtable {
109 border-bottom: 1px solid #999;
100 border-bottom: 1px solid #999;
110 border-collapse: collapse;
101 border-collapse: collapse;
111 font-size: 90%;
102 font-size: 90%;
112 width: 100%;
103 width: 100%;
113 font-weight: normal;
104 font-weight: normal;
114 text-align: left;
105 text-align: left;
115 }
106 }
116
107
117 .bigtable td {
108 .bigtable td {
118 padding: 1px 4px 1px 4px;
109 padding: 1px 4px 1px 4px;
119 vertical-align: top;
110 vertical-align: top;
120 }
111 }
121
112
122 .bigtable th {
113 .bigtable th {
123 padding: 1px 4px 1px 4px;
114 padding: 1px 4px 1px 4px;
124 border-bottom: 1px solid #999;
115 border-bottom: 1px solid #999;
125 font-size: smaller;
116 font-size: smaller;
126 }
117 }
127 .bigtable tr { border: none; }
118 .bigtable tr { border: none; }
128 .bigtable .age { width: 6em; }
119 .bigtable .age { width: 6em; }
129 .bigtable .author { width: 12em; }
120 .bigtable .author { width: 12em; }
130 .bigtable .description { }
121 .bigtable .description { }
131 .bigtable .node { width: 5em; font-family: monospace;}
122 .bigtable .node { width: 5em; font-family: monospace;}
132 .bigtable .lineno { width: 2em; text-align: right;}
123 .bigtable .lineno { width: 2em; text-align: right;}
133 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
124 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
134 .bigtable td.source { font-family: monospace; white-space: pre; }
125 .bigtable td.source { font-family: monospace; white-space: pre; }
135 .bigtable .permissions { width: 8em; text-align: left;}
126 .bigtable .permissions { width: 8em; text-align: left;}
136 .bigtable .size { width: 5em; text-align: right; }
127 .bigtable .size { width: 5em; text-align: right; }
137 .bigtable .annotate { text-align: right; }
128 .bigtable .annotate { text-align: right; }
138 .bigtable td.annotate { font-size: smaller; }
129 .bigtable td.annotate { font-size: smaller; }
139
130
140 .fileline { font-family: monospace; }
131 .fileline { font-family: monospace; }
141 .fileline img { border: 0; }
132 .fileline img { border: 0; }
142
133
143 /* Changeset entry */
134 /* Changeset entry */
144 #changesetEntry {
135 #changesetEntry {
145 border-collapse: collapse;
136 border-collapse: collapse;
146 font-size: 90%;
137 font-size: 90%;
147 width: 100%;
138 width: 100%;
148 margin-bottom: 1em;
139 margin-bottom: 1em;
149 }
140 }
150
141
151 #changesetEntry th {
142 #changesetEntry th {
152 padding: 1px 4px 1px 4px;
143 padding: 1px 4px 1px 4px;
153 width: 4em;
144 width: 4em;
154 text-align: right;
145 text-align: right;
155 font-weight: normal;
146 font-weight: normal;
156 color: #999;
147 color: #999;
157 margin-right: .5em;
148 margin-right: .5em;
158 vertical-align: top;
149 vertical-align: top;
159 }
150 }
160
151
161 div.description {
152 div.description {
162 border-left: 3px solid #999;
153 border-left: 3px solid #999;
163 margin: 1em 0 1em 0;
154 margin: 1em 0 1em 0;
164 padding: .3em;
155 padding: .3em;
165 }
156 }
166
157
167 div#wrapper {
158 div#wrapper {
168 position: relative;
159 position: relative;
169 border-top: 1px solid black;
160 border-top: 1px solid black;
170 border-bottom: 1px solid black;
161 border-bottom: 1px solid black;
171 margin: 0;
162 margin: 0;
172 padding: 0;
163 padding: 0;
173 }
164 }
174
165
175 canvas {
166 canvas {
176 position: absolute;
167 position: absolute;
177 z-index: 5;
168 z-index: 5;
178 top: -0.7em;
169 top: -0.7em;
179 margin: 0;
170 margin: 0;
180 }
171 }
181
172
182 ul#graphnodes {
173 ul#graphnodes {
183 position: absolute;
174 position: absolute;
184 z-index: 10;
175 z-index: 10;
185 top: -1.0em;
176 top: -1.0em;
186 list-style: none inside none;
177 list-style: none inside none;
187 padding: 0;
178 padding: 0;
188 }
179 }
189
180
190 ul#nodebgs {
181 ul#nodebgs {
191 list-style: none inside none;
182 list-style: none inside none;
192 padding: 0;
183 padding: 0;
193 margin: 0;
184 margin: 0;
194 top: -0.7em;
185 top: -0.7em;
195 }
186 }
196
187
197 ul#graphnodes li, ul#nodebgs li {
188 ul#graphnodes li, ul#nodebgs li {
198 height: 39px;
189 height: 39px;
199 }
190 }
200
191
201 ul#graphnodes li .info {
192 ul#graphnodes li .info {
202 display: block;
193 display: block;
203 font-size: 70%;
194 font-size: 70%;
204 position: relative;
195 position: relative;
205 top: -3px;
196 top: -3px;
206 }
197 }
General Comments 0
You need to be logged in to leave comments. Login now