MediaWiki:Minerva.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
第29行: | 第29行: | ||
#mw-mf-page-left.menu.view-border-box { | #mw-mf-page-left.menu.view-border-box { | ||
cursor: default; | cursor: default; | ||
background-color: | background-color: rgba(255, 255, 255, 0.1); | ||
font-size: 20px; | font-size: 20px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #fff !important; | color: #fff !important; | ||
padding-right: 5px; | |||
} | } | ||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { | .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading { | ||
第42行: | 第43行: | ||
height: 6px; | height: 6px; | ||
background-color: #fff; | background-color: #fff; | ||
margin-top: 5px; | margin-top: 5px; | ||
margin-left: 4px; | margin-left: 4px; | ||
} | } | ||
#p-personal.toggle-list__list{ | |||
position: relative; | |||
background-color: transparent; | |||
padding: 0; | |||
padding-right: 0; | |||
font: inherit; | |||
font-weight: var(--font-weight-semibold); | |||
} | |||
.toggle-list-item__anchor .minerva-icon{ | |||
margin-right: 10px; | |||
background-color: rgba(255, 255, 255, 0.6); | |||
padding: 12px; | |||
box-shadow: 0 2px 5px #aaa; | |||
} | |||
.toggle-list-item__anchor:hover .minerva-icon{ | |||
background-color: rgba(255, 255, 200, 0.8); | |||
} | |||
#p-personal.toggle-list__list.new.minerva-user-menu-list.toggle-list__list--drop-down{ | #p-personal.toggle-list__list.new.minerva-user-menu-list.toggle-list__list--drop-down{ | ||
background-color: | background-color: rgba(255, 255, 255, 0.1); | ||
font-size:20px; | font-size:20px; | ||
} | |||
#mw-mf-page-left #p-navigation .toggle-list-item { | |||
background-color: var(--twitch-purple); | |||
} | |||
#mw-mf-page-left #p-navigation .toggle-list-item a span { | |||
text-shadow: 0 0 #F6F6F6; | |||
color: #fff; | |||
font-size:18px; | |||
} | } | ||
第59行: | 第88行: | ||
text-shadow: 1px 1px #F6F6F6; | text-shadow: 1px 1px #F6F6F6; | ||
} | } | ||
#mw-mf-page-left ul .toggle-list-item{ | #mw-mf-page-left ul .toggle-list-item{ | ||
background-color: | background-color: rgba(255, 255, 255, 0.1); | ||
transition: all 0.15s ease-in-out; | transition: all 0.15s ease-in-out; | ||
box-shadow: 0 2px 5px #aaa; | |||
} | } | ||
#mw-mf-page-left ul .toggle-list-item:hover{ | #mw-mf-page-left ul .toggle-list-item:hover{ | ||
第67行: | 第99行: | ||
color: #fff; | color: #fff; | ||
} | } | ||
#p-navigation.toggle-list__list .toggle-list-item .toggle-list-item__anchor .minerva-icon{ | |||
margin-right: 10px; | |||
background-color: rgba(145, 71, 255, 0.1); | |||
padding: 12px; | |||
box-shadow: 0 0 0 #aaa; | |||
filter: brightness(1000%); | |||
} | |||
#mw-mf-page-left ul .toggle-list-item a span{ | #mw-mf-page-left ul .toggle-list-item a span{ | ||
transition: all 0.15s ease-in-out; | transition: all 0.15s ease-in-out; | ||
第90行: | 第132行: | ||
} | } | ||
page-actions-menu #p-views.page-actions-menu__list li a { | page-actions-menu #p-views.page-actions-menu__list li a { | ||
background-color: | background-color: rgba(255, 255, 255, 0.1); | ||
} | } | ||
page-actions-menu #p-views.page-actions-menu__list li:hover a { | page-actions-menu #p-views.page-actions-menu__list li:hover a { | ||
color: #fff; | color: #fff; | ||
background-color: var(--twitch-purple-2); | background-color: var(--twitch-purple-2); | ||
} | |||
.main-menu-mask { | |||
background: rgba(255, 255, 255, 0.95); | |||
} | } |
2024年11月4日 (一) 21:13的版本
/* 这里放置的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: rgba(255, 255, 255, 0.1); font-size: 20px; font-weight: bold; color: #fff !important; padding-right: 5px; } .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; margin-top: 5px; margin-left: 4px; } #p-personal.toggle-list__list{ position: relative; background-color: transparent; padding: 0; padding-right: 0; font: inherit; font-weight: var(--font-weight-semibold); } .toggle-list-item__anchor .minerva-icon{ margin-right: 10px; background-color: rgba(255, 255, 255, 0.6); padding: 12px; box-shadow: 0 2px 5px #aaa; } .toggle-list-item__anchor:hover .minerva-icon{ background-color: rgba(255, 255, 200, 0.8); } #p-personal.toggle-list__list.new.minerva-user-menu-list.toggle-list__list--drop-down{ background-color: rgba(255, 255, 255, 0.1); font-size:20px; } #mw-mf-page-left #p-navigation .toggle-list-item { background-color: var(--twitch-purple); } #mw-mf-page-left #p-navigation .toggle-list-item a span { text-shadow: 0 0 #F6F6F6; color: #fff; font-size:18px; } .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: rgba(255, 255, 255, 0.1); transition: all 0.15s ease-in-out; box-shadow: 0 2px 5px #aaa; } #mw-mf-page-left ul .toggle-list-item:hover{ background-color: var(--twitch-purple); color: #fff; } #p-navigation.toggle-list__list .toggle-list-item .toggle-list-item__anchor .minerva-icon{ margin-right: 10px; background-color: rgba(145, 71, 255, 0.1); padding: 12px; box-shadow: 0 0 0 #aaa; filter: brightness(1000%); } #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: rgba(255, 255, 255, 0.1); } page-actions-menu #p-views.page-actions-menu__list li:hover a { color: #fff; background-color: var(--twitch-purple-2); } .main-menu-mask { background: rgba(255, 255, 255, 0.95); }