Template:Featured topic box/styles.css/sandbox
Jump to navigation
Jump to search
.featured-topic-box {
box-sizing: border-box;
border: 1px solid #a2a9b1;
background-color: light-dark(#F8F9FA, #050607);
color:inherit;
padding: 5px;
font-size: 95%;
clear: both;
}
.featured-topic-box-title-bar {
background-color: light-dark(#E0F2CE, #0D311F);
color:inherit;
min-height: 25px;
font-weight: bold;
text-align: center;
}
.featured-topic-box-navbar {
font-size: 90%;
}
.featured-topic-box-title {
font-size: 120%;
flex: 1;
}
.featured-topic-box-count {
font-size: 90%;
}
.featured-topic-box-contents {
background-color: light-dark(#F2FFE6, #0C1901);
color:inherit;
padding: 2px 1%;
}
.featured-topic-box-contents ul {
list-style: none;
}
.featured-topic-box-image {
text-align: center;
flex: 0 0 auto;
}
.featured-topic-box-column {
flex: 1;
}
@media (min-width: 720px) {
.featured-topic-box {
width: 95%;
margin: 0 auto;
}
.featured-topic-box-navbar {
padding-left: 1em;
}
.featured-topic-box-count {
padding-right: 1em;
}
.featured-topic-box-title-bar {
display: flex;
align-items: center;
}
.featured-topic-box-contents {
display: flex;
gap: 2% 0;
}
.featured-topic-box-image {
width: 110px;
}
}