Difference between revisions of "MediaWiki:Common.css"

From DarkWorld Network
Jump to navigation Jump to search
(Replaced content with "→‎CSS placed here will be applied to all skins: #p-tb { display: none; }")
Tags: Manual revert Replaced
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 07: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;
}