MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 78: Line 78:
.infobox .infobox-navbar {
.infobox .infobox-navbar {
text-align: right;
text-align: right;
}
/* Infoboxes end */
body {
  background-color: #fff;
}
div.main-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  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;
}
}