MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 150: | Line 150: | ||
background: #0847b0; | background: #0847b0; | ||
} | } | ||
/* BIOGRAPHY | /* BIOGRAPHY BOX */ | ||
.bio-box { | .bio-box { | ||
float: right; | float: right; | ||
width: 300px; | width: 300px; | ||
margin: | margin-left: 20px; | ||
margin-bottom: 20px; | |||
background: #fff; | background: #fff; | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
border-radius: | border-radius: 8px; | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
/* IMAGE + CAPTION */ | |||
.bio-img { | .bio-img { | ||
text-align: center; | text-align: center; | ||
| Line 169: | Line 170: | ||
.bio-caption { | .bio-caption { | ||
font-size: 12px; | font-size: 12px; | ||
color: # | color: #666; | ||
margin-top: | margin-top: 5px; | ||
} | } | ||
/* TABLE STYLE */ | |||
.bio-table { | .bio-table { | ||
width: 100%; | width: 100%; | ||
| Line 179: | Line 181: | ||
.bio-table th { | .bio-table th { | ||
width: 35%; | width: 35%; | ||
background: #f5f7ff; | |||
padding: 6px; | padding: 6px; | ||
text-align: left; | |||
border-radius: | font-weight: bold; | ||
border-radius: 4px; | |||
} | } | ||
.bio-table td { | .bio-table td { | ||
padding: 6px; | padding: 6px; | ||
vertical-align: top; | |||
} | } | ||
/* CLEAR FLOAT */ | /* CLEAR FLOAT */ | ||
.bio-clear { | .bio-clear { clear: both; } | ||
} | |||