summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-21 22:31:24 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-12-21 22:31:24 +0100
commitf6d5fb7849496919d42655df0ab2793f31130f69 (patch)
treee9fb418e7ed38ca18a0c64b183d0bda0482f0e07
parentb0c44d01af49d28f4c03755016aa7d1f7acb8e26 (diff)
Update style
-rw-r--r--style.css64
1 files changed, 62 insertions, 2 deletions
diff --git a/style.css b/style.css
index b75f467..c96ba47 100644
--- a/style.css
+++ b/style.css
@@ -1,13 +1,50 @@
+html {
+ color: #d8dee9;
+ font-family: sans-serif;
+}
+
+.column {
+ margin-bottom: 1em;
+}
+
+.column h1, .column h2, .column h3, .column h4, .column h5 {
+ margin-top: 0;
+}
+
body {
color: #F2F6F3;
background: #151515;
text-align: justify;
+ font-style: sans-serif ;
+}
+
+h1 {
+ text-align: center ;
+ color: lightgreen ;
+}
+
+ul, ol {
+ margin-left: 20px;
+ margin-right: 20px;
+ padding-left: 0;
+}
+
+ul ul {
+ list-style-type: circle;
+ margin-block-start: 0px;
+ margin-block-end: 0px;
+}
+
+main {
+ margin: auto ;
}
p img, li img, h1 img, h2 img, h3 img, h4 img, dt img {
- max-height: 1em;
- max-width: 1em;
vertical-align: middle ;
+ max-width: 1em;
+ max-height: 1em;
+ border: none ;
+ display: inline ;
}
a { color: #A5D6FF ; text-decoration: none ;}
@@ -33,3 +70,26 @@ footer li {
footer li:hover {
background: #A5D6FF ;
}
+
+nav, footer, .tag-list{
+ text-align: center;
+ font-variant: small-caps;
+ clear: both;
+}
+
+nav {
+ font-size: small;
+}
+
+nav ul, footer ul, .tag-list {
+ padding: 0;
+}
+
+nav li, footer li, .tag-list li{
+ color: wheat;
+ display: inline-block;
+ list-style: none;
+ border-radius: 10px;
+ padding: .5em;
+ max-width: 7em;
+}