bunteshaus.de/themes/buha/assets/css/article.css

77 lines
1006 B
CSS

article {
flex-grow: 1;
flex-shrink: 0;
margin-left: 1rem;
background-color: var(--background);
padding: 1rem;
margin-bottom: 2rem;
border-radius: 10px;
}
#articletitle h2 {
margin-top: 0;
}
article a {
text-decoration: underline;
}
#article_list a {
text-decoration: none;
}
article p:first-child {
margin-top: 0;
}
article #readmore {
margin-top: 1rem;
}
#articlemeta {
margin-bottom: 1rem;
}
#articletext img {
width: 80%;
}
#articlemeta div:first-child {
font-size: medium;
font-weight: bold;
}
#articletext {
margin-bottom: 1rem;
}
.multiple_small {
flex: 0 0 24%;
margin-right: 1rem;
}
.multiple_big {
flex: 0 0 72%;
}
.solo {
flex: 0 0 100%;
}
#articleinner {
display: flex;
flex-direction: column-reverse;
}
#article_footer {
margin-left: 1rem;
margin-top: 0rem;
margin-bottom: 0rem;
display: flex;
flex-direction: column;
align-items: stretch;
font-size: x-small;
color: var(--text-muted);
flex-grow: 1;
}