Refactor committags support, fix BUG(868) properly
[git/jnareb-git.git] / gitweb-style.css
blobfc6ed548485dfa13acd89e1193a5e550e845503a
1 body {
2 font-family: sans-serif;
3 font-size: 12px;
4 border:solid #d9d8d1;
5 border-width: 1px;
6 margin: 10px;
7 background-color:#ffffff;
8 color:#000000;
11 a {
12 color:#0000cc;
15 a:hover, a:visited, a:active {
16 color:#880000;
19 div.page_header {
20 height: 25px;
21 padding: 8px;
22 font-size: 18px;
23 font-weight: bold;
24 background-color:#d9d8d1;
27 div.page_header a:visited, a.header {
28 color:#0000cc;
31 div.page_header a:hover {
32 color:#880000;
35 div.page_nav {
36 padding:8px;
39 div.page_nav a:visited {
40 color:#0000cc;
43 div.page_path {
44 padding: 8px;
45 border: solid #d9d8d1;
46 border-width: 0px 0px 1px;
49 div.page_footer {
50 height: 17px;
51 padding: 4px 8px;
52 background-color: #d9d8d1;
55 div.page_footer_text {
56 float: left;
57 color: #555555;
58 font-style: italic;
61 div.page_body {
62 padding: 8px;
65 div.title, a.title {
66 display: block;
67 padding: 6px 8px;
68 font-weight: bold;
69 background-color: #edece6;
70 text-decoration: none;
71 color: #000000;
74 a.title_cdiff {
75 font-weight: bold;
76 background-color: #edece6;
77 text-decoration: none;
78 color: #000000;
81 a.title:hover, a.title_cdiff:hover {
82 background-color: #d9d8d1;
85 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
87 div.log_body { padding:8px 8px 8px 150px; }
89 span.age { position:relative; float:left; width:142px; font-style:italic; }
91 div.log_link {
93 padding:0px 8px;
95 font-size:10px; font-family:sans-serif; font-style:normal;
96 position:relative; float:left; width:136px;
99 div.list_head {
100 padding: 6px 8px 4px;
101 border: solid #d9d8d1;
102 border-width: 1px 0px 0px;
103 font-style: italic;
106 a.list {
107 text-decoration: none;
108 color: #000000;
111 a.list:hover {
112 text-decoration: underline;
113 color: #880000;
116 a.text {
117 text-decoration: none;
118 color: #0000cc;
121 a.text:visited {
122 text-decoration: none;
123 color: #880000;
126 a.text:hover {
127 text-decoration: underline;
128 color: #880000;
131 table {
132 padding: 8px 4px;
135 th {
136 padding: 2px 5px;
137 font-size: 12px;
138 text-align: left;
141 tr.light:hover {
142 background-color: #edece6;
145 tr.dark {
146 background-color: #f6f6f0;
149 tr.dark:hover {
150 background-color: #edece6;
154 td {
155 padding: 2px 5px;
156 font-size: 12px;
157 vertical-align:top;
160 td.link {
161 padding: 2px 5px;
162 font-family: sans-serif;
163 font-size: 10px;
166 div.pre {
167 font-family: monospace;
168 font-size: 12px;
169 white-space: pre;
170 padding-left: 5px;
173 div.diff_info {
174 font-family: monospace;
175 color: #000099;
176 background-color: #edece6;
177 font-style: italic;
180 div.index_include {
181 border: solid #d9d8d1;
182 border-width: 0px 0px 1px;
183 padding: 12px 8px;
186 div.search {
187 margin: 4px 8px;
188 position: absolute;
189 top: 56px;
190 right: 12px
193 a.linenr {
194 color: #999999;
195 text-decoration: none
198 a.rss_logo {
199 float: right;
200 padding: 3px 0px;
201 width: 35px;
202 line-height: 10px;
203 border: 1px solid;
204 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
205 color: #ffffff;
206 background-color: #ff6600;
207 font-weight: bold;
208 font-family: sans-serif;
209 font-size: 10px;
210 text-align: center;
211 text-decoration: none;
214 a.rss_logo:hover {
215 background-color: #ee5500;
218 span.tag {
219 padding: 0px 4px;
220 font-size: 10px;
221 font-weight: normal;
222 background-color: #ffffaa;
223 border: 1px solid;
224 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
227 .num {
228 color: #2928ff;
231 .esc {
232 color: #ff00ff;
235 .str {
236 color: #ff0000;
239 .dstr {
240 color: #818100;
243 .slc {
244 color: #838183;
245 font-style: italic;
248 .com {
249 color: #838183;
250 font-style: italic;
253 .dir {
254 color: #008200;
257 .sym {
258 color: #000000;
261 .line {
262 color: #555555;
265 .kwa {
266 color: #000000;
267 font-weight: bold;
270 .kwb {
271 color: #830000;
274 .kwc {
275 color: #000000;
276 font-weight: bold;