summaryrefslogtreecommitdiff
path: root/site/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/css.css')
-rw-r--r--site/assets/css/css.css20
1 files changed, 14 insertions, 6 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 3bd09f23..ab3bb4a7 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -112,13 +112,19 @@ footer {
justify-content: space-between;
color: #888;
font-size: 9pt;
- padding: 20px 75px 20px;
+ padding: 20px 0 20px;
font-family: "Roboto", sans-serif;
}
footer > div {
display: flex;
flex-direction: row;
}
+footer > div:nth-child(1) {
+ padding-left: 75px;
+}
+footer > div:nth-child(2) {
+ padding-right: 75px;
+}
footer a {
display: inline-block;
color: #888;
@@ -237,6 +243,7 @@ p {
align-items: flex-start;
font-size: 10pt;
margin-bottom: 20px;
+ font-family: 'Roboto', sans-serif;
}
.meta > div {
margin-right: 30px;
@@ -348,6 +355,7 @@ section.images {
flex-direction: row;
align-items: flex-start;
justify-content: center;
+ clear: both;
}
.image:only-child {
width: 100%;
@@ -396,8 +404,8 @@ section.fullwidth .image {
}
.sideimage img {
margin-right: 10px;
- width: 250px;
- height: 250px;
+ width: 200px;
+ height: 200px;
}
/* blog index */
@@ -540,11 +548,11 @@ section.fullwidth .image {
.desktop .dataset-list a:nth-child(3n+2):hover { background-color: rgba(255, 128, 0, 0.2); }
.dataset-list a:nth-child(3n+3) { background-color: rgba(255, 255, 0, 0.1); }
-.desktop .dataset-list .dataset:nth-child(3n+3):hover { background-color: rgba(255, 255, 0, 0.2); }
+.desktop .dataset-list a:nth-child(3n+3):hover { background-color: rgba(255, 255, 0, 0.2); }
.dataset-list span {
- box-shadow: -3px -3px black, 3px -3px black, -3px 3px black, 3px 3px black;
- background-color: black;
+ box-shadow: -3px -3px #181818, 3px -3px #181818, -3px 3px #181818, 3px 3px #181818;
+ background-color: #181818;
box-decoration-break: clone;
}