clear sandbox/test commit
[ikiwiki.git] / doc / css_market / cstamas.css
blob0855f3b86e4881bd9caf5e9534a5ecfce23592ec
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 * */
11 body {
12 background: #474747;
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
24 h1 {
25 font-size: 150%;
26 color: #e6deee;
29 h2 {
30 font-size: 130%;
31 color: #e6deee;
34 a {
35 color: #efefef;
36 border-bottom: 1px dashed;
37 text-decoration: none;
40 a:hover { background: #300000; }
42 pre {
43 color: #d0d0d0;
44 border: 1px dotted #c0c0c0;
45 background: black;
46 padding: 2px;
47 font-size: 110%;
50 .feedbutton { background: #ff0000; }
52 .header {
53 background: #800000;
54 border: 2px solid #500000;
55 padding: 10px;
56 color: #efefef;
57 font-family: sans-serif;
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 }
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;}