User:NekoSam395/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.
body {
  height: 100%;
  background-image: linear-gradient(150deg, #987654 0%, #654321 100%); 
  background-color: #0f0d21;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Comfortaa";
}

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

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

.mw-body h1, h2, h3, h4, h5, h6 {
	font-family: "Comfortaa";
	font-weight: bold;
}

.mw-body-content h1, h2, h3, h4, h5, h6 {
	font-family: "Comfortaa";
	font-weight: bold;
}

.ve-ui-diffElement-content {
	  font-family: "Comfortaa";
}

.ve-ui-diffElement-content p {
	  font-family: "Comfortaa";
}

.ve-ui-diffElement h1, h2, h3, h4, h5, h6 {
	font-family: "Comfortaa";
	font-weight: bold;
}

.ve-ui-overlay {
	font-family: "Comfortaa";
}

.ve-ui-mwSaveDialog-preview .mw-body-content h2 {
	font-family: "Comfortaa";
	font-weight: bold;
}

body .mw-headline {
	font-family: "Comfortaa";
	font-weight: bold;
}

body #mw-previewheader {
	font-family: "Comfortaa";
	font-weight: 600;
}

body .diff-currentversion-title {
	font-family: "Comfortaa";
	font-weight: 600;
}

body .mw-wiki-logo {
	background-image: url("https://raw.githubusercontent.com/microsoft/fluentui-emoji/main/assets/Grinning%20cat%20with%20smiling%20eyes/Color/grinning_cat_with_smiling_eyes_color.svg");background-size: cover
}