MediaWiki:Minerva.css

Selfice留言 | 贡献2024年11月4日 (一) 00:00的版本

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* 这里放置的CSS将应用于MinervaNeue皮肤 */
.header-container.header-chrome{
	background-color: var(--twitch-purple);
	color:#fff;
}
.minerva-header .branding-box a span {
    color:#FFF;
    font-size: 24px;
}
.cdx-button:enabled.cdx-button--weight-quiet, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet {
    background-color:#FFF;
    border: 2px solid #fff;
	margin: 2px;
	border-radius: 0;
	box-shadow: 0 2px 5px #aaa;
}
.cdx-button:enabled.cdx-button--weight-quiet, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet:hover {
    background-color:#eee;
    border: 2px solid #fff;
    border-radius: 0;
}
#mw-mf-page-center{
	background:none;
}
.mw-mf-page-center__mask{
	background:none;
}
/*侧边栏*/
#mw-mf-page-left.menu.view-border-box {
    cursor: default;
    background-color: var(--back-color-1);
    font-size: 20px;
	font-weight: bold;
    color: #fff !important;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
	font-weight: bold;
}
#mw-mf-page-left ul .toggle-list-item:hover a .toggle-list-item__label::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    position: absolute;
    margin-top: 5px;
    margin-left: 4px;
}
#p-personal.toggle-list__list.new.minerva-user-menu-list.toggle-list__list--drop-down{
	background-color: var(--back-color-1);
	font-size:20px;
}

.toggle-list-item__anchor .minerva-icon + span:not(:empty), .cdx-button .minerva-icon + span:not(:empty) {
    line-height: 1.125em;
    margin: 0;
    padding: 0.25em 0;
    font-size: 0.75em;
    word-wrap: break-word;
    text-shadow: 1px 1px #F6F6F6;
}
#mw-mf-page-left ul .toggle-list-item{
	background-color: var(--back-color-1);
	transition: all 0.15s ease-in-out;
}
#mw-mf-page-left ul .toggle-list-item:hover{
	background-color: var(--twitch-purple);
	color: #fff;
}
#mw-mf-page-left ul .toggle-list-item a span{
	transition: all 0.15s ease-in-out;
}
#mw-mf-page-left ul .toggle-list-item:hover a span{
	color: #fff;
	text-shadow: 0 0 #F6F6F6;
}
#mw-mf-page-left{
	transition: all 0.225s ease-in-out;
}
#mw-panel .portal .vector-menu-content .vector-menu-content-list li a:hover {
	color: #fff;
	background-color: var(--twitch-purple-2);
	margin: -2.5px 0 -2.5px 5px;
	padding: 12px 0 12px 25px;
}
/*xxxx*/
.page-actions-menu #p-views.page-actions-menu__list {
    display: flex;
    height: 3em;
    justify-content: flex-start;
}
page-actions-menu #p-views.page-actions-menu__list li a {
    background-color: var(--back-color-1);
}
page-actions-menu #p-views.page-actions-menu__list li:hover a {
    color: #fff;
    background-color: var(--twitch-purple-2);
}