76
个编辑
(创建页面,内容为“h2 { font-weight: normal; } div#content { background: #ffffff99!important; backdrop-filter: blur(7px); z-index: 0!important; } .mw-body { border:none!important; border-radius: 7px; margin-top: 10px; } #left-navigation, #right-navigation, div.vectorTabs ul li.selected { background: #ffffff99!important; border-radius: 7px; backdrop-filter: blur(7px); } div.vectorMenu div.menu { z-index: 999!important; border-radius: 7px; margin: 2px; border: none!im…”) |
无编辑摘要 |
||
| 第128行: | 第128行: | ||
left: initial!important; | left: initial!important; | ||
top: initial!important; | top: initial!important; | ||
} | |||
body::-webkit-scrollbar { | |||
width: 8px; | |||
height: 6px | |||
} | |||
body::-webkit-scrollbar-track { | |||
background-color: transparent; | |||
-webkit-border-radius: 2em; | |||
-moz-border-radius: 2em; | |||
border-radius: 2em | |||
} | |||
body::-webkit-scrollbar-thumb { | |||
background-color: #30B07F; | |||
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.4) 100%,transparent 100%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent); | |||
-webkit-border-radius: 2em; | |||
-moz-border-radius: 2em; | |||
border-radius: 2em | |||
} | |||
.citation-comment { | |||
display: inline !important; | |||
} | |||
.navpopup { | |||
border: 1px solid #ffbe20; | |||
background: #fff; | |||
padding: 5px; | |||
font-size: 11px; | |||
} | |||
del.popupDiff { | |||
background: rgb(254,231,230) !important; | |||
} | |||
ins.popupDiff { | |||
background: rgb(213,253,244) !important; | |||
} | |||
code { | |||
padding: 2px 4px; | |||
color: #c7254e; | |||
background-color: #f9f2f4; | |||
border-radius: 4px; | |||
} | |||
h1 { | |||
border-bottom: 2px solid #4e9ce3; | |||
} | |||
h2 { | |||
border-bottom: 1.2px solid #4e9ce3; | |||
} | |||
.mw-contributions-current { | |||
background: #E6F4FF; | |||
} | |||
a.Wikiplus-Edit-EveryWhereBtn{ | |||
color: #816cea!important; | |||
} | |||
a.Wikiplus-Edit-SectionBtn{ | |||
color: #816cea!important; | |||
} | |||
li#Wikiplus-Edit-TopBtn a{ | |||
color: #816cea!important; | |||
} | |||
.mw-plusminus-neg { | |||
color: #ff2333; | |||
} | |||
.mw-plusminus-pos { | |||
color: #00bb00; | |||
} | |||
.mw-userlink[title="User:一位史蒂夫"] { | |||
background-color: rgba(224,255,255,.50); | |||
} | |||
.ns-talk dd { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.ns-talk dl { | |||
border-top: solid 1px #a7d7f9; | |||
border-left: solid 1px #a7d7f9; | |||
padding-top: .5em; | |||
padding-left: .5em; | |||
margin-left: 1em; | |||
} | |||
a.mw-disambig.mw-disambig { | |||
color: #ff8921; | |||
} | |||
a.mw-disambig.mw-disambig:visited { | |||
color: #d2711b; | |||
} | |||
a.mw-redirect.mw-disambig { | |||
color: #ff6421; | |||
} | |||
a.mw-redirect.mw-disambig:visited { | |||
color: #d2521b; | |||
} | |||
body.ns-2 div#catlinks { | |||
display: block!important; | |||
} | |||
.history-size::before { | |||
content: "📊"; | |||
font-family: Segoe UI Emoji,Apple Color Emoji,Android Emoji,Symbola | |||
} | |||
.history-size::after { | |||
content: "←"; | |||
font-family: Segoe UI Emoji,Apple Color Emoji,Android Emoji,Symbola | |||
} | |||
.mw-history-undo::before { | |||
content: "⬇️"; | |||
font-family: Segoe UI Emoji,Apple Color Emoji,Android Emoji,Symbola | |||
} | |||
.mw-thanks-thank-link:before { | |||
content: "❤"; | |||
font-family: Segoe UI Emoji,Apple Color Emoji,Android Emoji,Symbola | |||
} | |||
#pagehistory li.selected { | |||
background-color: #DDD; | |||
} | |||
.mw-tag-markers a::before { | |||
content: "🏷"; | |||
font-family: Segoe UI Emoji,Apple Color Emoji,Android Emoji,Symbola | |||
} | |||
.mw-changeslist-date::before, .mw-changeslist h4::before { | |||
content: "📅"; | |||
font-family: Segoe UI Emoji,Apple Color Emoji,Android Emoji,Symbola | |||
} | |||
.history-user::before { | |||
content: "✏"; | |||
font-family: Segoe UI Emoji,Apple Color Emoji,Android Emoji,Symbola | |||
} | |||
.autocomment::before { | |||
content: "📝"; | |||
font-family: Segoe UI Emoji,Apple Color Emoji,Android Emoji,Symbola | |||
} | |||
.fakelink:after { | |||
content: "假"; | |||
color: #BA0000; | |||
vertical-align: super; | |||
font-size: 50%; | |||
} | |||
.mw-redirect:after { | |||
content: "重"; | |||
color: purple; | |||
vertical-align: super; | |||
font-size: 50%; | |||
} | |||
.mw-disambig:after { | |||
content: "消"; | |||
color: orange; | |||
vertical-align: super; | |||
font-size: 50%; | |||
} | |||
td.diff-deletedline { | |||
border-color: rgb(221,51,51)!important; | |||
} | |||
del.diffchange { | |||
background: rgb(254,231,230)!important; | |||
} | |||
td.diff-addedline { | |||
border-color: rgb(0,175,137)!important; | |||
} | |||
ins.diffchange { | |||
background: rgb(213,253,244)!important; | |||
} | |||
.diffchange { | |||
font-weight: 900!important; | |||
} | } | ||