No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
} | } | ||
.blog-list .blog-list-header:not(:empty) .blog-list-actions {visibility:hidden!important} | .blog-list .blog-list-header:not(:empty) .blog-list-actions {visibility:hidden!important} | ||
.twocolumns { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 20px; | |||
margin-top: 10px; | |||
} | |||
.column-left, | |||
.column-right { | |||
flex: 1 1 45%; | |||
padding: 10px; | |||
background-color: #f9f9f9; | |||
border: 1px solid #ccc; | |||
box-sizing: border-box; | |||
} | |||
@media screen and (max-width: 768px) { | |||
.column-left, | |||
.column-right { | |||
flex-basis: 100%; | |||
} | |||
} | |||
Revision as of 06:51, 21 October 2025
/* CSS placed here will be applied to all skins
.Veraltet{
color:lightgray;
font-size:42px;
/** position: absolute;
/** height: 200px
/** width: 100%;
/** color: rgba(0, 0, 0, 0.2);
/** font-size: 4em;
/** top: 50%;
/** left: 50%;
/** transform: translate(-50%, -50%);
/** z-index: 0;
background-repeat: repeat;
background-position: top left;
background-size: auto 9cm;
min-height: 250px;
}*/
#blog-root .blog-list .blog-list-header, #blog-root .blog-list .blog-list-header:not(:empty) {
display:none;border:none; visibility:hidden; padding:0!important;
}
.blog-list .blog-list-header:not(:empty) .blog-list-actions {visibility:hidden!important}
.twocolumns {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-top: 10px;
}
.column-left,
.column-right {
flex: 1 1 45%;
padding: 10px;
background-color: #f9f9f9;
border: 1px solid #ccc;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.column-left,
.column-right {
flex-basis: 100%;
}
}