commit 6e1acf9fff1f2738b8fe93e887e0a770da7aa9a2
parent 03a1dffe7a2d8f7378de0ebffb755b5b2675410e
Author: cipher <haris@2f30.org>
Date: Sun, 11 May 2014 14:54:55 +0300
More clean style
Diffstat:
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/output/style.css.light b/output/style.css.light
@@ -1,7 +1,8 @@
body {
- background-color: #f1f2f2;
- font-family: Consolas, Courier, monospace;
+ background-color: #efefef;
+ font-family: sans-serif;
font-size: 1em;
+ font-weight: lighter;
}
.container {
@@ -19,7 +20,8 @@ body {
.menu {
line-height: 1.5em;
text-align: center;
- margin-top: 3em;
+ margin-bottom: 3em;
+ margin-left: -30px;
}
.menu li {
@@ -37,11 +39,15 @@ body {
.menu li a:hover, .menu li a.current {
border-top: 0.5ex solid #aaaaaa;
- color: #c0c0c0;
+ color: #0092cf;
}
h1, h2, h3, h4, h5 {
- border-bottom: 1px dotted #c0c0c0;
+ color: #0092cf;
+}
+
+h1 {
+ font-size: 1.8em;
}
h3 {
@@ -92,16 +98,14 @@ p {
}
pre {
- font-family: sans-serif;
- color: #000;
+ font-family: monospace;
+ color: #5fff5f;
+ background-color: #121212;
border: 1px solid grey;
- background-color: #e2e2e2;
padding: 5px;
max-width: 680px;
white-space: wrap;
overflow-x: auto;
- /* word-break: break-all; */
- /* word-wrap: break-word; */
}
p code {
@@ -131,7 +135,7 @@ a {
}
a:hover {
- color: #c0c0c0;
+ color: #0092cf;
}
li {
@@ -140,7 +144,8 @@ li {
}
hr {
- max-width: 680px;
+ width: 300%;
+ margin-left: -40%;
margin-top: 40px;
}