MediaWiki:Common.css: Difference between revisions

From Global Knowledge Compendium of Traditional Crafts and Artisanal Techniques
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url("/resources/flag-icons/css/flag-icons.min.css");
#catlinks {
#catlinks {
display: block !important;
display: block !important;
margin-top: 2em;
}
}


#p-banner {
#p-banner {
display: none;
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;
}
}

Latest revision as of 20:41, 1 July 2025

/* CSS placed here will be applied to all skins */
@import url("/resources/flag-icons/css/flag-icons.min.css");

#catlinks {
	
	display: block !important;
	margin-top: 2em;
}

#p-banner {
	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;
}