No longer announce bts.grml.org for bug reports, mention https://github.com/grml...
[grml.org.git] / style.css
1 /*
2 Copyright (c) 2011, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.com/yui/license.html
5 version: 2.9.0
6 */
7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
8
9 /* This stylesheet was created by Michael Prokop for grml.org                  */
10 /* Design was inspired by TeZeuZ:                                              */
11 /* http://www.oswd.org/user/profile/id/6272                                    */
12 /* http://alumnos.elo.utfsm.cl/~osrehe - thx!                                  */
13
14 @media all {
15   html {background-color: #FFDA62; height: 100%;}
16   body {font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 14pt; background-color:#FFDA62; margin: 0; padding: 0; height:100%}
17   div.container {width: 80%; text-align: left; background-color:#FFFFFF; margin: 0px auto 0px auto; border-width: 0 1px 0 1px; border-color: #E5E5E5; border-style: solid; overflow: auto; height: 100%}
18   a {color:#C70036; text-decoration: underline}
19   a.current {color:#999999}
20   a:hover {text-decoration: underline}
21   a.plain {text-decoration: none}
22   a.plain:hover {text-decoration: underline}
23   a.smalllink {font-size: 80%}
24   cite {font-size: 80%}
25   div.content {background-color:#FFFFFF; margin: 0em 0.5em 0.5em 9.6em}
26   div.content h3 a {color:#996666}
27   div.copyright {text-align:center; font-size:50%; color: #666;}
28   div.menu h3 a{color:#996666}
29   div.menu h3{font-size:80%; border: none; }
30   div.menu {width: 8em; float: left; clear: left; background-color:#FFFFFF; padding: 0.5em 0.5em 0.5em 0.5em; margin: 0.5em 0.5em 0em 0.3em}
31   div.news p { margin: 0; }
32   div.sponsors {background-color:#FFFFFF; margin: 0em 0.5em 0.5em 9.6em}
33   div.sponsors div {text-align:center; }
34   div.sub_links a {color: #FFFFFF}
35   div.sub_links {margin-top:0.5em; text-align:center; color: #FFFFFF; font-size:55%; clear: both; background-color:#8B8D7B}
36   h1 {color:navy; font-size:130%; font-weight:bold; padding-top: 1.5em; padding-bottom: 0.2em; }
37   h2 {color:black; font-size:105%; font-weight:bold; padding-top: 0.5em; padding-bottom: 0.2em; }
38   h3 {color:black; font-size:90%; font-weight:bold; padding-top: 0.5em; padding-bottom:0.3em; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CFB8B8;
39         margin-bottom:0em}
40   h4 {color:black; font-size:80%; font-weight:bold}
41   p {text-align:justify; color:black; font-size: 70%; line-height: 1.5em; padding-bottom: 0.4em;}
42   ul {font-size:70%; padding-bottom: 0.3em; }
43   li {list-style: circle; margin-left: 2em;}
44   #texbox {}
45   .toc {font-size:70%}
46   ol {font-size:70%}
47   .button { background-color: #FFDA62; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #444; padding: 10px; width: 140px; text-decoration: none; font-size: 16px; text-shadow: #333333; color: #000000; line-height: 1; background-position: 0px 0px; }
48   .button:hover { background: #FFA862; text-decoration: none; }
49   img.absmiddle { vertical-align: middle; margin-bottom: .25em; }
50   .banner { padding-top: 0em; }
51   .banner h1 { margin: 0; color: navy; font-size: 24pt; }
52   .banner h2 { margin: 0; color: navy; font-size: 11pt; }
53   .logo { padding-top: 1em; }
54   #searchbox { width: 8em; border: 1px solid #aaa; }
55   b,strong { font-weight: bold; }
56   i,em { font-style: italic; }
57 }
58
59 @media screen {
60   .active {background-color: #FFCC33}
61   .rahmen {background-color: #FEDB64; font-size: 70%; padding: 5px; border: 1px dotted black}
62   abbr[title], acronym[title] {border-bottom: 1px dotted #333; cursor: help}
63   #survey-header a { color: white; }
64   #survey-header { background-color:#AE0000; color:#FFFFFF; font-family:sans-serif; font-size:120%; font-weight:bold; left:0; padding:5px 0; margin-bottom: 15px; position:fixed; text-align:center; top:0; width:100%; z-index:101; }
65 }
66
67 @media print {
68   body {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}
69   .rahmen {padding: 5px; border: 1px dotted black}
70   #survey-header {display: none}
71 }
72