Jump to content

User:Einstein95/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.shortdescription {
  display:block;
  white-space: pre-wrap;
  padding-left: 1.6em;
  font-style: italic;
  font-size: 92%;
}
.shortdescription::before { 
  content: "[Short description:\0020";
}
.shortdescription::after { 
  content: "]";
}

.action-edit #wpTextbox1, .action-submit #wpTextbox1, .CodeMirror {
    font-family: "WikisourceMono", monospace; font-size: 10pt;
}

.mw-parser-output .cs1-maint {
	display: inline !important;
}