Diferencia entre revisiones de «Vector.css»
De marenostrum
| Línea 2: | Línea 2: | ||
/* Give the background the initial texture: [[File:Background.png]] */ | /* Give the background the initial texture: [[File:Background.png]] */ | ||
| − | + | body { | |
background-color: #202020; | background-color: #202020; | ||
background-image: url(http://es.marenostrum.info/fondo.jpg); | background-image: url(http://es.marenostrum.info/fondo.jpg); | ||
} | } | ||
| − | + | Add the background: [[File:Header-background-altsearch.png]] [[File:Clouds-distance2.png]] | |
#mw-page-base { | #mw-page-base { | ||
background-color: #8DBDE9; | background-color: #8DBDE9; | ||
| Línea 16: | Línea 16: | ||
} | } | ||
| − | /* Give the main content area its healthy blue glow and add a border * | + | /* Give the main content area its healthy blue glow and add a border */ |
div#content { | div#content { | ||
background: url(http://es.marenostrum.info/fondo.jpg) | background: url(http://es.marenostrum.info/fondo.jpg) | ||
} | } | ||
| − | + | unvisited link | |
a:link { | a:link { | ||
color: #663300; | color: #663300; | ||
} | } | ||
| − | + | visited link | |
a:visited { | a:visited { | ||
color: #663300; | color: #663300; | ||
} | } | ||
| − | + | mouse over link | |
a:hover { | a:hover { | ||
color: #663300; | color: #663300; | ||
| Línea 41: | Línea 41: | ||
font-family: "Verdana"; | font-family: "Verdana"; | ||
} | } | ||
| − | |||
Revisión del 00:55 2 ene 2016
/* 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);
}
div#mw-head {
background: url(http://es.marenostrum.info/fondo.jpg)
}
/* Give the main content area its healthy blue glow and add a border */
div#content {
background: url(http://es.marenostrum.info/fondo.jpg)
}
unvisited link
a:link {
color: #663300;
}
visited link
a:visited {
color: #663300;
}
mouse over link
a:hover {
color: #663300;
text-decoration: underline;
}
a:p {
color: black;
font-family: "Verdana";
}