Be sure to read our policy on citing sources before editing!

User:Chicken7/monobook

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search

/*

*/

/* STILL IN PRODUCTION! Not recommended for use currently... */

/* Background-done */
body {
    background-color: #1e90ff;
    background-image: url("http://images.wikia.com/banjokazooie/images//9/96/Footprint_newtest.png");
    background-repeat: repeat;
    background-position: center; 
}

#bodyContent, #content, #footer {	 
background-color: #fa8072;	 
color: #000000;	 
}

/* Wikitable-done I think */

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-kinda done */
.usermessage {
   background-color: #00008b;
   border: 3px solid #ffd700;
   color: #ffffff;
   font-weight: normal;
   margin: .5em 0em .5em 0em;
   padding: 4px;
   vertical-align: middle;
}

/* Display text below main article header, located at MediaWiki:tagline-kinda done */
#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-done */
#p-cactions ul li a:hover { 
	color: #000;
	background-color: #fa8072;
}

/* Change color of SELECTED tabs-done */
#p-cactions ul li.selected a { 
	background: #fa8072;
	color: #000;
}

/* Change color of NON SELECTED tabs-done */
#p-cactions ul li a { 
	background: #FFA07A;
	font-weight: bold;
	color: #000;
}

*/

/* Link colours-done */

#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-done */
.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.-done */
#p-personal a {
	color: #ffd700 !important;
	background-color: transparent;
        font-weight: bold;
}

/* Table of Contents-done */
#toc {
    border:4px solid #ffd700;
    background-color:#D2691E;
    padding:5px;
    font-size: 95%;
}

/* <-- Search box on the side-done */
#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;  
}
#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;
}

/* change the top-left wiki logo-done */
#p-logo a { background: url(http://images.wikia.com/banjokazooie/images//b/bc/Wiki.png) 35% 50% no-repeat !important; }

/* Testing making the sitenotice transparent */
table { background: transparent; }

/*

*/