User:JustCallMeJ/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.

.wikitable { border: 1px solid #888888 !important; }
.wikitable th { background-color: #EEEEEE !important; border: 1px solid #888888 !important; }
.wikitable td { background-color: #F9F9F9 !important; border: 1px solid #888888 !important; }
 
#pagehistory li { border: 1px solid #F9F9F9 !important; }
#pagehistory li.selected { background-color: #f9f9f9; border: 1px dashed #888888 !important; }
 
table { background-color: #EEEEEE; border: 1px solid #888888; }
 
/* Transform the user toolbar into a sidebox */
#p-personal {
    position:relative;
    z-index:3;
    width: 11.5em;
    margin-top: 1.4em;
    margin-bottom: 6px;
}
 
#p-personal .pBody {
    width: 10.1em;
    border: none;
    margin: 0 0 0.1em 0em;
    float: none;
    overflow: hidden;
    font-size: 8pt;
    background-color: #F9F9F9;
    border-collapse: collapse;
    border: 1px solid #888888;
    padding: 0 0.8em 0.3em .5em;
}
 
#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");
    font-size:95%;
    margin: 0 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}
 
#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}
 
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #888888; }
 
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
 
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }
 
hr {
	height: 1px;
	color: #888888;
	background-color: #888888;
	border: 0;
	margin: .2em 0 .2em 0;
}
 
/* thumbnails */
 
div.thumb {
	margin: .8em;
	border-style: solid;
	border-color: #F9F9F9 !important;
        border: 1px solid #888888 !important;
	width: auto;
}
 
div.thumb div {
        border: none !important;
	padding: 3px !important;
	background-color: #EEEEEE;
	font-size: 8pt;
	text-align: center;
	overflow: hidden;
}
 
div.thumb div a img { border: none !important; }
 
#editpage-specialchars { background-color: #EEEEEE !important;  border: 1px solid #888888 !important; }
 
.sisterproject, .infobox { background-color: #EEEEEE !important;  border: 1px solid #888888 !important; font-size: 8pt !important; }
 
table.diff { background-color: #EEEEEE !important; border: 1px solid #888888 !important; }
 
td.diff-otitle, td.diff-ntitle { background-color: #F9F9F9 !important; border: 1px solid #888888 !important; }
 
#toc { background-color: #EEEEEE !important; border: 1px solid #888888 !important; }
 
#catlinks { background-color: #EEEEEE !important; border: 1px solid #888888 !important; }
 
#siteSub { border-bottom: none !important; }
 
/* old style for the user toolbar */
/* #pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris, #pt-logout */
/* { background-color: #DDDDDD !important; border: 1px solid #000000 !important; border-collapse: collapse !important;  padding: 2px !important; margin-left: -2px !important; margin-right: -3px !important; } */
 
#content { margin-top: 1.5em; }
#p-cactions { margin-top: -1.5em; }
 
/* changes the font inside the nav box, toolbox, and other languages box */
#p-navigation, #p-tb, #p-lang { font: 8pt microsoft sans serif !important; }
 
/* makes the font above the nav box, toolbox, and other languages box stay the same */
#p-navigation h5, #p-search h5, #p-tb h5, #p-lang h5 { background-color: #BBBBBB; font: 8pt verdana !important; -moz-border-radius-topright: 0.5em; }
 
#p-navigation { display: none; }
 
h2 { font-weight: bold; }
 
/* move the user toolbar - disabled for now */
#p-personal { margin-left: 0px !important; }
 
/* make the content background/article content area color a light grey */
#content { background-color: #F9F9F9 !important; }
 
/* stop background image from scrolling with content area */
body { background-attachment: fixed; }
 
/* replace the book in the background with something else */
body { background: none; background-color: #DDDDDD !important; }
 
/* change the logo */
#p-logo a { display: none; !important; }
 
/* don't use any logo, move the boxes onto that area instead */
#p-logo { display: none; }
#column-one { padding-top: 2px; }
 
/* suppress the person icon by your username */
li#pt-userpage { background: none; }
 
/* use browser prefs for text size and font */
body, #globalWrapper { font: inherit !important; }
 
/* always underline links */
:link { text-decoration: none; }
 
/*Display body content in a narrower column for easier reading*/
/*adjust percentages as desired*/ margin-left: 0px !important;
div#bodyContent { width: 100%; line-height: auto;}
 
/* change background of unselected tabs */
#p-cactions ul li a { background-color: #DDDDDD !important; }
 
#p-cactions ul li a:hover { background-color: #F9F9F9 !important; color: black !important; }
 
#p-cactions li { border-color: #888888 !important; }
 
/* change background of selected tabs */
#p-cactions ul li.selected a { background-color: #F9F9F9 !important; }
 
#p-cactions ul li.selected a:hover { border-bottom: 1px dotted black !important; }
 
/* change border background of selected tabs */
#p-cactions li.selected { border-color: #888888 !important; }
 
/* style the search box and the buttons below it */
input.searchButton { background-color: #EEEEEE !important; border: 1px solid #888888 !important; font: 8pt verdana !important; }
 
#searchInput { width: 101px; background-color: #EEEEEE !important; border: 1px solid #888888 !important; font: 8pt verdana !important; }
 
/* standard link colors */
a:link { color: ; }
a:visited { color: ; font-style: italic; }
a:active, a:link.new { color: ; }
a:link.interwiki, a:link.external { color: ; }
a:link.stub { color: ; }
a:hover { text-decoration: none !important; color: black !important; border-bottom: 1px dotted black !important; }
 
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { background-color: #EEEEEE; overflow: auto; }
 
/* suppress the person icon by your username */
/* needed if not already in place */
li#pt-userpage { background: none; }
 
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
}
 
#content { 
  -moz-border-radius-topleft: 0.5em; 
  -moz-border-radius-bottomleft: 0.5em;
}
 
div.pBody {
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
}
 
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 0.5em;
  border-radius-topright: 0.5em;
}
 
#content { 
  border-color: #888888 !important;
  border-radius-topleft: 0.5em;
  border-radius-bottomleft: 0.5em;
}
 
div.pBody {
  background-color: #F9F9F9;
  border-color: #888888 !important;
  border-radius-topright: 0.5em;
  border-radius-bottomright: 0.5em;
}