Tagged 0.7.5
[scuttle] / includes / utf8 / docs / screen.css
1 /*
2 * Adapted from http://resources.neolao.com/php/dokuwiki/templates
3 */
4 * { 
5         font-family: Verdana, Helvetica, Arial, sans-serif; 
6         font-size: small; 
7 }
8 body {
9         background: white;
10 }
11 a { text-decoration: none; color: #5d579d; }
12 a:hover { color: #827db7; }
13 h1 { 
14         color: #f4a600; 
15         font-size: 1.5em; 
16 }
17 h1.title {
18         background-color: #fffff5;
19         font-size: 2.0em;
20 }
21 h2 { 
22         color: #f4a600;
23         font-size: 1.2em;
24 }
25 h3 { 
26         color: #817cb6; 
27         font-size: 1em;
28 }
29 h4 { 
30         color: #817cb6; 
31         font-size: 1em;
32 }
33 h5 { 
34         color: #817cb6; 
35         font-size: 1em;
36 }
37 table { border: solid 1px #999; }
38 table th { border: solid 1px #999; background-color: #eee; }
39 table td { border: solid 1px #ccc; background-color: #fff; }
40 table tr:hover { background-color: #ffffe5; }
41 blockquote { border-left: solid 2px #a58fbb; margin: 0; padding: 0 0 0 .5em; }
42 p { margin: .5em 0 0 0; }
43 pre {
44         padding: 2px;
45         border: 1px dotted #8cacbb;
46         color: #000;
47         overflow: auto;
48         background-color: #fffff5; font-size: 1em; font-family: "Courier New",Courier,monospace;
49 }
50 pre * { background-color: #fffff5; font-size: 1em; font-family: "Courier New",Courier,monospace; }
51 code { background-color: #fffff5; border: 1px dotted #8cacbb; font-size: 1em; font-family: "Courier New",Courier,monospace; }
52

Benjamin Mako Hill || Want to submit a patch?