MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* A style for a template for quotations from published works */
.boookquote {
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;
}