2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:GuoPC/moeskin.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • 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.icu/User:GuoPC/moeskin.css?_=1}-
/* MoeLatte */
::selection {
	background: #dcf8fa;
	color: var(--theme-text-color);
}

/* Subtitle alignment */
#subtitle .xicon {height: 1.2em !important;}

/* Catlinks: Not listed articles list */
.catlinks#catlinks > div > ul#not-listed-articles-list > li:hover {background: yellow;}
.catlinks#catlinks > div > ul#not-listed-articles-list > li:hover a {color: var(--color);}

/* Header */
#moe-full-container #moe-global-header, #moe-user-dropdown-body, .sidenav-inner {
	backdrop-filter: blur(3px);
	background: #FFFD;
}
#moe-user-dropdown {padding: 1px;}
.n-popover__content {width: auto !important;}
.user-contrib-stats {background: transparent !important;}
.n-tab-pane.sitenotice #moeskin-sitenotice ul.scrollDiv li {font-size: .9em;}
.n-tab-pane.sitenotice #moeskin-sitenotice ul {
	list-style: circle;
	margin-top: 1em;
}
.menu-option-raw img {height: unset !important;}
.user-avatar-wrapper .avatar-badge {display: none !important;}
.links-area > div.flex:last-child, 
.mobile-grandpa-link, #grandpa-entrance, 
.user-area > .flex:first-child, .user-links #vip, 
.user-page-link > div > a:last-child, #user-actions-vip, 
.v-binder-follower-content[v-placement="bottom-start"] {display: none;}

/* Siderail */
.sitenotice-main > div:nth-child(2), 
.moe-community-artwork, 
#moe-siderail-sitenotice #moeskin-sitenotice, 
#moe-sitenotice-container .show-more, 
#p-sl h3 ~ div > div {display: none;}
.sitenotice-main > div > :not(h2) {font-size: 1rem;}
body.skin-moeskin #moe-custom-sidenav-block-list > li#ca-lr-ns2d a {color: #800;}
body.skin-moeskin #moe-custom-sidenav-block-list > li#ca-okp a {color: #98D;}
body.skin-moeskin #moe-custom-sidenav-block-list > li#wphl-settings a {color: #40C040;}

/* Page tools area */
#ca-move > span {
	background: var(--theme-button-color);
	clip-path: path('M12 1L21.5 6.5V17.5L12 23L2.5 17.5V6.5L12 1ZM5.49388 7.0777L13.0001 11.4234V20.11L19.5 16.3469V7.65311L12 3.311L5.49388 7.0777ZM4.5 8.81329V16.3469L11.0001 20.1101V12.5765L4.5 8.81329Z');
	transform: scale(.5);
	width: 24px;
	height: 24px;
	margin: -12px -6px;
}
#ca-move > span svg {display: none;}
#ca-more-actions #Wikiplus-SR-Intro a::before {
	content: '';
	display: inline-block;
	background: var(--theme-button-color);
	clip-path: path('M12 5H17.4142L21.7071 9.29289C22.0976 9.68342 22.0976 10.3166 21.7071 10.7071L17.4142 15H12V22H10V15H4C3.44772 15 3 14.5523 3 14V6C3 5.44772 3.44772 5 4 5H10V2H12V5ZM16.5858 13L19.5858 10L16.5858 7H5V13H16.5858Z');
	transform: scale(.5);
	transform-origin: center .75em;
	width: 24px;
	height: 24px;
	margin: -12px -6px;
}
#ca-more-actions #Wikiplus-Settings-Intro a::before {
	content: '';
	display: inline-block;
	background: var(--theme-button-color);
	clip-path: path('M7 3V6H3V8H7V11H9V3H7ZM11 8H21V6H11V8ZM17 13V16H21V18H17V21H15V13H17ZM13 18H3V16H13V18Z');
	transform: scale(.5);
	transform-origin: center .75em;
	width: 24px;
	height: 24px;
	margin: -12px -6px;
}

