summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/style.css b/style.css
index 88a06e2..9252d88 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;
@@ -130,3 +131,20 @@ div.wisdom p.quote {
.normalPC { font-size: 120%; }
.bigPC { font-size: 150%; }
.biggestPC { font-size: 200%; }
+
+
+table {
+ border: 0px;
+ width: 100%;
+}
+
+th {
+ font-weight: bold;
+}
+
+tr {
+}
+
+tr:nth-child(even) {
+ background-color: #f2f2f2;
+}