Template:Infobox person/styles.css
Template page
More actions
.ws-infobox{
width:320px;
float:right;
margin:0 0 20px 25px;
border:1px solid #dfe6ef;
border-radius:12px;
background:#fff;
border-collapse:collapse;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,.08);
font-size:14px;
}
.ws-infobox-title{
background:#163A8C;
color:#fff;
font-size:22px;
padding:15px;
text-align:center;
}
.ws-infobox th{
width:38%;
background:#f6f8fb;
padding:10px;
text-align:left;
font-weight:600;
border-top:1px solid #e8edf5;
}
.ws-infobox td{
padding:10px;
border-top:1px solid #e8edf5;
}
.ws-image{
padding:15px;
text-align:center;
}
.ws-image img{
border-radius:8px;
max-width:100%;
height:auto;
}
.ws-caption{
margin-top:8px;
font-size:12px;
color:#666;
font-style:italic;
text-align:center;
}
@media(max-width:768px){
.ws-infobox{
float:none;
width:100%;
margin:20px 0;
}
}