User:Kirb/vector.css: Difference between revisions

From iPhone Development Wiki
(Created page with "html, body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; } pre, code, tt, kbd, samp, .mw-code { font-family: ui-monospace, "SF Mono", monospace; } .mw-body...")
 
No edit summary
 
Line 1: Line 1:
html,
html,
body {
body,
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
.mw-body-content .toc h2,
.mw-editsection,
.mw-editsection-like,
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro", sans-serif;
}
}


Line 10: Line 16:
samp,
samp,
.mw-code {
.mw-code {
font-family: ui-monospace, "SF Mono", monospace;
font-family: "SF Mono", ui-monospace, monospace;
}
}


.mw-body h1,
.mw-body h1,
.mw-body-content h1,
.mw-body-content h1 {
font-weight: 700;
}
 
.mw-body-content h2 {
.mw-body-content h2 {
font-family: ui-serif, "Linux Libertine", Georgia, Times, serif;
font-weight: 600;
}
 
#mw-panel .portal h3 {
font-weight: 600;
}
 
#pt-userpage, #pt-login {
font-weight: 500;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
border-bottom-color: #c8ccd1;
}
}


.mw-body-content .toc h2 {
hr {
font-family: inherit;
background-color: #c8ccd1;
}
}


.mw-editsection,
.mw-editsection,
.mw-editsection-like {
.mw-editsection-like {
font-family: inherit;
opacity: 0.85;
}
}

Latest revision as of 03:34, 29 May 2021

html,
body,
.mw-body-content .toc h2,
.mw-editsection,
.mw-editsection-like,
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro", sans-serif;
}

pre,
code,
tt,
kbd,
samp,
.mw-code {
	font-family: "SF Mono", ui-monospace, monospace;
}

.mw-body h1,
.mw-body-content h1 {
	font-weight: 700;
}

.mw-body-content h2 {
	font-weight: 600;
}

#mw-panel .portal h3 {
	font-weight: 600;
}

#pt-userpage, #pt-login {
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	border-bottom-color: #c8ccd1;
}

hr {
	background-color: #c8ccd1;
}

.mw-editsection,
.mw-editsection-like {
	opacity: 0.85;
}