LLWiki正在建设中,欢迎加入我们

User:GuoPC/vector.css

来自LLWiki
跳转到导航 跳转到搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* Customized fonts */
h2 .mw-headline span[lang="ja"] {font-family: YakuHanMP, "Kozuka Mincho Pro", serif;}
h2 .mw-headline span[lang="zh-Hant"], h2 .mw-headline span[lang="zh-TW"] {font-family: "I.MingCP", serif;}
h2 .mw-headline {font-family: "SHSerif Full-Width Quotation", "Linux Libertine", Georgia, Times, serif;}
#firstHeading span[lang="ja"] {font-family: YakuHanMP, "Source Serif 4", "Kozuka Mincho Pro", "Source Han Serif", serif !important;}
#firstHeading[lang="zh-TW"] {font-family: "SHSerif Full-Width Quotation", "Source Serif 4", "Source Han Serif", serif !important;}
#firstHeading[lang="zh-HK"] {font-family: "Chiron Sung HK VF", serif !important;}
#firstHeading[lang="en"] {font-family: "Source Serif 4", "Source Han Serif SC", serif !important;}
#firstHeading {font-family: "Source Serif 4", serif !important;}
#mw-content-text, #catlinks {font-family: "IBM Plex Sans", Inter, sans-serif !important;}

/* Customized headers */
h1, h2, h3, h4, h5, h6 {color: #222;}
h1 {border-bottom: 2px dashed #C2006B !important;}
h2 {border-bottom: 1px dashed #C2006B !important;}

/* Customized personal label */
#p-personal {
	display: flex;
	backdrop-filter: blur(5px);
	background: #FFFA;
	border-radius: 2px;
	box-shadow: 0 0 .5rem #0002 !important;
	font-weight: 500;
	padding: 4px 8px 0 0;
	position: fixed;
	z-index: 999;
}
#p-personal ul {
	margin-right: .5em;
	padding-left: .5em;
}

/* Customized panel */
#mw-panel .portal .body {background-image: none !important;}
#mw-panel .portal h3 {
	border-bottom: 1px solid #C2006B;
	color: #222 !important;
}

/* Customized navigation */
.vector-menu-dropdown #btn-fileUploader,
.vector-menu-dropdown #Wikiplus-Settings-Intro {
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1em;
}
.vector-menu-dropdown #btn-fileUploader a,
.vector-menu-dropdown #Wikiplus-Settings-Intro a {
	display: block;
	font-size: .8125em;
	padding: .625em;
}

/* Other */
.mw-body {border: 1px solid #C2006B !important;}
.toc-custom::before {
	box-shadow: none;
	border-radius: 2px;
}
.toc-custom:hover {box-shadow: none;}