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

276 lines
4.1 KiB
CSS
Raw Normal View History

2017-10-20 15:59:16 +02:00
@font-face{
font-family: "cmu";
src:url('../fonts/cmunorm.ttf');
font-weight: normal;
font-style: normal;
2017-10-20 15:59:16 +02:00
}
@font-face{
font-family: "biolinum";
src:url('../fonts/LinBiolinum_RB.otf');
font-weight: bold;
font-style: normal;
2017-10-20 15:59:16 +02:00
}
@font-face{
font-family: "cmu";
src:url('../fonts/cmunit.ttf');
font-weight: normal;
2017-10-20 15:59:16 +02:00
font-style: italic;
}
@font-face{
font-family: "cmu";
src:url('../fonts/cmuntb.ttf');
font-weight: bold;
font-style: normal;
2017-10-20 15:59:16 +02:00
}
@font-face{
font-family: "cmu";
src:url('../fonts/cmuntx.ttf');
font-weight: bold;
font-style: italic;
}
2017-10-24 10:50:06 +02:00
@font-face{
font-family: "cmusans";
src:url('../fonts/cmunssdc.ttf');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: "liberation";
src:url('../fonts/LiberationMono.ttf');
2017-10-24 10:50:06 +02:00
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: "liberation";
src:url('../fonts/cmunit.ttf');
font-weight: normal;
font-style: italic;
2017-10-20 15:59:16 +02:00
}
2017-09-14 23:40:20 +02:00
body{
position: relative;
width: calc(100% - 50px);
2017-09-14 23:40:20 +02:00
min-width: 500px;
top:0px;
left:0px;
margin:0 auto 5em auto;
2017-09-14 23:40:20 +02:00
padding: 0px 15px;
2017-10-20 15:59:16 +02:00
font-family: "liberation", monospace;
2017-10-24 10:50:06 +02:00
font-size: 18px;
2017-10-20 15:59:16 +02:00
line-height:1.7;
font-style: normal;
background-color: rgb(252, 255, 120);
color:black;
}
2017-10-20 15:59:16 +02:00
header {
width:calc(100% - 50px);
margin-top:15px;
margin-bottom:4em;
padding-bottom:1em;
font-size: 12px;
line-height: 1.7;
letter-spacing: 0;
}
#content{
margin-top:1em;
}
2017-10-20 15:59:16 +02:00
/****************************/
/* general elements */
a {
color:#7e5211;
2017-07-06 14:28:42 +02:00
}
2017-09-14 23:40:20 +02:00
a:hover{
border:0;
text-decoration: none;
}
2017-07-06 14:28:42 +02:00
2017-09-14 23:40:20 +02:00
hr, .separator hr {
border:0;
2017-11-03 13:49:21 +01:00
border-top:1px dotted #7e5211;
color: black;
margin-top:1em;
margin-bottom:1em;
2017-07-06 14:28:42 +02:00
}
blockquote {
font-style:italic;
2017-07-06 14:28:42 +02:00
}
ul {
padding-left:0px;
2017-07-06 14:28:42 +02:00
}
2017-09-12 14:56:24 +02:00
h1, h2, h3, h4, h5, h6, #header{
2017-10-24 10:50:06 +02:00
font-family: "cmusans";
2017-10-20 15:59:16 +02:00
margin:0;
padding:0;
2017-09-12 14:56:24 +02:00
}
h1{
font-size: 100%;
}
h2{
font-size: 100%;
font-weight: normal;
text-decoration: underline; }
h3{
font-size: 100%;
font-weight: normal;
}
2017-10-20 15:59:16 +02:00
p{
margin:0 0 1em 0;
}
em{
letter-spacing: 0;
2017-10-24 10:50:06 +02:00
font-size: 125%;
line-height: 1.0;
2017-10-20 15:59:16 +02:00
}
pre{
line-height: 1.0;
2017-09-14 23:40:20 +02:00
font-family: monospace;
}
2017-07-06 14:28:42 +02:00
.paginator{
float:right;
margin:0px;
2017-07-06 14:28:42 +02:00
}
#post-list {
padding-left:0px;
margin-top:0px;
}
2017-09-14 23:40:20 +02:00
/****************************/
/* header & #translation */
#translation{
position: absolute;
2017-10-20 15:59:16 +02:00
font-size: 12px;
top:-5px;
2017-09-14 23:40:20 +02:00
right:5px;
margin:0;
padding:0;
}
#translation li{
list-style: none;
display: inline-block;
}
#translation li.active a{
text-decoration: none;
}
#translation li.active{
font-weight: bold;
}
2017-07-06 14:28:42 +02:00
2017-09-14 23:40:20 +02:00
/****************************/
/* main/index overview page */
#content #post-list{
width: 100%;
}
2017-10-20 15:59:16 +02:00
.summary p{
display: inline;
}
2017-10-24 10:50:06 +02:00
.summary img{
2017-11-24 18:34:04 +01:00
width: 100%;
2017-11-03 13:49:21 +01:00
margin:0 0 1em 0;
2017-10-24 10:50:06 +02:00
}
2017-09-12 14:56:24 +02:00
.hentry{
display: inline-block;
width: 200px;
2017-10-20 15:59:16 +02:00
font-size: 12px;
line-height: 1.6;
margin:0 2em 2em 0;
2017-09-14 23:40:20 +02:00
padding:0;
2017-10-20 15:59:16 +02:00
vertical-align: top;
}
2017-09-14 23:40:20 +02:00
.hentry .article-info .entry-title{
2017-10-24 10:50:06 +02:00
font-family: "cmusans";
font-size: 190%;
2017-10-20 15:59:16 +02:00
font-weight: bold;
2017-10-24 10:50:06 +02:00
line-height: 1.10;
2017-11-03 13:49:21 +01:00
margin:0;
2017-10-20 15:59:16 +02:00
}
.hentry .article-info .entry-title a{
text-decoration: none;
}
/* ascii art styling */
.hentry pre{
font-size: 14.4px;
font-weight: normal;
2017-09-14 23:40:20 +02:00
}
2017-11-03 13:49:21 +01:00
.event-details{
font-weight: bold;
margin:.5em 0 1em 0;
}
2017-09-14 23:40:20 +02:00
/****************************/
/* article */
2017-11-03 13:49:21 +01:00
.article-info, .post-info{
color:#7e5211;
}
2017-09-12 14:56:24 +02:00
.article-info{
margin-bottom:1em;
}
2017-09-14 23:40:20 +02:00
.article-info .post-info time sup{
font-size: 100%;
}
2017-09-14 23:40:20 +02:00
.article-info .entry-title{
width:100%;
display:inline-block;
2017-10-24 10:50:06 +02:00
font-family: "cmusans";
font-size: 280%;
2017-09-14 23:40:20 +02:00
line-height: 1.5;
font-weight: bold;
}
2017-09-14 23:40:20 +02:00
2017-10-20 15:59:16 +02:00
.entry-content, #page-content{
width: 800px;
margin:0;
2017-07-06 14:28:42 +02:00
}
2017-10-20 15:59:16 +02:00
.entry-content img, .summary img, #page-content img{
2017-09-14 23:40:20 +02:00
max-width:100%;
}
2017-10-20 15:59:16 +02:00
.entry-content .seperator hr, #page-content hr{
2017-09-14 23:40:20 +02:00
max-width: 50%;
}
.post-info{
2017-10-24 10:50:06 +02:00
font-size: 14px;
font-style: italic;
line-height: 0.95;
}
2017-09-14 23:40:20 +02:00
.post-info sup{
font-size: 100%;
}
.post-info .categories{
2017-10-24 10:50:06 +02:00
margin: 5px 0;
2017-09-14 23:40:20 +02:00
}
/****************************/
/* other */
2017-07-06 14:28:42 +02:00
.highlight{
margin: auto;
max-width:800px;
}
.divider {
font-size:14.8px;
2017-07-06 14:28:42 +02:00
width:100%;
line-height:1em;
background-color:white;
}
#categories {
font-size: 40px;
margin-top: 2em;
text-align: center;
2017-07-06 14:28:42 +02:00
}
.simple-footnotes{
font-size:14px;
margin:auto;
max-width:800px;
}
.author{
display: none;
2017-07-06 14:28:42 +02:00
}