Fixed the last few failing tests, in particular the /repo/sha1 action related fails.
[catagits/Gitalist.git] / root / static / css / site.css
CommitLineData
76eeff61 1/*
214d2f2ca3732551d1585e7590e60b82492f3
3^^ A rather nice chroma hash
4*/
7a88ffa4 5body {
10938267 6 background-color: #999;
7}
8#the-container {
9 background-color: white;
b3ad9e63 10}
11
b4b4d0fd 12thead, tfoot {
1fd8159c 13 /* FTR all table columns should be sortable hence the colour to indicate clickableness. */
7a88ffa4 14 color: navy;
b4b4d0fd 15 font-size: small;
7a88ffa4 16 font-weight: bold !important;
1fd8159c 17}
18thead th {
19 border-bottom: solid 1px #777;
20}
21tfoot td {
22 border-top: solid 1px #777;
23}
24
f78e75d8 25.listing tbody tr:nth-child(even) {
26 background-color: #f7f7f7;
27}
28.listing tbody tr:hover {
29 background-color: #fefeaa;
30}
31
da29fb44 32.chroma-hash {
1fd8159c 33 font-family: monospace;
34 font-size: 1em;
35 font-style: normal;
36}
10938267 37.actions span.chroma-hash {
1fd8159c 38 float: right;
39}
40
41.time-since {
42 font-style: italic;
43}
44.author, .head {
45 font-weight: bold;
46 font-family: "Trebuchet MS", "Lucida Grande", serif;
7a88ffa4 47}
48
f78e75d8 49.file-name, .file-mode {
50 font-family: monospace;
51}
52.action-list {
53 font-size: smaller;
54}
55
56.path {
57 border-bottom: solid 1px #ddd;
58 padding: 3px 0;
59 font-weight: bold;
60}
61
62
06281e11 63/* header */
64#page-header {
65 height: 25px;
06281e11 66 font-size: 1.5em;
67 font-weight: bold;
2cf1e781 68 border-bottom: solid 1px #777;
69 text-align: justify;
10938267 70 padding: 8px 0;
06281e11 71}
72
73img.logo {
06281e11 74 border-width: 0px;
10938267 75 margin-top: 6px;
76 float: right;
77 padding-left: 15px;
06281e11 78}
79
80/* footer */
81#page-footer {
82 height: 20px;
06281e11 83 margin-top: 10px;
84 font-style: italic;
85 background-color: #d9d8d1;
86 border-top: solid 1px #777;
87}
88
1fd8159c 89/* actions include */
90.actions {
1fd8159c 91 font-style: italic;
1fd8159c 92 border-bottom: solid 1px #777;
10938267 93 height: 25px;
1fd8159c 94}
95
96/* pager include */
97.pager {
98 text-align: center;
99}
100
101/* search include */
102#page-search {
103 text-align: right;
1fd8159c 104 font-size: 0.7em;
1fd8159c 105}
106
107/* shortlog include */
108table.shortlog tbody tr {
7a88ffa4 109 padding: 1px 0px;
110}
1fd8159c 111table.shortlog tbody td {
7a88ffa4 112 padding: 0 1px;
109ce668 113}
b3ad9e63 114
115/* /commit page */
116.commit-message {
b4b4d0fd 117 font-family: monospace;
f78e75d8 118 font-size: 1.2em;
47495599 119}
120div.commit-message {
1fd8159c 121 margin-bottom: 10px;
122}
123pre.commit-message {
4621ecf0 124 border-top: solid 2px red;
125 border-bottom: solid 2px green;
b4b4d0fd 126 padding: 5px;
b3ad9e63 127}
128.commit-info dt {
b4b4d0fd 129 font-weight: bold;
b3ad9e63 130}
131.commit-info dd {
b4b4d0fd 132 font-family: monospace;
b3ad9e63 133}
134
0ee97fec 135/* /heads */
136.heads .head {
b4b4d0fd 137 font-weight: bold;
0ee97fec 138}
139.heads .current {
b4b4d0fd 140 text-decoration: underline;
0ee97fec 141}
4cb0a92e 142table.heads {
4621ecf0 143 width: 75%;
4cb0a92e 144}
f5da8e7a 145
6d4fe0d7 146/* /blame */
592b68ef 147#blame pre, #blame tt {
6d4fe0d7 148 margin: 0;
592b68ef 149 font-size: 0.9em;
150}
151#blame .commit-info {
152}
153#blame .lineno {
154 text-align: right;
155 padding: 0 8px;
156}
157#blame a {
158 text-decoration: none;
159}
2cf1e781 160#blame {
161 overflow-x: scroll;
162}
592b68ef 163#blame tr.alt {
164 background-color: #f7f7f7;
165}
166#blame tbody tr:hover {
167 background-color: #fefeaa;
6d4fe0d7 168}
2cf1e781 169#blame td {
170 padding: 0 0.2em;
171}
76eeff61 172#blame td.lineno {
da29fb44 173 background-color: #eee;
76eeff61 174}
2cf1e781 175#blame td.date, #blame td.author, #blame td.commit-info {
76eeff61 176}
9c96c235 177#blame tbody td.data {
76eeff61 178 padding-left: 5px;
9c96c235 179 background-color: #333;
180 color: #ddd;
76eeff61 181}
6d4fe0d7 182
f5da8e7a 183/* /blob */
184pre.blob {
b4b4d0fd 185 background-color: #333;
186 color: #ddd;
187 border-left: solid 3px #c33;
188 padding: 5px;
189 padding-left: 15px;
190 margin: 10px 15px;
f5da8e7a 191}
7a88ffa4 192
193/* /blobdiff etc */
194
195.diff-head, .diff-index {
196 font-family: monospace;
197}
198.diff-head {
199 border-top: solid 1px red;
200}
201.diff-index {
202 border-bottom: solid 1px green;
203}
204
f78e75d8 205/* /commitdiff */
206.diff-patch {
207 font-size: 0.8em;
208}
209
7a88ffa4 210/* /log */
211#log .entry {
212 border: solid 1px grey;
213 margin: 5px 0;
214 padding: 5px;
215}
216#log .meta {
217 border-top: dotted 1px #ddd;
f78e75d8 218 color: #311;
7a88ffa4 219}
220#log table.summary {
221 width: 33%;
222 font-size: 0.9em;
223}
224#log .message {
225 font-family: monospace;
226 font-size: 1.15em;
f78e75d8 227 /* XXX Need to enforce find the CSS switch to force the chroma-hash below the message box */
7a88ffa4 228}
229#log .age {
230 float: right;
231 font-size: 0.85em;
232 font-style: italic;
233}
7a88ffa4 234
c8a42dd5 235/* /summary */
236#stats {
237 float: right;
238}
239
f78e75d8 240/* /tree */
241table.tree {
242 width: 65%;
243}
244
245/* Formerly of gitweb.css */
7a88ffa4 246
247span.refs span {
1fd8159c 248 padding: 0px 4px;
249 font-size: 80%;
250 /* XXX needs more families */
251 font-family: Verdana;
252 letter-spacing: -1px;
253 border: 1px solid;
254 background-color: #ffaaff;
255 border-color: #ffccff #ff00ee #ff00ee #ffccff;
7a88ffa4 256}
257
258span.refs span.ref {
1fd8159c 259 background-color: #aaaaff;
260 border-color: #ccccff #0033cc #0033cc #ccccff;
7a88ffa4 261}
262
263span.refs span.tag {
1fd8159c 264 background-color: #ffffaa;
265 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
7a88ffa4 266}
267
268span.refs span.head {
1fd8159c 269 background-color: #aaffaa;
270 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
7a88ffa4 271}
272span.refs a {
273 text-decoration: none;
274}
da8f4f82 275
276a.rss_logo {
77730637 277 float: right;
278 padding: 3px 0px;
279 width: 35px;
280 line-height: 10px;
281 border: 1px solid;
282 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
283 color: #ffffff;
284 background-color: #ff6600;
285 font-weight: bold;
286 font-family: sans-serif;
287 font-size: 70%;
288 font-style: normal;
289 text-align: center;
290 text-decoration: none;
da8f4f82 291}
292
293a.rss_logo:hover {
77730637 294 background-color: #ee5500;
da8f4f82 295}