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

From RationalWiki
Jump to navigation Jump to search
m (test)
(test)
Line 17: Line 17:
 
.votenotice {
 
.votenotice {
 
   display:none !important;
 
   display:none !important;
 +
}
 +
 +
.votecolumnback {
 +
  background-color:green !important;
 
}
 
}

Revision as of 06:46, 4 August 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;
}

.votecolumnback {
  background-color:green !important;
}