MediaWiki:Common.css

Hello, you have come here looking for the meaning of the word MediaWiki:Common.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word MediaWiki:Common.css, but we will also tell you about its etymology, its characteristics and you will know how to say MediaWiki:Common.css in singular and plural. Everything you need to know about the word MediaWiki:Common.css you have here. The definition of the word MediaWiki:Common.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofMediaWiki:Common.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* Gli stili CSS inseriti qui si applicano a tutte le skin */

/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}

/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
	/* @noflip */
	clear: right;
	/* @noflip */
	float: right;
	/* @noflip */
	margin: 4px 0 4px 1em;
	box-sizing: border-box;
	width: 238px;
	font-size: 88%;
	line-height: 1.25em;
}
html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
	/* @noflip */
	margin: 4px 1em 4px 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 238px;
	border-collapse: collapse;
	font-size: 88%;
	line-height: 1.25em;
}

/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
	display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
	border: none;
	border-collapse: collapse;
	background-color: transparent;
	margin: 0 0 0 1.6em !important;
	padding: 0 !important;
	width: auto;
	display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
	font-size: 100%;
	width: auto;
	margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
	padding: 0 !important;
	margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
	display: list-item;
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(/w/skins/MonoBook/resources/images/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
	list-style-type: disc;
	list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
	list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
	display: none;
}

/* Hide (formatting) elements from screen, but not from screenreaders */
.visualhide {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*##############################
## FINE STILI BOX
##############################*/

/* Immagine di sfondo per la pagina delle ultime modifiche */
#BG_wiki { background-image: url(//upload.wikimedia.org/wiktionary/it/8/85/Logo_notext_opaco_per_RC.png);}


/* Highlight per le note */
 
ol.references > li:target {
background-color: #DEF;
}

sup.reference:target {
background-color: #DEF;
}

/* CATEGORIE NASCOSTE */
/* Se tutte le categorie di una voce sono nascoste, le mostra lo stesso (in modo da visualizzare il  per poterci accedere) */
.catlinks-allhidden { display: block; }

/*Fine categorie nascoste */

/* Stile del box del siteNotice */
#mw-dismissable-notice {
background-color: transparent;
}

/* Nasconde il link di modifica negli h3 e h4 nel NS:0 */
.ns-0 .mw-heading3 .mw-editsection, .ns-0 .mw-heading4 .mw-editsection {
   display:none;
}

/*Nasconde il link di modifica ai titoli - necessita di un div - usato per il {{-ref-}} */
.NonModificabile .mw-editsection{
   display:none;
}

/* Evidenzia di blu qualsiasi testo che è inserito all'interno di {{AncoraTabella}} */

.Citazione:target {
    background-color: #DEF;
}