More actions
add styles for Template:Badge |
add badge image styles |
||
Line 18: | Line 18: | ||
text-align: center; | text-align: center; | ||
min-width: 175px; | min-width: 175px; | ||
} | |||
.badge-image { | |||
overflow: clip; | |||
height: 150px; | |||
width: 150px; | |||
border-radius: 80px; | |||
box-shadow: 0 0 8px 0 black; | |||
margin: auto; | |||
} | } | ||
Revision as of 22:16, 28 October 2024
.badge {
position: relative;
border-radius: 5px;
margin-top: 20px;
padding: 3em;
padding-bottom: 2em
}
.badge-header {
position: absolute;
background: #2e202a;
border: 2px solid #1e0c1b;
border-radius: 15px;
box-shadow: #000 0 0 4px 0;
padding: 10px;
left: 40px;
top: -15.25px;
text-align: center;
min-width: 175px;
}
.badge-image {
overflow: clip;
height: 150px;
width: 150px;
border-radius: 80px;
box-shadow: 0 0 8px 0 black;
margin: auto;
}
.badge-content {
border-radius: 5px;
padding: 1em;
}
.badge-description {
font-size: 18px;
}