]> sipb.mit.edu Git - ikiwiki.git/blob - doc/css_market/cstamas.css.mdwn
web commit by http://users.itk.ppke.hu/~cstamas/: add css file
[ikiwiki.git] / doc / css_market / cstamas.css.mdwn
1 /* This template is based on:
2  * "Embedded Moose local.css for use with ikiwiki
3  * Written by Josh Triplett <josh@freedesktop.org>
4  * Some ideas from the Debian lighttpd index.html page."
5  * 
6  * The improoved version is made by
7  * Csillag Tamas <cstamas@digitus.itk.ppke.hu>
8  * 2008-01-??
9  * */
10
11 body { 
12            background: #474747;
13 }
14
15 #content {
16            background: #333333;
17            margin: 10px 0px;
18            border: 1px dotted #c0c0c0;
19            padding: 10px;
20            font-family: sans-serif;
21            color: #acacac
22 }
23
24 h1 {
25            font-size: 150%;
26            color: #e6deee;
27 }
28
29 h2 {
30            font-size: 130%;
31            color: #e6deee;
32 }
33
34 a {
35            color: #efefef;
36            border-bottom: 1px dashed;
37            text-decoration: none;
38 }
39
40 a:hover { background: #300000; }
41
42 pre {
43            color: #d0d0d0;
44            border: 1px dotted #c0c0c0;
45            background: black;
46            padding: 2px;
47            font-size: 110%;
48 }
49
50 .feedbutton { background: #ff0000; }
51
52 .header {
53            background: #800000;
54            border: 2px solid #500000;
55            padding: 10px;
56            color: #efefef;
57            font-family: sans-serif;
58 }
59
60 .header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;}
61 .pagedate, .tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;}
62 .tags { color: yellow }
63 .selflink { background: yellow; color: black }
64
65 .actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
66 .actions a  { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;}
67 #footer { border: none; font-family: sans-serif;}
68
69