MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 68: | Line 68: | ||
border-radius: 4px !important; | border-radius: 4px !important; | ||
background-color: #fff !important; | background-color: #fff !important; | ||
} | |||
/* Infobox Styling */ | |||
infobox { | |||
display: block; | |||
width: 280px; | |||
float: right; | |||
margin: 0 0 20px 20px; | |||
border: 1px solid #d0d0d0; | |||
border-radius: 6px; | |||
background: #fafafa; | |||
font-size: 14px; | |||
line-height: 1.4; | |||
} | |||
infobox > title { | |||
display: block; | |||
background: #f5f5f5; | |||
padding: 10px; | |||
font-size: 18px; | |||
font-weight: bold; | |||
border-bottom: 1px solid #d0d0d0; | |||
} | |||
infobox > image img { | |||
width: 100%; | |||
border-bottom: 1px solid #d0d0d0; | |||
} | |||
infobox > label { | |||
font-weight: bold; | |||
display: block; | |||
padding: 8px 10px 0 10px; | |||
color: #555; | |||
} | |||
infobox > data { | |||
display: block; | |||
padding: 0 10px 8px 10px; | |||
color: #333; | |||
} | } | ||