Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
| Línea 3: | Línea 3: | ||
.portlet { background-color: green; } | .portlet { background-color: green; } | ||
| − | .mw-body-content a:link { color: # | + | .mw-body-content a:link { color: #000000; } /* normal unvisited links */ |
.mw-body-content a:link:active { color: #34ff34; } /* active 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.new { color: #34ff34; } /* new links */ | ||
Revisión del 02:48 8 feb 2021
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
.portlet { background-color: green; }
.mw-body-content a:link { color: #000000; } /* 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: #030403; } /* interwiki links */
.mw-body-content a:link.external { color: #030403; } /* external links */
.mw-body-content a.interwiki:visited { color: #34ff34; }
.mw-body-content a.external:visited { color: #34ff34; }