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