Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNiklas Buschmann <niklasbuschmann@posteo.org>2020-11-25 22:51:00 +0300
committerNiklas Buschmann <niklasbuschmann@posteo.org>2020-11-25 22:51:00 +0300
commit80ab8e36c3fe4cdbf070df64663f244b17b95c33 (patch)
treea4f46e1f59e443dab4ede356bdd5afc908208a73 /static
parentaa7b9056cfc0d9dad5df14c5999392b1d8a1873a (diff)
simplify
Diffstat (limited to 'static')
-rw-r--r--static/css/classes.css39
-rw-r--r--static/css/index.css8
-rw-r--r--static/css/sidebar.css64
3 files changed, 0 insertions, 111 deletions
diff --git a/static/css/classes.css b/static/css/classes.css
deleted file mode 100644
index 23dbef3..0000000
--- a/static/css/classes.css
+++ /dev/null
@@ -1,39 +0,0 @@
-.archive li {
- font-size: 1.1em;
-}
-
-.archive time {
- display: inline-block;
- min-width: 10ch;
- margin: 0 .2em;
-}
-
-.hidden {
- display: none;
-}
-
-.more {
- margin: 2em 0 1em;
-}
-
-.more a {
- border-radius: 2px;
- border: 1.5px solid #68f;
- padding: .4em .8em;
- transition: .2s;
-}
-
-.more a:hover {
- color: #fff;
- background: #68f;
- text-decoration: inherit;
-}
-
-.icons svg {
- height: 1em;
- width: 1em;
- fill: currentColor;
- transition: .2s color;
- vertical-align: middle;
- margin-bottom: .15em;
-}
diff --git a/static/css/index.css b/static/css/index.css
index 6c38b42..0d86202 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -51,10 +51,6 @@ body {
-moz-osx-font-smoothing: grayscale;
}
-h1, h2, h3, h4, h5, h6 {
- font-weight: 600;
-}
-
b, strong, th {
font-weight: 600;
}
@@ -81,10 +77,6 @@ hr {
margin: 2em 0;
}
-article:not(:last-child) {
- border-bottom: 1px solid rgba(142, 142, 145, 0.12);
-}
-
blockquote {
background: rgba(142, 142, 145, 0.06);
border-left: 3px solid rgba(142, 142, 145, 0.9);
diff --git a/static/css/sidebar.css b/static/css/sidebar.css
deleted file mode 100644
index 5c4ba2c..0000000
--- a/static/css/sidebar.css
+++ /dev/null
@@ -1,64 +0,0 @@
-body {
- font-size: 1.08em;
- margin: 0 0 0 16em;
- overscroll-behavior: none;
-}
-
-body > article, body > footer {
- margin: 0 5em;
- padding: 2em 0;
- max-width: 50em;
-}
-
-body > header {
- display: block;
- position: fixed;
- background: #17181c;
- color: #fff;
- border: none;
- box-shadow: none;
- opacity: .98;
- margin: 0;
- padding: 2.2em 2em;
- width: 12em;
- top: 0;
- bottom: 0;
- left: 0;
-}
-
-nav {
- margin: 0 -2em;
-}
-
-nav a {
- display: block;
- margin: 0;
- padding: .5em 2em;
-}
-
-nav a:hover, nav a.selected {
- background: #212228;
- text-decoration: inherit;
-}
-
-body > header > a {
- display: block;
- font-size: 1.5em;
- margin-bottom: 1em;
-}
-
-article header h1 {
- font-size: 2em;
-}
-
-.icons svg {
- margin-right: 1rem;
-}
-
-.description {
- margin: 2em 0;
-}
-
-.hidden {
- display: inline-block;
-}