MediaWiki:Monobook.css: Difference between revisions

restoring old Monobook.css. Credit to Chicken7 for making this in 2008!
(add)
 
(restoring old Monobook.css. Credit to Chicken7 for making this in 2008!)
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* All CSS here will be loaded for users of the MonoBook skin */
body {
    background-color: #1e90ff;
    background-image: url("https://static.wikitide.net/banjokazooiewiki/9/96/Footprint_newtest.png");
    background-repeat: repeat;
    background-position: center;
}
#bodyContent, #content, #footer {
  background-color: #fa8072;
  color: #000000;
}
body.skin-monobook .portlet h3 { color:#FFF; }
/* Wikitable */
table.wikitable {
  margin: 1em 1em 1em 0;
  background: #FFFFFF;
  border: 1px #AAA solid;
  border-collapse: collapse;
}
table.wikitable th, table.wikitable td {
  border: 1px #AAA solid;
  padding: 0.2em;
}
table.wikitable th {
  background: #FCFCFC;
  text-align: center;
}
table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
/* You have new messages box */
.usermessage {
  background-color: #333333;
  border: 3px solid #ffd700;
  color: #00008b;
  font-weight: normal;
  margin: .5em 0em .5em 0em;
  padding: 4px;
  vertical-align: middle;
}
/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}
.mw-plusminus-pos {
  color: #006500;
}
.mw-plusminus-neg {
  color: #8B0000;
}
#pagehistory li.selected {
background-color: #FFA07A;
border: 1px dashed #FFA07A;
}
/* Appearance when MOUSE HOVERS OVER TABS */
#p-cactions ul li a:hover {
color: #000;
background-color: #fa8072;
}
/* Change color of SELECTED tabs */
#p-cactions ul li.selected a {
background: #fa8072;
color: #000;
}
/* Change color of NON SELECTED tabs */
#p-cactions ul li a {
background: #FFA07A;
font-weight: bold;
color: #000;
}
/* Link colours */
#column-one { padding-top: 140px !important; }
h5 { color: #ffd700; }
a { color: #191970; }
a:visited { color: #191970; }
a:hover { text-decoration: underline; }
a.new { color: #0000FF; }
/* Link colors */
.portlet a {
color: #191970;
background: none;
}
/* Sidebar */
.pBody {
background-color: #333333;
color: #FFd700;
}
div.pBody {
background-color: #D2691E;
border:3px solid #ffd700;
}
/* Area where it says your username, talk page, etc. */
#p-personal a {
color: #ffd700 !important;
background-color: transparent;
        font-weight: bold;
}
/* Table of Contents */
#toc {
    border:4px solid #ffd700;
    background-color:#D2691E;
    padding:5px;
    font-size: 95%;
}
/* <-- Search box on the side */
#p-search {
    position:relative;
    z-index:3;
}   
#p-search .pBody {
    text-align: center;
}
input.searchButton {
    margin-top:1px;
    padding: 0 0.4em !important;
    font-size: 95%;
    color: White;
    cursor: pointer;
    background-color: #CD853F;
    border: 1px solid #a0522d; 
}
body.skin-monobook #searchInput {
    border: 2px solid #a0522d; 
    width:10.9em;
    margin: 0 0 0 0;
    background-color: #FFDEAD;
    font-size: 95%;
    color: 8B4513;
}
#p-search .pBody {
    padding: 0.5em 0.4em 0.4em 0.4em;
}


/* <h2> All pages </h2> */
/* <h2> All pages </h2> */