mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 14:43:26 +00:00
huge overhaul of my website
This commit is contained in:
parent
0170b062ff
commit
171564a1b4
11 changed files with 426 additions and 146 deletions
50
blog/template.css
Normal file
50
blog/template.css
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
html, body { margin: 0; }
|
||||
body { font-family: monospace;
|
||||
font-size: 10pt;
|
||||
color: #ddd;
|
||||
background-color: #111;
|
||||
line-height: 1.4em; }
|
||||
body > header,
|
||||
body > footer,
|
||||
body > nav,
|
||||
body > section { width: 50rem;
|
||||
max-width: 96%;
|
||||
margin: 0 auto; }
|
||||
body > header { padding: 1rem 0;
|
||||
color: #eee; }
|
||||
.tags { padding-top: 1rem;
|
||||
color: #888; }
|
||||
.tags .sblg-tag { color: #fff; }
|
||||
.tags .sblg-tag + .sblg-tag:before { content: ', '; }
|
||||
.prevnext > a { display: none; }
|
||||
.sblg-next-has > a,
|
||||
.sblg-prev-has > a { display: inline-block; }
|
||||
footer { padding: 1rem 0; }
|
||||
a { color: yellow; }
|
||||
h1 { font-size: inherit;
|
||||
font-weight: 700; }
|
||||
h1 a { color: inherit; }
|
||||
body > section { padding: 1rem 0;
|
||||
color: #aaa; }
|
||||
section > p q { display: inline-block;
|
||||
margin-bottom: 1em; }
|
||||
section > p span,
|
||||
section > p time,
|
||||
article { color: #ddd; }
|
||||
article > header { display: none; }
|
||||
footer { color: #aaa; }
|
||||
|
||||
.terminal-output { background-color: #111;
|
||||
color: #e0e0e0;
|
||||
border: 2px solid #888;
|
||||
padding: 1em;
|
||||
margin: 1.4em 0; }
|
||||
.terminal-output pre { margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: auto;
|
||||
white-space: pre;
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
font-family: inherit;
|
||||
font-size: 0.95em;
|
||||
line-height: 1.5; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue