MediaWiki:Common.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary |
EkramHossen (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 97: | Line 97: | ||
/* Promo banner styled like Featured Creators box */ | |||
#promo-banner { | #promo-banner { | ||
background-color: # | border: 1px solid #a2a9b1; | ||
background-color: #cef2e0; | |||
padding: 10px; | 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; | text-align: center; | ||
margin-bottom: 10px; | |||
} | } | ||
/* Link styles */ | |||
#promo-banner a { | #promo-banner a { | ||
color: # | color: #0645ad; | ||
text-decoration: | text-decoration: none; | ||
} | } | ||
#promo-banner a:hover { | #promo-banner a:hover { | ||
text-decoration: | text-decoration: underline; | ||
} | } |