Difference between revisions of "MediaWiki:Common.css"

From Nynorn
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; quotes:...")
 
Line 3: Line 3:
 
blockquote {
 
blockquote {
 
   background: #f9f9f9;
 
   background: #f9f9f9;
   border-left: 10px solid #ccc;
+
   border-left: 5px solid #ccc;
 
   margin: 1.5em 10px;
 
   margin: 1.5em 10px;
 
   padding: 0.5em 10px;
 
   padding: 0.5em 10px;
 
   quotes: "\201C""\201D""\2018""\2019";
 
   quotes: "\201C""\201D""\2018""\2019";
 
}
 
}

Revision as of 00:05, 9 March 2021

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

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}