Difference between revisions of "MediaWiki:Common.css"

From The Aruba Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
@import url("https://fonts.googleapis.com/css?family=Yatra+One")
 +
 +
 
body.page-Main_Page h1 { display: none; }
 
body.page-Main_Page h1 { display: none; }
 
/* body.page-Main_Page li#ca-nstab-main  { display:none!important; }
 
/* body.page-Main_Page li#ca-nstab-main  { display:none!important; }
Line 30: Line 33:
 
     padding:2em;
 
     padding:2em;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 +
    font-family: "Noto Sans", sans-serif
 
}
 
}

Revision as of 00:06, 12 July 2018

/* CSS placed here will be applied to all skins */
@import url("https://fonts.googleapis.com/css?family=Yatra+One")


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; }
.welcome_banner {
    background-image: url("http://thearubawiki.com/images/b/b5/Banner.jpg");
    padding:2em;
    background-repeat: no-repeat;
    font-family: "Noto Sans", sans-serif
}