Diferencia entre revisiones de «MediaWiki:Common.css»

De musiki
Sin resumen de edición
Sin resumen de edición
Línea 41: Línea 41:
var indexNavigationBar = 0;
var indexNavigationBar = 0;


.infobox {
.ficha {
background: #f9f9f9;
background: #f9f9f9;
border: 1px solid #aaa;
border: 1px solid #aaa;
Línea 49: Línea 49:
max-width: 220px;
max-width: 220px;
}
}
.infobox a.image {
.ficha a.image {
display: block;
display: block;
}
}
.infobox img {
.ficha img {
display: block;
display: block;
margin: 0 auto 1em auto;
margin: 0 auto 1em auto;
}
}
.infobox th {
.ficha th {
text-align: right;
text-align: right;
vertical-align: top;
vertical-align: top;
width: 90px;
width: 90px;
}
}

Revisión del 20:28 30 nov 2016

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias 

.WikiaPageHeader > h1 {
 font-family: Arial; /* This changes the header on every article */
}
.WikiaArticle {
 font-family: Arial; /* This changes the text in the content space only */
}



body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:arial !important;}
*/

* {font-family: courier new}

/* CSS placed here will be applied to all skins SYNTAX HIGHLIGHT CONFIG */
.mw-highlight pre {
	font-size: 90%;
}

.contributionscores-wrapper       {  }
.contributionscores-title         { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; }
.contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; }
.contributionscores .odd        { background-color: #eeeeee; }
.contributionscores .header td   { padding-left: .2em; padding-right: .2em; }
.contributionscores .content   { padding-left: .2em; padding-right: .2em; }

mw.hook( 'wikipage.content' ).add( createCollapseButtons );

/**
 * Dynamic Navigation Bars (experimental)
 *
 * Description: See [[Wikipedia:NavFrame]].
 * Maintainers: UNMAINTAINED
 */

/* set up the words in your language */
var NavigationBarHide = '[' + collapseCaption + ']';
var NavigationBarShow = '[' + expandCaption + ']';
var indexNavigationBar = 0;

.ficha {
	background: #f9f9f9;
	border: 1px solid #aaa;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
	max-width: 220px;
}
.ficha a.image {
	display: block;
}
.ficha img {
	display: block;
	margin: 0 auto 1em auto;
}
.ficha th {
	text-align: right;
	vertical-align: top;
	width: 90px;
}