Rev 185 Rev 4988
Line -... Line 1...
-   1 /* @group General Styles */
-   2  
1 body 3 body {
-   4 margin: 0;
-   5 font-family: Verdana, Helvetica, Arial, sans-serif;
-   6 font-size: 10pt;
-   7 color: black;
-   8 background-color: white;
-   9 }
-   10 h1 {
-   11 font-size: 150%;
-   12 margin: 0;
-   13 float: left;
-   14 }
-   15 h2 {
-   16 font-size: 125%;
-   17 }
-   18 h3 {
-   19 font-size: 105%;
-   20 }
-   21 a:link, a:visited {
-   22 color: #004080;
-   23 text-decoration: none;
-   24 }
-   25 a:hover, a:active {
-   26 text-decoration: underline;
2 { 27 }
3 font-family: verdana, sans-serif; 28 thead th a:link, thead th a:visited {
4 color: black; 29 color: white;
-   30 }
-   31 a img {
-   32 border: none;
-   33 }
-   34  
-   35 table {
-   36 border-width: 0px;
-   37 border-collapse: collapse;
-   38 width: 100%;
-   39 }
-   40  
-   41 pre {
-   42 padding: 4px;
5 background-color: white 43 background-color: #eee;
-   44 border: solid 1px #ccc;
-   45 }
-   46  
-   47 code {
-   48 white-space: pre-wrap;
-   49 }
-   50  
-   51 /* Semantic sections */
-   52  
-   53 #header {
-   54 padding: 5px 0;
-   55 border-bottom: 1px solid #555;
-   56 }
-   57  
-   58 #projects, #revjump {
-   59 float: right;
-   60 }
-   61  
-   62 #revjump, #error {
-   63 clear: both;
-   64 }
-   65  
-   66 #path_links {
-   67 clear: left;
-   68 padding-top: 5px;
-   69 }
-   70 #nav {
-   71 margin: 10px 0;
-   72 }
-   73  
-   74 #content {
-   75 margin: 10px;
-   76 }
-   77 #content table {
-   78 border: 1px solid #555;
-   79 margin: 10px 0;
-   80 }
-   81 #content th, #content td {
-   82 padding: 0 3px;
-   83 }
-   84 #content thead th {
-   85 border: 1px solid #555;
-   86 font-weight: bold;
-   87 color: white;
-   88 background-color: #809cc8;
-   89 padding: 1px 4px 2px 1px;
-   90 }
-   91 #content thead th.path {
-   92 text-align: left;
-   93 width: 60%;
-   94 }
-   95 #content thead th.last_mod {
-   96 width: 25%;
-   97 }
-   98 #content thead th.view_log,
-   99 #content thead th.download,
-   100 #content thead th.rss {
-   101 width: 5%;
-   102 }
-   103  
-   104 .row0, .row1 {
-   105 border-width: 0px;
-   106 }
-   107 .row0 img, .row1 img {
-   108 padding: 0px;
-   109 margin: 0px;
-   110 vertical-align: middle;
-   111 }
-   112 .row0 {
-   113 background-color: #f0f0f0;
-   114 }
-   115 .row1 {
-   116 background-color: #e0e0e0;
-   117 }
-   118  
-   119 tr.row0 th, tr.row1 th, #content td {
-   120 font-weight: normal;
-   121 text-align: left;
-   122 vertical-align: top;
-   123 border-right: 1px solid #555;
-   124 }
-   125 tr.row0 th {
-   126 background-color: #e0e0ff
-   127 }
-   128 tr.row1 th {
-   129 background-color: #d0d0ee;
-   130 }
-   131 th.row1 {
-   132 background-color: #d0d0ee;
-   133 border-right: 1px solid #555;
-   134 }
-   135 div.clearer {
-   136 clear: both;
-   137 height: 0;
-   138 }
-   139  
-   140 #footer {
-   141 padding: 3px;
-   142 text-align: center;
-   143 font-size: 80%;
-   144 font-weight: bold;
-   145 background-color: #e5e9fe;
-   146 border: solid #555;
-   147 border-width: 1px 0;
-   148 }
-   149  
-   150 div#error, div#warning {
-   151 font-weight: bold;
-   152 display: table;
-   153 padding: 5px;
-   154 margin: 10px auto;
-   155 border: 1px solid;
-   156 }
-   157  
-   158 div#error {
-   159 border-color: #b2595a;
-   160 background-color: #ffe2e2;
-   161 }
-   162  
-   163 div#warning {
-   164 border-color: #b2ac00;
-   165 background-color: #ffd;
-   166 }
-   167  
-   168 /* @end */
-   169  
-   170 /* @group blame.tmpl */
-   171  
-   172 #blame #content table {
-   173 width: 100%;
-   174 }
-   175  
-   176 #blame #content table tbody th {
-   177 font-weight: normal;
-   178 text-align: right;
-   179 }
-   180  
-   181 #blame #content table tbody .light th {
-   182 border-right: black 1px solid;
-   183 background-color: #e0e0ff;
6 } 184 }
-   185  
-   186 #blame #content table tbody .dark th {
-   187 border-right: black 1px solid;
-   188 background-color: #d0d0ee;
7 body * 189 }
8 { 190  
-   191 div.blame-popup {
-   192 position: absolute;
9 font-size: 10pt; 193 text-align: left;
-   194 background-color: white;
-   195 border: solid 2px #809cc8;
-   196 padding: 5px;
-   197 max-width: 600px;
10 } 198 }
11 h1 -  
12 { 199  
-   200 div.blame-popup .date {
13 font-size: 150%; 201 font-weight: bold;
14 } 202 }
15 h2 203  
-   204 /* @end */
16 { 205  
-   206 /* @group compare.tmpl */
-   207  
-   208 #compare #params, #params td {
17 font-size: 125%; 209 border-width: 0;
18 } 210 }
19 hr -  
20 { 211  
21 border: 0px; 212 #compare #params td {
22 padding: 0px; 213 vertical-align: middle;
23 height: 1px; -  
24 background-color: #808080 -  
25 } 214 }
-   215  
-   216 #compare .comparison {
-   217 width: 100%;
26 a:link, a:visited 218 margin: 20px 0 10px;
27 { 219 }
-   220  
-   221 #compare .comparison tbody th {
28 color: #004080; 222 text-align: center;
29 text-decoration: none; 223 font-weight: bold;
-   224 border: 1px solid #555;
-   225 }
-   226  
-   227 #compare .comparison td {
-   228 font-family: monospace;
-   229 font-size: 90%;
-   230 white-space: pre-wrap;
-   231 }
-   232  
-   233 /* Whitespace hacks for IE 4-7 */
-   234  
-   235 * html #compare .comparison td {
-   236 white-space: pre;
30 } 237 }
31 a:hover, a:active -  
32 { 238  
-   239 *:first-child+html #compare .comparison td {
33 text-decoration: underline; 240 white-space: pre;
34 } 241 }
35 .HdrClmn, 242  
36 .HdrClmnEnd 243 /* @end */
37 { 244  
38 border: black 1px solid; 245 /* @group diff.tmpl */
-   246  
39 font-weight: bold; 247 #diff td {
40 color: white; 248 font-size: 90%;
41 background-color: #809cc8 -  
42 } 249 }
43 table -  
44 { 250  
-   251 #diff td.lineno {
45 border-width:0px; 252 text-align: right;
46 border-collapse:collapse; 253 vertical-align: top;
47 } 254 }
48 .row0, -  
49 .row1 -  
50 { 255  
51 height:22px; 256 td.diffdeleted {
52 border-width:0px; 257 background-color: #ff8888;
53 } 258 }
54 .row0 img, 259  
55 .row1 img { 260 td.diffchanged {
56 padding: 0px; -  
57 margin: 0px; -  
58 vertical-align:middle; 261 background-color: #ffff88;
59 } 262 }
60 .row0 263 td.diffchanged ins {
61 { -  
62 background-color: #f0f0f0; 264 background-color: #88ff88;
-   265 text-decoration: none;
63 } 266 }
64 .row1 267 td.diffchanged del {
65 { -  
66 background-color: #e0e0e0; 268 background-color: #ff8888;
-   269 text-decoration: none;
67 } 270 }
68   271  
69 .CatClmn0 272 td.diffadded {
70 { -  
71 border-right: black 1px solid; -  
72 background-color: #e0e0ff 273 background-color: #88ff88;
73 } 274 }
74   275  
75 .CatClmn1 276 td.diff {
76 { -  
77 border-right: black 1px solid; -  
78 background-color: #d0d0ee 277 background-color: #f0f0f0;
79 } 278 }
80   279  
81 table.outline 280 div.newpath {
82 { -  
83 border-collapse:collapse; 281 padding: 10px;
84 border: 1px black solid; 282 background-color: #d0d0ee;
85 } 283 }
86   284  
87 td.diffdeleted 285 div.difflines {
88 { -  
89 font-size: 11px; -  
90 background-color: #ff8888; -  
91 } 286 }
92   287  
93 td.diffchanged 288 #diff th.row1 {
94 { -  
95 font-size: 11px; 289 border: solid 1px #555;
96 background-color: #ffff88; -  
97 } 290 }
98   291  
99 td.diffadded 292 /* @end */
100 { 293  
101 font-size: 11px; 294 /* @group directory.tmpl */
-   295  
102 background-color: #88ff88; 296 #directory table#listing tbody tr {
-   297 height: 22px;
103 } 298 }
104   299  
105 td.diff -  
106 { -  
107 font-size: 11px; 300 #directory td.age, #directory td.date, #directory td.rev {
108 background-color: #F0F0F0; 301 border-right-width: 0;
109 } 302 }
110   303  
111 div.newpath 304 img.icon {
112 { -  
113 padding: 10px; -  
114 background-color: #d0d0ee 305 vertical-align: middle;
115 } 306 }
116   307  
117 div.difflines 308 /* @end */
118 { 309  
-   310 /* @group file.tmpl */
-   311  
-   312 #file #listing {
-   313 font-size: 90%;
-   314 border: 1px solid #999;
-   315 padding: 5px;
-   316 background-color: #f0f0f0;
119 } 317 }
120   318  
-   319 /* @end */
-   320  
-   321 /* @group index.tmpl */
-   322  
121 .plusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #D0D0D0; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; } 323 #index #content table {
-   324 margin: 0 auto;
122 .minusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #809cc8; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; } 325 }
123   326  
-   327 #index #content th {
-   328 padding: 4px;
-   329 }
-   330  
-   331 #index #content td {
-   332 padding: 0px;
-   333 vertical-align: middle;
-   334 padding-right: 6px;
-   335 border-width: 0;
-   336 text-align: right;
-   337 }
-   338  
-   339 #index #content td.project {
-   340 text-align: left;
-   341 }
-   342  
-   343 #index #content td a {
-   344 background: url(images/repo.png) no-repeat 3px 3px;
-   345 width: 100%;
-   346 display: block;
-   347 padding-top: 6px;
-   348 padding-bottom: 6px;
-   349 }
-   350  
124 .groupname { padding-left: 0px; text-indent: -25px; margin: 3px 0 3px 0;} 351 #index #content td a, #index #content td.group, #index #content tbody th {
-   352 padding-left: 32px;
-   353 text-align: left;
-   354 }
-   355  
-   356 #index #content tbody th {
-   357 background-color: #D0D0D0;
-   358 text-decoration: underline;
-   359 }
-   360  
-   361 .groupname {
-   362 font-weight: bold;
-   363 padding-left: 0px;
-   364 text-indent: 4px;
-   365 margin: 3px 0 3px 0;
-   366 }
-   367  
-   368 .switchcontent {
125 .switchcontent { margin: 3px 0 0 20px; } 369 margin: 3px 0 0 20px;
-   370 }
-   371  
-   372 /* @end */
-   373  
-   374 /* @group log.tmpl */
-   375  
-   376 #logpagelinks > * {
126 .project { padding: 2px; } 377 padding: 0 3px;
-   378 }
-   379  
-   380 #content td.changes table {
-   381 margin: 0;
-   382 }
-   383  
-   384 #content td.changes * {
-   385 border-width: 0;
-   386 }
-   387  
-   388 /* @end */
-   389  
-   390 /* @group revision.tmpl */
-   391  
-   392 #revision del {
-   393 color: #555;
-   394 text-decoration: none;
-   395 }
-   396  
-   397 #revision a.notinpath {
-   398 color: #8d0208;
-   399 }
127   400  
128 code -  
129 { -  
130 white-space: pre-wrap; -  
131 } -  
132 401 /* @end */
-   402