/* Footer */
#moe-global-footer {
	border-radius: .5em;
	margin: 0 auto;
	overflow: hidden;
	width: 95%;
}
#moe-global-footer-bottom p {line-height: 1.2em;}
#footer-copyright-text .flex.gap-1 {display: none;}

/* 窄屏 */
@media (max-width: 768px) {
	body .ajaxpoll {min-width: fit-content;}
	#mw-body {overflow-x: auto;}
	.mainpage-newsbox .mobileonly {display: none;}
	.mainpage-newsbox .nomobile {
		display: block !important;
		position: inherit;
	}
	.mobile-edit-button {justify-content: center;}
	.mobile-edit-button #Wikiplus-Edit-TopBtn {
		background-color: initial !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		width: auto !important;
	}
	.mobile-edit-button #Wikiplus-Edit-TopBtn a {
		background: var(--theme-button-color) !important;
		border-radius: inherit !important;
		color: var(--theme-accent-link-color) !important;
	}
	#mobile-page-actions .purgecache.n-button {
		background: var(--theme-button-color) !important;
		color: var(--theme-accent-link-color) !important;
	}
	#mobile-page-actions .purgecache.n-button::before {
		content: '';
		display: inline-block;
		background: var(--theme-accent-link-color);
		clip-path: path('M1 11C6.52285 11 11 6.52285 11 1H13C13 6.52285 17.4772 11 23 11V13C17.4772 13 13 17.4772 13 23H11C11 17.4772 6.52285 13 1 13V11ZM5.80342 12C8.56895 13.2093 10.7907 15.431 12 18.1966C13.2093 15.431 15.431 13.2093 18.1966 12C15.431 10.7907 13.2093 8.56895 12 5.80342C10.7907 8.56895 8.56895 10.7907 5.80342 12Z');
		transform: scale(.65);
		transform-origin: center 1.02em;
		width: 24px;
		height: 24px;
		margin-left: -5px;
	}
	.mobile-edit-button #Wikiplus-Edit-TopBtn a:hover,
	#mobile-page-actions .purgecache.n-button:hover {
		background-color: var(--theme-button-color--hover) !important;
		color: var(--theme-accent-link-color) !important;
	}
	.mobile-edit-button #Wikiplus-Edit-TopBtn a:active,
	#mobile-page-actions .purgecache.n-button:active,
	.mobile-edit-button #Wikiplus-Edit-TopBtn a:focus,
	#mobile-page-actions .purgecache.n-button:focus {
		background-color: var(--theme-button-color--active) !important;
		color: var(--theme-accent-link-color) !important;
	}
	.wikitable[border="0"][style*="float"][style*="right"], 
	.wikitable[style*="270px"]{
		float: none !important;
		margin: 0 !important;
		min-width: 100%;
	}
	.wikitable[style*="48%"] {min-width: 100%;}
}

/* Colored QuickEdit */
#Wikiplus-Settings-Intro a:hover, 
#Wikiplus-SR-Intro a:hover {color: var(--theme-accent-link-color);}

/* 赚(huí)钱(běn) */
body {overflow: initial !important;}
body div.fc-ab-root {display: none !important;}

/* Other */
body {background: #F7FAFD;}
body.heimu_toggle_on span.heimu a,
body.heimu_toggle_on a span.heimu,
span.heimu:hover a,
a span.heimu {color: var(--theme-link-color);}
kbd, kbd:active {all: revert !important;}
/* article div[data-v-app], .adsbyezoic, .google-auto-placed, #ezcnxplayer, */
.desktop-only .n-badge, .mobile-only .n-badge, 
.namespaces-links-list > li:empty, 
#moe-global-background, #moe-open-in-app {display: none;}
/* .adsbygoogle, .moe-card[style*="relative"] {display: none !important;} */
.keyboard-key {vertical-align: initial;}
.navbox {border-collapse: separate;}
#firstHeading {font-weight: 300 !important;}
#moe-float-toc-trigger {
	box-shadow: 0 0 .5rem #0002 !important;
	display: flex;
}
#mw-content-text ol, .mw-parser-output ol {margin: 1rem !important;}