MediaWiki

Diferencia entre revisiones de «Vector.css»

De marenostrum

 
(No se muestran 73 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" */
  
/* NS Special (light grey) */
+
/* Give the background the initial  texture: [[File:Background.png]] */
.ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #c00000; }
+
body {
+
background-color: #FFFFCC;
/* NS Project + Project_talk (light sky blue) */
+
/*background-image: url(http://es.marenostrum.info/fondo.jpg); */
.ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #c00000; }
+
}
.ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #c00000; }
+
 
+
Add the background: [[File:Header-background-altsearch.png]] [[File:Clouds-distance2.png]]
/* NS MediaWiki + MediaWiki_talk (light grey) */
+
#mw-page-base {
.ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #c00000; }
+
background-color: #FFFFCC;
.ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #c00000; }
+
/*background-image: url(http://es.marenostrum.info/fondo.jpg); */
+
}
/* NS Manual + Manual_talk (light bluish violet) */
+
div#mw-head {
.ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #c00000; }
+
        background-color: #FFFFCC;
.ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #c00000; }
+
/*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";
 +
}

Revisión actual del 09: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";
}