Difference between revisions of "MediaWiki:Common.css"

From RogueBasin
Jump to navigation Jump to search
(A few new classes)
 
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: #ccf;
}
}

Revision as of 16:30, 11 June 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: #ccf;
}