跳至內容

「MediaWiki:Common.css」:修訂間差異

移除 1,487 位元組 、​ 2022年6月27日 (星期一)
無編輯摘要
imported>NoahLDW
無編輯摘要
imported>NoahLDW
無編輯摘要
第1行: 第1行:
/* 此 CSS 會套用至所有的介面外觀 */
/* 此 CSS 會套用至所有的介面外觀 */
/* 首頁 */
div.mainpageNavbox > ul{
display: flex;
}
body.page-首頁.action-view h1.firstHeading, body.page-首頁.action-submit h1.firstHeading { display: none; }
div.mainpageNavbox > ul > li{
display: flex;
}


/* 介面 */
/* 介面 */
第485行: 第475行:
.infotemplatebox>table td>.Tabs .TabContent {
.infotemplatebox>table td>.Tabs .TabContent {
     margin: 0 -1px;
     margin: 0 -1px;
}
/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
    font-variant: small-caps;
    border-bottom: none;
    text-decoration: none;
    cursor: inherit;
}
/* Navbar styling when nested in navbox */
.navbox .navbar {
    display: block;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 8em;
}
/* '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;
}
/* 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: 8em;
}
/* For display uneditable section */
.noedit .editsection, .noedit .mw-editsection
{
display: none;
}
.DYKvote h2, .DYKvote h3, .DYKvote h4
{
margin-top: 2em;
}
}


匿名使用者