MediaWiki:Common.css

From MI2wiki
Revision as of 08:25, 24 January 2013 by Soul (talk | contribs)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.CHARa{    color: white;
           background:#865ab7 }
.CHARb{    color: black;
           background:#dbd1f7 }

/** Collapsible tables *********************************************************
 *
 *  Description: Allows tables to be collapsed, showing only the header. See
 *                         http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
 *  Maintainers: [[en:User:R. Koot]]
 */
 
table.collapsed tr.collapsible {
        display: none;
}
.collapseButton {               /* 'show'/'hide' buttons created dynamically by the             */
        float: right;           /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;    /* are styled here so they can be customised.             */
        text-align: right;
        width: auto;
}
 
/* Character table stuff fixed up by Dan! */
table.chartable {
border-spacing:0px; font-size:90%; border-collapse: collapse; border: 1px #353535 solid;
}
table.chartable th {
border-collapse: collapse; border: 1px #353535 solid;
color: white; background: #865ab7; font-weight: bold;
text-align:center; vertical-align:text-top;
}
table.chartable td {
border-collapse: collapse; border: 1px #353535 solid;
color: black; background: #dbd1f7;
vertical-align:text-top;
}