MediaWiki:Common.css: Difference between revisions

From Inferris
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
margin-left: 10px; /* Adjust the value as needed for indentation */
margin-left: 10px; /* Adjust the value as needed for indentation */
font-style: italic;
font-style: italic;
}
.shortdescription {
  display:block !important;
  white-space: pre-wrap;
}
.shortdescription::before {
  content: "\A[Short description:\0020";
}
.shortdescription::after {
  content: "]\A";
}
}

Revision as of 00:14, 23 August 2024

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

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

.shortdescription {
  display:block !important;
  white-space: pre-wrap;
}
.shortdescription::before { 
  content: "\A[Short description:\0020";
}
.shortdescription::after { 
  content: "]\A";
}