start of legibility redesign
This commit is contained in:
parent
daabc1401f
commit
37eacfa4d7
@ -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;
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user