MediaWiki:Common.css: Difference between revisions

m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 92: Line 92:
   padding: 15px;
   padding: 15px;
   background: #f9f9f9;
   background: #f9f9f9;
}
#promo-banner {
    background-color: #ffe27a;
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #e0b600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#promo-banner a {
    color: #0056b3;
    text-decoration: underline;
}
#promo-banner a:hover {
    text-decoration: none;
}
}