diff --git a/site/css/default.css b/site/css/default.css index c5fcf4d..1fd7cbe 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -36,7 +36,7 @@ body::after { z-index: -1; } -a{ +a { text-decoration: none; } a:link { @@ -57,6 +57,7 @@ hr { border: 0; background-color: black; height: 2px; + margin: 5px 0 5px; } header { @@ -74,6 +75,10 @@ header a:visited { color: darkgreen; } +header > hr { + margin-top: 0px; +} + article { text-align: left; padding: 0 20px 0; @@ -111,6 +116,46 @@ article li { vertical-align: middle; } +.folders { + list-style: none; + margin: 0px; +} + +.rider { + display: inline-block; + border: 1px solid black; + border-bottom: none; + border-radius: 5px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + padding: 10px +} + +.bloglink { + background-color: white; + color: black; + font-family: 'Didact Gothic'; + font-weight: normal; + font-style: normal; +} + +.bloglink > a, .bloglink > a:link, .bloglink > a:visited { + color: black; + text-decoration: none; +} + +.portfoliolink { + background-color: #161612; + font-family: 'Grabstein Grotesk'; + font-weight: normal; + font-style: normal; +} + +.portfoliolink > a, .portfoliolink > a:link, .portfoliolink > a:visited { + color: #efffbe; + text-decoration: none; +} + .sidebar { grid-area: nav; } @@ -180,10 +225,6 @@ nav li a:visited { height: 40px; } -hr { - margin: 5px 0 5px; -} - footer { color: #555; font-size: 12pt; diff --git a/site/css/font.css b/site/css/font.css index c5f4546..de3fc7a 100644 --- a/site/css/font.css +++ b/site/css/font.css @@ -1,20 +1,27 @@ @font-face { - font-family: 'Didact Gothic'; - src: url('/font/DidactGothicMedium.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-family: 'Didact Gothic'; + src: url('/font/DidactGothicMedium.ttf') format('truetype'); + font-weight: normal; + font-style: normal; } @font-face { - font-family: 'Inknut Antiqua'; - src: url('/font/InknutAntiquaRegular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-family: 'Inknut Antiqua'; + src: url('/font/InknutAntiquaRegular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; } @font-face { - font-family: 'Maximilian Antiqua Initialen'; - src: url('/font/MaximilianAntiquaInitialen.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-family: 'Maximilian Antiqua Initialen'; + src: url('/font/MaximilianAntiquaInitialen.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Grabstein Grotesk'; + src: url('/font/grabstein.ttf') format('truetype'); + font-weight: normal; + font-style: normal; } diff --git a/site/font/grabstein.ttf b/site/font/grabstein.ttf new file mode 100644 index 0000000..711b3a1 Binary files /dev/null and b/site/font/grabstein.ttf differ diff --git a/templates/default.html b/templates/default.html index 724329c..1841f09 100644 --- a/templates/default.html +++ b/templates/default.html @@ -26,7 +26,14 @@
- Nek0's Blog +