76
个编辑
无编辑摘要 |
(// Edit via Wikiplus) |
||
| (未显示同一用户的13个中间版本) | |||
| 第1行: | 第1行: | ||
/* 未适配当前mw版本 */ | |||
h2 { | h2 { | ||
font-weight: normal; | font-weight: normal; | ||
| 第6行: | 第7行: | ||
backdrop-filter: blur(7px); | backdrop-filter: blur(7px); | ||
z-index: 0!important; | z-index: 0!important; | ||
} | |||
.vector-legacy-sidebar .vector-menu-portal { | |||
margin: 0.4em 0.6em 0 0.7em!important; | |||
} | } | ||
.mw-body { | .mw-body { | ||
| 第12行: | 第16行: | ||
margin-top: 10px; | margin-top: 10px; | ||
} | } | ||
#left-navigation, #right-navigation, div.vectorTabs ul li.selected { | .vector-menu-tabs, .vector-menu-tabs-legacy li { | ||
background: transparent; | |||
} | |||
div#left-navigation, div#right-navigation, div.vectorTabs ul li.selected { | |||
background: #ffffff99!important; | |||
border-radius: 7px; | |||
backdrop-filter: blur(7px); | |||
} | |||
#p-personal, div.vector-menu-content ul li.selected { | |||
background: #ffffff99!important; | background: #ffffff99!important; | ||
border-radius: 7px; | border-radius: 7px; | ||
| 第69行: | 第82行: | ||
padding-top: 1em!important; | padding-top: 1em!important; | ||
} | } | ||
#ca-wikilove, #ca-watch, #ca-unwatch { | /* #ca-wikilove, #ca-watch, #ca-unwatch { | ||
padding-top: 1em!important; | padding-top: 1em!important; | ||
} | }*/ | ||
.toc, .mw-warning, .toccolours { | .toc, .mw-warning, .toccolours { | ||
border: none; | border: none; | ||
| 第310行: | 第323行: | ||
.diffchange { | .diffchange { | ||
font-weight: 900!important; | font-weight: 900!important; | ||
} | |||
/* topbar */ | |||
body.skin-vector { | |||
background-image: url('https://wiki.mimikkofans.club/images/5/5c/91097621_p0.jpg')!important; | |||
background-position: center!important; | |||
background-repeat: no-repeat!important; | |||
background-size: cover!important; | |||
background-attachment: fixed!important; | |||
} | |||
#mw-page-base { | |||
background: transparent; | |||
} | |||
div.vectorTabs ul li, | |||
#mw-head div.vectorMenu { | |||
background-image: none !important; | |||
background-color: transparent !important; | |||
} | |||
div.vectorTabs, | |||
div.vectorTabs span, | |||
div.vectorTabs ul, | |||
div#mw-head div.vectorMenu h3 { | |||
background-image: none !important; | |||
} | |||
#left-navigation, | |||
#right-navigation | |||
/* { | |||
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 30%, rgba(255, 255, 255, .75))!important; | |||
background-color: transparent!important; | |||
}*/ | |||
, | |||
div.vectorTabs ul li.selected { | |||
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .3) 30%, rgba(255, 255, 255, .5)) !important; | |||
background-color: transparent !important; | |||
} | |||
#left-navigation, | |||
#right-navigation { | |||
min-height: 40px!important; | |||
} | |||
div#p-personal { | |||
background-color: rgba(255, 255, 255, 0.8)!important; | |||
padding: 5px 10px 5px 0!important; | |||
box-shadow: #666 0 1px 5px!important; | |||
} | |||
#p-personal ul { | |||
padding-left: 0!important; | |||
} | |||
div#mw-panel { | |||
font-size: 18px!important; | |||
width: 10.5rem!important; | |||
} | |||
div.vectorMenu ul { | |||
display: flex!important; | |||
flex-flow: column!important; | |||
} | |||
.portal { | |||
background: #ffffff99!important; | |||
border-radius: 7px; | |||
backdrop-filter: blur(7px); | |||
} | } | ||