diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-05-02 03:55:34 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-05-02 03:55:34 +0200 |
commit | 0567d1e45ef28aa5971bccf986d56de570294f26 (patch) | |
tree | 0bfba9aad575ebc3554f253aec5276846d0387ca /styles | |
parent | 6811796ff47ba704f7009a8133632c0c64352731 (diff) |
Working on new style
Diffstat (limited to '')
-rw-r--r-- | styles/nature.css | 57 | ||||
-rw-r--r-- | styles/nature_img/header.png | bin | 0 -> 308013 bytes |
2 files changed, 57 insertions, 0 deletions
diff --git a/styles/nature.css b/styles/nature.css new file mode 100644 index 0000000..437b81a --- /dev/null +++ b/styles/nature.css @@ -0,0 +1,57 @@ +.html, body { + background: #FFFFFF; + color: #000000; + margin: 0px; + overflow-x: hidden; + text-align: center; +} + +img { + border: 0; +} + +a.title:link, a.title:hover, a.title:active, a.title:visited { + position: absolute; + margin-left: -25%; + width: 650px; + height: 300px; + background-image: url(nature_img/header.png); + font-family: Courier New; + font-weight: bold; + font-size: 20px; + color: #000000; +} + +.screen { + position: absolute; + top: 300px; + left: 25%; + width: 648px; + border-left: #000000 1px solid; + border-right: #000000 1px solid; + +} + +.content { + margin-left: 5px; + margin-top: 5px; + text-align: left; +} + +a.entrytitle:link, a.entrytitle:hover, a.entrytitle:visited, a.entrytitle:active { + font-family: Courier New; + font-size: 12px; + font-weight: bold; + color: #FF0000; +} + +.entry { + font-family: Courier New; + font-size: 12px; + width: 400px; +} + +.sidebar { + position: absolute; + right: 10px; +} diff --git a/styles/nature_img/header.png b/styles/nature_img/header.png Binary files differnew file mode 100644 index 0000000..45f855c --- /dev/null +++ b/styles/nature_img/header.png |