##// END OF EJS Templates
gitweb: add a margin for help text container
av6 -
r26152:93258d53 default
parent child Browse files
Show More
@@ -1,196 +1,200 b''
1 1 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
2 2 a { color:#0000cc; }
3 3 a:hover, a:visited, a:active { color:#880000; }
4 4 div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
5 5 div.page_header a:visited { color:#0000cc; }
6 6 div.page_header a:hover { color:#880000; }
7 7 div.page_nav { padding:8px; }
8 8 div.page_nav a:visited { color:#0000cc; }
9 9 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
10 10 div.page_footer { padding:4px 8px; background-color: #d9d8d1; }
11 11 div.page_footer_text { float:left; color:#555555; font-style:italic; }
12 12 div.page_body { padding:8px; }
13 13 div.title, a.title {
14 14 display:block; padding:6px 8px;
15 15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;
16 16 }
17 17 a.title:hover { background-color: #d9d8d1; }
18 18 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
19 19 div.log_body { padding:8px 8px 8px 150px; }
20 20 .age { white-space:nowrap; }
21 21 span.age { position:relative; float:left; width:142px; font-style:italic; }
22 22 div.log_link {
23 23 padding:0px 8px;
24 24 font-size:10px; font-family:sans-serif; font-style:normal;
25 25 position:relative; float:left; width:136px;
26 26 }
27 27 div.list_head { padding:6px 8px 4px; border:solid #d9d8d1; border-width:1px 0px 0px; font-style:italic; }
28 28 a.list { text-decoration:none; color:#000000; }
29 29 a.list:hover { text-decoration:underline; color:#880000; }
30 30 table { padding:8px 4px; }
31 31 th { padding:2px 5px; font-size:12px; text-align:left; }
32 32 tr.light:hover, .parity0:hover { background-color:#edece6; }
33 33 tr.dark, .parity1 { background-color:#f6f6f0; }
34 34 tr.dark:hover, .parity1:hover { background-color:#edece6; }
35 35 td { padding:2px 5px; font-size:12px; vertical-align:top; }
36 36 td.closed { background-color: #99f; }
37 37 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
38 38 td.indexlinks { white-space: nowrap; }
39 39 td.indexlinks a {
40 40 padding: 2px 5px; line-height: 10px;
41 41 border: 1px solid;
42 42 color: #ffffff; background-color: #7777bb;
43 43 border-color: #aaaadd #333366 #333366 #aaaadd;
44 44 font-weight: bold; text-align: center; text-decoration: none;
45 45 font-size: 10px;
46 46 }
47 47 td.indexlinks a:hover { background-color: #6666aa; }
48 48 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
49 49 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
50 50 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
51 51 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
52 52 .linenr { color:#999999; text-decoration:none }
53 53 div.rss_logo { float: right; white-space: nowrap; }
54 54 div.rss_logo a {
55 55 padding:3px 6px; line-height:10px;
56 56 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
57 57 color:#ffffff; background-color:#ff6600;
58 58 font-weight:bold; font-family:sans-serif; font-size:10px;
59 59 text-align:center; text-decoration:none;
60 60 }
61 61 div.rss_logo a:hover { background-color:#ee5500; }
62 62 pre { margin: 0; }
63 63 span.logtags span {
64 64 padding: 0px 4px;
65 65 font-size: 10px;
66 66 font-weight: normal;
67 67 border: 1px solid;
68 68 background-color: #ffaaff;
69 69 border-color: #ffccff #ff00ee #ff00ee #ffccff;
70 70 }
71 71 span.logtags span.tagtag {
72 72 background-color: #ffffaa;
73 73 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
74 74 }
75 75 span.logtags span.branchtag {
76 76 background-color: #aaffaa;
77 77 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
78 78 }
79 79 span.logtags span.inbranchtag {
80 80 background-color: #d5dde6;
81 81 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
82 82 }
83 83 span.logtags span.bookmarktag {
84 84 background-color: #afdffa;
85 85 border-color: #ccecff #46ace6 #46ace6 #ccecff;
86 86 }
87 87 span.difflineplus { color:#008800; }
88 88 span.difflineminus { color:#cc0000; }
89 89 span.difflineat { color:#990099; }
90 90
91 91 /* Graph */
92 92 div#wrapper {
93 93 position: relative;
94 94 margin: 0;
95 95 padding: 0;
96 96 margin-top: 3px;
97 97 }
98 98
99 99 canvas {
100 100 position: absolute;
101 101 z-index: 5;
102 102 top: -0.9em;
103 103 margin: 0;
104 104 }
105 105
106 106 ul#nodebgs {
107 107 list-style: none inside none;
108 108 padding: 0;
109 109 margin: 0;
110 110 top: -0.7em;
111 111 }
112 112
113 113 ul#graphnodes li, ul#nodebgs li {
114 114 height: 39px;
115 115 }
116 116
117 117 ul#graphnodes {
118 118 position: absolute;
119 119 z-index: 10;
120 120 top: -0.8em;
121 121 list-style: none inside none;
122 122 padding: 0;
123 123 }
124 124
125 125 ul#graphnodes li .info {
126 126 display: block;
127 127 font-size: 100%;
128 128 position: relative;
129 129 top: -3px;
130 130 font-style: italic;
131 131 }
132 132
133 133 /* Comparison */
134 134 .legend {
135 135 padding: 1.5% 0 1.5% 0;
136 136 }
137 137
138 138 .legendinfo {
139 139 border: 1px solid #d9d8d1;
140 140 font-size: 80%;
141 141 text-align: center;
142 142 padding: 0.5%;
143 143 }
144 144
145 145 .equal {
146 146 background-color: #ffffff;
147 147 }
148 148
149 149 .delete {
150 150 background-color: #faa;
151 151 color: #333;
152 152 }
153 153
154 154 .insert {
155 155 background-color: #ffa;
156 156 }
157 157
158 158 .replace {
159 159 background-color: #e8e8e8;
160 160 }
161 161
162 162 .comparison {
163 163 overflow-x: auto;
164 164 }
165 165
166 166 .header th {
167 167 text-align: center;
168 168 }
169 169
170 170 .block {
171 171 border-top: 1px solid #d9d8d1;
172 172 }
173 173
174 174 .scroll-loading {
175 175 -webkit-animation: change_color 1s linear 0s infinite alternate;
176 176 -moz-animation: change_color 1s linear 0s infinite alternate;
177 177 -o-animation: change_color 1s linear 0s infinite alternate;
178 178 animation: change_color 1s linear 0s infinite alternate;
179 179 }
180 180
181 181 @-webkit-keyframes change_color {
182 182 from { background-color: #A0CEFF; } to { }
183 183 }
184 184 @-moz-keyframes change_color {
185 185 from { background-color: #A0CEFF; } to { }
186 186 }
187 187 @-o-keyframes change_color {
188 188 from { background-color: #A0CEFF; } to { }
189 189 }
190 190 @keyframes change_color {
191 191 from { background-color: #A0CEFF; } to { }
192 192 }
193 193
194 194 .scroll-loading-error {
195 195 background-color: #FFCCCC !important;
196 196 }
197
198 #doc {
199 margin: 0 8px;
200 }
General Comments 0
You need to be logged in to leave comments. Login now