start of legibility redesign
This commit is contained in:
parent
daabc1401f
commit
37eacfa4d7
@ -10,17 +10,10 @@ http://majesticmoo.se
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family:'Terminus';
|
font-family:'OrkneyRegular';
|
||||||
src: url('../fonts/TerminusTTF-4.40.1.ttf') format('truetype');
|
src: url('../fonts/Orkney Regular.woff') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
|
||||||
font-family:'UNSCII';
|
|
||||||
src: url("../fonts/unscii-8.ttf") format('truetype');
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
header {
|
header {
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
@ -32,7 +25,7 @@ header {
|
|||||||
|
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
font-family: 'Terminus';
|
font-family: 'Mono';
|
||||||
}
|
}
|
||||||
#menu{
|
#menu{
|
||||||
font-size:40px;
|
font-size:40px;
|
||||||
@ -40,22 +33,50 @@ pre {
|
|||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
html {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
line-height:1.5em;
|
line-height:1.6em;
|
||||||
font-size: 24px;
|
|
||||||
color:#6363ff;
|
color:#6363ff;
|
||||||
background-color:#fdfdfd;
|
background-color:#fdfdfd;
|
||||||
max-width:80%;
|
max-width:80%;
|
||||||
min-width:650px;
|
min-width:650px;
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
font-family:'Terminus';
|
font-family:'OrkneyRegular';
|
||||||
|
letter-spacing: 0.05em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color:#fe4a49;
|
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{
|
#index{
|
||||||
width:100%;
|
width:100%;
|
||||||
@ -127,8 +148,7 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content p{
|
#content p{
|
||||||
font-size:20px;
|
line-height:1.6;
|
||||||
line-height:1.5;
|
|
||||||
max-width:800px;
|
max-width:800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-bottom:1em;
|
margin-bottom:1em;
|
||||||
@ -174,6 +194,9 @@ blockquote {
|
|||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* some good ol' theft from https://codepo8.github.io/css-fork-on-github-ribbon/ */
|
/* some good ol' theft from https://codepo8.github.io/css-fork-on-github-ribbon/ */
|
||||||
#forkongithub a {
|
#forkongithub a {
|
||||||
background:#fe4a49;
|
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