Difference between revisions of "MediaWiki:Common.css"

From Nynorn
Jump to navigation Jump to search
Line 8: Line 8:
 
   padding: 0.5em 10px;
 
   padding: 0.5em 10px;
 
   quotes: "\201C""\201D""\2018""\2019";
 
   quotes: "\201C""\201D""\2018""\2019";
 +
}
 +
 +
/* Décoration des titres de sous-chapitre. */
 +
.mw-body-content h3 {
 +
border-bottom: dotted 1px #aaa;
 +
}
 +
.mw-body-content h4,
 +
.mw-body-content h5,
 +
.mw-body-content h6 {
 +
border-bottom: dotted 1px #ddd;
 
}
 
}

Revision as of 02:56, 9 March 2021

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

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

/* Décoration des titres de sous-chapitre. */
.mw-body-content h3 {
	border-bottom: dotted 1px #aaa;
}
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
	border-bottom: dotted 1px #ddd;
}