diff --git a/pelican/themes/homebrewserver.club/static/css/main.css b/pelican/themes/homebrewserver.club/static/css/main.css index 7573a7f..4b295ac 100644 --- a/pelican/themes/homebrewserver.club/static/css/main.css +++ b/pelican/themes/homebrewserver.club/static/css/main.css @@ -10,17 +10,10 @@ http://majesticmoo.se */ @font-face { - font-family:'Terminus'; - src: url('../fonts/TerminusTTF-4.40.1.ttf') format('truetype'); + font-family:'OrkneyRegular'; + src: url('../fonts/Orkney Regular.woff') format('truetype'); } -@font-face{ - font-family:'UNSCII'; - src: url("../fonts/unscii-8.ttf") format('truetype'); -} - - - header { width:100%; } @@ -32,7 +25,7 @@ header { } pre { - font-family: 'Terminus'; + font-family: 'Mono'; } #menu{ font-size:40px; @@ -40,22 +33,50 @@ pre { margin-top: 1em; text-align:center; } - +html { + font-size: 20px; +} body { - line-height:1.5em; - font-size: 24px; + line-height:1.6em; + color:#6363ff; background-color:#fdfdfd; max-width:80%; min-width:650px; margin: 40px auto; - font-family:'Terminus'; + font-family:'OrkneyRegular'; + letter-spacing: 0.05em; } a { color:#fe4a49; } +table{ + margin: 0 auto; + max-width: 800px; + font-size:60%; + width: 100%; + border-collapse: collapse; + text-align: left; + border: 1px solid #6363ff; +} + + table td, table th { + border: 1px dashed lightgrey; + padding-left:1em; +} + +table thead tr { + border-bottom: 1px solid #6363ff; + background: #F8F8F8; +} + +table tr:nth-child(even) { + background: #F8F8F8; +} + + #index{ width:100%; @@ -127,8 +148,7 @@ blockquote { } #content p{ - font-size:20px; - line-height:1.5; + line-height:1.6; max-width:800px; margin: 0 auto; margin-bottom:1em; @@ -174,6 +194,9 @@ blockquote { line-height: 1em; } + + + /* some good ol' theft from https://codepo8.github.io/css-fork-on-github-ribbon/ */ #forkongithub a { background:#fe4a49; diff --git a/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-4.40.1.ttf b/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-4.40.1.ttf deleted file mode 100644 index 3eb75d2..0000000 Binary files a/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-4.40.1.ttf and /dev/null differ diff --git a/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold Italic-4.40.1.ttf b/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold Italic-4.40.1.ttf deleted file mode 100644 index 61318d4..0000000 Binary files a/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold Italic-4.40.1.ttf and /dev/null differ diff --git a/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold-4.40.1.ttf b/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold-4.40.1.ttf deleted file mode 100644 index 1ee87df..0000000 Binary files a/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold-4.40.1.ttf and /dev/null differ diff --git a/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Italic-4.40.1.ttf b/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Italic-4.40.1.ttf deleted file mode 100644 index 317925d..0000000 Binary files a/pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Italic-4.40.1.ttf and /dev/null differ diff --git a/pelican/themes/homebrewserver.club/static/fonts/unscii-8.ttf b/pelican/themes/homebrewserver.club/static/fonts/unscii-8.ttf deleted file mode 100644 index 16e97c7..0000000 Binary files a/pelican/themes/homebrewserver.club/static/fonts/unscii-8.ttf and /dev/null differ