Diferencia entre revisiones de «Common.css»
De marenostrum
| Línea 10: | Línea 10: | ||
#ca-view { display: none !important; } | #ca-view { display: none !important; } | ||
#ca-nstab-main { display: none !important; } | #ca-nstab-main { display: none !important; } | ||
| + | |||
| + | /* 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: #bb6633; | ||
| + | } | ||
| + | |||
| + | visited link | ||
| + | a:visited { | ||
| + | color: #5a3696; | ||
| + | } | ||
| + | |||
| + | mouse over link | ||
| + | a:hover { | ||
| + | color: #663300; | ||
| + | text-decoration: underline; | ||
| + | } | ||
| + | |||
| + | a:p { | ||
| + | color: black; | ||
| + | font-family: "Verdana"; | ||
| + | } | ||
Revisión del 08:13 30 oct 2020
/* El CSS colocado en esta página será aplicado a todas las apariencias */
/* Active link { color: #bb6633; } ¿no funciona?*/
/* 1 OCULTA LAS TABS PARA LOS USUARIOS */
#ca-watch { display: none !important; }
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-history { display: none !important; }
#ca-view { display: none !important; }
#ca-nstab-main { display: none !important; }
/* 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: #bb6633;
}
visited link
a:visited {
color: #5a3696;
}
mouse over link
a:hover {
color: #663300;
text-decoration: underline;
}
a:p {
color: black;
font-family: "Verdana";
}