fel_website/output/theme/css/main.css
2020-04-24 19:23:58 +02:00

84 lines
1.1 KiB
CSS

*{
font-family: 'Courier New', Courier, monospace;
background-color:#CEF6EC;
}
text, a{
font-size: 1.5em;
}
h1{
font-size: 2em;
font-weight: bold;
}
.sidebar{
height: 100%;
width: 13%;
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
padding-top: 20px;
position: fixed;
border: solid;
border-width: 1px;
border-top: unset;
border-bottom: unset;
border-right-color: black;
}
a {
color: black;
text-decoration: unset;
}
a:hover{
color: #808080;
}
#article-anchors {
padding: 1em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.content{
margin-left: 13%;
padding-left: 2em;
max-width: 50%;
line-height: 1.2;
font-size: 1.2em;
}
.article-author {
color:#4d4d4d;
text-decoration: unset;
}
.article-author:before{
content:"_";
}
/* CSS MAIN */
h2{
font-style: italic;
}
a:before{
color: #85adad;
content: '> ';
}
img{
max-width: 60%;
border-bottom: 10em;
border-style: solid;
border-width: 2px;
}
.audio {
display: none;
}