6436
|
1 |
body {
|
|
2 |
margin: 0;
|
|
3 |
padding: 0;
|
|
4 |
background: black url(background.png) repeat-x;
|
6451
|
5 |
font-family: sans-serif;
|
6436
|
6 |
}
|
|
7 |
|
6453
|
8 |
.container {
|
|
9 |
padding-right: 150px;
|
|
10 |
}
|
|
11 |
|
6436
|
12 |
.main {
|
6453
|
13 |
position: relative;
|
6436
|
14 |
background: white;
|
|
15 |
padding: 2em;
|
|
16 |
border-right: 15px solid black;
|
|
17 |
border-bottom: 15px solid black;
|
|
18 |
}
|
|
19 |
|
|
20 |
.overflow {
|
|
21 |
width: 100%;
|
|
22 |
overflow: auto;
|
|
23 |
}
|
|
24 |
|
|
25 |
.menu {
|
|
26 |
background: #999;
|
|
27 |
padding: 10px;
|
|
28 |
width: 75px;
|
|
29 |
margin: 0;
|
|
30 |
font-size: 80% /*smaller*/;
|
|
31 |
text-align: left;
|
|
32 |
position: fixed;
|
|
33 |
top: 27px;
|
|
34 |
left: auto;
|
|
35 |
right: 27px;
|
|
36 |
}
|
|
37 |
|
|
38 |
.menu ul {
|
|
39 |
list-style: none;
|
|
40 |
padding: 0;
|
|
41 |
margin: 10px 0 0 0;
|
|
42 |
}
|
|
43 |
|
|
44 |
.menu li {
|
|
45 |
margin-bottom: 3px;
|
|
46 |
padding: 2px 4px;
|
|
47 |
background: white;
|
|
48 |
color: black;
|
|
49 |
font-weight: normal;
|
|
50 |
}
|
|
51 |
|
|
52 |
.menu li.active {
|
|
53 |
border-left: 3px solid black;
|
|
54 |
}
|
|
55 |
|
|
56 |
.search {
|
|
57 |
position: absolute;
|
|
58 |
top: .7em;
|
|
59 |
right: 2em;
|
|
60 |
}
|
|
61 |
|
6452
|
62 |
.menu a { color: black; display: block; }
|
6436
|
63 |
|
|
64 |
a { text-decoration:none; }
|
|
65 |
.age { white-space:nowrap; }
|
|
66 |
.date { white-space:nowrap; }
|
|
67 |
.indexlinks { white-space:nowrap; }
|
|
68 |
.parity0 { background-color: #f5f5f5; }
|
|
69 |
.parity1 { background-color: white; }
|
|
70 |
.plusline { color: green; }
|
|
71 |
.minusline { color: red; }
|
|
72 |
.atline { color: purple; }
|
|
73 |
|
|
74 |
.navigate {
|
|
75 |
text-align: right;
|
|
76 |
font-size: 60%;
|
|
77 |
margin: 1em 0 1em 0;
|
|
78 |
}
|
|
79 |
|
|
80 |
.tag {
|
|
81 |
color: #999;
|
|
82 |
font-size: 70%;
|
|
83 |
font-weight: normal;
|
|
84 |
margin-left: .5em;
|
|
85 |
vertical-align: text-baseline;
|
|
86 |
}
|
|
87 |
|
|
88 |
/* Common */
|
|
89 |
pre { margin: 0; }
|
|
90 |
|
|
91 |
h2 { font-size: 120%; border-bottom: 1px solid #999; }
|
|
92 |
h3 {
|
|
93 |
margin-top: -.7em;
|
|
94 |
font-size: 100%;
|
|
95 |
}
|
|
96 |
|
|
97 |
/* log and tags tables */
|
|
98 |
.bigtable {
|
|
99 |
border-bottom: 1px solid #999;
|
|
100 |
border-collapse: collapse;
|
|
101 |
font-size: 90%;
|
|
102 |
width: 100%;
|
|
103 |
font-weight: normal;
|
|
104 |
text-align: left;
|
|
105 |
}
|
|
106 |
|
|
107 |
.bigtable td {
|
|
108 |
padding: 1px 4px 1px 4px;
|
|
109 |
vertical-align: top;
|
|
110 |
}
|
|
111 |
|
|
112 |
.bigtable th {
|
|
113 |
padding: 1px 4px 1px 4px;
|
|
114 |
border-bottom: 1px solid #999;
|
|
115 |
font-size: smaller;
|
|
116 |
}
|
|
117 |
.bigtable tr { border: none; }
|
|
118 |
.bigtable .age { width: 6em; }
|
6451
|
119 |
.bigtable .author { width: 10em; }
|
6436
|
120 |
.bigtable .description { }
|
|
121 |
.bigtable .node { width: 5em; font-family: monospace;}
|
|
122 |
.bigtable .lineno { width: 2em; text-align: right;}
|
|
123 |
.bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
|
|
124 |
.bigtable td.source { font-family: monospace; white-space: pre; }
|
6452
|
125 |
.bigtable .permissions { width: 8em; text-align: left;}
|
6436
|
126 |
.bigtable .size { width: 5em; text-align: right; }
|
|
127 |
.bigtable .annotate { text-align: right; padding-right: }
|
|
128 |
.bigtable td.annotate { font-size: smaller; }
|
|
129 |
|
6454
|
130 |
.fileline { font-family: monospace; }
|
|
131 |
|
6436
|
132 |
/* Changeset entry */
|
|
133 |
#changesetEntry {
|
|
134 |
border-collapse: collapse;
|
|
135 |
font-size: 90%;
|
|
136 |
width: 100%;
|
|
137 |
margin-bottom: 1em;
|
|
138 |
}
|
|
139 |
|
|
140 |
#changesetEntry th {
|
|
141 |
padding: 1px 4px 1px 4px;
|
|
142 |
width: 4em;
|
|
143 |
text-align: right;
|
|
144 |
font-weight: normal;
|
|
145 |
color: #999;
|
|
146 |
margin-right: .5em;
|
|
147 |
vertical-align: top;
|
|
148 |
}
|
|
149 |
|
|
150 |
div.description {
|
|
151 |
border-left: 3px solid #999;
|
|
152 |
margin: 1em 0 1em 0;
|
|
153 |
padding: .3em;
|
|
154 |
}
|