Template:ImageBox/styles.css
Jump to navigation
Jump to search
.imgbox {
display: inline-flex;
flex-direction: column;
padding: 0;
margin-top: 0.5em;
border-radius: 10px;
overflow: hidden
}
.imgboxTitle {
line-height: 15px;
text-shadow: 1px 1px 1px #333333;
color: white;
width: 100%;
padding-bottom: 5px;
font-family: 'Quicksand';
flex: 0.2;
font-weight: bold;
align-content: center;
}
.imgboxTitle a {
color: white !important;
}
.imgboxImage {
flex: 1;
align-content: center;
}