MediaWiki:Timeless.css: Difference between revisions

From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
No edit summary
No edit summary
Line 17: Line 17:
   color: #6b4b00;
   color: #6b4b00;
   font-weight: 500;
   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;
}
}

Revision as of 21:13, 1 July 2025

/* All CSS here will be loaded for users of the Timeless skin */
.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;
}