MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
No edit summary
No edit summary
Line 218: Line 218:
}
}
/* all possible headers */
/* all possible headers */
h1, h2
h1, h2, h3, h4, h5, h6
{
{
color: #ffffff;
color: #ffffff;
Line 284: Line 284:
{
{
outline: unset !important;
outline: unset !important;
/*
White panels recoloring
*/
.oo-ui-popupWidget-popup
{
background-color: #454959;
border: 1px solid #2a2c35;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover
{
background-color: #2e313e !important;
border-color: #1b1d24 !important;
color: #FFF !important;
}
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button:hover
{
background-color: #2e313e !important;
color: #535768 !important;
}
.oo-ui-toolbar-bar
{
background-color: #464a5e !important;
}
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
border-bottom: 1px solid #313442 !important;
}
.oo-ui-toolGroup
{
border-right: 1px solid #3f4353 !important;
}
.oo-ui-toolbar-actions .oo-ui-toolGroup
{
border-left: 1px solid #3f4353 !important;
}
.ve-ce-branchNode-blockSlug, .ve-ce-branchNode-newSlug
{
margin: 0px !important;
outline: 1px dashed #ffe500 !important;
background-color: rgba(81, 83, 66, 0.75) !important;
}
.ve-ce-linkAnnotation.ve-ce-annotation-active
{
box-shadow: 0 0 0 2px #9b9525 !important;
background-color: #2b415e !important;
}
/*.oo-ui-tool-link:hover*/
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover
{
background-color: #50546a !important;
color: #FFF !important;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input
{
background-color: #4a515e !important;
border: 1px solid #717d93 !important;
color: #fff !important;
}
.editOptions {
color: #cdd1d7 !important;
}