MediaWiki

Diferencia entre revisiones de «Vector.css»

De marenostrum

Línea 11: Línea 11:
 
background-color: #8DBDE9;
 
background-color: #8DBDE9;
 
background-image: url(http://es.marenostrum.info/fondo.jpg);
 
background-image: url(http://es.marenostrum.info/fondo.jpg);
height: 1px;
+
height: 143px;
 
margin-bottom: -
 
margin-bottom: -
  

Revisión del 00:27 11 dic 2015

/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */

/* Give the background the initial  texture: [[File:Background.png]] */
body {
	background-color: #202020;
	background-image: url(http://es.marenostrum.info/fondo.jpg);
}

/* Add the background: [[File:Header-background-altsearch.png]] [[File:Clouds-distance2.png]] */
#mw-page-base {
	background-color: #8DBDE9;
	background-image: url(http://es.marenostrum.info/fondo.jpg);
	height: 143px;
	margin-bottom: -

/* unvisited link */
a:link {
    color: #0000CC;
}

/* visited link */
a:visited {
    color: #0000CC;
}

/* mouse over link */
a:hover {
    color: #6600CC;
    text-decoration: underline;
}