Creador de Logos Wiki
Advertisement
Check mark Guía para Monaco

Esta guía es para el skin correspondiente de la wiki, Monaco.

Pantalla cabecera

Ejemplo de cabecera

Copiarlo en el "MediaWiki:Common.css" para que aparesca y substituir las letras Mayúsculas por la URL de tu cabecera.

/* Cabecera */

#wikia_header {
	background-image: url();
	border-bottom: 1px solid #555;
	height: 36px;
	z-index: 10;
}

#wiki_logo {
	width: 0;
	height: 0;
	filter: none !important;
}

#wiki_logo a {
	width: 640px;
	height: 176px;
	outline: none !important;
}

#background_strip {
	background: #588abb url(URL DE LA IMÁGEN DE LA CABECERA) no-repeat;
	border-bottom: 2px solid #999;
	border-top: 2px solid #999;
	height: 176px;
	margin-bottom: 5px;
}

#wikia_page {
	margin-top: 0;
	top: 0px !important;
}

#widget_sidebar { top: 0px; }

#monaco_footer {
	color: #EEE;
	top: 0px;
}

#monaco_footer a {
	color: #EEE;
}
Advertisement