summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-01-17 00:10:39 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-01-17 00:10:39 (UTC)
commit23734c5a2b607dca2d634cafdc63202a687f26d3 (patch) (unidiff)
treea8c240e9299936ffad6dbab335175af51372f32c /cgit.css
parenta69061fdb7380d73715aeb3a0da6e91a24df90e4 (diff)
downloadcgit-23734c5a2b607dca2d634cafdc63202a687f26d3.zip
cgit-23734c5a2b607dca2d634cafdc63202a687f26d3.tar.gz
cgit-23734c5a2b607dca2d634cafdc63202a687f26d3.tar.bz2
Extend repo summary with tag list
Show all tags in the repo below the branch list. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 9112bfe..d94b1b7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,196 +1,200 @@
1body { 1body {
2 font-family: arial; 2 font-family: arial;
3 font-size: normal; 3 font-size: normal;
4 background: white; 4 background: white;
5 padding: 0em; 5 padding: 0em;
6 margin: 0.5em 1em; 6 margin: 0.5em 1em;
7} 7}
8 8
9 9
10h2 { 10h2 {
11 font-size: 100%; 11 font-size: 120%;
12 font-weight: bold; 12 font-weight: bold;
13 margin-bottom: 0.1em; 13 margin-bottom: 0.5em;
14} 14}
15 15
16a { 16a {
17 color: blue; 17 color: blue;
18 text-decoration: none; 18 text-decoration: none;
19} 19}
20 20
21a:hover { 21a:hover {
22 text-decoration: underline; 22 text-decoration: underline;
23} 23}
24 24
25table.list { 25table.list {
26 border: solid 1px black; 26 border: solid 1px black;
27 border-collapse: collapse; 27 border-collapse: collapse;
28 border: solid 1px #aaa; 28 border: solid 1px #aaa;
29} 29}
30table.list tr { 30table.list tr {
31 background: white; 31 background: white;
32} 32}
33table.list tr:hover { 33table.list tr:hover {
34 background: #eeb; 34 background: #eeb;
35} 35}
36table.list tr.nohover:hover {
37 background: white;
38}
36table.list th { 39table.list th {
37 font-weight: normal; 40 font-weight: normal;
38 background: #ddd; 41 background: #ddd;
42 border-top: solid 1px #aaa;
39 border-bottom: solid 1px #aaa; 43 border-bottom: solid 1px #aaa;
40 padding: 0.1em 0.5em 0.1em 0.5em; 44 padding: 0.1em 0.5em 0.1em 0.5em;
41 vertical-align: baseline; 45 vertical-align: baseline;
42} 46}
43table.list td { 47table.list td {
44 border: none; 48 border: none;
45 padding: 0.1em 0.5em 0.1em 0.5em; 49 padding: 0.1em 0.5em 0.1em 0.5em;
46} 50}
47img { 51img {
48 border: none; 52 border: none;
49} 53}
50 54
51 55
52div#header { 56div#header {
53 background-color: #ddd; 57 background-color: #ddd;
54 padding: 0.25em 0.25em 0.25em 0.5em; 58 padding: 0.25em 0.25em 0.25em 0.5em;
55 font-size: 150%; 59 font-size: 150%;
56 font-weight: bold; 60 font-weight: bold;
57 border: solid 1px #aaa; 61 border: solid 1px #aaa;
58 vertical-align: middle; 62 vertical-align: middle;
59 margin-bottom: 2em; 63 margin-bottom: 2em;
60} 64}
61div#header img#logo { 65div#header img#logo {
62 float: right; 66 float: right;
63} 67}
64 68
65div#header input { 69div#header input {
66 float: right; 70 float: right;
67 margin: 0.25em 1em; 71 margin: 0.25em 1em;
68} 72}
69div#header a { 73div#header a {
70 color: black; 74 color: black;
71} 75}
72 76
73div#content { 77div#content {
74 margin: 0.5em 0.5em; 78 margin: 0.5em 0.5em;
75} 79}
76 80
77div#blob { 81div#blob {
78 border: solid 1px black; 82 border: solid 1px black;
79} 83}
80 84
81div.error { 85div.error {
82 color: red; 86 color: red;
83 font-weight: bold; 87 font-weight: bold;
84 margin: 1em 2em; 88 margin: 1em 2em;
85} 89}
86div.ls-blob, div.ls-dir { 90div.ls-blob, div.ls-dir {
87 font-family: monospace; 91 font-family: monospace;
88} 92}
89div.ls-dir a { 93div.ls-dir a {
90 font-weight: bold; 94 font-weight: bold;
91} 95}
92th.filesize, td.filesize { 96th.filesize, td.filesize {
93 text-align: right; 97 text-align: right;
94} 98}
95td.filesize { 99td.filesize {
96 font-family: monospace; 100 font-family: monospace;
97} 101}
98td.filemode { 102td.filemode {
99 font-family: monospace; 103 font-family: monospace;
100} 104}
101 105
102td.blob { 106td.blob {
103 white-space: pre; 107 white-space: pre;
104 font-family: monospace; 108 font-family: monospace;
105 background-color: white; 109 background-color: white;
106} 110}
107 111
108table.nowrap td { 112table.nowrap td {
109 white-space: nowrap; 113 white-space: nowrap;
110} 114}
111 115
112table.commit-info { 116table.commit-info {
113 border-collapse: collapse; 117 border-collapse: collapse;
114 margin-top: 1.5em; 118 margin-top: 1.5em;
115} 119}
116table.commit-info th { 120table.commit-info th {
117 text-align: left; 121 text-align: left;
118 font-weight: normal; 122 font-weight: normal;
119 padding: 0.1em 1em 0.1em 0.1em; 123 padding: 0.1em 1em 0.1em 0.1em;
120} 124}
121table.commit-info td { 125table.commit-info td {
122 font-weight: normal; 126 font-weight: normal;
123 padding: 0.1em 1em 0.1em 0.1em; 127 padding: 0.1em 1em 0.1em 0.1em;
124} 128}
125div.commit-subject { 129div.commit-subject {
126 font-weight: bold; 130 font-weight: bold;
127 font-size: 125%; 131 font-size: 125%;
128 margin: 1.5em 0em 0.5em 0em; 132 margin: 1.5em 0em 0.5em 0em;
129 padding: 0em; 133 padding: 0em;
130} 134}
131div.commit-msg { 135div.commit-msg {
132 white-space: pre; 136 white-space: pre;
133 font-family: monospace; 137 font-family: monospace;
134} 138}
135table.diffstat { 139table.diffstat {
136 border-collapse: collapse; 140 border-collapse: collapse;
137 margin-top: 1.5em; 141 margin-top: 1.5em;
138} 142}
139table.diffstat th { 143table.diffstat th {
140 font-weight: normal; 144 font-weight: normal;
141 text-align: left; 145 text-align: left;
142 text-decoration: underline; 146 text-decoration: underline;
143 padding: 0.1em 1em 0.1em 0.1em; 147 padding: 0.1em 1em 0.1em 0.1em;
144 font-size: 100%; 148 font-size: 100%;
145} 149}
146table.diffstat td { 150table.diffstat td {
147 padding: 0.1em 1em 0.1em 0.1em; 151 padding: 0.1em 1em 0.1em 0.1em;
148 font-size: 100%; 152 font-size: 100%;
149} 153}
150table.diffstat td span.modechange { 154table.diffstat td span.modechange {
151 padding-left: 1em; 155 padding-left: 1em;
152 color: red; 156 color: red;
153} 157}
154table.diffstat td.add a { 158table.diffstat td.add a {
155 color: green; 159 color: green;
156} 160}
157table.diffstat td.del a { 161table.diffstat td.del a {
158 color: red; 162 color: red;
159} 163}
160table.diffstat td.upd a { 164table.diffstat td.upd a {
161 color: blue; 165 color: blue;
162} 166}
163table.diffstat td.summary { 167table.diffstat td.summary {
164 /* border-top: solid 1px black; */ 168 /* border-top: solid 1px black; */
165 color: #888; 169 color: #888;
166 padding-top: 0.5em; 170 padding-top: 0.5em;
167} 171}
168 172
169table.diff td { 173table.diff td {
170 border: solid 1px black; 174 border: solid 1px black;
171 font-family: monospace; 175 font-family: monospace;
172 white-space: pre; 176 white-space: pre;
173} 177}
174 178
175table.diff td div.hunk { 179table.diff td div.hunk {
176 background: #ccc; 180 background: #ccc;
177} 181}
178 182
179table.diff td div.add { 183table.diff td div.add {
180 color: green; 184 color: green;
181} 185}
182 186
183table.diff td div.del { 187table.diff td div.del {
184 color: red; 188 color: red;
185} 189}
186 190
187.sha1 { 191.sha1 {
188 font-family: courier; 192 font-family: courier;
189 font-size: 90%; 193 font-size: 90%;
190} 194}
191.left { 195.left {
192 text-align: left; 196 text-align: left;
193} 197}
194.right { 198.right {
195 text-align: right; 199 text-align: right;
196} 200}