MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
No edit summary Tags: Manual revert Reverted |
No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
#citizen-personalMenu__buttonCheckbox { | |||
display:none; | display:none; | ||
} | } | ||
#footer-desc { | #footer-desc { | ||
| Line 21: | Line 21: | ||
#ca-talk { | #ca-talk { | ||
display: none; | display: none; | ||
} | |||
.citizen-search__random { | |||
display: none; | |||
} | |||
.mw-header { | |||
position: relative; | |||
} | } | ||
Latest revision as of 00:03, 14 July 2022
/* All CSS here will be loaded for users of the Citizen skin */
#citizen-personalMenu__buttonCheckbox {
display:none;
}
#footer-desc {
display:none;
margin-top: 0;
margin-bottom: 0;
}
#footer-places {
display:none;
margin: 0;
}
#footer-info {
margin: 0;
}
#ca-talk {
display: none;
}
.citizen-search__random {
display: none;
}
.mw-header {
position: relative;
}