User:Dsm.wiki/gadget-DeclensionTab.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.
/* Used for declensions (see=Gadget-DeclensionTab.js)
 * Copied and adapted from [[fr:MediaWiki:Gadget-CadreOnglet.css]] (oldid=18407792)
 *
 * Author : [[fr:User:Darkdadaah]]
 * Adaptation : [[en:User:Vvs-dm]]
 *
 * 2017-03-29 -- last modified by Vvs-dm
*/
.mbBouton {
	background-color: #ddddff; 
	border: 0.15em solid #000000;
	border-color: #eaeaff #c4c4ff #9f9fff #eaeaff;
	-moz-border-radius: .5em .5em 0em 0em; /* NOT VALID FOR THE w3c VALIDATOR */
	cursor:pointer;
	display: inline;
	margin-right: 0.1em;
	padding: 0.2em 0.3em 0.2em 0.3em;
	position: relative;}

.mbBouton a,
.mbBouton strong {
	background: none !important;
	color:#8080ff !important;  /* 1 */
	font-size: 90%;
	font-weight: bold;
	padding: 0 !important;
	text-decoration: none !important;}

.mbBouton a:hover,
.mbBouton strong:hover {
	color: black !important;
	text-decoration: underline !important;}

.mbBoutonSel {
	background-color: #9f9fff; /* 2 */
	border: 0.15em solid #000000;
	border-color: #c4c4ff #8080ff #9f9fff #c4c4ff;  /* 3 1 2 3 */
	-moz-border-radius: .5em .5em 0em 0em;
	cursor: default;
	display: inline;
	margin-right: 0.1em;
	padding: 0.2em 0.3em 0.2em 0.3em;
	position: relative;
	color:white;}

.mbBoutonSel a {
	background: none !important;
	color:white !important;
	cursor: default;
	font-size: 90%;
	font-weight: bold;
	padding: 0 !important;
	text-decoration: none !important;}

.mbContent {
	background-color: #f8f8ff;
	border: 0.2em solid #9f9fff; /* 2 */
	border-color: #9f9fff #8080ff #8080ff #9f9fff ; /* 2 1 1 2 */
	-moz-border-radius: 0em .5em .5em 0em;
	padding: 1em;
	position: static;  }

.mbTab {
	background-color: #f8f8ff;
	border-color: #8080ff #c4c4ff #c4c4ff #8080ff; /* 1 3 3 1 */  width: 100%;
}