commit 431a26140289b614573af8c82272e20582d6d2b0
parent 2f31dff8b13651afe846f86017335461d8dac84c
Author: Ville-Matias Heikkila <viznut@low.fi>
Date: Sun Aug 21 17:25:05 +0300
a new css file
Diffstat:| local.css | | | 41 | ++++++++++++++++++----------------------- |
1 file changed, 18 insertions(+), 23 deletions(-)
diff --git a/local.css b/local.css
@@ -1,31 +1,26 @@
body {
- margin: 40px auto;
- max-width: 41em;
- padding: 0 10px;
+ font-size: 1rem;
+ font-family: courier;
+ line-height: 1.4;
}
-
-code {
- font-size: 15px;
+h1,h2,h3,h4,h5,h6 {
+ font-family: sans-serif;
+ letter-spacing: -2px;
}
-
-pre {
- font-size: 15px;
- padding: 1em;
- background-color: #337;
- color: #3FF;
- font-weight: bold;
+h1 {
+ margin-bottom: 0em;
+ font-size: 4rem;
+}
+h2 {
+ margin-top: 0;
+ font-size: 2rem;
}
-
a {
- text-decoration: none;
+ color: #f0bc1e;
}
-
-.bottom_menu {
- display: block;
- margin-top: 1em;
+a:visited {
+ color: #865800;
}
-
-.last_edit {
- font-style: italic;
+div.header, header.header {
+ font-size: 2em;
}
-