Difference between revisions of "MediaWiki:Common.css"

From MORTACA Wiki
Jump to: navigation, search
Line 163: Line 163:
 
     background-color: #2a2a2a !important;
 
     background-color: #2a2a2a !important;
 
     color: #ccc !important;
 
     color: #ccc !important;
    text-shadow: none !important;
 
 
}
 
}

Revision as of 11:02, 20 May 2025

/* === GENERAL === */
body {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
}

/* === ZONA PRINCIPAL === */
#content, #bodyContent, #mw-content-text, .mw-body {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: none !important;
}

.mw-body {
    border-left: none !important;
}

/* === ENCABEZADOS === */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
    border-color: #444 !important;
}

/* === LINKS === */
a {
    color: #66aaff;
}

a:visited {
    color: #bb88ff;
}

a:hover, a:active {
    color: #88ddff;
}

/* === TOC === */
#toc, .toc {
    background-color: #333 !important;
    color: #eee !important;
    border: 1px solid #555 !important;
}

/* === SECCIÓN [editar] === */
.mw-editsection, .mw-editsection-bracket {
    background: transparent !important;
}

.mw-editsection a {
    color: #aaa !important;
}

/* === NAVEGACIÓN IZQUIERDA === */
#mw-panel, #p-logo {
    background-color: #252525 !important;

}

#mw-panel .portal h3 {
    color: #fff !important;
}

#mw-panel .body {
    background-color: #2e2e2e !important;
}

#mw-panel li a {
    color: #ccc !important;
}

#mw-panel li a:hover {
    background-color: #444 !important;
    color: #fff !important;
}

/* === BARRA SUPERIOR === */
#mw-head, #mw-head-base, #p-personal {
    background-color: #1a1a1a !important;

}

#p-personal li a {
    color: #ccc !important;
}

#p-personal li a:hover {
    background-color: #444 !important;
    color: #fff !important;
}

/* === BOTONES ENCABEZADO === */
#ca-view a, #ca-edit a, #ca-history a, #ca-addsection a, #ca-watch a, #ca-unwatch a {
    background-color: #2a2a2a !important;
    color: #eee !important;
    border: 0px solid #000000 !important;
    padding: 5px;
    margin: 6px;
}

#ca-view a:hover, #ca-edit a:hover, #ca-history a:hover {
    background-color: #444 !important;
}

/* === FORMULARIOS Y BÚSQUEDA === */
input, textarea, select {
    background-color: #2e2e2e !important;
    color: #fff !important;
    border: 1px solid #555 !important;
}

input::placeholder {
    color: #aaa !important;
}

/* === TABLAS === */
table.wikitable {
    background-color: #2c2c2c !important;
    color: #e0e0e0 !important;
    border: 1px solid #555 !important;
}

table.wikitable th {
    background-color: #444 !important;
    color: #fff !important;
}

table.wikitable td {
    border: 1px solid #555 !important;
}

/* === BLOQUES DE CÓDIGO === */
pre, code {
    background-color: #333 !important;
    color: #dcdcdc !important;
    padding: 0.5em;
    border-radius: 4px;
    overflow-x: auto;
}

/* === PIE DE PÁGINA === */
#footer, #footer ul {
    background-color: #111 !important;
    color: #aaa !important;
    border-top: 1px solid #333 !important;
}

#footer a {
    color: #aaa !important;
}

#footer a:hover {
    color: #fff !important;
}


nuevo

/* === ELIMINA TODAS LAS IMÁGENES DE FONDO DE PESTAÑAS === */
#p-cactions li a,
.vectorTabs li a,
#p-cactions li,
.vectorTabs li {
    background-color: #2a2a2a !important;
    color: #ccc !important;
}