User:ゆずき/common.css
< User:ゆずき
跳到导航
跳到搜索
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1
来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.uk/User:%E3%82%86%E3%81%9A%E3%81%8D/common.css?_=1}-
本页面出于测试、存档或草稿目的而创建,并非搬运自萌娘百科同名页面。若您看到本页面,请不要认定萌娘百科有或曾经有同名页面。
._addText { content: '{{NotMGP}}'; } /* * 放置于这里的CSS将应用于Vector皮肤 * 请尊重萌娘百科版权!!!复制需要注明源自萌娘百科,并且附上URL地址。 * 版权协定:知识共享 署名-非商业性使用-相同方式共享 3.0 */ /* topbar */ body.skin-vector { background-image: url(https://moegirl.uk/images/b/be/Arknights_Namie_%E4%B8%89%E5%91%A8%E5%B9%B4%E8%B4%BA%E5%9B%BE.jpg)!important; background-position: center!important; background-repeat: no-repeat!important; background-size: cover!important; background-attachment: fixed!important; } /* 提升背景颜色纯度 */ 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; } /* 右上通知处奇怪的数字移除 */ #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge { text-indent: -99999px!important; } #pt-notifications-alert .mw-echo-notifications-badge:after, #pt-notifications-notice .mw-echo-notifications-badge:after { text-indent: 0!important; } /* MW自带10em宽度,应该是留给测试链接的吧萌百没有就去掉 */ #p-personal ul { padding-left: 0!important; } /* 调整侧边栏字体 */ div#mw-panel { font-size: 18px!important; /* mw-panel的宽度是10em,改了font-size以后也需要修改一下 */ width: 10.5rem!important; } /* 标题效果*/ h1 { font-weight: 500!important;color:#00b4aa!important; border-bottom: 2px solid #3BADA4!important; } h2 { overflow: visible; font: 700 1.6em serif; border-bottom: none; margin-top: 1.6em; } h2 .mw-headline { display: inline-block; } h2 .mw-headline:after { content: ''; display: block; background: linear-gradient(66deg, #41CEC6,#00b4aa); height: 0.7em; margin: -0.5em 0 0 -0.5em; width: 100%; border-radius: 0.35em; } h2:hover, h2:focus, h3:hover, h4:hover, h3:focus, h4:focus { letter-spacing: 0.3em; transition: letter-spacing 1s ease 200ms; } h3 { font: 700 1.4em serif; } h4 { font: 400 1.2em sans-serif; } h5 { font: 400 1.1em serif; } h2, h3, h4, h5, h6 { color: #012870; } h2:after, .mw-parser-output h2:after { display:none !important; } /* 链接样式 */ a:link { color: #3B72AD; } a:visited { color:#3A6DA5; } a.new { color: #AD3B4E; } /* 定制下划线 */ a:hover { text-decoration:underline wavy; } /* 圆角边框 */ .infoBox, .infoBoxContent, .toc, pre, .wikitable, .card, .radius, div.bottomnotice, table.navbox { border-radius: 5px; } /* 名字空间改变背景色 */ .ns-0 div#content, .ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a { background-color: rgba(255, 255, 255, 0.8)!important; } div#content, div#p-cactions li a:hover, div#p-cactions li.selected a { background-color: rgba(247, 251, 255, 0.8)!important; } /* vectorMenu 的排序 */ div.vectorMenu ul { display: flex!important; flex-flow: column!important; } /* 测试 */ .portal { background-color: rgba(255, 255, 255, 0.75)!important; }