Jump to content

User:Barek/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* test disabling green-background of new changes text in history tab */
.updatedmarker{overflow:hidden;display:inline-block;height:1em;width:10px;background-color: transparent;}span.updatedmarker::before{content:'*';font-weight:bold;font-size:20px;width:10px;display:inline-block;background-color: transparent;}

/* disable bolded articles in watchlist */
/* strong.mw-watched { font-weight: normal; border-bottom:1px dotted #000; } */

/* disable messages saying: your edit was saved */
.postedit { display: none; }

/* Highlight admin sigs in this color (requires code in monobook.js to work).   */
/* This highlights any links to user pages of admins for easier identification. */ 
/* documentation can be found at [[User:Theopolisme/Scripts/adminhighlighter]]  */
a.userhighlighter_sysop.userhighlighter_sysop {background-color: #7FFF00 !important}

/* Disable rollback button on the watchlist */
.mw-special-Watchlist .mw-rollback-link {
    display: none;
}