aboutsummaryrefslogtreecommitdiff
path: root/site/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--site/css/styles.css45
1 files changed, 4 insertions, 41 deletions
diff --git a/site/css/styles.css b/site/css/styles.css
index 8eaaa85..6ab6c8c 100644
--- a/site/css/styles.css
+++ b/site/css/styles.css
@@ -1,9 +1,7 @@
body {
- color: black;
- font-size: 16px;
margin: 0px auto 0px auto;
- width: 1000px;
- background-color: #f2eff4;
+ width: 80%;
+ max-width: 1000px;
font-family: sans-serif;
line-height: 140%;
text-rendering: optimizeLegibility;
@@ -22,7 +20,7 @@ nav {
}
nav a {
- color: black;
+ color: maroon;
font-size: 18px;
margin-left: 12px;
text-decoration: none;
@@ -30,7 +28,6 @@ nav a {
footer {
border-top: solid 2px black;
- color: #555;
font-size: 14px;
margin-top: 30px;
padding: 12px 0px 12px 0px;
@@ -45,30 +42,9 @@ footer li a {
margin-left: 5px;
}
-h1 {
- font-size: 24px;
-}
-
-h2 {
- font-size: 20px;
-}
-
pre {
white-space: pre-wrap;
- border-left: 3ex solid #eee;
- position: relative;
- counter-reset: linenumbers;
- background-color: white;
-}
-
-pre a:before {
- color: #aaa;
- content: counter(linenumbers);
- counter-increment: linenumbers;
- left: -4ex;
- position: absolute;
- text-align: right;
- width: 2.5ex;
+ margin-left: 3ex;
}
code {
@@ -85,16 +61,3 @@ article .header {
height: 22px;
vertical-align: middle;
}
-
-a {
- color: #5b6ee1;
-}
-
-a:hover {
- color: #306082;
- background-color: #f3f3f3;
-}
-
-a:visited {
- color: #306082;
-}