GeSHi 1.0.8.3 update
[dokuwiki/radio.git] / _test / tests.css
blobc20d8bb4f9910edb3b200412eb4ab99426dab016
1 body {
2 background-color:#eee;
3 color:#000;
4 font:100%/1.2em Georgia,Verdana,Arial,Helvetica,sans-serif;
5 margin-left:20ex;
6 max-width:120ex;
9 #sf { float:right; }
11 h1 {
12 background-image:url(rephlux.png);
13 background-repeat:no-repeat;
14 margin-top:0;
15 padding:20px 0 0 90px;
16 color:#600;
17 font-size:3em;
18 line-height: 1em;
19 background-color:inherit;
20 border-bottom:9px double #333;
23 pre {
24 font-size:120%;
25 line-height:1.2em;
26 color:#006;