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); | |||
} | } |