Browse Source

start of legibility redesign

pull/1/head
rra 6 years ago
parent
commit
37eacfa4d7
  1. 55
      pelican/themes/homebrewserver.club/static/css/main.css
  2. BIN
      pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-4.40.1.ttf
  3. BIN
      pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold Italic-4.40.1.ttf
  4. BIN
      pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold-4.40.1.ttf
  5. BIN
      pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Italic-4.40.1.ttf
  6. BIN
      pelican/themes/homebrewserver.club/static/fonts/unscii-8.ttf

55
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;

BIN
pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-4.40.1.ttf

Binary file not shown.

BIN
pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold Italic-4.40.1.ttf

Binary file not shown.

BIN
pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Bold-4.40.1.ttf

Binary file not shown.

BIN
pelican/themes/homebrewserver.club/static/fonts/TerminusTTF-Italic-4.40.1.ttf

Binary file not shown.

BIN
pelican/themes/homebrewserver.club/static/fonts/unscii-8.ttf

Binary file not shown.
Loading…
Cancel
Save