Diferencia entre revisiones de «Vector.css»
De marenostrum
| Línea 7: | Línea 7: | ||
/* Give the main content area its healthy blue glow and add a border and some margin to help with the 3D effect */ | /* Give the main content area its healthy blue glow and add a border and some margin to help with the 3D effect */ | ||
div#content { | div#content { | ||
| − | + | background-color: #FFF8DC; | |
| − | background-color: # | ||
border-top: 6px solid #B4BEC3; | border-top: 6px solid #B4BEC3; | ||
border-bottom: 0; | border-bottom: 0; | ||
Revisión del 23:51 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 #B4BEC3;
border-bottom: 0;
border-left: 6px solid #171717;
margin-right: 10px;
}