MediaWiki:Common.css: Difference between revisions

From Indpedia
No edit summary
Tag: Reverted
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#ca-viewsource {
#ca-viewsource {
     display: none;
     display: none;
}
.custom-top-banner {
    background-color: #f8f9fa;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
}

Latest revision as of 08:01, 10 September 2024

/* CSS placed here will be applied to all skins */
#ca-viewsource {
    display: none;
}