Guh-huh! Welcome to the Banjo-Kazooie Wiki! If you want to request an account, please do so at Mario Wiki or Fanonpedia.

MediaWiki:Monobook.css: Difference between revisions

From Banjo-Kazooie Wiki
Jump to navigationJump to search
updating urls
(removing conflicting piece of code)
(updating urls)
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: #1e90ff url(https://banjokazooie.mywikis.net/w/images/Footprint_newtest.png) center; }
body {
    background-color: #1e90ff;
    background-image: url("https://www.bkwiki.info/w/images/Footprint_newtest.png");
    background-repeat: repeat;
    background-position: center;  
}


#bodyContent, #content, #footer {  
#bodyContent, #content, #footer {  
Line 69: Line 74:


body.skin-monobook li#pt-userpage {
body.skin-monobook li#pt-userpage {
background: url(https://banjokazooie.mywikis.net/w/images/User_icon.png) top left no-repeat;
background: url(https://www.bkwiki.info/w/images/User_icon.png) top left no-repeat;
     line-height:20px;
     line-height:20px;
     padding:0 0 2px 20px;
     padding:0 0 2px 20px;
Line 468: Line 473:
li#ca-nstab-category > a,
li#ca-nstab-category > a,
li#ca-nstab-foro > a {
li#ca-nstab-foro > a {
  background:#fff url('https://banjokazooie.mywikis.net/w/images/MonobookSprite.png') no-repeat;
  background:#fff url('https://www.bkwiki.info/w/images/MonobookSprite.png') no-repeat;
  padding-right:25px !important;
  padding-right:25px !important;
  padding-left:10px !important;
  padding-left:10px !important;
Line 486: Line 491:
li#ca-watch > a, li#ca-unwatch > a,
li#ca-watch > a, li#ca-unwatch > a,
li#ca-listing-refresh-tab > a {
li#ca-listing-refresh-tab > a {
background-image:url('https://banjokazooie.mywikis.net/w/images/MonobookSprite.png');
background-image:url('https://www.bkwiki.info/w/images/MonobookSprite.png');
background-repeat:no-repeat;
background-repeat:no-repeat;
padding-right:7px !important;
padding-right:7px !important;
Line 505: Line 510:
.mw-editsection-bracket { display:none; }
.mw-editsection-bracket { display:none; }
#bodyContent .mw-editsection a {
#bodyContent .mw-editsection a {
background: url('https://banjokazooie.mywikis.net/w/images/MonobookSprite.png') no-repeat 2px -118px;
background: url('https://www.bkwiki.info/w/images/MonobookSprite.png') no-repeat 2px -118px;
color:#191509;
color:#191509;
text-decoration:none;
text-decoration:none;

Navigation menu