aboutsummaryrefslogtreecommitdiffstats
path: root/styles/blogthon.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/blogthon.css')
-rw-r--r--styles/blogthon.css24
1 files changed, 16 insertions, 8 deletions
diff --git a/styles/blogthon.css b/styles/blogthon.css
index b4f4365..049e5ba 100644
--- a/styles/blogthon.css
+++ b/styles/blogthon.css
@@ -17,13 +17,14 @@ a {
color: #AA4444;
}
+/* --- header --- */
+
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;
@@ -32,13 +33,7 @@ div.header {
div.header_title {
font-size: 18px;
letter-spacing: 5px;
- vertical-align: middle;
- display: table-cell;
- }
-
- div.header_subtitle {
- font-size: 14px;
- vertical-align: middle;
+ margin-top: 50px;
}
a.header_link {
@@ -48,6 +43,17 @@ div.header {
font-style: italic;
}
+ div.header_subtitle {
+ margin-left: 80px;
+ }
+
+ span.header_subtitle {
+ letter-spacing: 4px;
+ }
+
+
+/* --- --- */
+
div.rss {
display: inline;
height: 25px;
@@ -61,6 +67,8 @@ div.rss {
color: #AAAAAA;
}
+/* --- atom --- */
+
div.atom {
display: inline;
height: 25px;