diff --git a/site/css/default.css b/site/css/default.css index 4ac9a69..d45624a 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -86,7 +86,7 @@ header a:visited { article { text-align: left; - padding: 0 0 5px; + padding: 0 20px 5px; margin: 0 auto 0; overflow: auto; grid-area: main; @@ -137,13 +137,14 @@ article li { .logo { grid-area: logo; text-align: center; + display: inline-block; } .outlinks { grid-area: outlinks; } -.outlnks ul { +.outlinks ul { justify-content: flex-start; } @@ -253,18 +254,6 @@ article li { border-radius: 5px; } -/*.plug-container::after, .extras-container::after { - content: ""; - position: relative; - margin-top: -125px; - margin-left: -20px; - display: inline-block; - height: 125px; - width: 100%; - opacity: 50%; - z-index: -1; -}*/ - pre { border: dashed 1px #000000; border-radius: 5px; @@ -378,6 +367,10 @@ h2 { padding-top: 25px; } +p { + padding-top: 1em; +} + .with-initial > p:first-child::first-letter { font-family: 'Maximilian Antiqua Initialen'; color: black; @@ -397,26 +390,37 @@ h2 { body { display: block; + padding: 5em; } - .sidebar{ - position: relative; - width: auto; - height: auto; - text-align: center; + .logo { + width: 100%; } - .inlinks{ + .logo img { + padding: 0; + float: none; + } + + .logo a { + margin: 0 auto 0; + } + + .inlinks, .outlinks{ border-radius: 5px; columns: auto; } + .inlinks ul, .outlinks ul { + justify-content: space-evenly; + } + .postlist { columns: 1; } - .plugs, .tags{ - display: none; + .plugs, .extras{ + padding: 2em 0 2em; } nav ul{ diff --git a/templates/default.html b/templates/default.html index 6ebd2cd..da44a92 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,6 +24,9 @@ + -