summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/style.css b/style.css
index e6cb078..fad5a22 100644
--- a/style.css
+++ b/style.css
@@ -46,6 +46,7 @@ div.pageheader {
}
.pageheader span.title {
+ display: block;
font-size: 200%;
font-weight: bold;
font-family: sans-serif;
@@ -109,3 +110,24 @@ span.archivepagedate {
color: white !important;
background: #ff9900;
}
+
+div.wisdom {
+ margin-left: 100px;
+ margin-bottom: 50px;
+ padding-bottom: 0;
+ border-bottom: 0;
+
+}
+
+div.wisdom p.quote {
+ font-size: 200%;
+ margin-bottom: 0;
+ padding-bottom: 0;
+ border-bottom: 0;
+}
+
+.smallestPC { font-size: 80%; }
+.smallPC { font-size: 100%; }
+.normalPC { font-size: 120%; }
+.bigPC { font-size: 150%; }
+.biggestPC { font-size: 200%; }