“MediaWiki:Common.css”的版本间的差异

来自萌娘文库
跳转至: 导航搜索
(// Edit Via InPageEdit)
第123行: 第123行:
 
     font-weight: 700;
 
     font-weight: 700;
 
}
 
}
 +
 +
/* 评论区输入框工具栏 */
 +
.post-content .comment-text {
 +
    position: static;
 +
}
 +
.post-content .comment-toolbar {
 +
    position: static;
 +
    display: flex;
 +
    justify-content: flex-start;
 +
}
 +
.post-content .flowthread-btn {
 +
    position: static;
 +
    margin-top: 3px;
 +
}
 +
.post-content .comment-submit {
 +
    position: static;
 +
    margin: -1px -1px 0 auto;
 +
}
 +
 
/* 数据表格 */
 
/* 数据表格 */
 
.mw-datatable.TablePager {
 
.mw-datatable.TablePager {

2022年5月20日 (五) 16:56的版本

/* 放置于这里的CSS将应用于所有皮肤 */
/* advertisement */
.please-donate {
	height: 90px;
	margin: 10px;
	clear: both;
	text-align: center;
}
.please-donate a {
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
.ads-main {
	width: 728px;
	margin: -90px auto 0;
}

#p-logo a {
height: 170px;
}

/* navbox所需CSS */
table.navbox {
    border: 1px solid #AAAAAA;
    clear: both;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%;
}
table.navbox + table.navbox {
    margin-top: -1px;
}
.navbox-title, .navbox-abovebelow, table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}
.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}
.navbox, .navbox-subgroup {
    background: none repeat scroll 0 0 #FDFDFD;
}
.navbox-list {
    border-color: #FDFDFD;
}
.navbox-title, table.navbox th {
    background: none repeat scroll 0 0 #CCCCFF;
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
    background: none repeat scroll 0 0 #DDDDFF;
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
    background: none repeat scroll 0 0 #E6E6FF;
}
.navbox-even {
    background: none repeat scroll 0 0 #F7F7F7;
}
.navbox-odd {
    background: none repeat scroll 0 0 transparent;
}
.collapseButton {
    float: right;
    font-weight: normal;
    text-align: right;
    width: auto;
}
.navbox .collapseButton {
    width: 6em;
}

/* 桌面版黑幕模板配合CSS */
.heimu,
.heimu rt {
    background-color: #252525;
}
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited {
    color: #252525;
}
.heimu,
.heimu a,
a .heimu,
.heimu a.new {
    color: #252525;
    text-shadow: none;
}
body:not(.heimu_toggle_on) .heimu:hover,
body:not(.heimu_toggle_on) .heimu:active,
body:not(.heimu_toggle_on) .heimu.off {
    transition: color .13s linear;
    color: white;
}
body:not(.heimu_toggle_on) .heimu:hover a,
body:not(.heimu_toggle_on) a:hover .heimu,
body:not(.heimu_toggle_on) .heimu.off a,
body:not(.heimu_toggle_on) a:hover .heimu.off {
    transition: color .13s linear;
    color: lightblue;
}
body:not(.heimu_toggle_on) .heimu.off .new,
body:not(.heimu_toggle_on) .heimu.off .new:hover,
body:not(.heimu_toggle_on) .new:hover .heimu.off,
body:not(.heimu_toggle_on) .heimu:hover .new {
    transition: color .13s linear;
    color: #FCC;
}
/* 评论区热评 */
.comment-container-top {
    background-color: rgba(66, 137, 161, .2);
}
.comment-container-top > div:first-child {
    background-color: rgba(19, 109, 134, .47);
    color: #fff;
    font-weight: 700;
}

/* 评论区输入框工具栏 */
.post-content .comment-text {
    position: static;
}
.post-content .comment-toolbar {
    position: static;
    display: flex;
    justify-content: flex-start;
}
.post-content .flowthread-btn {
    position: static;
    margin-top: 3px;
}
.post-content .comment-submit {
    position: static;
    margin: -1px -1px 0 auto;
}

/* 数据表格 */
.mw-datatable.TablePager {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}