Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
(Página creada con «→Los estilos CSS colocados aquí se aplicarán a todas las apariencias: .mw-body-content a:link { color: #34ff34; } →normal unvisited links: .mw-body-content a:lin…») |
|||
| (No se muestran 10 ediciones intermedias del mismo usuario) | |||
| 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 */ | ||
| − | .mw-body-content a:link { color: # | + | .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:active { color: #34ff34; } /* active links */ | ||
| − | .mw-body-content a:link.new { color: # | + | .mw-body-content a:link.new { color: #000000; } /* new links */ |
.mw-body-content a:link.interwiki { color: #34ff34; } /* interwiki 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:link.external { color: #34ff34; } /* 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 actual del 02:55 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: #000000; } /* 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; }