Difference between revisions of "MediaWiki:Common.css"

From RogueBasin
Jump to navigation Jump to search
m
(Hide Main Page heading)
 
Line 17: Line 17:
   border:1px solid red;
   border:1px solid red;
   background-color: #fcc;
   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;
}