Diferencia entre revisiones de «MediaWiki:Common.css»
De WikiLoT
Sin resumen de edición |
Sin resumen de edición |
||
| 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 */ | ||
/* |||||||||||||||||||||||||||||||||FONDOS|||||||||||||||||||||||||||||||||||||| */ | |||
body { background: #B78053;} | body { background: #B78053;} | ||
#p-logo { background: #B78053;} | #p-logo { background: #B78053;} | ||
| Línea 11: | Línea 12: | ||
.vector-menu-content-list { background: #B78053;} /* MENU DESPLEGABLE */ | .vector-menu-content-list { background: #B78053;} /* MENU DESPLEGABLE */ | ||
.mw-parser-output { color: white} | /* ||||||||||||||||||||||||||||||||||TEXTOS||||||||||||||||||||||||||||||||||||| */ | ||
.mw-parser-output { color: white } /* COLOR DE TEXTO BASE */ | |||
/* |||||||||||||||||||||||||||||||||||BOTONES|||||||||||||||||||||||||||||||||||| */ | |||
.form-control { background: #AA7A50;} /*BUSCADOR*/ | |||
| Línea 19: | Línea 23: | ||
.container-fluid { background: #B78053;} | .container-fluid { background: #B78053;} | ||
.navbar { background: #B78053;} | .navbar { background: #B78053;} | ||
.nav-link selected active { background: #B78000;} /*selected active O NEW*/ | .nav-link selected active { background: #B78000;} /*selected active O NEW*/ | ||
.bg-white { background: #B78088;} | .bg-white { background: #B78088;} | ||
Revisión del 18:17 16 oct 2022
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* |||||||||||||||||||||||||||||||||FONDOS|||||||||||||||||||||||||||||||||||||| */
body { background: #B78053;}
#p-logo { background: #B78053;}
#mw-wrapper { background: #B78053;}
#mw-page-base { background: #B78053;} /* FONDO GLOBAL */
.mw-body { background: #B78053;} /* FONDO DE ENTRADA */
.mw-body { border: 0px;} /* MARCO DE ENTRADA */
.mw-code { background: #B78053;} /* FONDO DE TEXTO */
.mw-code { border: 0px;} /* MARCO DE TEXTO */
.vector-menu-content-list { background: #B78053;} /* MENU DESPLEGABLE */
/* ||||||||||||||||||||||||||||||||||TEXTOS||||||||||||||||||||||||||||||||||||| */
.mw-parser-output { color: white } /* COLOR DE TEXTO BASE */
/* |||||||||||||||||||||||||||||||||||BOTONES|||||||||||||||||||||||||||||||||||| */
.form-control { background: #AA7A50;} /*BUSCADOR*/
mw-list-item collapsible { background: #B78053;}
.container-fluid { background: #B78053;}
.navbar { background: #B78053;}
.nav-link selected active { background: #B78000;} /*selected active O NEW*/
.bg-white { background: #B78088;}