MediaWiki:Common.css

From Wiki

Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
#p-logo a, #p-logo a:hover{ background-position:top left !important; }
 
#p-logo a, #p-logo a:hover{ background-position:top left !important; }
 +
 +
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;
 +
}

Latest revision as of 05:48, 26 March 2011

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

#p-logo a, #p-logo a:hover{ background-position:top left !important; }

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;
}