User:NotReallyHype/watercolor.css

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.
.mw-body h1, h2, h3, h4 {
	font-family: "Segoe UI Variable", "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: bold;
}

.mw-body h5, h6 {
	font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: 500;
}

.mw-body-content h1, h2, h3, h4 {
	font-family: "Segoe UI Variable", "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: bold;
}

.mw-body-content h5, h6 {
	font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: 500;
}

.ve-ui-diffElement-content {
	  font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
}

.ve-ui-diffElement-content p {
	  font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
}

.ve-ui-diffElement h1, h2, h3, h4 {
	font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: bold;
}

.ve-ui-diffElement h5, h6 {
	font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: 500;
}

.ve-ui-overlay {
	font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
}

.ve-ui-mwSaveDialog-preview .mw-body-content h2, h3 {
	font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: bold;
}

body .mw-headline {
	font-family: "Segoe UI Variable", "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
}

body #mw-previewheader {
	font-family: "Segoe UI Variable", "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: 600;
}

body .diff-currentversion-title {
	font-family: "Segoe UI Variable", "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
	font-weight: 600;
}

body {
  height: 100%;
  background-image: linear-gradient(150deg, #0c0d0c 0%, #1551c0 100%); 
  background-color: #0f0d21;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Segoe UI", "Verdana", "Tahoma", "Helvetica", "Arial";
}

body #mw-head {
	background-image: linear-gradient(120deg, #0c0d0c 0%, #1551c0 100%); 
	background-color: #0f0d21;
	background-position: center;
	background-attachment: fixed;
}

body .mw-wiki-logo {
	background-image: url("https://pivotman319-owo.github.io/images/bw-logo.svg");
}

body #mw-page-base {
	background-image: linear-gradient(120deg, #0c0d0c 0%, #1551c0 100%); 
	background-color: #0f0d21;
	background-position: center;
}