User:Mzajac/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.
/* troubleshoot interrupted lists */
ul + ul {
  border-top: 2px dashed #ccc;
}
 

/* edit in monospace font */
 
body.action-edit textarea#wpTextbox1, 
body.action-submit textarea#wpTextbox1 { /* edit textarea in the template namespace */
  font-family: menlo, courier prime, courier new, courier, monospace;
  font-size: small;
  line-height: 1.5;
}

:lang(en) {
	quotes: '“' '”' '‘' '’';
}

div#content blockquote::before, 
div#content blockquote::after {
	color: #999;
}