X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=stylesheets%2Fcologneblue.css;h=a138309084b1c1c3c21efdf661c1b2070b7764ad;hb=61819d059b783efc09f0dd6e5dc0061353818744;hp=b3fcfa4deb01341fdada5663e1f54b8849003633;hpb=cefa93a6b953a5db703a0d40b63f6b453ba64d73;p=lhc%2Fweb%2Fwiklou.git diff --git a/stylesheets/cologneblue.css b/stylesheets/cologneblue.css index b3fcfa4deb..a138309084 100644 --- a/stylesheets/cologneblue.css +++ b/stylesheets/cologneblue.css @@ -1,7 +1,8 @@ +@import url("common.css"); -body { margin: 0px; padding: 0px; } +body { margin: 0px; padding: 0px; color: black; } #specialform { display: inline; } -#content { position: absolute; top: 0; margin: 0; padding: 0; } +#content { top: 0; margin: 0; padding: 0; } #topbar { padding: 0px; } #powersearch { background: #DDEEFF; border-style: solid; border-width: 1; padding: 2; @@ -18,10 +19,10 @@ body { margin: 0px; padding: 0px; } margin-top: 1ex; margin-bottom: 0; } p, pre, td, th, li, dd, dt { line-height: 12pt; } +textarea { overflow: auto; } #footer { padding: 4px; } #footer form { display: inline; } - #sitetitle { font-family: Times, serif; color: white; @@ -46,7 +47,7 @@ td.bottom { padding: 0; } #pagestats { - font-family: Times, serif; + font-family: Verdana, Arial, sans-serif; color: black; font-size: 9pt; } @@ -86,8 +87,13 @@ h1.pagetitle { padding-bottom: 0; margin-bottom: 0; } } a { color: #223366; } a.external { color: #336644; } +a:visited { color: #8D0749; } a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } h2, h3, h4, h5, h6 { margin-bottom: 0; } -a.stub { color:#772233; text-decoration:none; } small { font-size: 75%; } + +#siteNotice { + border: 1px solid red; +} +