|
diff --git a/cgit.css b/cgit.css index b14f77e..95c3e40 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -1,191 +1,191 @@ |
1 | body { |
1 | body { |
2 | font-family: arial; |
2 | font-family: arial; |
3 | font-size: 11pt; |
3 | font-size: 11pt; |
4 | background: white; |
4 | background: white; |
5 | } |
5 | } |
6 | |
6 | |
7 | body, table { |
7 | body, table { |
8 | padding: 0em; |
8 | padding: 0em; |
9 | margin: 0em; |
9 | margin: 0em; |
10 | } |
10 | } |
11 | |
11 | |
12 | table { |
12 | table { |
13 | border-collapse: collapse; |
13 | border-collapse: collapse; |
14 | } |
14 | } |
15 | |
15 | |
16 | h2 { |
16 | h2 { |
17 | font-size: 120%; |
17 | font-size: 120%; |
18 | font-weight: bold; |
18 | font-weight: bold; |
19 | margin-top: 0em; |
19 | margin-top: 0em; |
20 | margin-bottom: 0.25em; |
20 | margin-bottom: 0.25em; |
21 | } |
21 | } |
22 | |
22 | |
23 | h3 { |
23 | h3 { |
24 | margin-top: 0em; |
24 | margin-top: 0em; |
25 | font-size: 100%; |
25 | font-size: 100%; |
26 | font-weight: normal; |
26 | font-weight: normal; |
27 | } |
27 | } |
28 | |
28 | |
29 | h4 { |
29 | h4 { |
30 | margin-top: 1.5em; |
30 | margin-top: 1.5em; |
31 | margin-bottom: 0.1em; |
31 | margin-bottom: 0.1em; |
32 | font-size: 100%; |
32 | font-size: 100%; |
33 | font-weight: bold; |
33 | font-weight: bold; |
34 | } |
34 | } |
35 | |
35 | |
36 | a { |
36 | a { |
37 | color: blue; |
37 | color: blue; |
38 | text-decoration: none; |
38 | text-decoration: none; |
39 | } |
39 | } |
40 | |
40 | |
41 | a:hover { |
41 | a:hover { |
42 | text-decoration: underline; |
42 | text-decoration: underline; |
43 | } |
43 | } |
44 | |
44 | |
45 | table.list { |
45 | table.list { |
46 | border: none; |
46 | border: none; |
47 | border-collapse: collapse; |
47 | border-collapse: collapse; |
48 | } |
48 | } |
49 | |
49 | |
50 | table.list tr { |
50 | table.list tr { |
51 | background: white; |
51 | background: white; |
52 | } |
52 | } |
53 | |
53 | |
54 | table.list tr:hover { |
54 | table.list tr:hover { |
55 | background: #eee; |
55 | background: #eee; |
56 | } |
56 | } |
57 | |
57 | |
58 | table.list tr.nohover:hover { |
58 | table.list tr.nohover:hover { |
59 | background: white; |
59 | background: white; |
60 | } |
60 | } |
61 | |
61 | |
62 | table.list th { |
62 | table.list th { |
63 | font-weight: normal; |
63 | font-weight: bold; |
64 | border-bottom: solid 1px #777; |
64 | border-bottom: solid 1px #777; |
65 | padding: 0.1em 0.5em 0.1em 0.5em; |
65 | padding: 0.1em 0.5em 0.1em 0.5em; |
66 | vertical-align: baseline; |
66 | vertical-align: baseline; |
67 | } |
67 | } |
68 | |
68 | |
69 | table.list td { |
69 | table.list td { |
70 | border: none; |
70 | border: none; |
71 | padding: 0.1em 0.5em 0.1em 0.5em; |
71 | padding: 0.1em 0.5em 0.1em 0.5em; |
72 | } |
72 | } |
73 | |
73 | |
74 | img { |
74 | img { |
75 | border: none; |
75 | border: none; |
76 | } |
76 | } |
77 | |
77 | |
78 | table#layout { |
78 | table#layout { |
79 | width: 100%; |
79 | width: 100%; |
80 | border-collapse: collapse; |
80 | border-collapse: collapse; |
81 | margin: 0px; |
81 | margin: 0px; |
82 | } |
82 | } |
83 | |
83 | |
84 | td#header, td#logo { |
84 | td#header, td#logo { |
85 | color: #666; |
85 | color: #666; |
86 | background-color: #ddd; |
86 | background-color: #ddd; |
87 | border-bottom: solid 1px #000; |
87 | border-bottom: solid 1px #000; |
88 | } |
88 | } |
89 | |
89 | |
90 | td#header { |
90 | td#header { |
91 | font-size: 150%; |
91 | font-size: 150%; |
92 | font-weight: bold; |
92 | font-weight: bold; |
93 | padding: 0.2em 0.5em; |
93 | padding: 0.2em 0.5em; |
94 | vertical-align: text-bottom; |
94 | vertical-align: text-bottom; |
95 | } |
95 | } |
96 | |
96 | |
97 | td#logo { |
97 | td#logo { |
98 | text-align: right; |
98 | text-align: right; |
99 | vertical-align: middle; |
99 | vertical-align: middle; |
100 | padding-right: 0.5em; |
100 | padding-right: 0.5em; |
101 | } |
101 | } |
102 | |
102 | |
103 | td#crumb, td#search { |
103 | td#crumb, td#search { |
104 | color: #ccc; |
104 | color: #ccc; |
105 | border-top: solid 3px #555; |
105 | border-top: solid 3px #555; |
106 | background-color: #666; |
106 | background-color: #666; |
107 | border-bottom: solid 1px #333; |
107 | border-bottom: solid 1px #333; |
108 | padding: 2px 1em; |
108 | padding: 2px 1em; |
109 | } |
109 | } |
110 | |
110 | |
111 | td#crumb { |
111 | td#crumb { |
112 | font-weight: bold; |
112 | font-weight: bold; |
113 | } |
113 | } |
114 | |
114 | |
115 | td#crumb a { |
115 | td#crumb a { |
116 | color: #ccc; |
116 | color: #ccc; |
117 | } |
117 | } |
118 | |
118 | |
119 | td#crumb a:hover { |
119 | td#crumb a:hover { |
120 | color: #eee; |
120 | color: #eee; |
121 | } |
121 | } |
122 | |
122 | |
123 | td#search { |
123 | td#search { |
124 | text-align: right; |
124 | text-align: right; |
125 | vertical-align: center; |
125 | vertical-align: center; |
126 | padding-right: 0.5em; |
126 | padding-right: 0.5em; |
127 | } |
127 | } |
128 | |
128 | |
129 | td#search form { |
129 | td#search form { |
130 | margin: 0px; |
130 | margin: 0px; |
131 | padding: 0px; |
131 | padding: 0px; |
132 | } |
132 | } |
133 | |
133 | |
134 | td#search input { |
134 | td#search input { |
135 | font-size: 9pt; |
135 | font-size: 9pt; |
136 | padding: 0px; |
136 | padding: 0px; |
137 | width: 10em; |
137 | width: 10em; |
138 | border: solid 1px #333; |
138 | border: solid 1px #333; |
139 | color: #333; |
139 | color: #333; |
140 | background-color: #fff; |
140 | background-color: #fff; |
141 | } |
141 | } |
142 | |
142 | |
143 | td#summary { |
143 | td#summary { |
144 | vertical-align: top; |
144 | vertical-align: top; |
145 | padding-bottom: 1em; |
145 | padding-bottom: 1em; |
146 | } |
146 | } |
147 | |
147 | |
148 | td#archivelist { |
148 | td#archivelist { |
149 | padding-bottom: 1em; |
149 | padding-bottom: 1em; |
150 | } |
150 | } |
151 | |
151 | |
152 | td#archivelist table { |
152 | td#archivelist table { |
153 | float: right; |
153 | float: right; |
154 | border-collapse: collapse; |
154 | border-collapse: collapse; |
155 | border: solid 1px #777; |
155 | border: solid 1px #777; |
156 | } |
156 | } |
157 | |
157 | |
158 | td#archivelist table th { |
158 | td#archivelist table th { |
159 | background-color: #ccc; |
159 | background-color: #ccc; |
160 | } |
160 | } |
161 | |
161 | |
162 | td#content { |
162 | td#content { |
163 | padding: 1em 0.5em; |
163 | padding: 1em 0.5em; |
164 | } |
164 | } |
165 | |
165 | |
166 | div#blob { |
166 | div#blob { |
167 | border: solid 1px black; |
167 | border: solid 1px black; |
168 | } |
168 | } |
169 | |
169 | |
170 | div.error { |
170 | div.error { |
171 | color: red; |
171 | color: red; |
172 | font-weight: bold; |
172 | font-weight: bold; |
173 | margin: 1em 2em; |
173 | margin: 1em 2em; |
174 | } |
174 | } |
175 | |
175 | |
176 | td.ls-blob, td.ls-dir, td.ls-mod { |
176 | td.ls-blob, td.ls-dir, td.ls-mod { |
177 | font-family: monospace; |
177 | font-family: monospace; |
178 | } |
178 | } |
179 | |
179 | |
180 | div.ls-dir a { |
180 | div.ls-dir a { |
181 | font-weight: bold; |
181 | font-weight: bold; |
182 | } |
182 | } |
183 | |
183 | |
184 | th.filesize, td.filesize { |
184 | th.filesize, td.filesize { |
185 | text-align: right; |
185 | text-align: right; |
186 | } |
186 | } |
187 | |
187 | |
188 | td.filesize { |
188 | td.filesize { |
189 | font-family: monospace; |
189 | font-family: monospace; |
190 | } |
190 | } |
191 | |
191 | |
|