Introduction
Introduction Statistics Contact Development Disclaimer Help
tUpdate style for improved post readability - adamsgaard.dk - my academic webpa…
git clone git://src.adamsgaard.dk/adamsgaard.dk
Log
Files
Refs
README
LICENSE
---
commit 8261f49d9cdb15d18adcfa231afea6d2e861440d
parent 952d83234a0e7230b4f42213feb27279a720aac6
Author: Anders Damsgaard <[email protected]>
Date: Fri, 15 Nov 2019 14:54:02 +0100
Update style for improved post readability
Diffstat:
M style.css | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/style.css b/style.css
t@@ -5,7 +5,7 @@ body {
background-color: #000084;
color: #bbb;
font-size: 1.0em;
- line-height: 1.2;
+ line-height: 1.3;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu San…
margin: 0;
padding: 0;
t@@ -29,33 +29,25 @@ hr {
border-bottom: 3px solid #aaa;
height: 3px;
}
-h1:before {
- content: "[";
-}
-h1:after {
- content: "]";
-}
h1 {
- margin-top: 25px;
+ text-align: center;
+ margin-top: 3em;
font-size: 100%;
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
-h2:before {
- content: "[";
-}
-h2:after {
- content: "]";
-}
h2 {
+ text-transform: uppercase;
+ margin-top: 2em;
font-size: 100%;
font-weight: bold;
color: #fff;
}
h3 {
- text-transform: uppercase;
+ margin-top: 2em;
font-size: 100%;
+ font-weight: bold;
}
p {
/* text-align: justify; */
t@@ -91,6 +83,9 @@ code {
padding: 5px;
word-wrap: normal;
}
+li {
+ margin: 0.5em 0;
+}
.welcome {
white-space: pre;
-webkit-animation: color-change 5s infinite;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.