Attachment 'style.css'

Download

   1 html { 
   2     padding: 0;
   3     margin: 0;
   4     font-size: 90%;
   5     font-family: DejaVu Sans, Droid Sans, Verdana, sans-serif;
   6     height: 100%;
   7     background: #fff;
   8     color: #000;
   9 }
  10 body {
  11     padding: 0;
  12     margin: 0;
  13     min-height: 100%;
  14     position: relative;
  15 }
  16 * html body { height: 100%; }
  17 
  18 
  19 
  20 a img { border: none }
  21 a { color: #f60; text-decoration: none }
  22 a:visited { color: #f93; }
  23 
  24 a.interwiki, a.http, a.www,a.file, a.mailto, a.https,  a.external { color: #48f }
  25 a.interwiki:visited, a.http:visited, a.https:visited, a.file:visited, a.mailto:visited, a.www:visited, a.external:visited { color: #65f }
  26 a.nonexistent { color: #f02 }
  27 a:hover { color: #000; text-decoration: underline }
  28 
  29 
  30 li p { margin: 0 }
  31 
  32 textarea, select, input {
  33     border: 1px solid #999;
  34     vertical-align: middle;
  35     line-height: 1.2;
  36     font-size: 100%;
  37 }
  38 textarea {
  39     display: block;
  40     width: 99%;
  41 }
  42 
  43 form.search {
  44     float: right;
  45     margin: 0.5em;
  46     color: #666;
  47 }
  48 form.search p {
  49     margin: 0;
  50     font-size: 90%;
  51 }
  52 div.gotobar p {
  53     margin: 0;
  54     padding: 0.5em;
  55 }
  56 
  57 div.editbar a.edit:before {
  58     content: url(img/edit.png);
  59     vertical-align: middle;
  60     margin: 0 0.15em 0 0.5em;
  61 }
  62 
  63 div.editbar {
  64     float: right;
  65     margin: 1em 0.25em;
  66     color: #999;
  67 }
  68 div.editbar a {
  69     color: #999;
  70     font-size: 90%;
  71     margin: 0 0.25em;
  72 }
  73 div.editbar a:hover {
  74     color: #fff;
  75 }
  76 
  77 a.logo {
  78     display: block;
  79     margin: 0.25em;
  80     float: left;
  81     clear: none;
  82     font-size: 200%;
  83     text-decoration: none;
  84     color: #444;
  85     line-height: 1.2;
  86     font-family: Impact, Haettenschweiler, fantasy;
  87     letter-spacing: 0.025em;
  88 }
  89 a.logo img {
  90     vertical-align: middle;
  91     margin: 0 0.25em 0 0;
  92 }
  93 
  94 
  95 ul#username {
  96     display: block;
  97     float: right;
  98     clear: right;
  99     list-style: none;
 100     margin: 0 0.5em;
 101 }
 102 ul#username li {
 103     list-style: none;
 104     display: inline;
 105     margin: 0 0 0 1em;
 106     font-size: 90%;
 107 }
 108 
 109 
 110 ul.gotobar {
 111     margin: 0;
 112     padding: 0 0.5em;
 113     display: block;
 114     border-top: 1px solid #d60;
 115     border-bottom: 1px solid #e70;
 116     color: #eee;
 117     background: #f93;
 118     clear: both;
 119 }
 120 ul.gotobar li {
 121     display: block;
 122     float: left;
 123     margin: 0.25em 0.25em;
 124     border: 1px solid #e70;
 125 }
 126 ul.gotobar li a {
 127     letter-spacing: 0.05em;
 128     display: block;
 129     border: 1px solid #fb7;
 130     text-decoration: none;
 131     font-size: 90%;
 132     padding: 0.25em 0.75em;
 133     background: #fa4;
 134     color: #420;
 135 }
 136 ul.gotobar li.current a {
 137     background: #f93;
 138     border: 1px solid #fa3;
 139     color: #000;
 140 }
 141 ul.gotobar li.current {
 142     border: 1px solid #d60;
 143 }
 144 ul.gotobar li a:hover {
 145     color: #000;
 146     background: #fb6;
 147     border: 1px solid #fd9;
 148 }
 149 ul.gotobar li.clear {
 150     display: block;
 151     list-style: none;
 152     clear: both;
 153     float: none;
 154     visibility: hidden;
 155     margin: 0;
 156     padding: 0;
 157 }
 158 
 159 div.header h1 {
 160     color: #eee;
 161     background: #444;
 162     margin: 0;
 163     border-bottom: 1px solid #555;
 164     padding: 0.5em;
 165     font-weight: normal;
 166     font-size: 125%;
 167     border-top: 2px solid #333;
 168     letter-spacing: 0.025em;
 169 }
 170 div.header h1 a.backlink {
 171     color: #eee;
 172 }
 173 div.header h1 a.backlink:hover {
 174     color: #fff;
 175 }
 176 
 177 span.pagepath { 
 178     font-size: 80%; color: #666; 
 179     font-weight: bold;
 180 }
 181 span.pagepath a { 
 182     font-weight: normal;
 183     color: #999;
 184 }
 185 
 186 div.header {
 187     border-bottom: 1px solid #000;
 188 }
 189 
 190 
 191 div.wrapper {
 192     padding: 0.5em 1em 2em 12em;
 193     color: #444;
 194     border-top: 2px solid #ddd;
 195     position: relative;
 196 }
 197 
 198 div.content {
 199     line-height: 1.35;
 200 }
 201 
 202 div.sidebar {
 203     width: 11.5em;
 204     position: absolute;
 205     float:left;
 206     margin: 0.75em 0 0 -12.75em;
 207     font-size: 90%;
 208     line-height: 1.3;
 209     background: #feb;
 210     border: 1px solid #ea7;
 211     border-bottom: 1px solid #e83;
 212     padding: 1px;
 213     display: inline;
 214 }
 215 div.sidebar p {
 216 margin: 0;
 217 }
 218 div.wrapper div.sidebar h1, 
 219 div.wrapper div.sidebar h2, 
 220 div.wrapper div.sidebar h3 { 
 221     font-size: 100%; 
 222     margin: 0 0 0.25em 0;
 223     letter-spacing: 0.05em;
 224     font-weight: normal;
 225     color: #852;
 226     border: 1px solid #ea6;
 227     background: #fc7;
 228     padding: 0.25em 0.5em;
 229     line-height: 1.1;
 230     font-family: DejaVu Sans, Droid Sans, Verdana, sans-serif;
 231 }
 232 div.sidebar ul { 
 233     margin: 0;
 234     list-style: none;
 235     padding: 0 0 0.25em 0;
 236 }
 237 div.sidebar li {
 238     list-style: none;
 239     background: url(img/bullet.png) no-repeat 3px 3px;
 240     padding: 0 0 0 15px;
 241 }
 242 div.sidebar a { color: #000; }
 243 div.sidebar a:hover { text-decoration: underline }
 244 
 245 
 246 div.wrapper h1, h2, h3, h4, h5 {
 247     color: #fa4;
 248     font-family: Impact, Haettenschweiler, fantasy;
 249     font-weight: normal;
 250     line-height: 1.2;
 251 }
 252 div.wrapper h1 { font-size: 200%; margin: 1em 0 0.5em 0; color: #f92 }
 253 div.wrapper h2 { font-size: 200%; margin: 1em 0 0.5em 0; }
 254 div.wrapper h3 { font-size: 150%; letter-spacing: 0.025em; margin: 1.25em 0 0.75em 0; }
 255 div.wrapper h4 { font-size: 125%; letter-spacing: 0.05em; margin: 1.5em 0 1em 0; color: #fb6 }
 256 
 257 
 258 ul#pagetrail {
 259     display: block;
 260     background: #eee;
 261     border-bottom: 1px solid #fff;
 262     border-top: 3px solid #bbb;
 263     margin: 0;
 264     padding: 0;
 265 }
 266 ul#pagetrail li {
 267     display: inline;
 268     list-style: none;
 269     margin-left: 0.75em;
 270 }
 271 ul#pagetrail li a {
 272     font-size: 80%;
 273     color: #666;
 274 }
 275 
 276 
 277 div.footer {
 278     position: absolute;
 279     width: 100%;
 280     bottom: 0;
 281     left: 0;
 282     right: 0;
 283     color: #ddd;
 284     text-align: right;
 285     border-top: 1px solid #ccc;
 286     padding: 0;
 287     margin: 0;
 288 }
 289 div.footer span.time {
 290     display: block;
 291     text-align: right;
 292     color: #666;
 293     font-size: 80%;
 294     padding: 0.25em 0.5em;
 295     font-style: italic;
 296 }
 297 
 298 div#message, p.status {
 299     position: absolute;
 300     top: 0;
 301     left: 0;
 302     right: 0;
 303     background: #ffa;
 304     border-bottom: 1px solid #888;
 305     padding: 0.125em 0.5em;
 306     margin: 0;
 307     font-size: 90%;
 308     color: #000;
 309     opacity: 0.90;
 310 }
 311 
 312 div.message p { margin: 0 }
 313 
 314 #content table { border-collapse: collapse; font-size: 80%; margin: 0.5em auto; }
 315 #content th, #content td { border: 1px solid #999; padding: 0.25em;  }
 316 #content th { background: #f6f6f6;  }
 317 
 318 tt { font-size: 90%; color: #333;
 319     font-family: "DejaVu Sans Mono", "Lucida Console", monospace; }
 320 div.codearea, pre { 
 321     border: 1px solid #ddd; 
 322     background: #f6f6f6; 
 323     color: #666;
 324 }
 325 div.codearea a.codenumbers { font-size: 70%; float: right; display: block; padding: 0.25em }
 326 div.codearea span.LineNumber { background: #fff; color: #888; border-right: 1px solid #ddd; margin-right: 0.25em; font-weight: bold; 
 327 }
 328 div.codearea pre { padding: 0; border: none; margin: 0; color: #222 }
 329 div.codearea span.ResWord { font-weight: bold }
 330 div.codearea span.ResWord2 { font-weight: bold; color: #f60 }
 331 div.codearea span.ID { font-style: italic }
 332 div.codearea span.Comment { color: #999; font-style: italic }
 333 div.codearea span.Preprc { color: #999; font-weight: bold;  }
 334 div.codearea span.String { color: #f60; font-style: italic }
 335 div.codearea span.Char { color: #f60; font-style: italic; font-weight: bold }
 336 div.codearea span.Number { color: #f60 }
 337 div.codearea span.ConsWord { color: #f60; font-weight: bold }
 338 div.codearea span.Operator { }
 339 div.codearea span.SPChar { font-weight: bold; }
 340 div.codearea span.Special { }
 341 div.codearea span.Error { color: #f60; font-weight: bold; background: #ddd }
 342 
 343 pre {
 344     padding: 0.25em; 
 345     font-family: "DejaVu Sans Mono", "Lucida Console", monospace;
 346     font-size: 90%;
 347     line-height: 1.25;
 348     white-space: pre;
 349     white-space: pre-wrap;
 350     word-wrap: break-word;
 351     white-space: -moz-pre-wrap;
 352     white-space: -pre-wrap;
 353     white-space: -o-pre-wrap;
 354     /* end css 3 or browser specific rules */
 355 }
 356 
 357 li p, td p, dd p, dt p { margin: 0 }
 358 
 359 hr {
 360 	background: transparent;
 361 	color: #fff;
 362 	border: none;
 363 	border-top: 1px solid #ccc;
 364 }
 365 
 366 div#preview {
 367 
 368     background: #ffa;
 369     border: 1px solid #888;
 370     padding: 0.125em 0.5em;
 371 }
 372 
 373 div.warn ul, div.tip ul, div.hint ul, div.info ul, div.err ul,
 374 div.warn p, div.tip p, div.hint p, div.info p, div.err p {
 375 	margin: 0;
 376 }
 377 
 378 .diff-added span {
 379 	background: #eee;
 380 	color: #000;
 381 }
 382 
 383 .diff-removed span {
 384 	background: #feb;
 385 	color: #000;
 386 }	
 387 
 388 
 389 strong.highlight {
 390 	background: #feb;
 391 	color: #000;
 392 	font-weight: normal;
 393 }
 394 
 395 @media print {
 396     div.sidebar, div.header { display: none }
 397     div.footer { position: static }
 398     div.wrapper { padding: 0; border: none }
 399 }

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2008-03-16 23:50:55, 0.2 KB) [[attachment:bullet-blue.png]]
  • [get | view] (2008-03-17 00:34:00, 15.9 KB) [[attachment:chocolate.png]]
  • [get | view] (2008-03-03 02:40:35, 8.1 KB) [[attachment:ie6diff.diff]]
  • [get | view] (2007-12-03 09:55:19, 9.4 KB) [[attachment:mandarin-0.1.tar.gz]]
  • [get | view] (2007-12-03 17:12:30, 9.8 KB) [[attachment:mandarin-0.2.tar.gz]]
  • [get | view] (2007-12-16 00:27:01, 11.5 KB) [[attachment:mandarin-0.3.tar.gz]]
  • [get | view] (2007-12-03 17:12:13, 43.2 KB) [[attachment:mandarin.png]]
  • [get | view] (2007-12-06 15:54:01, 23.8 KB) [[attachment:mandarin.zip]]
  • [get | view] (2008-03-17 01:00:16, 47.9 KB) [[attachment:plum.png]]
  • [get | view] (2008-02-06 09:27:23, 125.5 KB) [[attachment:printscreen-galaxyheavych.png]]
  • [get | view] (2008-03-03 02:43:46, 0.1 KB) [[attachment:realie6diff.diff]]
  • [get | view] (2008-03-16 23:59:32, 1.4 KB) [[attachment:strawberry.css]]
  • [get | view] (2008-03-16 23:48:22, 15.7 KB) [[attachment:strawberry.png]]
  • [get | view] (2008-03-16 23:49:15, 1.4 KB) [[attachment:strawbery.css]]
  • [get | view] (2008-03-03 02:40:57, 8.1 KB) [[attachment:style.css]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.