MediaWiki:Common.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 27: Line 27:
}
}
*/
*/
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {     
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}

Revision as of 00:09, June 30, 2012

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

/* Hides the Main Page's title */
body.page-Main_Page h1.firstHeading { display:none; }

/* Changes logo parameters */
/* img.a{width:142px;height:625px;} */
/* 
#p-logo a,
#p-logo a:hover {
        display: block;
        height: 100px;
        width: 10em;
        background-repeat: no-repeat;
        background-position: 50% 65% !important;
        text-decoration: none;
}

#p-logo {
        z-index: 3;
        position: absolute; /*needed to use z-index */
        top: 0;
        left: 10;
        height: 100px;
        width: 10em;
        overflow: visible;
}
*/

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {       
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}