MediaWiki:Monobook.css

From TheBookbag
Revision as of 16:47, 24 October 2009 by Keith (talk | contribs) (1 revision)
Jump to navigationJump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* edit this file to customize the monobook skin for the entire site */

body
{
font-family: "verdana", "trebuchet ms", "arial", sans-serif; }

p
{background-color: #ffffff;
color: #000000;
font-size: 95%;
padding-bottom: 5px;
}

a:link {color: #4169E1;}     /* unvisited link */
a:visited {color: #1E90FF;}  /* visited link */
a:hover {color:#000080;}   /* mouse over link */
a:active {color: #3CB371;}   /* selected link */


/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

.firstHeading {padding-bottom :15px;}

.floatright { float: right;
clear: both;
}

.floatleft {  float:left;
clear: both;}

.newreview { min-height: 250px;
}

h2 {padding-bottom :7px;}

.matched_ad_div
{ float: right;
clear: both;
}