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
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/sidebar.css')
-rw-r--r--static/css/sidebar.css64
1 files changed, 0 insertions, 64 deletions
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;
-}