User:Barek/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .js page for this skin is at User:Barek/common.js. |
/* 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;
}