aboutsummaryrefslogtreecommitdiffstats
path: root/styles/default
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2012-01-21 17:52:57 +0100
committerStefan Ritter <xeno@thehappy.de>2012-01-21 17:52:57 +0100
commit9aec5ab42e89f80c4abde62d81fc5fc6356582b9 (patch)
tree41d4a7d22bcec5e92e2eed6c68239b5f35bf9789 /styles/default
parentfdc2d7efc0b251c771f8584d013d1042eb16444e (diff)
* Add sidebar
* Fix style issues * Import stuff from my private design
Diffstat (limited to 'styles/default')
-rw-r--r--styles/default/default.css41
-rw-r--r--styles/default/header.txt1
2 files changed, 21 insertions, 21 deletions
diff --git a/styles/default/default.css b/styles/default/default.css
index a6f954f..9b98c09 100644
--- a/styles/default/default.css
+++ b/styles/default/default.css
@@ -7,10 +7,9 @@ body, html {
background: white;
width: 700px;
margin: auto;
- font-family: sans-serif;
- font-size: 0.9em;
+ font-family: "PT Sans Narrow", sans-serif;
+ font-size: 12pt;
color: #000;
- letter-spacing: 0.05em;
}
img {
@@ -18,7 +17,7 @@ img {
}
a {
- color: #999;
+ color: #666;
text-decoration: none;
}
@@ -30,13 +29,13 @@ a {
.rss {
position: absolute;
- top: 72px;
+ top: 82px;
width: 700px;
}
.atom {
position: absolute;
- top: 72px;
+ top: 82px;
margin-left: 20px;
width: 700px;
}
@@ -88,25 +87,21 @@ a {
color: black;
}
-
-.months {
- width: 700px;
+.sidebar {
+ position: absolute;
+ right: 100px;
+ top: 84px;
}
-.months_list_entry {
- list-style-type: none;
- display: inline;
- text-decoration: none;
- font-size: 0.8em;
- color: #666;
+.linklist_title, .taglist_title, .monthlist_title {
+ padding-top: 30px;
}
-.linklist {
- position: absolute;
- right: 0px;
- padding-right: 10px;
+.linklist_list, .taglist_list, .monthlist_list {
+ padding-top: 5px;
}
+
.entries {
padding-top: 20px;
width: 700px;
@@ -118,11 +113,15 @@ a {
.entry_title, .entry_title a, .comment_author {
font-weight: bold;
- font-style: italic;
color: black;
}
-.entry_date, .comment_date, .tags {
+.entry_date, .comment_date {
+ font-size: 0.8em;
+ color: #666;
+}
+
+.tags {
font-size: 0.8em;
color: #666;
}
diff --git a/styles/default/header.txt b/styles/default/header.txt
new file mode 100644
index 0000000..e592a83
--- /dev/null
+++ b/styles/default/header.txt
@@ -0,0 +1 @@
+<link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700" rel="stylesheet" type="text/css" />