From: Tobias Leich Date: Thu, 12 Nov 2009 18:09:05 +0000 (+0100) Subject: updated stylesheet X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=765b50bf61a48a679200bc8384bd0362fb6791b2;p=sdlgit%2FSDL-Site.git updated stylesheet --- diff --git a/htdocs/assets/cards1.jpg b/htdocs/assets/cards1.jpg index ab690c7..1abd91c 100644 Binary files a/htdocs/assets/cards1.jpg and b/htdocs/assets/cards1.jpg differ diff --git a/htdocs/assets/credit_froggs.jpg b/htdocs/assets/credit_froggs.jpg new file mode 100644 index 0000000..17fcfd6 Binary files /dev/null and b/htdocs/assets/credit_froggs.jpg differ diff --git a/htdocs/assets/credits.jpg b/htdocs/assets/credits.jpg new file mode 100644 index 0000000..1c1d0af Binary files /dev/null and b/htdocs/assets/credits.jpg differ diff --git a/htdocs/assets/default.css b/htdocs/assets/default.css index c6066ba..4146bc8 100644 --- a/htdocs/assets/default.css +++ b/htdocs/assets/default.css @@ -1,92 +1,101 @@ - -body -{ - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; - font-weight: normal; - color: #000000; - background-color: #CAB680; - text-align: left; - padding: 0; - margin: 0; - text-align: center; - vertical-align: middle; -} - -a -{ - font-size: 14px; - font-weight: bold; - color: #49241D; - text-decoration: none; -} - -a:hover -{ - color: #864135; - text-decoration: underline; -} - -div#background -{ - padding: 0; - margin: auto; - width: 1015; - height: 749; - text-align: left; - vertical-align: top; -} - -table#mainTable -{ - table-layout: fixed; - background-image: url(background_body.jpg); - background-position: top left; - background-repeat: no-repeat; -} - -table#mainTable, -table#mainTable td -{ - padding: 0; - margin: 0; - border: 0; -} - -td#upperLeft -{ - width: 103px; - height: 144px; -} - -td#upperRight -{ - width: 912px; - background-image: url(cards1.jpg); - background-position: 550px 5px; - background-repeat: no-repeat; - text-align: right; - vertical-align: bottom; - font-variant: small-caps; -} - -td#lowerRight -{ - background-color: #D6C796; - min-height: 603px; - text-align: left; - vertical-align: top; - background-image: url(background_divmain.jpg); - background-position: 1px 1px; - background-repeat: no-repeat; -} - -div#main -{ - padding: 0; - margin: 0; - border: 1px solid #FFFFFF; - width: 910px; - min-height: 601px; - overflow: hidden; -} + +body +{ + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + font-weight: normal; + color: #000000; + background-color: #CAB680; + text-align: left; + padding: 0; + margin: 0; + text-align: center; + vertical-align: middle; +} + +a +{ + font-size: 14px; + font-weight: bold; + color: #49241D; + text-decoration: none; +} + +a:hover +{ + color: #864135; + text-decoration: underline; +} + +div#background +{ + padding: 0; + margin: auto; + width: 1015px; + height: 749px; + text-align: left; + vertical-align: top; +} + +table#mainTable +{ + table-layout: fixed; + background-image: url(background_body.jpg); + background-position: top left; + background-repeat: no-repeat; +} + +table#mainTable, +table#mainTable td +{ + padding: 0; + margin: 0; + border: 0; +} + +td#upperLeft +{ + width: 103px; + height: 144px; +} + +td#upperRight +{ + width: 912px; + background-image: url(cards1.jpg); + background-position: 530px 0px; + background-repeat: no-repeat; + text-align: right; + vertical-align: bottom; + font-variant: small-caps; +} + +td#lowerRight +{ + background-color: #D6C796; + min-height: 603px; + text-align: left; + vertical-align: top; + background-image: url(background_divmain.jpg); + background-position: 1px 1px; + background-repeat: no-repeat; +} + +div#main +{ + padding: 0; + margin: 0; + border: 1px solid #FFFFFF; + width: 910px; + min-height: 601px; + overflow: hidden; +} + +td#footerRight +{ + height: 190px; + background-image: url(credits.jpg); + background-position: center center; + background-repeat: no-repeat; +} + diff --git a/htdocs/assets/pod.css b/htdocs/assets/pod.css index f26c732..388abd3 100644 --- a/htdocs/assets/pod.css +++ b/htdocs/assets/pod.css @@ -1,12 +1,12 @@ - -div.pod -{ - padding: 10px; -} - -pre -{ - border: 1px solid #FFFFFF; - background-color: #CAB680; - padding-top: 10px; + +div.pod +{ + padding: 10px; +} + +pre +{ + border: 1px solid #FFFFFF; + background-color: #CAB680; + padding-top: 10px; } \ No newline at end of file