User:Connel MacKenzie/monobook.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, it will take 5-10 minutes before the changes take effect. You may also have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Connel MacKenzie to every page, when User:Connel MacKenzie is using the Monobook skin.


/* <pre> */

/* Make redirects appear as strike-through on Special:Allpages */
.allpagesredirect { text-decoration: line-through }

/* edit field */
textarea { background:#bbb; border:1px solid #aaa; }

/* tabs: compressed, grey */
#p-cactions li { margin:0 }
#p-cactions li a { background:#ddd}
#p-cactions li a:hover { background:#ccc}
#p-cactions li.selected { border-color:#aaa }
#p-cactions li.selected a { background:#ddd}

/* content: grey */
#content { background:#ddd}

/* background: other grey */
body { background:none; background-color:#ccc}

/* table background: whatever color the content is */
table { background:transparent }

/* modified pre */
pre { background-color:#222; color: #0d0; border:1px solid #555; }

/* Yay! Special:Recentchanges in courier! */
.firstHeading { font-family: Courier New}
.special { font-family: Courier New; font-size: 90% }

/* OK, revisit all of this someday, make background: #222, borers: #aaa, color: #0e0 for most of everything, everywhere.  For now, enough. */

/* </pre> */