manymanymany-varia-websites/themes/cetcat/static/css/main.css

254 lines
4.0 KiB
CSS
Raw Normal View History

2017-07-06 14:28:42 +02:00
/*
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%;
margin-top:3em;
2017-09-12 14:56:24 +02:00
margin-bottom:1em;
line-height: 1.5em;
border-bottom: 1px solid;
padding-bottom:1em;
/*transform:rotate(3deg);*/
2017-07-06 14:28:42 +02:00
}
#title {
margin-top:0.5em;
font-size: 120px;
width:50%;
}
#subtitle{
font-size: 16px;
2017-07-06 14:28:42 +02:00
}
hr {
2017-09-12 14:56:24 +02:00
border:0;
color: black;
border-bottom:1px solid;
margin-top:1em;
2017-07-06 14:28:42 +02:00
}
pre {
}
#menu{
2017-09-12 14:56:24 +02:00
position: absolute;
top:25px;
right:25px;
font-size:20px;
2017-07-06 14:28:42 +02:00
font-weight:bold;
float: right;
2017-07-06 14:28:42 +02:00
}
body {
2017-09-12 14:56:24 +02:00
font-size: 16px;
line-height:1.8;
background-color: rgb(239, 225, 79);
/*background-color: rgba(100,100,250,1);*/
margin: 0 auto;
2017-09-12 14:56:24 +02:00
width: calc(100% - 50px);
color:black;
/*color:white;*/
font-family: monospace;
font-style: normal;
2017-07-06 14:28:42 +02:00
}
a {
2017-09-12 14:56:24 +02:00
color:#7e5211;
font-weight: bold;
2017-07-06 14:28:42 +02:00
}
2017-09-12 14:56:24 +02:00
h1, h2, h3, h4, h5, h6, #header{
font-family: sans-serif, "NowRegular";
margin:1em 0 0 0;
padding:0;
}
2017-07-06 14:28:42 +02:00
.paginator{
float:right;
margin:0px;
}
#index{
}
#post-list {
padding-left:0px;
margin-top:0px;
}
ul {
padding-left:0px;
}
2017-09-12 14:56:24 +02:00
#translation{
float: left;
2017-07-06 14:28:42 +02:00
}
2017-09-12 14:56:24 +02:00
.hentry{
2017-07-06 14:28:42 +02:00
float: left;
2017-09-12 14:56:24 +02:00
width: 200px;
display: inline-block;
margin-right:2em;
font-size: 12px;
2017-07-06 14:28:42 +02:00
}
2017-09-12 14:56:24 +02:00
.article-info{
/*clear: right;*/
/*display: inline;*/
/*float: left;*/
/*margin-bottom: 0em;*/
/*max-width: 150px;*/
/*padding-right: 1em;*/
/*transform: rotate(-3deg);*/
}
2017-07-06 14:28:42 +02:00
2017-09-12 14:56:24 +02:00
/* log */
2017-07-06 14:28:42 +02:00
.entry-title span{
2017-09-12 14:56:24 +02:00
width:100%;
display:inline-block;
2017-07-06 14:28:42 +02:00
}
.entry-content{
2017-09-12 14:56:24 +02:00
/*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); */
2017-07-06 14:28:42 +02:00
}
.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;
}
2017-09-12 14:56:24 +02:00
.separator hr{
display: none;
}
2017-07-06 14:28:42 +02:00
.highlight{
margin: auto;
max-width:800px;
}
2017-09-12 14:56:24 +02:00
#page-content{
clear: both;
float: left;
margin-top:-0.5em;
/*max-width: 800px;*/
}
2017-07-06 14:28:42 +02:00
#page-content img{
max-width:100%;
}
blockquote {
font-style:italic;
}
#content{
2017-09-12 14:56:24 +02:00
margin:auto;
width:100%;
2017-07-06 14:28:42 +02:00
}
.divider {
font-size:12px;
width:100%;
line-height:1em;
background-color:white;
}
2017-09-12 14:56:24 +02:00
/*
2017-07-06 14:28:42 +02:00
.published{
2017-09-12 14:56:24 +02:00
font-size:smaller;
2017-07-06 14:28:42 +02:00
}
.article_tags{
2017-09-12 14:56:24 +02:00
font-size:smaller;
2017-07-06 14:28:42 +02:00
}
2017-09-12 14:56:24 +02:00
*/
2017-07-06 14:28:42 +02:00
#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{
2017-09-12 14:56:24 +02:00
display: none;
2017-07-06 14:28:42 +02:00
font-size:smaller;
}