/*

;Please [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Finheritance.wikia.com%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all validate] this page after modification.
{{MediaWiki:Usefulplaces}}

<pre style="overflow:scroll"><nowiki> */

/* CSS placed here will be applied to ALL skins. */
/* Check to see that the element is present on ALL skins before placing CSS here. */

/* RC +/- color */
.mw-plusminus-pos {
  color: #006400;
}
.mw-plusminus-neg {
  color: #8B0000;
}

/* Display redirects in italics in [[Special:Allpages]] and [[Special:Watchlist]] */
.allpagesredirect {
    font-style: italic;
}
.watchlistredir {
    font-style: italic;
}

/* -Forum talk: */
body.ns-110 #ca-talk,
body.ns-110 #this_talk,
body.ns-111 #wpSummaryLabel,
body.ns-111 #wpSummary,
body.ns-111 #wpMinoredit,
body.ns-111 #wpWatchthis,
body.ns-111 #wpSave {
    display: none !important;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* Forum formatting -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }

/* Nav. show/hide tool */
div.Boxmerge,
div.NavFrame {
       margin: 0px;
       padding: 2px;
       border: 1px solid #aaaaaa;
       text-align: center;
       border-collapse: collapse;
       font-size: 95%;
}
div.Boxmerge div.NavFrame {
       border-style: none;
       border-style: hidden;
}
div.NavFrame + div.NavFrame {
       border-top-style: none;
       border-top-style: hidden;
}
div.NavPic {
       background-color: #ffffff;
       margin: 0px;
       padding: 2px;
       float: left;
}
div.NavFrame div.NavHead {
       height: 1.6em;
       font-weight: bold;
       font-size: 100%;
       background-color: #efefef;
       position:relative;
}
div.NavFrame p {
       font-size: 100%;
}
div.NavFrame div.NavContent {
       font-size: 100%;
}
div.NavFrame div.NavContent p {
       font-size: 100%;
}
div.NavEnd {
       margin: 0px;
       padding: 0px;
       line-height: 1px;
       clear: both;
}
a.NavToggle {
       position:absolute;
       top:0px;
       right:3px;
       font-weight:normal;
       font-size:smaller;
}

/* Normlink styling */
#bodyContent .normlink a { background: none; padding: 0; color: #002bb8; }
#bodyContent .normlink a.new { color: #CC2200 !important; }
#bodyContent .normlink a:visited { color: #5a3696; }
#bodyContent .normlink a:active { color: #faa700; }
#bodyContent .normlink a:hover { text-decoration: underline; }

/* Hidden Content Expansion */
.hiddenContent { display: none }
.expandContent:hover .hiddenContent { display: inline !important }

/* </nowiki></pre>


'''Originally from [[MediaWiki:Monobook.css]]:'''

<pre style="overflow:scroll"><nowiki> */
/* Display text below main article header, located at [[MediaWiki:Tagline]] */
#siteSub {
   display: inline;
   font-size: 95%;
   font-weight: normal;
   font-style: normal;
}

/* Add small Inheriwiki background image to bottom right of categories bar */
#catlinks { 
   background-image: url(images/b/be/IW_Scaled.png);
   background-repeat: no-repeat;
   background-position: right;
}

/* Encourage more contributors! */
.editsection:hover {
   font-weight: bold;
}

/* </nowiki></pre>


'''Individual CSS reskinner:'''

<pre style="overflow:scroll"><nowiki> */

body.page-Main_Page .firstHeading, 
body.page-Main_Page #siteSub, 
body.page-Main_Page #siteNotice, 
body.page-Main_Page #contentSub,
body.page-Main_Page #truelastmod,
body.page-Inheriwiki_Title_Blacklist #siteSub,
body.page-Inheriwiki_Title_Blacklist #contentSub,
body.page-Inheriwiki_Title_Blacklist #ca-viewsource,
body.page-User_talk_GHe #contentSub,
body.page-User_GHe_editcount_js .firstHeading,
body.page-User_GHe_editcount_js #siteSub,
body.page-User_GHe_editcount_js #siteNotice,
body.page-User_GHe_editcount_js #contentSub,
body.page-User_GHe_editcount_js #lastmod,
body.page-User_GHe_editcount_js #p-cactions,
body.page-User_GHe_editcount_js .articleBar {
    display: none !important;
}

/* </nowiki></pre> */