User:Soap/monobook.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Soap to every page, when User:Soap is using the Monobook skin.


body, #globalWrapper {
	 
	 FONT-SIZE: 100%;
	 }
	 
I
{
    FONT-WEIGHT: 700;
    COLOR: #FF0000;
    FONT-STYLE: italic;
    FONT-SIZE: inherit;
}

B
{
    FONT-WEIGHT: 700;
    COLOR: #0000FF !important;
    FONT-STYLE: normal;
    FONT-SIZE: inherit;
}

EM
{
    FONT-WEIGHT: 700;
    COLOR: #FF0000;
    FONT-STYLE: italic;
    FONT-SIZE: inherit;
}

h3
{
    FONT-WEIGHT: 700;
    COLOR: #0000FF !important;
    FONT-STYLE: normal;
    FONT-SIZE: 150% ;
    margin-top: 0em;
  margin-bottom: 0.5em;
}

h4
{
    FONT-WEIGHT: 700;
    COLOR: #0000FF !important;
    FONT-STYLE: normal;
    FONT-SIZE: 125%;
    margin-top: 0em;
  margin-bottom: 0.5em;
}