MediaWiki

Diferencia entre revisiones de «Vector.css»

De marenostrum

(No se muestran 45 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
 
/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */
 
/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */
/* Set the tab link colours to black and bold */
+
 
#p-namespaces a,
+
/* Give the background the initial  texture: [[File:Background.png]] */
#p-views a,
+
body {
div#mw-head div.vectorMenu h4,
+
background-color: #FFFFCC;
div#p-variants.vectorMenu #mw-vector-current-variant {
+
/*background-image: url(http://es.marenostrum.info/fondo.jpg); */
font-weight: bold;
 
text-decoration: none;
 
 
}
 
}
/* Use black links */
+
 
#p-namespaces a,
+
Add the background: [[File:Header-background-altsearch.png]] [[File:Clouds-distance2.png]]
#p-views a,
+
#mw-page-base {
div#mw-head div.vectorMenu h4 {
+
background-color: #FFFFCC;
color: #000;
+
/*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: #663300;
 +
}
 +
 
 +
visited link
 +
a:visited {
 +
    color: #663300;
 +
}
 +
 
 +
mouse over link
 +
a:hover {
 +
    color: #663300;
 +
    text-decoration: underline;
 +
}
 +
 
 +
a:p {
 +
color: black;
 +
font-family: "Verdana";
 
}
 
}

Revisión del 02:28 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: #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: #663300;
}

visited link
a:visited {
    color: #663300;
}

mouse over link
a:hover {
    color: #663300;
    text-decoration: underline;
}

a:p {
color: black;
font-family: "Verdana";
}