Anonymous
×
Create a new article
Write your page title here:
We currently have 5 articles on CATCRAFT WIKI. Type your article name above or click on one of the titles below and start writing!



CATCRAFT WIKI

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Show the little black box only for the owner */
/* Hide the little black box for everyone */
.mw-user-DarkChroma #p-tb:before {
#p-tb:before {
     display: block;
     display: none;
}
}

Revision as of 11:36, 5 May 2023

/* CSS placed here will be applied to all skins */
/* Hide the little black box for everyone */
#p-tb:before {
    display: none;
}