MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.images-centered-full-width {
  text-align: center;
  padding: 10px;
}
 
.images-centered-full-width img {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 10px;
}
 
/* @import "/css/basic.css"; */
/* @import "/css/basic.css"; */
@import "/css/galleriffic-3.css";


.tpllabel {
.tpllabel {
Line 14: Line 25:


.wcell {
.wcell {
   width: 10em;
   width: 15em;
   margin: 1em;
   margin: 1em;
}
}
Line 20: Line 31:


h1.firstHeading {
h1.firstHeading {
  display: none;
/*  display: none; */
}
}
body.page-Main_Page h1.firstHeading { display:none; }


.cleared {
.cleared {

Navigation menu