User:Nx/monobook.css

From RationalWiki
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/*style intercom and new messages */
.usermessage {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  -o-box-shadow: 0px 0px 8px #888;
  -icab-box-shadow: 0px 0px 8px #888;
  -khtml-box-shadow: 0px 0px 8px #888;
  -moz-box-shadow: 0px 0px 8px #888;
  -webkit-box-shadow: 0px 0px 8px #888;
  box-shadow: 0px 0px 8px #888;
}

.votenotice {
  -display:none !important;
}

.page-RationalWiki_To_do_list #ca-edit { display: inline !important; }

table.forumtable td.forum-col1 {
  padding-left:32px;
  background: url('http://rationalwiki.com/wiki/images/c/ca/Forum_unwatched.gif') no-repeat 2px center;
}

table.forumtable tr.stickythread.threadunwatched td.forum-col1 {
  background-image: url('http://rationalwiki.com/wiki/images/3/35/Sticky_unwatched.gif');
}

table.forumtable tr.stickythread.threadold td.forum-col1 {
  background-image: url('http://rationalwiki.com/wiki/images/3/32/Sticky_read.gif');
}

table.forumtable tr.stickythread.threadnew td.forum-col1 {
  background-image: url('http://rationalwiki.com/wiki/images/c/c6/Sticky_unread.gif');
}

table.forumtable tr.normalthread.threadnew td.forum-col1 {
  background-image: url('http://rationalwiki.com/wiki/images/b/b0/Forum_unread.gif');
}

table.forumtable tr.normalthread.threadold td.forum-col1 {
  background-image: url('http://rationalwiki.com/wiki/images/9/9a/Forum_read.gif');
}