Difference between revisions of "MediaWiki:Common.css"

From The Aruba Wiki
Jump to: navigation, search
Line 26: Line 26:
 
}
 
}
 
.image100px img { width: 100px; }
 
.image100px img { width: 100px; }
.tabbertab {background:#1affff}
+
.body {
 +
    background-image: url("http://thearubawiki.com/images/b/b5/Banner.jpg");
 +
    padding:2em;
 +
    background-repeat: repeat-x;
 +
}

Revision as of 22:52, 7 July 2018

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1 { display: none; }
/* body.page-Main_Page li#ca-nstab-main  { display:none!important; }
/* body.page-Main_Page li#ca-delete { display:none!important; }
/* body.page-Main_Page li#ca-edit  { display:none!important; }
/* body.page-Main_Page li#ca-talk { display:none!important; }
/* body.page-Main_Page li#ca-view { display:none!important; }
/* body.page-Main_Page li#ca-history { display:none!important; }
/* body.page-Main_Page li#ca-watch { display:none!important; }
/* body.page-Main_Page li#ca-unwatch { display:none!important; }
/* body.page-Main_Page li#ca-move { display:none!important; }
/* body.page-Main_Page li#ca-protect { display:none!important; }
/* body.page-Main_Page li#ca-unprotect { display:none!important; }
/* body.page-Main_Page li#ca-viewsource { display:none!important; }
/* body.page-Main_Page li#ca-purge { display:none!important; }
/* body.page-Main_Page div#p-cactions { display:none!important; }

mw.loader.load( '/index.php?title=MediaWiki:Carousel.css&action=raw&ctype=text/stylesheet' );

.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}
.image100px img { width: 100px; }
.body {
    background-image: url("http://thearubawiki.com/images/b/b5/Banner.jpg");
    padding:2em;
    background-repeat: repeat-x;
}