Varia's website
https://varia.zone
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
254 lines
4.0 KiB
254 lines
4.0 KiB
7 years ago
|
/*
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
width:100%;
|
||
7 years ago
|
margin-top:3em;
|
||
7 years ago
|
margin-bottom:1em;
|
||
|
line-height: 1.5em;
|
||
|
border-bottom: 1px solid;
|
||
|
padding-bottom:1em;
|
||
|
/*transform:rotate(3deg);*/
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
#title {
|
||
|
margin-top:0.5em;
|
||
|
font-size: 120px;
|
||
|
width:50%;
|
||
|
}
|
||
|
#subtitle{
|
||
|
font-size: 16px;
|
||
7 years ago
|
}
|
||
|
|
||
|
hr {
|
||
7 years ago
|
border:0;
|
||
|
color: black;
|
||
|
border-bottom:1px solid;
|
||
7 years ago
|
margin-top:1em;
|
||
7 years ago
|
}
|
||
|
pre {
|
||
|
}
|
||
|
#menu{
|
||
7 years ago
|
position: absolute;
|
||
|
top:25px;
|
||
|
right:25px;
|
||
|
font-size:20px;
|
||
7 years ago
|
font-weight:bold;
|
||
7 years ago
|
float: right;
|
||
7 years ago
|
}
|
||
|
|
||
|
body {
|
||
7 years ago
|
font-size: 16px;
|
||
|
line-height:1.8;
|
||
|
background-color: rgb(239, 225, 79);
|
||
|
/*background-color: rgba(100,100,250,1);*/
|
||
7 years ago
|
margin: 0 auto;
|
||
7 years ago
|
width: calc(100% - 50px);
|
||
|
color:black;
|
||
|
/*color:white;*/
|
||
|
font-family: monospace;
|
||
7 years ago
|
font-style: normal;
|
||
7 years ago
|
}
|
||
|
|
||
|
a {
|
||
7 years ago
|
color:#7e5211;
|
||
7 years ago
|
font-weight: bold;
|
||
7 years ago
|
}
|
||
7 years ago
|
h1, h2, h3, h4, h5, h6, #header{
|
||
|
font-family: sans-serif, "NowRegular";
|
||
|
margin:1em 0 0 0;
|
||
|
padding:0;
|
||
|
}
|
||
7 years ago
|
|
||
|
.paginator{
|
||
|
float:right;
|
||
|
margin:0px;
|
||
|
}
|
||
|
|
||
|
#index{
|
||
|
}
|
||
|
|
||
|
#post-list {
|
||
|
padding-left:0px;
|
||
|
margin-top:0px;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
padding-left:0px;
|
||
|
}
|
||
|
|
||
7 years ago
|
#translation{
|
||
|
float: left;
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
.hentry{
|
||
7 years ago
|
float: left;
|
||
7 years ago
|
width: 200px;
|
||
|
display: inline-block;
|
||
|
margin-right:2em;
|
||
|
font-size: 12px;
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
.article-info{
|
||
|
/*clear: right;*/
|
||
|
/*display: inline;*/
|
||
|
/*float: left;*/
|
||
|
/*margin-bottom: 0em;*/
|
||
|
/*max-width: 150px;*/
|
||
|
/*padding-right: 1em;*/
|
||
|
/*transform: rotate(-3deg);*/
|
||
|
}
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
/* log */
|
||
7 years ago
|
.entry-title span{
|
||
7 years ago
|
width:100%;
|
||
|
display:inline-block;
|
||
7 years ago
|
}
|
||
|
.entry-content{
|
||
7 years ago
|
/*display: inline;*/
|
||
|
/*float: right;*/
|
||
|
/*margin-top:-6em;*/
|
||
|
/*margin-bottom: 2.5em;*/
|
||
|
/*min-width: 400px;*/
|
||
|
/*max-width: 800px;*/
|
||
|
/*transform:rotate(-3deg);*/
|
||
|
/*padding:0 15%;*/
|
||
|
/*border-bottom: 1px solid;*/
|
||
|
}
|
||
|
.entry-content p, .entry-content h1, .entry-content h2, .entry-content h3{
|
||
|
/*transform:rotate(3deg); */
|
||
7 years ago
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
7 years ago
|
.separator hr{
|
||
|
display: none;
|
||
|
}
|
||
7 years ago
|
|
||
|
.highlight{
|
||
|
margin: auto;
|
||
|
max-width:800px;
|
||
|
}
|
||
|
|
||
7 years ago
|
#page-content{
|
||
|
clear: both;
|
||
|
float: left;
|
||
|
margin-top:-0.5em;
|
||
|
/*max-width: 800px;*/
|
||
|
}
|
||
7 years ago
|
#page-content img{
|
||
|
max-width:100%;
|
||
|
}
|
||
|
|
||
|
blockquote {
|
||
|
font-style:italic;
|
||
|
}
|
||
|
|
||
|
#content{
|
||
7 years ago
|
margin:auto;
|
||
|
width:100%;
|
||
7 years ago
|
}
|
||
|
|
||
|
.divider {
|
||
|
font-size:12px;
|
||
|
width:100%;
|
||
|
line-height:1em;
|
||
|
background-color:white;
|
||
|
}
|
||
7 years ago
|
/*
|
||
7 years ago
|
.published{
|
||
7 years ago
|
font-size:smaller;
|
||
7 years ago
|
}
|
||
|
.article_tags{
|
||
7 years ago
|
font-size:smaller;
|
||
7 years ago
|
}
|
||
7 years ago
|
*/
|
||
7 years ago
|
|
||
|
#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{
|
||
7 years ago
|
display: none;
|
||
7 years ago
|
font-size:smaller;
|
||
|
}
|
||
|
|
||
|
|