aboutsummaryrefslogtreecommitdiffstats
path: root/styles/default/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/default/default.css')
-rw-r--r--styles/default/default.css41
1 files changed, 20 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;
}