Diferencia entre revisiones de «MediaWiki:Common.css»

De musiki
Sin resumen de edición
Sin resumen de edición
Línea 40: Línea 40:
var NavigationBarShow = '[' + expandCaption + ']';
var NavigationBarShow = '[' + expandCaption + ']';
var indexNavigationBar = 0;
var indexNavigationBar = 0;
.ficha th {
text-align: right;
}

Revisión del 19:06 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 th {
	text-align: right;
}