MediaWiki:Common.css

From Wiki

Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo a, #p-logo a:hover{ background-position:left bottom; }")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#p-logo a, #p-logo a:hover{ background-position:left bottom; }
+
#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;
}