aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorDisco-STU <discostu@horion.network1.lan>2009-05-18 22:33:05 +0200
committerDisco-STU <discostu@horion.network1.lan>2009-05-18 22:33:05 +0200
commit60634385e41bec34e93e2ffcc81da15a4d07e4ed (patch)
tree5133d07f3618a91d5e7d3ea36f80319469665734 /styles
parentf067d7d5896e2f18151baa1da4393eaaf546c2ee (diff)
More changes to the stylesheet ...
Diffstat (limited to 'styles')
-rw-r--r--styles/blogthon.css134
1 files changed, 94 insertions, 40 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css
index 472d8a8..703ee2b 100644
--- a/styles/blogthon.css
+++ b/styles/blogthon.css
@@ -4,7 +4,7 @@
body {
font-family: Verdana, Times New Roman, Courier New;
- font-size: 10px;
+ font-size: 12px;
margin: 0px;
padding: 0px;
}
@@ -14,67 +14,68 @@ img {
}
div.header {
- height: 120px;
- width: 99%;
- margin: auto;
- margin-top: 5px;
- text-align: center;
- display: table;
- border: 3px double #000000;
- background-image: url("blogthon_img/header_background.jpg");
- background-repeat: no-repeat;
+ height: 120px;
+ width: 99%;
+ margin: auto;
+ margin-top: 5px;
+ text-align: center;
+ display: table;
+ border: 3px double #000000;
+ background-image: url("blogthon_img/header_background.jpg");
+ background-repeat: no-repeat;
}
div.header_title {
- font-size: 18px;
- letter-spacing: 5px;
- vertical-align: middle;
- display: table-cell;
+ font-size: 18px;
+ letter-spacing: 5px;
+ vertical-align: middle;
+ display: table-cell;
}
div.header_subtitle {
- font-size: 14px;
- vertical-align: middle;
+ font-size: 14px;
+ vertical-align: middle;
}
a.header_link {
- text-decoration: none;
- color: #395434;
- font-weight: bold;
- font-style: italic;
+ text-decoration: none;
+ color: #395434;
+ font-weight: bold;
+ font-style: italic;
}
div.rss {
- display: inline;
- height: 25px;
- position: absolute;
- top: 15px;
- right: 41px;
+ display: inline;
+ height: 25px;
+ position: absolute;
+ top: 15px;
+ right: 41px;
}
a.rss_link {
- text-decoration: none;
- color: #AAAAAA;
+ text-decoration: none;
+ color: #AAAAAA;
}
div.atom {
-
- display: inline;
- height: 25px;
- position: absolute;
- top: 15px;
- right: 14px;
+ display: inline;
+ height: 25px;
+ position: absolute;
+ top: 15px;
+ right: 14px;
}
a.atom_link {
- text-decoration: none;
- color: #AAAAAA;
+ text-decoration: none;
+ color: #AAAAAA;
}
+
+
div.pages {
- width: 100%;
- position: absolute;
- top: 110px;
+ width: 100%;
+ position: absolute;
+ top: 110px;
}
div.pages_title {
@@ -113,8 +114,11 @@ div.pages {
float: none;
}
+
+
div.months {
- width: 100px;
+ float: right;
+ width: 100px;
}
div.months_title {
@@ -152,8 +156,11 @@ div.months {
float: none;
}
+
+
div.linkslist {
- width: 100px;
+ float: right;
+ width: 100px;
}
div.linklist_title {
@@ -191,3 +198,50 @@ div.linkslist {
float: none;
}
+
+
+div.entries {
+ width: 600px;
+ min-height: 400px;
+ margin-left: 5px;
+ padding: 3px;
+ }
+
+ div.entry {
+ margin-top: 10px;
+ margin-bottom: 30px;
+ }
+
+ div.entry_title {
+ font-weight: bold;
+ font-size: 14px;
+ display: inline;
+ }
+
+ a.entry_title {
+ text-decoration: none;
+ color: #AA4444;
+ }
+
+ div.entry_date {
+ font-size: 10px;
+ display: inline;
+ }
+
+ div.entry_content {
+ text-align: justify;
+ margin-top: 5px;
+ margin-left: 15px;
+ padding-left: 5px;
+ border-left: 4px solid #DFDFDF;
+ }
+
+ div.entry_comments {
+ margin-top: 5px;
+ }
+
+ a.entry_comments {
+ text-decoration: none;
+ color: #AAAAAA;
+ }
+