aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-03-25 23:17:35 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-03-25 23:17:35 +0000
commite204aaaa9c5155401ad3ab8bb7edec6588055fb0 (patch)
treec9a1af33ae205daf6d6ae3e08b98bf8c2cdfb681 /static/style.css
parent0ccad16d5de0a9e8a5b651b13c60ef3abdb192c8 (diff)
downloadboymoder.blog-e204aaaa9c5155401ad3ab8bb7edec6588055fb0.tar.gz
boymoder.blog-e204aaaa9c5155401ad3ab8bb7edec6588055fb0.zip
updated the css and html to be w3c valid
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css26
1 files changed, 10 insertions, 16 deletions
diff --git a/static/style.css b/static/style.css
index a169e55..45b9459 100644
--- a/static/style.css
+++ b/static/style.css
@@ -39,22 +39,19 @@ header nav {
display: inline;
}
-#links {
- text-align: center;
- font-size: x-small;
-}
-
-header span nav ul {
+#externallinks {
background-color: black;
+ text-align: center;
}
-header span nav ul li a {
- color: white;
+#externallinks nav ul li a {
+ color: #f1f3f3;
+ font-size: smaller;
}
header div {
padding-left: 20px;
- padding-bottom: 10px;
+ /* padding-bottom: 10px; */
}
nav ul {
@@ -100,7 +97,7 @@ article section table td {
max-width: 65%;
}
-article img {
+#content img {
max-width: 65%;
}
@@ -125,22 +122,19 @@ blockquote span::before {
.running {
background-color: green;
- padding: 1, 1, 1, 1;
- margin: 0, 0, 2, 3;
}
.notRunning {
background-color: red;
- padding: 1, 1, 1, 1;
- margin: 0, 0, 2, 3;
}
header img {
max-height: 110px;
}
-body div article {
- padding-left: 6px;
+body div div {
+ padding-left: 10px;
+ padding-right: 10px;
}
footer {