MediaWiki:Common.css: Difference between revisions
From Avi's Drug Diary
Created page with "→CSS placed here will be applied to all skins: #footer { display: none; }" |
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 */ | ||
#footer { | #footer, #mw-footer, #mw-footer-container { | ||
display: none; | display: none; | ||
} | |||
#ca-talk { | |||
display: none; | |||
} | |||
.druglist { | |||
border-collapse: collapse; | |||
} | |||
.druglist th, | |||
.druglist td { | |||
padding: 2px 8px !important; | |||
line-height: 1.2 !important; | |||
height: auto !important; | |||
} | } | ||
Latest revision as of 16:02, 5 August 2026
/* CSS placed here will be applied to all skins */
#footer, #mw-footer, #mw-footer-container {
display: none;
}
#ca-talk {
display: none;
}
.druglist {
border-collapse: collapse;
}
.druglist th,
.druglist td {
padding: 2px 8px !important;
line-height: 1.2 !important;
height: auto !important;
}