User:CoRrRan/monobook.css

From Hattrick
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
 /** Talk page message warning
  * changes appearance of message warning
  */
 .usermessage
 {
  background-color: goldenrod;
  border: 3px dashed maroon;
  color: black;
  text-align:center;
  width:300px;
 }

/** Special:Recentchanges, Special:Watchlist
  * colors positive and negative word changes (+200) / (-150)
  * indents second/third/... lines in lists
  * moves Recentchanges namespace-box to the right side
  */
 .mw-plusminus-pos
 { color: #060; }
 .mw-plusminus-neg
 { color: #900; }
 ul.special li
 { padding-left: 50px; text-indent: -50px; }
 div#nsselect
 { position: absolute; top: 51px; right: 5%; width: 200px; padding: 3px; border: 1px solid silver; }
 div#nsselect label[for="namespace"]
 { display: block; padding: 2px 5px; margin-bottom: 3px; color: #FFF; background: silver; font-weight: bold; }