User:Kirb/vector.css

From iPhone Development Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
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;
}