Difference between revisions of "MediaWiki:Common.css"

From RogueBasin
Jump to navigation Jump to search
(A few new classes)
 
(Hide Main Page heading)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
     z-index: 10;  
     z-index: 10;  
     display: block !important;
     display: block !important;
}
.rb-warning {
  width:auto;
  padding:0.5em 1em;
  border:1px solid red;
  background-color: #fcc;
}
body.page-Main_Page h1#firstHeading {
  display: none;
}
}

Latest revision as of 20:16, 10 August 2013

/* CSS placed here will be applied to all skins */

/* Better-formatted pre tags in tables */
.plain-table pre { padding: 0; margin: 0; border: 0; background: inherit }

/* Topicons - displayed right of page title */
div.topicon {
    top: -2.4em;
    position: absolute; 
    z-index: 10; 
    display: block !important;
}

.rb-warning {
  width:auto;
  padding:0.5em 1em;
  border:1px solid red;
  background-color: #fcc;
}

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