User:Dsm.wiki/gadget-StyleArticles.css

From Wikimedia Incubator

Note: After publishing, 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: Press Ctrl-F5.
/*
 * Section styles
 *
 * Copied and adapted from [[sv:MediaWiki:Gadget-StyleArticles.css]] (oldid=18738695)
 *
 * Author : [[fr:User:Darkdadaah ]]
 * Adaptation : [[en:User:Vvs-dm]]
 *
 * 2017-03-29 -- last modified by Vvs-dm
*/

.ns-0 #toc h2 {
   background: #f9f9f9;
   border: none;
   padding: 0;
   font-size: 100%;
   font-weight: bold;
}

/* Slight spacing for h3 because of the background icons of the .titlexxx which do not require spacing */
.ns-0 .mw-content-text h3 {
	margin-top: 0.5em;
	clear: both;
	border-bottom: dotted 1px #aaa;
}

.ns-0 h4, .ns-0 h5, .ns-0 h6 {
	border-bottom: dotted 1px #ddd;
}

/*  Style of the sources */
.sources {
	font-size: 0.85em;
}