Diferencia entre revisiones de «MediaWiki:Common.css»

De iban-oscuro-por-entre-las-sombras
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: #34ff34; } /* normal unvisited links */
+
.mw-body-content a:link { color: #030403; } /* 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 */
.mw-body-content a:link.interwiki { color: #34ff34; } /* interwiki links */
+
.mw-body-content a:link.interwiki { color: #030403; } /* interwiki links */
.mw-body-content a:link.external { color: #34ff34; } /* external links */
+
.mw-body-content a:link.external { color: #030403; } /* external links */
 
.mw-body-content a.interwiki:visited { color: #34ff34; }
 
.mw-body-content a.interwiki:visited { color: #34ff34; }
 
.mw-body-content a.external:visited { color: #34ff34; }
 
.mw-body-content a.external:visited { color: #34ff34; }

Revisión del 03:46 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: #030403; } /* 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; }