Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
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; } | |||
Revisión del 16:03 24 nov 2012
/* Los estilos CSS definidos aquí se aplicarán a todas las pieles (skins) */
/* Formato del foro por -Algorithm & -Splaka */
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; color: #000; margin-top: 1em; padding: 12px; }
.forumlist td.forum_edited a { color: black; text-decoration: none }
.forumlist td.forum_title a { padding-left: 20px; }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(http://www.wikia.com/images/4/4e/Forum_new.gif) center left no-repeat; 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; }
/*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; }