|
diff --git a/cgit.css b/cgit.css index 0cb894a..563f8e1 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -41,128 +41,136 @@ table#header td.main { |
41 | |
41 | |
42 | table#header td.main a { |
42 | table#header td.main a { |
43 | color: #000; |
43 | color: #000; |
44 | } |
44 | } |
45 | |
45 | |
46 | table#header td.form { |
46 | table#header td.form { |
47 | text-align: right; |
47 | text-align: right; |
48 | vertical-align: bottom; |
48 | vertical-align: bottom; |
49 | padding-right: 1em; |
49 | padding-right: 1em; |
50 | padding-bottom: 2px; |
50 | padding-bottom: 2px; |
51 | white-space: nowrap; |
51 | white-space: nowrap; |
52 | } |
52 | } |
53 | |
53 | |
54 | table#header td.form form, |
54 | table#header td.form form, |
55 | table#header td.form input, |
55 | table#header td.form input, |
56 | table#header td.form select { |
56 | table#header td.form select { |
57 | font-size: 90%; |
57 | font-size: 90%; |
58 | } |
58 | } |
59 | |
59 | |
60 | table#header td.sub { |
60 | table#header td.sub { |
61 | color: #777; |
61 | color: #777; |
62 | border-top: solid 1px #ccc; |
62 | border-top: solid 1px #ccc; |
63 | padding-left: 10px; |
63 | padding-left: 10px; |
64 | } |
64 | } |
65 | |
65 | |
66 | table.tabs { |
66 | table.tabs { |
67 | /* border-bottom: solid 2px #ccc; */ |
67 | /* border-bottom: solid 2px #ccc; */ |
68 | border-collapse: collapse; |
68 | border-collapse: collapse; |
69 | margin-top: 2em; |
69 | margin-top: 2em; |
70 | margin-bottom: 0px; |
70 | margin-bottom: 0px; |
71 | width: 100%; |
71 | width: 100%; |
72 | } |
72 | } |
73 | |
73 | |
74 | table.tabs td { |
74 | table.tabs td { |
75 | padding: 0px 1em; |
75 | padding: 0px 1em; |
76 | vertical-align: bottom; |
76 | vertical-align: bottom; |
77 | } |
77 | } |
78 | |
78 | |
79 | table.tabs td a { |
79 | table.tabs td a { |
80 | padding: 2px 0.75em; |
80 | padding: 2px 0.75em; |
81 | color: #777; |
81 | color: #777; |
82 | font-size: 110%; |
82 | font-size: 110%; |
83 | } |
83 | } |
84 | |
84 | |
85 | table.tabs td a.active { |
85 | table.tabs td a.active { |
86 | color: #000; |
86 | color: #000; |
87 | background-color: #ccc; |
87 | background-color: #ccc; |
88 | } |
88 | } |
89 | |
89 | |
90 | table.tabs td.form { |
90 | table.tabs td.form { |
91 | text-align: right; |
91 | text-align: right; |
92 | } |
92 | } |
93 | |
93 | |
94 | table.tabs td.form form { |
94 | table.tabs td.form form { |
95 | padding-bottom: 2px; |
95 | padding-bottom: 2px; |
96 | font-size: 90%; |
96 | font-size: 90%; |
97 | white-space: nowrap; |
97 | white-space: nowrap; |
98 | } |
98 | } |
99 | |
99 | |
100 | table.tabs td.form input, |
100 | table.tabs td.form input, |
101 | table.tabs td.form select { |
101 | table.tabs td.form select { |
102 | font-size: 90%; |
102 | font-size: 90%; |
103 | } |
103 | } |
104 | |
104 | |
| |
105 | div.path { |
| |
106 | margin: 0px; |
| |
107 | padding: 5px 2em 2px 2em; |
| |
108 | color: #000; |
| |
109 | background-color: #ccc; |
| |
110 | font-weight: bold; |
| |
111 | } |
| |
112 | |
105 | div.content { |
113 | div.content { |
106 | margin: 0px; |
114 | margin: 0px; |
107 | padding: 2em; |
115 | padding: 2em; |
108 | border-top: solid 3px #ccc; |
116 | border-top: solid 3px #ccc; |
109 | border-bottom: solid 3px #ccc; |
117 | border-bottom: solid 3px #ccc; |
110 | } |
118 | } |
111 | |
119 | |
112 | |
120 | |
113 | table.list { |
121 | table.list { |
114 | width: 100%; |
122 | width: 100%; |
115 | border: none; |
123 | border: none; |
116 | border-collapse: collapse; |
124 | border-collapse: collapse; |
117 | } |
125 | } |
118 | |
126 | |
119 | table.list tr { |
127 | table.list tr { |
120 | background: white; |
128 | background: white; |
121 | } |
129 | } |
122 | |
130 | |
123 | table.list tr.logheader { |
131 | table.list tr.logheader { |
124 | background: #eee; |
132 | background: #eee; |
125 | } |
133 | } |
126 | |
134 | |
127 | table.list tr:hover { |
135 | table.list tr:hover { |
128 | background: #eee; |
136 | background: #eee; |
129 | } |
137 | } |
130 | |
138 | |
131 | table.list tr.nohover:hover { |
139 | table.list tr.nohover:hover { |
132 | background: white; |
140 | background: white; |
133 | } |
141 | } |
134 | |
142 | |
135 | table.list th { |
143 | table.list th { |
136 | font-weight: bold; |
144 | font-weight: bold; |
137 | /* color: #888; |
145 | /* color: #888; |
138 | border-top: dashed 1px #888; |
146 | border-top: dashed 1px #888; |
139 | border-bottom: dashed 1px #888; |
147 | border-bottom: dashed 1px #888; |
140 | */ |
148 | */ |
141 | padding: 0.1em 0.5em 0.05em 0.5em; |
149 | padding: 0.1em 0.5em 0.05em 0.5em; |
142 | vertical-align: baseline; |
150 | vertical-align: baseline; |
143 | } |
151 | } |
144 | |
152 | |
145 | table.list td { |
153 | table.list td { |
146 | border: none; |
154 | border: none; |
147 | padding: 0.1em 0.5em 0.1em 0.5em; |
155 | padding: 0.1em 0.5em 0.1em 0.5em; |
148 | } |
156 | } |
149 | |
157 | |
150 | table.list td.logsubject { |
158 | table.list td.logsubject { |
151 | font-family: monospace; |
159 | font-family: monospace; |
152 | font-weight: bold; |
160 | font-weight: bold; |
153 | } |
161 | } |
154 | |
162 | |
155 | table.list td.logmsg { |
163 | table.list td.logmsg { |
156 | font-family: monospace; |
164 | font-family: monospace; |
157 | white-space: pre; |
165 | white-space: pre; |
158 | padding: 1em 0.5em 2em 0.5em; |
166 | padding: 1em 0.5em 2em 0.5em; |
159 | } |
167 | } |
160 | |
168 | |
161 | table.list td a { |
169 | table.list td a { |
162 | color: black; |
170 | color: black; |
163 | } |
171 | } |
164 | |
172 | |
165 | table.list td a.ls-dir { |
173 | table.list td a.ls-dir { |
166 | font-weight: bold; |
174 | font-weight: bold; |
167 | color: #00f; |
175 | color: #00f; |
168 | } |
176 | } |
|