MediaWiki:Common.css: Difference between revisions

From DarkWorld Network
Jump to navigation Jump to search
Error (talk | contribs)
Replaced content with "CSS placed here will be applied to all skins: #p-tb { display: none; }"
Tags: Replaced Manual revert
Error (talk | contribs)
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-tb { display: none; }
#p-tb { display: none; }
#mw-panel .portal a, #mw-panel .portal a:visited {
    font-size:16px!important;
    color: red!important;
}

Revision as of 06:45, 3 November 2021

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

#mw-panel .portal a, #mw-panel .portal a:visited {
    font-size:16px!important;
    color: red!important;
}