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

From RationalWiki
Jump to navigation Jump to search
m (nice but overkill)
(hatnote)
Line 17: Line 17:
 
.votenotice {
 
.votenotice {
 
   display:none !important;
 
   display:none !important;
 +
}
 +
 +
.hatnote {
 +
    font-style: italic;
 +
    padding-left: 2em;
 +
    margin-bottom: 0.5em;
 +
}
 +
/* override italics with '' */
 +
.hatnote i {
 +
    font-style: normal;
 
}
 
}

Revision as of 08:22, 16 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;
}

.hatnote {
    font-style: italic;
    padding-left: 2em;
    margin-bottom: 0.5em;
}
/* override italics with '' */
.hatnote i {
    font-style: normal;
}