MediaWiki:Minerva.css:修订间差异
创建页面,内容为“→这里放置的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-bu…” |
无编辑摘要 标签:移动版编辑 移动版网页编辑 |
||
(未显示同一用户的8个中间版本) | |||
第3行: | 第3行: | ||
background-color: var(--twitch-purple); | background-color: var(--twitch-purple); | ||
color:#fff; | color:#fff; | ||
font-family: 'FirstCoffee', sans-serif; | |||
} | } | ||
.hlist{ | |||
justify-content: space-between; | |||
margin-top: 15px; | |||
} | |||
.minerva-header .branding-box a span { | .minerva-header .branding-box a span { | ||
color:#FFF; | color:#FFF; | ||
font-size: 24px; | font-size: 24px; | ||
filter: brightness(1000%); | |||
} | } | ||
.cdx-button:enabled.cdx-button--weight-quiet, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet { | .cdx-button:enabled.cdx-button--weight-quiet, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet { | ||
第29行: | 第37行: | ||
#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行: | 第51行: | ||
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); | |||
margin-top:0; | |||
display: flex; | |||
justify-content: flex-start; | |||
transition: all 0.15s ease-in-out; | |||
} | |||
#mw-mf-page-left #p-navigation .toggle-list-item a{ | |||
display: flex; | |||
width: 100%; | |||
padding-left: 0.75em; | |||
transition: all 0.15s ease-in-out; | |||
} | |||
#mw-mf-page-left #p-navigation .toggle-list-item a span { | |||
text-shadow: 0 0 #F6F6F6; | |||
color: #fff; | |||
font-size:18px; | |||
} | |||
#mw-mf-page-left #p-navigation .toggle-list-item:hover { | |||
background-color: #7127Df; | |||
} | |||
#mw-mf-page-left #p-navigation .toggle-list-item:hover a { | |||
padding-left: 45%; | |||
} | } | ||
.toggle-list-item__anchor .minerva-icon + span:not(:empty), .cdx-button .minerva-icon + span:not(:empty) { | .toggle-list-item__anchor .minerva-icon + span:not(:empty), .cdx-button .minerva-icon + span:not(:empty) { | ||
第59行: | 第114行: | ||
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; | |||
margin-top: 6px; | |||
} | } | ||
#mw-mf-page-left ul .toggle-list-item:hover{ | #mw-mf-page-left ul .toggle-list-item:hover{ | ||
第67行: | 第126行: | ||
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; | ||
第82行: | 第151行: | ||
margin: -2.5px 0 -2.5px 5px; | margin: -2.5px 0 -2.5px 5px; | ||
padding: 12px 0 12px 25px; | 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); | |||
} | |||
.minerva-search-form { | |||
display: flex; | |||
width: 100%; | |||
flex-grow: 1; | |||
align-items: center; | |||
justify-content: center; | |||
} | |||
.base_block > .sidebar_block > .sidebar_block_img{ | |||
flex: 1 1 100%; | |||
} | } |