User:Poke/monobook.css

From Guild Wars Wiki
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
 /*<nowiki>*/
/** Special:RecentChanges, Special:Watchlist
 * colors positive and negative word changes (+200) / (-150)
 * indents second/third/... lines in lists
 * remove legend
 */
.mw-plusminus-pos
{ color: #090; }
.mw-plusminus-neg
{ color: #900; }
ul.special > li
{ padding-left: 50px; text-indent: -50px; }
ul.special > li > *
{ text-indent: initial; }
.mw-rc-label-legend
{ display: none; }

/** Editing pages & Deletion pages
 * removes watch option to not enable or disable watching randomly..
 * increase deletion reason field size
 * remove rollback links in RecentChanges
 */
form#editform      input[id='wpWatchthis'], form#editform      label[for='wpWatchthis'],
form#deleteconfirm input[id='wpWatch'],     form#deleteconfirm label[for='wpWatch']
{ display: none }
input#wpReason
{ width: 650px; }
body.page-Special_RecentChanges span.mw-rollback-link
{ display: none; }
/*</nowiki>*/