Difference between revisions of "User:Nx/monobook.css"

From RationalWiki
Jump to navigation Jump to search
m (ok, that works)
m (forum thread icons)
Line 20: Line 20:
  
 
.page-RationalWiki_To_do_list #ca-edit { display: inline !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');
 +
}

Revision as of 12:53, 23 December 2009

/* 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');
}