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 */ | ||
| − | + | /* style, color and size links and headings to suit */ | |
| + | .menuSidebar a { | ||
| + | font-weight: bold; | ||
| + | display: block; | ||
| + | border-width: 0px 0px 1px 0px; | ||
| + | border-style: solid; | ||
| + | border-color: #0000000; | ||
| + | margin: 0px; | ||
| + | padding: 1px; | ||
| + | padding-left: 5px; | ||
| + | color: #000000; | ||
| + | text-decoration: none; | ||
| + | } | ||
.mw-body-content a:link { color: #34ff34; } /* normal unvisited links */ | .mw-body-content a:link { color: #34ff34; } /* normal unvisited links */ | ||
Revisión del 23:33 7 feb 2021
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* style, color and size links and headings to suit */
.menuSidebar a {
font-weight: bold;
display: block;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #0000000;
margin: 0px;
padding: 1px;
padding-left: 5px;
color: #000000;
text-decoration: none;
}
.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; }