Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
| Línea 1: | Línea 1: | ||
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | /* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */ | ||
| − | + | .navbar-default-link-color a:link { color: #020202; } | |
| − | . | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | } | ||
.mw-body-content a:link { color: #34ff34; } /* normal unvisited links */ | .mw-body-content a:link { color: #34ff34; } /* normal unvisited links */ | ||
Revisión del 23:45 7 feb 2021
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
.navbar-default-link-color a:link { color: #020202; }
.mw-body-content a:link { color: #34ff34; } /* normal unvisited links */
.mw-body-content a:link:active { color: #34ff34; } /* active links */
.mw-body-content a:link.new { color: #34ff34; } /* new links */
.mw-body-content a:link.interwiki { color: #34ff34; } /* interwiki links */
.mw-body-content a:link.external { color: #34ff34; } /* external links */
.mw-body-content a.interwiki:visited { color: #34ff34; }
.mw-body-content a.external:visited { color: #34ff34; }