User:Dennis J au/vector.css

From mediawiki.org

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.
/* for resizing fonts  @source: wikipedia [[User:Edokter/FontSizer.js]] / [[User:Edokter/FontSizer.css]] */
li#t-fontsizer input {
	border: 1px solid;
	border-color: #AAA #666 #666 #AAA;
	margin: 0;
	padding: 0px 3px;
	background-color: white;
	/* @embed */
	background-image: url(/w/skins/Vector/images/preferences/break.png);
	background-repeat: repeat-x;
	background-position: 0% -25%;
	text-shadow: none;
	font-size: 100%;
	font-weight: normal;
	color: #222;
}
li#t-fontsizer input:hover {
	background-position: 0% 25%;
}
li#t-fontsizer input:active {
	border-color: #666 #AAA #AAA #666;
}
 
li#t-fontsizer input#t-fontsizer-minus {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
li#t-fontsizer input#t-fontsizer-reset {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 -1px;
}
li#t-fontsizer input#t-fontsizer-plus {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}