Usor:YaganZ/common.css

E Victionario

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.
/* ----------

CSS Style

* Indent with tab characters
* One line space between each declaration
* One selector per line
* Opening brace on the same line as the last selector
* Don’t omit optional semicolons
* Closing brace on its own line
* Closing brace indented to match the preceding style declarations
* Alternatively, very short style rules may be all on one line

---------- */

/* See also [[Special:Mypage/vector.css]], [[MediaWiki:Vector.css]] */

/*
.caput-linguae {
	font-size: 1.2em;
	font-family: sans-serif;
	font-weight: normal;
}
*/
/*
.ns-0 #mw-content-text h2 {
	clear: none;
	margin-top:1.0em;
	margin-bottom:0.1em;
	border: solid 1px #CCC;
	padding: 0.3em 0.4em 0.3em 0.4em;*/ /* top right bottom left */
/*	background: #E8E8F0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFF7), to(#F3F3FB), color-stop(0.6, #EAEAF2));
	background-image: -moz-linear-gradient(top, #EFEFF7, #EAEAF2 60%, #F3F3FB);
	background-image: -o-linear-gradient(top, #EFEFF7, #EAEAF2 60%, #F3F3FB);
}*/

/*
.audiotable {
	background-image: url(//upload.wikimedia.org/wikipedia/commons/f/f3/Gnome-globe.svg);
	background-size: 160px 30px;
	background-position: left center;
	padding-left: 4px;
	padding-top: 2px;
	background-repeat: no-repeat;
}
*/