Mercurial > hg-stable
annotate mercurial/templates/static/style-monoblue.css @ 26363:f29ee23bf361
gitweb, monoblue: port highlighting linked lines from paper
This is adapted from 41c4bdd1d585, fbfe5748ef3e and f3393d458bf5.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 25 Sep 2015 12:38:20 +0800 |
parents | 3bfc473f4d33 |
children | 721274cef774 |
rev | line source |
---|---|
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
1 /*** Initial Settings ***/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
2 * { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
3 margin: 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
4 padding: 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
5 font-weight: normal; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
6 font-style: normal; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
7 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
8 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
9 html { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
10 font-size: 100%; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
11 font-family: sans-serif; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
12 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
13 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
14 body { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
15 font-size: 77%; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
16 margin: 15px 50px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
17 background: #4B4B4C; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
18 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
19 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
20 a { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
21 color:#0000cc; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
22 text-decoration: none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
23 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
24 /*** end of Initial Settings ***/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
25 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
26 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
27 /** common settings **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
28 div#container { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
29 background: #FFFFFF; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
30 position: relative; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
31 color: #666; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
32 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
33 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
34 div.page-header { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
35 padding: 50px 20px 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
36 background: #006699 top left repeat-x; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
37 position: relative; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
38 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
39 div.page-header h1 { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
40 margin: 10px 0 30px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
41 font-size: 1.8em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
42 font-weight: bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
43 font-family: osaka,'MS P Gothic', Georgia, serif; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
44 letter-spacing: 1px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
45 color: #DDD; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
46 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
47 div.page-header h1 a { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
48 font-weight: bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
49 color: #FFF; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
50 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
51 div.page-header a { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
52 text-decoration: none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
53 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
54 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
55 div.page-header form { |
25230
af023b09ba52
hgweb: remove artificial width constraint from header in monoblue
Anton Shestakov <engored@ya.ru>
parents:
23744
diff
changeset
|
56 float: right; |
af023b09ba52
hgweb: remove artificial width constraint from header in monoblue
Anton Shestakov <engored@ya.ru>
parents:
23744
diff
changeset
|
57 margin-top: -2px; |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
58 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
59 div.page-header form label { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
60 color: #DDD; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
61 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
62 div.page-header form input { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
63 padding: 2px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
64 border: solid 1px #DDD; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
65 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
66 div.page-header form dl { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
67 overflow: hidden; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
68 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
69 div.page-header form dl dt { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
70 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
71 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
72 div.page-header form dl dt, |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
73 div.page-header form dl dd { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
74 margin: 0 0 0 5px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
75 float: left; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
76 height: 24px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
77 line-height: 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
78 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
79 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
80 ul.page-nav { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
81 margin: 10px 0 0 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
82 list-style-type: none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
83 overflow: hidden; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
84 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
85 ul.page-nav li { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
86 margin: 0 2px 0 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
87 float: left; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
88 width: 80px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
89 height: 24px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
90 font-size: 1.1em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
91 line-height: 24px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
92 text-align: center; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
93 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
94 ul.page-nav li.current { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
95 background: #FFF; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
96 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
97 ul.page-nav li a { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
98 height: 24px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
99 color: #666; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
100 background: #DDD; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
101 display: block; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
102 text-decoration: none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
103 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
104 ul.page-nav li a:hover { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
105 color:#333; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
106 background: #FFF; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
107 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
108 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
109 ul.submenu { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
110 margin: 10px 0 -10px 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
111 list-style-type: none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
112 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
113 ul.submenu li { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
114 margin: 0 10px 0 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
115 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
116 display: inline; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
117 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
118 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
119 h2 { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
120 margin: 20px 0 10px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
121 height: 30px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
122 line-height: 30px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
123 text-indent: 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
124 background: #FFF; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
125 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
126 border-top: dotted 1px #D5E1E6; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
127 font-weight: bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
128 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
129 h2.no-link { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
130 color:#006699; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
131 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
132 h2.no-border { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
133 color: #FFF; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
134 background: #006699; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
135 border: 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
136 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
137 h2 a { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
138 font-weight:bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
139 color:#006699; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
140 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
141 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
142 div.page-path { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
143 text-align: right; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
144 padding: 20px 30px 10px 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
145 border:solid #d9d8d1; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
146 border-width:0px 0px 1px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
147 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
148 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
149 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
150 div.page-footer { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
151 margin: 50px 0 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
152 position: relative; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
153 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
154 div.page-footer p { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
155 position: relative; |
25747
5a15236f142a
monoblue: use padding instead of position for text in footer
Anton Shestakov <av6@dwimlabs.net>
parents:
25230
diff
changeset
|
156 padding-left: 20px; |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
157 bottom: 5px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
158 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
159 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
160 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
161 ul.rss-logo { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
162 position: absolute; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
163 top: -10px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
164 right: 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
165 height: 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
166 list-style-type: none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
167 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
168 ul.rss-logo li { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
169 display: inline; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
170 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
171 ul.rss-logo li a { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
172 padding: 3px 6px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
173 line-height: 10px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
174 border:1px solid; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
175 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
176 color:#ffffff; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
177 background-color:#ff6600; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
178 font-weight:bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
179 font-family:sans-serif; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
180 font-size:10px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
181 text-align:center; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
182 text-decoration:none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
183 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
184 div.rss-logo li a:hover { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
185 background-color:#ee5500; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
186 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
187 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
188 p.normal { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
189 margin: 20px 0 20px 30px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
190 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
191 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
192 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
193 table { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
194 margin: 10px 0 0 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
195 width: 95%; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
196 border-collapse: collapse; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
197 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
198 table tr td { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
199 font-size: 1.1em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
200 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
201 table tr td.nowrap { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
202 white-space: nowrap; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
203 } |
19023
86531a7038ed
codingstyle: remove trailing spaces in various text files
Mads Kiilerich <madski@unity3d.com>
parents:
18258
diff
changeset
|
204 table tr td.closed { |
86531a7038ed
codingstyle: remove trailing spaces in various text files
Mads Kiilerich <madski@unity3d.com>
parents:
18258
diff
changeset
|
205 background-color: #99f; |
12353
0c2c969e032b
hgweb: be consistent with the background highlighting on closed branches (Issue2386)
Ryan Phillips <ryan@trolocsis.com>
parents:
9999
diff
changeset
|
206 } |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
207 /* |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
208 table tr.parity0:hover, |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
209 table tr.parity1:hover { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
210 background: #D5E1E6; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
211 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
212 */ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
213 table tr.parity0 { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
214 background: #F1F6F7; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
215 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
216 table tr.parity1 { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
217 background: #FFFFFF; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
218 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
219 table tr td { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
220 padding: 5px 5px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
221 } |
8162
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
222 table.annotated tr td { |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
223 padding: 0px 5px; |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
224 } |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
225 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
226 span.logtags span { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
227 padding: 2px 6px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
228 font-weight: normal; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
229 font-size: 11px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
230 border: 1px solid; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
231 background-color: #ffaaff; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
232 border-color: #ffccff #ff00ee #ff00ee #ffccff; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
233 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
234 span.logtags span.tagtag { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
235 background-color: #ffffaa; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
236 border-color: #ffffcc #ffee00 #ffee00 #ffffcc; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
237 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
238 span.logtags span.branchtag { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
239 background-color: #aaffaa; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
240 border-color: #ccffcc #00cc33 #00cc33 #ccffcc; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
241 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
242 span.logtags span.inbranchtag { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
243 background-color: #d5dde6; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
244 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
245 } |
13794
5c18a0bca26f
hgweb: add bookmark labels to monoblue theme (based on 270f57d35525)
Yuya Nishihara <yuya@tcha.org>
parents:
12666
diff
changeset
|
246 span.logtags span.bookmarktag { |
5c18a0bca26f
hgweb: add bookmark labels to monoblue theme (based on 270f57d35525)
Yuya Nishihara <yuya@tcha.org>
parents:
12666
diff
changeset
|
247 background-color: #afdffa; |
5c18a0bca26f
hgweb: add bookmark labels to monoblue theme (based on 270f57d35525)
Yuya Nishihara <yuya@tcha.org>
parents:
12666
diff
changeset
|
248 border-color: #ccecff #46ace6 #46ace6 #ccecff; |
5c18a0bca26f
hgweb: add bookmark labels to monoblue theme (based on 270f57d35525)
Yuya Nishihara <yuya@tcha.org>
parents:
12666
diff
changeset
|
249 } |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
250 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
251 div.diff pre { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
252 margin: 10px 0 0 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
253 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
254 div.diff pre span { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
255 font-family: monospace; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
256 white-space: pre; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
257 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
258 } |
26314
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
259 div.diffblocks { counter-reset: lineno; } |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
260 div.diffblock { counter-increment: lineno; } |
23744
d1933c2e3c8c
templates: use CSS classes for diff styling
Gregory Szorc <gregory.szorc@gmail.com>
parents:
20255
diff
changeset
|
261 span.difflineplus { color:#008800; } |
d1933c2e3c8c
templates: use CSS classes for diff styling
Gregory Szorc <gregory.szorc@gmail.com>
parents:
20255
diff
changeset
|
262 span.difflineminus { color:#cc0000; } |
d1933c2e3c8c
templates: use CSS classes for diff styling
Gregory Szorc <gregory.szorc@gmail.com>
parents:
20255
diff
changeset
|
263 span.difflineat { color:#990099; } |
d1933c2e3c8c
templates: use CSS classes for diff styling
Gregory Szorc <gregory.szorc@gmail.com>
parents:
20255
diff
changeset
|
264 |
26314
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
265 pre.sourcelines { position: relative; counter-reset: lineno; } |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
266 pre.sourcelines > span { |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
267 display: inline-block; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
268 box-sizing: border-box; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
269 width: 100%; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
270 padding: 0 0 0 5em; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
271 font-size: 1.2em; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
272 counter-increment: lineno; |
26362
3bfc473f4d33
gitweb, monoblue: fix vertical align of spans in .sourcelines
Anton Shestakov <av6@dwimlabs.net>
parents:
26314
diff
changeset
|
273 vertical-align: top; |
26314
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
274 } |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
275 div.source > pre.sourcelines > span { |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
276 padding: 1px 1px 1px 5em; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
277 } |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
278 pre.sourcelines > span:before { |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
279 -moz-user-select: -moz-none; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
280 -khtml-user-select: none; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
281 -webkit-user-select: none; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
282 -ms-user-select: none; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
283 user-select: none; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
284 display: inline-block; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
285 margin-left: -5em; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
286 width: 4em; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
287 color: #999; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
288 text-align: right; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
289 content: counters(lineno,"."); |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
290 float: left; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
291 } |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
292 pre.sourcelines > a { |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
293 display: inline-block; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
294 position: absolute; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
295 left: 0px; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
296 width: 4em; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
297 height: 1em; |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
298 } |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
299 pre.sourcelines.stripes > :nth-child(4n+1) { background-color: #F1F6F7; } |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
300 pre.sourcelines.stripes > :nth-child(4n+3) { background-color: #FFFFFF; } |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
301 pre.sourcelines.stripes > :nth-child(4n+1):hover, |
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
302 pre.sourcelines.stripes > :nth-child(4n+3):hover { background-color: #D5E1E6; } |
26363
f29ee23bf361
gitweb, monoblue: port highlighting linked lines from paper
Anton Shestakov <av6@dwimlabs.net>
parents:
26362
diff
changeset
|
303 tr:target td, |
f29ee23bf361
gitweb, monoblue: port highlighting linked lines from paper
Anton Shestakov <av6@dwimlabs.net>
parents:
26362
diff
changeset
|
304 pre.sourcelines > span:target, |
f29ee23bf361
gitweb, monoblue: port highlighting linked lines from paper
Anton Shestakov <av6@dwimlabs.net>
parents:
26362
diff
changeset
|
305 pre.sourcelines.stripes > span:target { |
f29ee23bf361
gitweb, monoblue: port highlighting linked lines from paper
Anton Shestakov <av6@dwimlabs.net>
parents:
26362
diff
changeset
|
306 background-color: #bfdfff; |
f29ee23bf361
gitweb, monoblue: port highlighting linked lines from paper
Anton Shestakov <av6@dwimlabs.net>
parents:
26362
diff
changeset
|
307 } |
26314
119202d4d7a4
monoblue: port code selection without line numbers from gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
26153
diff
changeset
|
308 |
8162
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
309 td.source { |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
310 white-space: pre; |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
311 margin: 10px 30px 0; |
8162
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
312 font-size: 1.2em; |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
313 font-family: monospace; |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
314 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
315 .linenr { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
316 color: #999; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
317 text-align: right; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
318 } |
8162
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
319 .lineno { |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
320 text-align: right; |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
321 } |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
322 .lineno a { |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
323 color: #999; |
6f14253416bd
monoblue: Fix indentation and other styling in the annotation view.
Augie Fackler <durin42@gmail.com>
parents:
7205
diff
changeset
|
324 } |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
325 td.linenr { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
326 width: 60px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
327 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
328 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
329 div#powered-by { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
330 position: absolute; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
331 width: 75px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
332 top: 15px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
333 right: 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
334 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
335 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
336 div#powered-by a { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
337 color: #EEE; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
338 text-decoration: none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
339 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
340 div#powered-by a:hover { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
341 text-decoration: underline; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
342 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
343 /** end of common settings **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
344 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
345 /** summary **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
346 dl.overview { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
347 margin: 0 0 0 30px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
348 font-size: 1.1em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
349 overflow: hidden; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
350 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
351 dl.overview dt, |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
352 dl.overview dd { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
353 margin: 5px 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
354 float: left; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
355 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
356 dl.overview dt { |
7203
e9a44a8e0ddc
theme/monoblue: do not use a fixed width for the overview box
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7112
diff
changeset
|
357 clear: left; |
7112
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
358 font-weight: bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
359 width: 150px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
360 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
361 /** end of summary **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
362 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
363 /** chagelog **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
364 h3.changelog { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
365 margin: 20px 0 5px 30px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
366 padding: 0 0 2px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
367 font-size: 1.4em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
368 border-bottom: dotted 1px #D5E1E6; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
369 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
370 ul.changelog-entry { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
371 margin: 0 0 10px 30px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
372 list-style-type: none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
373 position: relative; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
374 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
375 ul.changelog-entry li span.revdate { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
376 font-size: 1.1em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
377 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
378 ul.changelog-entry li.age { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
379 position: absolute; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
380 top: -25px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
381 right: 10px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
382 font-size: 1.4em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
383 color: #CCC; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
384 font-weight: bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
385 font-style: italic; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
386 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
387 ul.changelog-entry li span.name { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
388 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
389 font-weight: bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
390 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
391 ul.changelog-entry li.description { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
392 margin: 10px 0 0; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
393 font-size: 1.1em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
394 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
395 /** end of changelog **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
396 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
397 /** file **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
398 p.files { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
399 margin: 0 0 0 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
400 font-size: 2.0em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
401 font-weight: bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
402 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
403 /** end of file **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
404 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
405 /** changeset **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
406 h3.changeset { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
407 margin: 20px 0 5px 20px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
408 padding: 0 0 2px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
409 font-size: 1.6em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
410 border-bottom: dotted 1px #D5E1E6; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
411 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
412 p.changeset-age { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
413 position: relative; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
414 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
415 p.changeset-age span { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
416 position: absolute; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
417 top: -25px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
418 right: 10px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
419 font-size: 1.4em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
420 color: #CCC; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
421 font-weight: bold; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
422 font-style: italic; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
423 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
424 p.description { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
425 margin: 10px 30px 0 30px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
426 padding: 10px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
427 border: solid 1px #CCC; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
428 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
429 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
430 /** end of changeset **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
431 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
432 /** canvas **/ |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
433 div#wrapper { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
434 position: relative; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
435 font-size: 1.2em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
436 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
437 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
438 canvas { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
439 position: absolute; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
440 z-index: 5; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
441 top: -0.7em; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
442 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
443 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
444 ul#nodebgs li.parity0 { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
445 background: #F1F6F7; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
446 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
447 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
448 ul#nodebgs li.parity1 { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
449 background: #FFFFFF; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
450 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
451 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
452 ul#graphnodes { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
453 position: absolute; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
454 z-index: 10; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
455 top: 7px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
456 list-style: none inside none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
457 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
458 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
459 ul#nodebgs { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
460 list-style: none inside none; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
461 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
462 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
463 ul#graphnodes li, ul#nodebgs li { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
464 height: 39px; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
465 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
466 |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
467 ul#graphnodes li .info { |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
468 display: block; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
469 position: relative; |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
470 } |
c9b88695d894
[PATCH 2 of 2] Re: created hgweb theme - monoblue
"Hiroshi Funai" <hfunai@gmail.com>
parents:
diff
changeset
|
471 /** end of canvas **/ |
17202
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
472 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
473 /** comparison **/ |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
474 .legend { |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
475 margin-left: 20px; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
476 padding: 1.5% 0 1.5% 0; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
477 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
478 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
479 .legendinfo { |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
480 border: 1px solid #999; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
481 font-size: 80%; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
482 text-align: center; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
483 padding: 0.5%; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
484 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
485 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
486 .equal { |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
487 background-color: #ffffff; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
488 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
489 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
490 .delete { |
17243
106cdea0183d
hgweb: improve colors for comparison page
Matt Mackall <mpm@selenic.com>
parents:
17202
diff
changeset
|
491 background-color: #faa; |
106cdea0183d
hgweb: improve colors for comparison page
Matt Mackall <mpm@selenic.com>
parents:
17202
diff
changeset
|
492 color: #333; |
17202
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
493 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
494 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
495 .insert { |
17243
106cdea0183d
hgweb: improve colors for comparison page
Matt Mackall <mpm@selenic.com>
parents:
17202
diff
changeset
|
496 background-color: #ffa; |
17202
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
497 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
498 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
499 .replace { |
17243
106cdea0183d
hgweb: improve colors for comparison page
Matt Mackall <mpm@selenic.com>
parents:
17202
diff
changeset
|
500 background-color: #e8e8e8; |
17202
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
501 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
502 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
503 .comparison { |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
504 overflow-x: auto; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
505 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
506 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
507 .comparison table td { |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
508 padding: 0px 5px; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
509 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
510 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
511 .header th { |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
512 font-weight: bold; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
513 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
514 |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
515 .block { |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
516 border-top: 1px solid #999; |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
517 } |
1ae119269ddc
hgweb: side-by-side comparison functionality
wujek srujek
parents:
13794
diff
changeset
|
518 /** end of comparison **/ |
18258
bebb05a7e249
hgweb: add a "URL breadcrumb" to the index and repository pages
Angel Ezquerra <angel.ezquerra at gmail.com>
parents:
17243
diff
changeset
|
519 |
bebb05a7e249
hgweb: add a "URL breadcrumb" to the index and repository pages
Angel Ezquerra <angel.ezquerra at gmail.com>
parents:
17243
diff
changeset
|
520 .breadcrumb a:hover { |
bebb05a7e249
hgweb: add a "URL breadcrumb" to the index and repository pages
Angel Ezquerra <angel.ezquerra at gmail.com>
parents:
17243
diff
changeset
|
521 text-decoration:underline; |
bebb05a7e249
hgweb: add a "URL breadcrumb" to the index and repository pages
Angel Ezquerra <angel.ezquerra at gmail.com>
parents:
17243
diff
changeset
|
522 } |
20255
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
523 |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
524 .scroll-loading { |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
525 -webkit-animation: change_color 1s linear 0s infinite alternate; |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
526 -moz-animation: change_color 1s linear 0s infinite alternate; |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
527 -o-animation: change_color 1s linear 0s infinite alternate; |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
528 animation: change_color 1s linear 0s infinite alternate; |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
529 } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
530 |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
531 @-webkit-keyframes change_color { |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
532 from { background-color: #A0CEFF; } to { } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
533 } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
534 @-moz-keyframes change_color { |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
535 from { background-color: #A0CEFF; } to { } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
536 } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
537 @-o-keyframes change_color { |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
538 from { background-color: #A0CEFF; } to { } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
539 } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
540 @keyframes change_color { |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
541 from { background-color: #A0CEFF; } to { } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
542 } |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
543 |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
544 .scroll-loading-error { |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
545 background-color: #FFCCCC !important; |
b1d65cb8c759
hgweb: infinite scroll support for monoblue style
Takumi IINO <trot.thunder@gmail.com>
parents:
19023
diff
changeset
|
546 } |
26153
8aa6fb6de161
monoblue: add a margin for help text container
Anton Shestakov <av6@dwimlabs.net>
parents:
26022
diff
changeset
|
547 |
8aa6fb6de161
monoblue: add a margin for help text container
Anton Shestakov <av6@dwimlabs.net>
parents:
26022
diff
changeset
|
548 #doc { |
8aa6fb6de161
monoblue: add a margin for help text container
Anton Shestakov <av6@dwimlabs.net>
parents:
26022
diff
changeset
|
549 margin: 0 30px; |
8aa6fb6de161
monoblue: add a margin for help text container
Anton Shestakov <av6@dwimlabs.net>
parents:
26022
diff
changeset
|
550 } |