Diferencia entre revisiones de «MediaWiki:Common.css»

Sin resumen de edición
Sin resumen de edición
Línea 8: Línea 8:
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist td.forum_title a.forum_new:visited { font-weight: normal; background: none; padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }
.forumlist th.forum_title { padding-left: 20px; }
/*Cambio en los enlaces al pasar el cursor por encima (obtenido de Animal Crossing Enciclopedia)*/
a:hover { color:darkblue; text-shadow:0 0 3px steelblue; -moz-text-shadow:0 0 3px  steelblue; -webkit-text-shadow:0 0 3px steelblue;
}