aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-02-28 18:02:23 +0100
committerStefan Ritter <xeno@goliath.thehappy.de>2009-02-28 18:02:23 +0100
commitfc1b6997235fe0249b1f5fdf0e47d58734cee8f3 (patch)
treed10a158f360df9c9f5af2cefc50f2d0b8749589b /styles
Initial release
Diffstat (limited to 'styles')
-rw-r--r--styles/blogthon.css81
-rw-r--r--styles/blogthon_img/title_background.pngbin0 -> 327 bytes
2 files changed, 81 insertions, 0 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css
new file mode 100644
index 0000000..7d7568f
--- /dev/null
+++ b/styles/blogthon.css
@@ -0,0 +1,81 @@
+.html, body {
+ background: #000;
+ color: #FFF;
+ margin: 0px;
+ overflow-x: hidden;
+}
+
+img {
+ border: 0;
+}
+
+a:link, a:active, a:visited, a:hover {
+ font-family: Verdana;
+ font-size: 12px;
+ color: #FC3;
+ text-decoration: none;
+}
+
+a.title:link, a.title:hover, a.title:active, a.title:visited {
+ position: absolute;
+ text-align: center;
+ width: 100%;
+ height: 25px;
+ background-image: url(blogthon_img/title_background.png);
+ font-family: Verdana;
+ font-weight: bold;
+ font-size: 18px;
+ color: #FC3;
+}
+
+.content { /* Container for entrytitle and entry */
+ position: absolute;
+ top: 30px;
+ left: 6px;
+ width: 600px;
+}
+
+.entrytitle {
+ font-family: Verdana;
+ font-weight: bold;
+ font-size: 16px;
+ color: #335599;
+ text-decoration: underline;
+}
+a.entrytitle:link, a.entrytitle:hover, a.entrytitle:visited, a.entrytitle:active {
+ font-family: Verdana;
+ font-weight: bold;
+ font-size: 16px;
+ color: #335599;
+ text-decoration: underline;
+}
+
+.entry {
+ font-family: Verdana;
+ font-size: 12px;
+ color: #FFF;
+ margin-left: 15px;
+}
+
+.sidebar {
+ position: absolute;
+ right: 6px;
+ top: 30px;
+ background: #0F0;
+}
+
+.monthlist {
+ font-family: Verdana;
+ font-size: 12px;
+ color: #5577BB;
+ text-align: center;
+ background: #111;
+}
+
+.staticpages {
+ font-family: Verdana;
+ font-size: 12px;
+ color: #5577BB;
+ text-align: center;
+ background: #111;
+}
diff --git a/styles/blogthon_img/title_background.png b/styles/blogthon_img/title_background.png
new file mode 100644
index 0000000..961d0fe
--- /dev/null
+++ b/styles/blogthon_img/title_background.png
Binary files differ