MediaWiki:Timeless.css

From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
Revision as of 17:53, 12 July 2025 by CompUser (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Timeless skin */
body {
	
	background-color: #6ce68c;
}

#mw-content-wrapper {
	background-color: #6ce68c;
}

h1 {
	color: #20700a;
	font-size: 2rem;
	font-family: "Exo 2";
}
.site-title {
	display: none;
}

#p-logo-text {
	display: none;
}

.craftpedia-translation-warning {
  border: 1px solid #f0c36d;
  background-color: #fff8e5;
  padding: 0.8em 1em;
  margin-bottom: 1em;
  border-radius: 6px;
  font-size: 0.95em;
  color: #6b4b00;
  font-weight: 500;
}

.translation-missing-notice {
  border: 1px solid #f0c36d;
  background-color: #fff8e5;
  padding: 0.8em 1em;
  margin: 1em 0;
  border-radius: 6px;
  font-size: 0.95em;
  color: #6b4b00;
}