SW: remove darcs from GRML_FULL (too large).
[grml-live.git] / templates / GRML / style.css
1 /* This stylesheet was created by Michael Prokop for grml.org                  */
2 /* Design was inspired by TeZeuZ - http://alumnos.elo.utfsm.cl/~osrehe - thx!  */
3
4 @media all {
5   abbr[title] {border-bottom: 0px}
6   a {color:#C70036; text-decoration: underline}
7   acronym[title] {border-bottom: 1px dashed #000}
8   a.current {color:#999999}
9   a:hover {text-decoration: underline}
10   a.plain {text-decoration: none}
11   a.plain:hover {text-decoration: underline}
12   a.smalllink {font-size: 80%}
13   body {font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 100%; background-color:#FFDA62; margin: 1em}
14   cite {font-size: 80%}
15   div.container {width: 90%; height: auto; text-align: left; background-color:#FFFFFF; border-style:solid; border-width:1px; border-color:#CFB8B8; margin: 0px auto 0px auto}
16   div.content {background-color:#FFFFFF; padding: 0.5em 0.5em 0.5em 0.5em; border-style:solid; border-width:1px; border-color:#F0F0F0; margin: 0.5em 0.5em 0.5em 12.2em}
17   div.content h3 a {color:#996666}
18   div.copyright {line-height: 3em; text-align:center; font-size:50%; background-color: #F8F8F8; color: #999999}
19   div.menu h3 a{color:#996666}
20   div.menu h3{font-size:70%; border-top-style:solid; border-top-width:1px; border-top-color:#E5E5E5; margin-bottom: -1em; border-bottom-width:0px}
21   div.menu {width: 10em; float: left; clear: left; background-color:#FFFFFF; padding: 0.5em 0.5em 0.5em 0.5em; border-style:solid; border-width:1px; border-color:#E5E5E5; margin: 0.5em 0.5em 0em 0.3em}
22   div.news a {font-weight:bold}
23   div.news {background-color:#FFFFFF; padding: 0em 0.5em 0.5em 0.5em; border-style:solid; border-width:1px; border-color:#E5E5E5; margin: 0em 0.5em 0.5em 12.2em}
24   div.news h3 a {color:#996666}
25   div.sub_links a {color: #FFFFFF}
26   div.sub_links {margin-top:0.5em; text-align:center; color: #FFFFFF; font-size:55%; clear: both; background-color:#8B8D7B}
27   h1 {color:#00309C; font-size:110%; font-weight:bold}
28   /*h2 {color:#CC3300; font-size:90%; font-weight:bold}
29   h3 {color:#996666; font-size:70%; font-weight:bold; padding-bottom:0.3em; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CFB8B8;*/
30   h2 {color:#9C6562; font-size:100%; font-weight:bold}
31   h3 {color:#996666; font-size:90%; font-weight:bold; padding-bottom:0.3em; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CFB8B8;
32         margin-bottom:0em}
33   p {text-align:justify; color:#666666; font-size: 70%; line-height: 1.5em}
34   ul {color:#666666; font-size:70%}
35   #texbox {}
36 /*div.search {
37         width: 10em;
38         float: left;
39         clear: left;
40         background-color:#FFFFFF;
41         padding: 0.5em 0.5em 0.5em 0.5em;
42         border-style:solid; border-width:1px; border-color:#E5E5E5;
43         margin: 0.5em 0.5em 0.3em 0.3em;
44 }
45 div.search h3{font-size:70%; border-bottom-width:0px}
46 .searchbox {font-size:70%; color:#666666; border-style:solid; border-width:1px; border-color:#E5E5E5; margin-bottom:0.5em}
47 div.copyright a {color: #AAA}
48   ul {font-size:70%; color:#666666; line-height: 1.5em; list-style: none}
49   .tablenoprint {display: none}
50   .nav {display: none}
51 */
52 }
53
54 @media screen {
55   .active {background-color: #FFCC33}
56   .rahmen {background-color: #FEDB64; padding: 5px; border: 1px dotted black}
57   abbr[title], acronym[title] {cursor: help}
58 }
59
60 @media print {
61   body {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}
62   .rahmen {padding: 5px; border: 1px dotted black}
63 }