MediaWiki:Common.css: Difference between revisions
EkramHossen (talk | contribs) m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
EkramHossen (talk | contribs) No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 92: | Line 92: | ||
padding: 15px; | padding: 15px; | ||
background: #f9f9f9; | background: #f9f9f9; | ||
} | |||
/* Promo banner styled like Featured Creators box */ | |||
#promo-banner { | |||
border: 1px solid #a2a9b1; | |||
background-color: #cef2e0; | |||
display: inline-block; /* Not full width */ | |||
padding: 8px 15px; | |||
font-weight: bold; | |||
margin: 10px auto; | |||
border-radius: 3px; | |||
max-width: 900px; | |||
} | |||
/* Center the box */ | |||
#promo-banner-container { | |||
text-align: center; | |||
margin-bottom: 10px; | |||
} | |||
/* Link styles */ | |||
#promo-banner a { | |||
color: #0645ad; | |||
text-decoration: none; | |||
} | |||
#promo-banner a:hover { | |||
text-decoration: underline; | |||
} | } |