MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 97: Line 97:




/* Promotion banner for Vector 2022 */
/* Promo banner styled like Featured Creators box */
#promo-banner {
#promo-banner {
     background-color: #ffe27a;
    border: 1px solid #a2a9b1;
     color: #000;
     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;
     font-size: 15px;
     margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px solid #e0b600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
}


/* Link styles */
#promo-banner a {
#promo-banner a {
     color: #0056b3;
     color: #0645ad;
     text-decoration: underline;
     text-decoration: none;
}
}


#promo-banner a:hover {
#promo-banner a:hover {
     text-decoration: none;
     text-decoration: underline;
}
}