-
Notifications
You must be signed in to change notification settings - Fork 20
/
style.css
72 lines (67 loc) · 4.41 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
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}
/* This stylesheet was created by Michael Prokop for grml.org */
/* Design was inspired by TeZeuZ: */
/* http://www.oswd.org/user/profile/id/6272 */
/* http://alumnos.elo.utfsm.cl/~osrehe - thx! */
@media all {
html {background-color: #FFDA62; height: 100%;}
body {font-family: verdana, tahoma, helvetica, arial, sans-serif; font-size: 14pt; background-color:#FFDA62; margin: 0; padding: 0; height:100%}
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%}
a {color:#C70036; text-decoration: underline}
a.current {color:#999999}
a:hover {text-decoration: underline}
a.plain {text-decoration: none}
a.plain:hover {text-decoration: underline}
a.smalllink {font-size: 80%}
cite {font-size: 80%}
div.content {background-color:#FFFFFF; margin: 0em 0.5em 0.5em 9.6em}
div.content h3 a {color:#996666}
div.copyright {text-align:center; font-size:50%; color: #666;}
div.menu h3 a{color:#996666}
div.menu h3{font-size:80%; border: none; }
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}
div.news p { margin: 0; }
div.sponsors {background-color:#FFFFFF; margin: 0em 0.5em 0.5em 9.6em}
div.sponsors div {text-align:center; }
div.sub_links a {color: #FFFFFF}
div.sub_links {margin-top:0.5em; text-align:center; color: #FFFFFF; font-size:55%; clear: both; background-color:#8B8D7B}
h1 {color:navy; font-size:130%; font-weight:bold; padding-top: 1.5em; padding-bottom: 0.2em; }
h2 {color:black; font-size:105%; font-weight:bold; padding-top: 0.5em; padding-bottom: 0.2em; }
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;
margin-bottom:0em}
h4 {color:black; font-size:80%; font-weight:bold}
p {text-align:justify; color:black; font-size: 70%; line-height: 1.5em; padding-bottom: 0.4em;}
ul {font-size:70%; padding-bottom: 0.3em; }
li {list-style: circle; margin-left: 2em;}
#texbox {}
.toc {font-size:70%}
ol {font-size:70%}
.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; }
.button:hover { background: #FFA862; text-decoration: none; }
img.absmiddle { vertical-align: middle; margin-bottom: .25em; }
.banner { padding-top: 0em; }
.banner h1 { margin: 0; color: navy; font-size: 24pt; }
.banner h2 { margin: 0; color: navy; font-size: 11pt; }
.logo { padding-top: 1em; }
#searchbox { width: 8em; border: 1px solid #aaa; }
b,strong { font-weight: bold; }
i,em { font-style: italic; }
}
@media screen {
.active {background-color: #FFCC33}
.rahmen {background-color: #FEDB64; font-size: 70%; padding: 5px; border: 1px dotted black}
abbr[title], acronym[title] {border-bottom: 1px dotted #333; cursor: help}
#survey-header a { color: white; }
#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; }
}
@media print {
body {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000}
.rahmen {padding: 5px; border: 1px dotted black}
#survey-header {display: none}
}