「MediaWiki:Common.css」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
100行目: 100行目:
     padding: 0;
     padding: 0;
}
}
/*.collapseButton {         /* 'show'/'hide' buttons created dynamically */
.collapseButton {      
*    /* @noflip */float: right;         /* by the CollapsibleTables javascript in    */
    /* @noflip */
*    font-weight: normal;   /* [[MediaWiki:Common.js]] are styled here  */
    float: right;
*    /* @noflip */text-align: right;    /* so they can be customised.               */
    font-weight: normal;
*    width: auto;
    /* @noflip */
*}
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
     width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
  from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}
 


/** Collapsible tables *********************************************************
/** Collapsible tables *********************************************************