User:Jitse Niesen/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

/*<pre> */
 
/* To get ''...'' rendered in the same font as <math>...</math> */
span.texhtml { font-family: sans-serif; }
 
/* To get my navigation hack working correctly */
#p-navigation a { display: inline !important; }
 
/* diff style */
.diffchange {
    font-weight: bold;
    text-decoration: underline;
    background-color: inherit;
}
 
td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 85%;
    color: inherit;
}
 
/* Mini Talkpage Template */
.messagebox.small-talk {
  width: 238px;
  font-size: 85%;
  float: right;
  clear: both;
  margin: 0 0 1em 1em;
  line-height: 1.25em; 
  background: #F8EABA;
}