|
|
|
/*
|
|
|
|
2k17 Homebrewserver.club Pelican theme
|
|
|
|
---
|
|
|
|
Style sheet is ordered vertically, with declarations for the header on top and footer on the bottom.
|
|
|
|
|
|
|
|
With contributions by club members:
|
|
|
|
http://roelof.info
|
|
|
|
http://randomiser.info/
|
|
|
|
http://majesticmoo.se
|
|
|
|
*/
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'NowBlack';
|
|
|
|
src: url('../fonts/Now-Black.otf') format('opentype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'NowBold';
|
|
|
|
src: url('../fonts/Now-Bold.otf') format('opentype');
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'NowLight';
|
|
|
|
src: url('../fonts/Now-Light.otf') format('opentype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'NowMedium';
|
|
|
|
src: url('../fonts/Now-Medium.otf') format('opentype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'NowRegular';
|
|
|
|
src: url('../fonts/Now-Regular.otf') format('opentype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'NowThin';
|
|
|
|
src: url('../fonts/Now-Thin.otf') format('opentype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face{
|
|
|
|
font-family: "liberation";
|
|
|
|
src:url('../fonts/LiberationMono.ttf');
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
position: relative;
|
|
|
|
width: calc(100% - 50px);
|
|
|
|
top:0px;
|
|
|
|
left:0px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0;
|
|
|
|
font-family: monospace, "liberation";
|
|
|
|
font-size: 16px;
|
|
|
|
line-height:1.8;
|
|
|
|
font-style: normal;
|
|
|
|
background-color: rgb(252, 255, 120);
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color:#7e5211;
|
|
|
|
/*font-weight: bold;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border:0;
|
|
|
|
color: black;
|
|
|
|
border-bottom:1px solid;
|
|
|
|
margin-top:1em;
|
|
|
|
margin-bottom:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
font-style:italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
padding-left:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6, #header{
|
|
|
|
font-family: "liberation", monospace;
|
|
|
|
margin:0 0 0 0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.paginator{
|
|
|
|
float:right;
|
|
|
|
margin:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-list {
|
|
|
|
padding-left:0px;
|
|
|
|
margin-top:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* --- */
|
|
|
|
|
|
|
|
header {
|
|
|
|
width:100%;
|
|
|
|
margin-top:1em;
|
|
|
|
line-height: 1.5em;
|
|
|
|
padding-bottom:1em;
|
|
|
|
}
|
|
|
|
#title{
|
|
|
|
font-family: "liberation", monospace;
|
|
|
|
font-size: 22px;
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
#content{
|
|
|
|
margin-top:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* index */
|
|
|
|
#content #post-list{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.hentry{
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
width: 200px;
|
|
|
|
font-size: 12px;
|
|
|
|
margin:0 2em 2em 0;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* article */
|
|
|
|
.article-info{
|
|
|
|
margin-bottom:1em;
|
|
|
|
}
|
|
|
|
.post-info time sup{
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
#translation{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.entry-title{
|
|
|
|
width:100%;
|
|
|
|
display:inline-block;
|
|
|
|
font-family: "liberation", monospace;
|
|
|
|
font-size: 120%;
|
|
|
|
line-height: 1.3;
|
|
|
|
}
|
|
|
|
.entry-content{
|
|
|
|
max-width: 800px;
|
|
|
|
margin:0 0 5em 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
.entry-content p, .entry-content h1, .entry-content h2, .entry-content h3{
|
|
|
|
|
|
|
|
}
|
|
|
|
.entry-content pre{
|
|
|
|
font-size:20px;
|
|
|
|
padding-left:1em;
|
|
|
|
overflow: auto;
|
|
|
|
background-color: #F8F8F8;
|
|
|
|
line-height:1.2em;
|
|
|
|
}
|
|
|
|
.entry-content img{
|
|
|
|
max-width:100%;
|
|
|
|
}
|
|
|
|
.entry-content ul {
|
|
|
|
font-size:20px;
|
|
|
|
line-height:1.5;
|
|
|
|
margin: auto;
|
|
|
|
max-width:800px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.separator hr{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.highlight{
|
|
|
|
margin: auto;
|
|
|
|
max-width:800px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-content{
|
|
|
|
clear: both;
|
|
|
|
float: left;
|
|
|
|
margin-top:-0.5em;
|
|
|
|
/*max-width: 800px;*/
|
|
|
|
}
|
|
|
|
#page-content img{
|
|
|
|
max-width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divider {
|
|
|
|
font-size:12px;
|
|
|
|
width:100%;
|
|
|
|
line-height:1em;
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
.published{
|
|
|
|
font-size:smaller;
|
|
|
|
}
|
|
|
|
.article_tags{
|
|
|
|
font-size:smaller;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
#categories {
|
|
|
|
font-size: 40px;
|
|
|
|
margin-top: 2em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#pertaining{
|
|
|
|
margin-top:2em;
|
|
|
|
text-align:center;
|
|
|
|
|
|
|
|
}
|
|
|
|
.simple-footnotes{
|
|
|
|
font-size:14px;
|
|
|
|
margin:auto;
|
|
|
|
max-width:800px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.author{
|
|
|
|
display: none;
|
|
|
|
font-size:smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
|