MediaWiki:Common.css:修订间差异

来自魏启大陆
跳转到导航 跳转到搜索
Hineven留言 | 贡献
无编辑摘要
Hineven留言 | 贡献
无编辑摘要
 
(未显示同一用户的6个中间版本)
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的CSS将应用于所有皮肤 */
#page-tags {
.page-tags {
     font-size:10px;
     font-size:10px;
     font-weight: bold;
     font-weight: bold;
第12行: 第12行:
     background-color:#777777;
     background-color:#777777;
}
}
.page-tags {
 
     font-size:10px;
 
     font-weight: bold;
.collapse-box-title p {
    border-left: #7a7a98;
     user-select:none;
     border-left-width: 4px;
     color:#711f2e;
    border-left-style: solid;
}
     border-right: #7a7a98;
.collapse-box-title p:hover {
     border-right-width: 4px;
     text-decoration:underline;
    border-right-style: solid;
}
     width:fit-content;
.collapse-display-title p {
    background-color:#777777;
     user-select:none;
     color:#711f2e;
}
.collapse-display-title p:hover {
     text-decoration:underline;
}
}


body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
.collapse-box-content {
    margin-left:15px;
}
.frontpage-block {
    border: 1px solid black;
    width: fit-content;
    margin: 10px;
    float: left;
}

2018年8月10日 (五) 10:10的最新版本

/* 这里放置的CSS将应用于所有皮肤 */
.page-tags {
    font-size:10px;
    font-weight: bold;
    border-left: #7a7a98;
    border-left-width: 4px;
    border-left-style: solid;
    border-right: #7a7a98;
    border-right-width: 4px;
    border-right-style: solid;
    width:fit-content;
    background-color:#777777;
}


.collapse-box-title p {
    user-select:none;
    color:#711f2e;
}
.collapse-box-title p:hover {
    text-decoration:underline;
}
.collapse-display-title p {
    user-select:none;
    color:#711f2e;
}
.collapse-display-title p:hover {
    text-decoration:underline;
}

.collapse-box-content {
    margin-left:15px;
}
.frontpage-block {
    border: 1px solid black;
    width: fit-content;
    margin: 10px;
    float: left;
}