MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 149: | Line 149: | ||
.bw-search-btn:hover { | .bw-search-btn:hover { | ||
background: #0847b0; | background: #0847b0; | ||
} | |||
/* BIOGRAPHY INFOBOX LAYOUT */ | |||
.bio-box { | |||
float: right; | |||
width: 300px; | |||
margin: 0 0 20px 20px; | |||
background: #fff; | |||
border: 1px solid #ddd; | |||
border-radius: 12px; | |||
padding: 10px; | |||
box-shadow: 0 2px 6px rgba(0,0,0,0.05); | |||
} | |||
.bio-img { | |||
text-align: center; | |||
margin-bottom: 10px; | |||
} | |||
.bio-caption { | |||
font-size: 12px; | |||
color: #555; | |||
margin-top: 4px; | |||
} | |||
.bio-table { | |||
width: 100%; | |||
border-collapse: collapse; | |||
} | |||
.bio-table th { | |||
text-align: left; | |||
width: 35%; | |||
padding: 6px; | |||
background: #eef3ff; | |||
border-radius: 6px; | |||
} | |||
.bio-table td { | |||
padding: 6px; | |||
} | |||
/* VERIFIED BADGE */ | |||
.verified-badge { | |||
background: #1a73e8; | |||
color: white; | |||
padding: 2px 6px; | |||
border-radius: 6px; | |||
font-size: 12px; | |||
margin-left: 6px; | |||
} | |||
/* CLEAR FLOAT */ | |||
.bio-clear { | |||
clear: both; | |||
} | } | ||