aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorDisco-STU <discostu@horion.network1.lan>2009-05-20 17:13:30 +0200
committerDisco-STU <discostu@horion.network1.lan>2009-05-20 17:13:30 +0200
commit0f9a7136ff2e83c391091f23231fe42b0ca31576 (patch)
treea6d9d468898c0eb0f46e97a13ea5937dfb651a1a /styles
parentb4fac7f4556af72ad64f7993775e220cfff6bc38 (diff)
Added a Subtitle an created the style: ...
I have added a subtitle to the configuration file an edit the blogthon.cgi that the subtitle is readed out the config. Also I have edit the blogthon.css: the header are no longer a "table".
Diffstat (limited to 'styles')
-rw-r--r--styles/.blogthon.css.swpbin0 -> 20480 bytes
-rw-r--r--styles/blogthon.css24
2 files changed, 16 insertions, 8 deletions
diff --git a/styles/.blogthon.css.swp b/styles/.blogthon.css.swp
new file mode 100644
index 0000000..40db6eb
--- /dev/null
+++ b/styles/.blogthon.css.swp
Binary files differ
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;