Diferencia entre revisiones de «MediaWiki:Common.css»

De KarateDoMiyazato Wiki
sin resumen de edición
Sin resumen de edición
Sin resumen de edición
Línea 254: Línea 254:


html .cosmos-header .wds-button.wds-is-secondary {
html .cosmos-header .wds-button.wds-is-secondary {
color: #5f7a7b;
color: #5f7a7b !important;
}
}


Línea 275: Línea 275:


html div.thumbinner .thumbcaption {
html div.thumbinner .thumbcaption {
     border-right: 1px solid #222222;
     border-right: 1px solid #222222 !important;
     border-bottom: 1px solid #222222;
     border-bottom: 1px solid #222222 !important;
     border-left: 1px solid #222222;
     border-left: 1px solid #222222 !important;
     color: #fff;
     color: #fff;
}
}


html div.thumbinner {
html div.thumbinner {
     background-color: #222222;
     background-color: #222222 !important;
}
}
html .oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget{
    background-color: #000 !important;
}
html .oo-ui-processDialog-content .oo-ui-window-body{
    background-color: #fff !important;
}
html body .oo-ui-buttonElement-framed:not(.oo-ui-flaggedElement-primary):not(.oo-ui-buttonElement-active) > .oo-ui-buttonElement-button{
    background-color: #fff !important;
}
html .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button{
    background-color: #070605 !important;
    border-color: #5d564e !important;
}


}
}