X-Git-Url: http://git.grml.org/?p=grml.org.git;a=blobdiff_plain;f=style.css;h=aaaa45bb1868c9bbe7b69adaad9faa74a4acb427;hp=92127214fbf886c5e9b515b3763dbe190e5b1f3c;hb=9dea264f9ed20b651ecc733def55f8db287225a6;hpb=c39f079208e4a8e8a354e19e17d34ee43699e908 diff --git a/style.css b/style.css index 9212721..aaaa45b 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre @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; min-height: 100%; height: auto;} + 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} @@ -35,10 +35,10 @@ html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre 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-bottom:0.3em; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CFB8B8; + 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.3em;} + 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 {} @@ -52,11 +52,13 @@ html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre .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: 90%; padding: 5px; border: 1px dotted black} + .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; }