MediaWiki:Common.css: Difference between revisions

From Inferris
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
}
}


.information-container {
.information-box {
    border: 1px solid #f28500;
margin: 4px 10%;
border: 1px solid #f28500;
}
}



Revision as of 20:34, 5 September 2024

/* CSS placed here will be applied to all skins */

.hatnote {
	margin-left: 10px; /* Adjust the value as needed for indentation */
	font-style: italic;
}

.information-box {
	margin: 4px 10%;
	border: 1px solid #f28500;
}

.shortdescription {
  display:block !important;
  white-space: pre-wrap;
  display: none !important;

}