write degal page, tweak h1/h2/h3 styles, tweak other pages to use those, add missing spbot.html page
--- a/.hgignore Mon Jun 15 01:44:05 2009 +0300
+++ b/.hgignore Mon Jun 15 02:42:23 2009 +0300
@@ -2,4 +2,4 @@
\.[^/]+.sw[op]$
\.pyc$
^cache/templates/.
-
+^stuff/
--- a/static/style.css Mon Jun 15 01:44:05 2009 +0300
+++ b/static/style.css Mon Jun 15 02:42:23 2009 +0300
@@ -142,11 +142,26 @@
}
h1 {
- font-size: x-large;
+ font-size: xx-large;
+
+ text-align: center;
}
h2 {
font-size: large;
+
+ margin-left: 0px;
+ padding: 5px;
+ width: 100%;
+
+ background-color: #e5e5e5;
+
+ border: 1px dashed #c5c5c5;
+}
+
+h3 {
+ font-size: medium;
+ font-style: italic;
}
div#content p {
@@ -163,3 +178,18 @@
background: transparent url(/static/link.png) no-repeat center right;
}
+dt {
+ font-size: large;
+}
+
+dd {
+ margin: 1em auto 1em 5em;
+}
+
+code {
+ display: block;
+ margin: 8px;
+ padding: 8px;
+
+ border: 1px dotted #b5b5b5;
+}