Diferencia entre revisiones de «MediaWiki:Common.css»

De musiki
Sin resumen de edición
Sin resumen de edición
Línea 43: Línea 43:
}
}
.createbox input[type="submit"],
.createbox input[type="submit"],
.sfFormInput input[type="submit"] {
.sfFormInput input[type="submit"],
.forminput_button {
background: #347bff;
background: #347bff;
border: 1px solid #347bff;
border: 1px solid #347bff;

Revisión del 15:28 1 dic 2016

/* FICHAS */

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

/* FORMULARIOS */

.formInput,
.createboxInput {
	border: 1px solid #aaa !important;
	border-radius: 3px !important;
	box-sizing: border-box;
	display: block !important;
	font: inherit;
	padding: 10px !important;
	width: 600px !important;
}
.pfTokens,
.pfComboBox {
	display: block !important;
	width: 600px !important;
}
.formInput {
	display: inline-block !important;
}
.createbox input[type="submit"],
.sfFormInput input[type="submit"],
.forminput_button {
	background: #347bff;
	border: 1px solid #347bff;
	border-radius: 3px;
	cursor: pointer;
	color: white;
	font: inherit;
	padding: 10px;
}
.pfUploadable {
	font-size: small;
}
.inputSpan select {
	display: block !important;
	width: 600px !important;
	padding: 10px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	background: none;
}

/* OTROS */

.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;