MediaWiki

Diferencia entre revisiones de «Vector.css»

De marenostrum

Línea 8: Línea 8:
 
div#content {
 
div#content {
 
background-color: #FFF8DC;
 
background-color: #FFF8DC;
border-top: 6px solid #B4BEC3;
+
border-top: 6px solid #B8860B;
 
border-bottom: 0;
 
border-bottom: 0;
border-left: 6px solid #171717;
+
border-left: 6px solid #B8860B;
 
margin-right: 10px;
 
margin-right: 10px;
 
}
 
}

Revisión del 23:53 30 mar 2015

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

/* Give the background the colour */
body {
	background-color: #FFF8DC;
	}
/* Give the main content area its healthy blue glow and add a border and some margin to help with the 3D effect */
div#content {
	background-color: #FFF8DC;
	border-top: 6px solid #B8860B;
	border-bottom: 0;
	border-left: 6px solid #B8860B;
	margin-right: 10px;
}