summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index f1003b4..565427f 100644
--- a/cgit.css
+++ b/cgit.css
@@ -18,193 +18,197 @@ table {
18h2 { 18h2 {
19 font-size: 120%; 19 font-size: 120%;
20 font-weight: bold; 20 font-weight: bold;
21 margin-top: 0em; 21 margin-top: 0em;
22 margin-bottom: 0.25em; 22 margin-bottom: 0.25em;
23} 23}
24 24
25h3 { 25h3 {
26 margin-top: 0em; 26 margin-top: 0em;
27 font-size: 100%; 27 font-size: 100%;
28 font-weight: normal; 28 font-weight: normal;
29} 29}
30 30
31h4 { 31h4 {
32 margin-top: 1.5em; 32 margin-top: 1.5em;
33 margin-bottom: 0.1em; 33 margin-bottom: 0.1em;
34 font-size: 100%; 34 font-size: 100%;
35 font-weight: bold; 35 font-weight: bold;
36} 36}
37 37
38a { 38a {
39 color: #600; 39 color: #600;
40 text-decoration: none; 40 text-decoration: none;
41} 41}
42 42
43a:hover { 43a:hover {
44 background-color: #ddd; 44 background-color: #ddd;
45 text-decoration: none; 45 text-decoration: none;
46} 46}
47 47
48table.list { 48table.list {
49 border: none; 49 border: none;
50 border-collapse: collapse; 50 border-collapse: collapse;
51} 51}
52 52
53table.list tr { 53table.list tr {
54 background: white; 54 background: white;
55} 55}
56 56
57table.list tr:hover { 57table.list tr:hover {
58 background: #f8f8f8; 58 background: #f8f8f8;
59} 59}
60 60
61table.list tr.nohover:hover { 61table.list tr.nohover:hover {
62 background: white; 62 background: white;
63} 63}
64 64
65table.list th { 65table.list th {
66 font-weight: bold; 66 font-weight: bold;
67 border-bottom: solid 1px #777; 67 border-bottom: solid 1px #777;
68 padding: 0.1em 0.5em 0.1em 0.5em; 68 padding: 0.1em 0.5em 0.1em 0.5em;
69 vertical-align: baseline; 69 vertical-align: baseline;
70} 70}
71 71
72table.list td { 72table.list td {
73 border: none; 73 border: none;
74 padding: 0.1em 0.5em 0.1em 0.5em; 74 padding: 0.1em 0.5em 0.1em 0.5em;
75} 75}
76 76
77img { 77img {
78 border: none; 78 border: none;
79} 79}
80 80
81div#sidebar { 81div#sidebar {
82 vertical-align: top; 82 vertical-align: top;
83 width: 162px; 83 width: 162px;
84 padding: 0px 0px 0px 0px; 84 padding: 0px 0px 0px 0px;
85 margin: 4px; 85 margin: 4px;
86 float: left; 86 float: left;
87} 87}
88 88
89div#logo { 89div#logo {
90 margin: 0px; 90 margin: 0px;
91 padding: 4px 0px 4px 0px; 91 padding: 4px 0px 4px 0px;
92 text-align: center; 92 text-align: center;
93 background-color: #ccc; 93 background-color: #ccc;
94 border-top: solid 1px #eee; 94 border-top: solid 1px #eee;
95 border-left: solid 1px #eee; 95 border-left: solid 1px #eee;
96 border-right: solid 1px #aaa; 96 border-right: solid 1px #aaa;
97 border-bottom: solid 1px #aaa; 97 border-bottom: solid 1px #aaa;
98} 98}
99 99
100div#sidebar div.infobox { 100div#sidebar div.infobox {
101 margin: 0px 0px 0px 0px; 101 margin: 0px 0px 0px 0px;
102 padding: 0.5em; 102 padding: 0.5em;
103 text-align: left; 103 text-align: left;
104 background-color: #ccc; 104 background-color: #ccc;
105 border-top: solid 1px #eee; 105 border-top: solid 1px #eee;
106 border-left: solid 1px #eee; 106 border-left: solid 1px #eee;
107 border-right: solid 1px #aaa; 107 border-right: solid 1px #aaa;
108 border-bottom: solid 1px #aaa; 108 border-bottom: solid 1px #aaa;
109} 109}
110 110
111div#sidebar div.infobox h1 { 111div#sidebar div.infobox h1 {
112 font-size: 10pt; 112 font-size: 10pt;
113 font-weight: bold; 113 font-weight: bold;
114 margin: 0px; 114 margin: 8px 0px 0px 0px;
115}
116
117div#sidebar div.infobox h1.first {
118 margin-top: 0px;
115} 119}
116 120
117div#sidebar div.infobox a.menu { 121div#sidebar div.infobox a.menu {
118 display: block; 122 display: block;
119 background-color: #ccc; 123 background-color: #ccc;
120 padding: 0.1em 0.5em; 124 padding: 0.1em 0.5em;
121 text-decoration: none; 125 text-decoration: none;
122} 126}
123 127
124div#sidebar div.infobox a.menu:hover { 128div#sidebar div.infobox a.menu:hover {
125 background-color: #bbb; 129 background-color: #bbb;
126 text-decoration: none; 130 text-decoration: none;
127} 131}
128 132
129div#sidebar div.infobox select { 133div#sidebar div.infobox select {
130 width: 100%; 134 width: 100%;
131 margin: 2px 0px 0px 0px; 135 margin: 2px 0px 0px 0px;
132} 136}
133 137
134td#branch-dropdown-cell { 138td#branch-dropdown-cell {
135 width: 99%; 139 width: 99%;
136} 140}
137 141
138input#switch-btn { 142input#switch-btn {
139 width: 20px; 143 width: 20px;
140 margin: 2px 0px 0px 0px; 144 margin: 2px 0px 0px 0px;
141} 145}
142 146
143div#sidebar div.infobox input.txt { 147div#sidebar div.infobox input.txt {
144 width: 100%; 148 width: 100%;
145 margin: 2px 0px 0px 0px; 149 margin: 2px 0px 0px 0px;
146} 150}
147 151
148table#grid { 152table#grid {
149 margin: 0px; 153 margin: 0px;
150} 154}
151 155
152td#content { 156td#content {
153 vertical-align: top; 157 vertical-align: top;
154 padding: 1em 2em 1em 1em; 158 padding: 1em 2em 1em 1em;
155 border: none; 159 border: none;
156} 160}
157 161
158div#summary { 162div#summary {
159 vertical-align: top; 163 vertical-align: top;
160 margin-bottom: 1em; 164 margin-bottom: 1em;
161} 165}
162 166
163table#downloads { 167table#downloads {
164 float: right; 168 float: right;
165 border-collapse: collapse; 169 border-collapse: collapse;
166 border: solid 1px #777; 170 border: solid 1px #777;
167 margin-left: 0.5em; 171 margin-left: 0.5em;
168 margin-bottom: 0.5em; 172 margin-bottom: 0.5em;
169} 173}
170 174
171table#downloads th { 175table#downloads th {
172 background-color: #ccc; 176 background-color: #ccc;
173} 177}
174 178
175div#blob { 179div#blob {
176 border: solid 1px black; 180 border: solid 1px black;
177} 181}
178 182
179div.error { 183div.error {
180 color: red; 184 color: red;
181 font-weight: bold; 185 font-weight: bold;
182 margin: 1em 2em; 186 margin: 1em 2em;
183} 187}
184 188
185a.ls-blob, a.ls-dir, a.ls-mod { 189a.ls-blob, a.ls-dir, a.ls-mod {
186 font-family: monospace; 190 font-family: monospace;
187} 191}
188 192
189td.ls-size { 193td.ls-size {
190 text-align: right; 194 text-align: right;
191} 195}
192 196
193td.ls-size { 197td.ls-size {
194 font-family: monospace; 198 font-family: monospace;
195} 199}
196 200
197td.ls-mode { 201td.ls-mode {
198 font-family: monospace; 202 font-family: monospace;
199} 203}
200 204
201table.blob { 205table.blob {
202 margin-top: 0.5em; 206 margin-top: 0.5em;
203 border-top: solid 1px black; 207 border-top: solid 1px black;
204} 208}
205 209
206table.blob td.no { 210table.blob td.no {
207 border-right: solid 1px black; 211 border-right: solid 1px black;
208 color: black; 212 color: black;
209 background-color: #eee; 213 background-color: #eee;
210 text-align: right; 214 text-align: right;