From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- old-ssl.buetow.org/htdocs/styles/default.css | 275 +++++++++++++++++++++++++++ old-ssl.buetow.org/htdocs/styles/print.css | 41 ++++ 2 files changed, 316 insertions(+) create mode 100644 old-ssl.buetow.org/htdocs/styles/default.css create mode 100644 old-ssl.buetow.org/htdocs/styles/print.css (limited to 'old-ssl.buetow.org/htdocs/styles') diff --git a/old-ssl.buetow.org/htdocs/styles/default.css b/old-ssl.buetow.org/htdocs/styles/default.css new file mode 100644 index 0000000..35f69c6 --- /dev/null +++ b/old-ssl.buetow.org/htdocs/styles/default.css @@ -0,0 +1,275 @@ +body { + padding: 0; + margin: 0; + font: 76% Verdana, sans-serif, tahoma; + font-size: 9pt; + background: #000000; + color: #303030; + background-image: url(?document=images/gradient.png); + background-repeat: repeat-x; +} + +a { + text-decoration: none; + color: #286ea0; +} + +a:hover { + text-decoration: underline; +} + +#toptabs { + font-size: 15px; + font-weight: bold; + text-align: center; + background-color: #84c3d0; + color: #FFFFFF; + padding: 10px; + border-top: 1px #000000 solid; + border-right: 1px #000000 solid; +} + +#content { + width: 799px; +} + +#container { + #margin: 0 auto 15px auto; + padding: 5px 20px 20px 20px; + background: #ffffff; + border-right: 1px #000000 solid; +} + +#logo { + margin: 15px 0 0 0; +} + +#logo h1 a { + color: #303030; +} + +#logo h1 a:hover { + text-decoration: none; +} + +#menu { + clear: both; +} + +.menuitem { + padding: 4px 8px 5px 8px; + letter-spacing: 1px; + margin: 0 0 5px 0; + text-decoration: none; + background: #e0e0e0; +} + +.menuitem:hover { + text-decoration: underline; + color: #000000; + background: #c6edff; +} + +.activemenuitem { + padding: 4px 8px 5px 8px; + letter-spacing: 1px; + color: #ffffff; + margin: 0 0 5px 0; + text-decoration: none; + background: #000000; +} + +.activemenuitem:hover { + text-decoration: none; +} + +#desc { + height: 200px; + color: #ffffff; + padding: 0; + background: #505050 url(?document=images/front.jpg) top left no-repeat; + clear: both; + margin: 5px 0 0 0; +} + +#desc p { + width: 290px; + font-size: 1em; + line-height: 1.3em; + padding: 0 0 0 15px; +} + +#desc h2 { + padding: 15px 15px 0 15px; + color: #ffffff; +} + +#desc a { + color: #ffffff; + text-decoration: underline; +} + +#main { + width: 590px; + float: left; + padding: 0 15px 0 0; + border-right: 1px solid #d0d0d0; +} + +.block, .important, .rb0, .rb1, .rb2, .rb3 { + border-width: 1px; + border-style: solid; + border-color: #000000; + background: #c6edff; + background-image: url(?document=images/gradient-blue.png); + background-repeat: repeat-y; + padding-top: 15px; + padding-left: 15px; + padding-right: 15px; + padding-bottom: 5px; +} + +.rb0, .rb1, .rb2, .rb3 { + margin-bottom: 10px; +} +.rb0, .rb1, .rb2, .rb3 { + background: #FFFFFF; + color: #000000; +} + +.important { + background: #ff8a00; + background-image: url(?document=images/gradient-orange.png); + background-repeat: repeat-y; +} + +.rb3:hover { + background: #BBBBBB; + background-image: url(?document=images/gradient-blue-rev.png); + background-repeat: repeat-y; +} + +.rb2:hover { + background: #CCCCCC; + background: #BBBBBB; + background-image: url(?document=images/gradient-blue.png); + background-repeat: repeat-y; +} + +.rb1:hover { + background: #DDDDDD; + background: #BBBBBB; + background-image: url(?document=images/gradient-blue-rev.png); + background-repeat: repeat-y; +} + +.rb0:hover { + background: #EEEEEE; + background: #BBBBBB; + background-image: url(?document=images/gradient-blue.png); + background-repeat: repeat-y; +} + +#sidebar { + width:140px; + float:right; +} + +#sidebar p { + font-size: 0.9em; + line-height: 1.3em; + margin: 0 0 12px 0; +} + +.sidelink { + text-align: left; + display: block; + width: 120px; + background: #f8f8f8; + padding: 3px 4px 3px 8px; + margin: 5px 10px 5px 0; +} + +.sidelink:hover { + text-decoration: underline; + color: #000000; + background: #c6edff; +} + +#footer { + clear: both; + background: #fafafa; + color: #808080; + font-size: 0.9em; + padding: 8px 0 8px 0; + border-top: 1px solid #d0d0d0; + border-bottom: 1px solid #d0d0d0; + text-align: center; +} + +#footer a { + color: #808080; +} + +h1 { + margin: 0 0 20px 0; + font-size: 2.1em; + font-weight: normal; +} + +h2 { + margin: 0 0 20px 0; + font-size: 1.6em; + font-weight: normal; +} + +h3 { + margin: 20px 0 10px 0; + font-size: 1.4em; + font-weight: normal; +} + +p { + margin: 0 0 15px 0; + line-height: 1.5em; + text-align: left; +} + +.right { + text-align: right; +} + +a img { + border: 0; +} + +.photo { + padding: 5px; + display: block; + margin: 0 auto 15px auto; + background: #f0f0f0; +} + +.hide { + display: none; +} + +li { + padding: 5px; +} + +ul.right { + padding-right: 100px; + float:right; + text-align: left; +} + +.limg { + padding-right: 10px; +} + +.iimg { + padding-right: 30px; +} + + diff --git a/old-ssl.buetow.org/htdocs/styles/print.css b/old-ssl.buetow.org/htdocs/styles/print.css new file mode 100644 index 0000000..469cde8 --- /dev/null +++ b/old-ssl.buetow.org/htdocs/styles/print.css @@ -0,0 +1,41 @@ +/* andreas02 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas + +Version: 1.0 +(July 27, 2005) + +Print layout: */ + +body { +margin: 0 auto; +padding: 0; +font-family: "Times New Roman",Serif; +background: #ffffff; +color: #000000; +} + +#container { +margin: 2%; +width: auto; +float: none !important; +} + +#main { +float: none !important; +} + +#logo h1 { +margin: 0 0 10px 0; +} + +#toptabs, #navitabs, #sidebar, .hide { +display: none; +} + +#content img { +display: none; +} + +a { +text-decoration: underline; +color: #0000FF; +} -- cgit v1.2.3