MediaWiki:Common.css: Difference between revisions

From CHITRAL
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
     padding: 10px;
     padding: 10px;
     font-size: 1.1em;
     font-size: 1.1em;
}
body.page-Main_Page #ca-history,
body.page-Main_Page #ca-viewsource {
    display: none !important;
}
}

Latest revision as of 15:44, 16 January 2025

/* CSS placed here will be applied to all skins */
.wikitable {
    background-color: #ffffff;
    border-collapse: collapse;
    width: 100%;
}

.wikitable th {
    background-color: #0073aa;
    color: white;
    padding: 10px;
    font-size: 1.2em;
}

.wikitable td {
    padding: 10px;
    font-size: 1.1em;
}