Diferencia entre revisiones de «Vector.css»
De marenostrum
| (No se muestran 13 ediciones intermedias del mismo usuario) | |||
| Línea 3: | Línea 3: | ||
/* Give the background the initial texture: [[File:Background.png]] */ | /* Give the background the initial texture: [[File:Background.png]] */ | ||
body { | body { | ||
| − | background-color: # | + | background-color: #FFFFCC; |
| − | 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]] | Add the background: [[File:Header-background-altsearch.png]] [[File:Clouds-distance2.png]] | ||
#mw-page-base { | #mw-page-base { | ||
| − | background-color: # | + | background-color: #FFFFCC; |
| − | background-image: url(http://es.marenostrum.info/fondo.jpg); | + | /*background-image: url(http://es.marenostrum.info/fondo.jpg); */ |
} | } | ||
div#mw-head { | div#mw-head { | ||
| − | background: url(http://es.marenostrum.info/fondo.jpg) | + | background-color: #FFFFCC; |
| + | /*background-image: url(http://es.marenostrum.info/fondo.jpg); */ | ||
} | } | ||
/* 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-color: #FFFFCC; |
| + | /*background-image: url(http://es.marenostrum.info/fondo.jpg); */ | ||
} | } | ||
unvisited link | unvisited link | ||
a:link { | a:link { | ||
| − | color: # | + | color: #a55858; |
} | } | ||
visited link | visited link | ||
a:visited { | a:visited { | ||
| − | color: # | + | color: #a55858; |
} | } | ||
Revisión actual del 08:38 31 oct 2020
/* 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: #FFFFCC;
/*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: #FFFFCC;
/*background-image: url(http://es.marenostrum.info/fondo.jpg); */
}
div#mw-head {
background-color: #FFFFCC;
/*background-image: url(http://es.marenostrum.info/fondo.jpg); */
}
/* Give the main content area its healthy blue glow and add a border */
div#content {
background-color: #FFFFCC;
/*background-image: url(http://es.marenostrum.info/fondo.jpg); */
}
unvisited link
a:link {
color: #a55858;
}
visited link
a:visited {
color: #a55858;
}
mouse over link
a:hover {
color: #663300;
text-decoration: underline;
}
a:p {
color: black;
font-family: "Verdana";
}