MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content deleted Content added
No edit summary
No edit summary
Line 82: Line 82:
border: solid 1px #2c2938 !important;
border: solid 1px #2c2938 !important;
background-image: none !important;
background-image: none !important;
background-color: black !important;
background-color: none !important;
}
}
#simpleSearch input
#simpleSearch input
{
{
background-color: black !important;
background-color: none !important;
color: white !important;
color: black !important;
}
}


Line 108: Line 108:
}
}


/* something related to tab, was adding line on right */
div.vectorTabs ul
{
background-image: none;
}
/* another thing that adds white line on right of tab */
div.vectorTabs span
{
background-image: none;
}
/* separator line on left */
#mw-panel div.portal
{
background-image: none !important;
border: 0 none #000;
border-top: 1px solid rgba(255,255,255,0.2);
}

/* top tabs (over wiki content) */
div.vectorTabs ul li
{
background-image: none;
background-color: transparent;
}

/* spacing for left menu */
#mw-panel div.portal div.body ul li
{
/*padding: 0.45em 0 !important;*/
padding: 0 !important;
line-height: normal !important;
}
/* removing white line on top of the page */
/* removing white line on top of the page */
#mw-page-base
#mw-page-base
Line 153: Line 121:
.vector-menu-tabs li
.vector-menu-tabs li
{
{
background-image: linear-gradient(to top,#9a9cab 0,#5c5f78 1px,#fff0 100%) !important;
background-image: linear-gradient(to top,#9a9cab 0,#6595CA 1px,#fff0 100%) !important;
background-color: transparent !important;
background-color: transparent !important;
}
}
.vector-menu-tabs .selected
.vector-menu-tabs .selected
{
{
background-image: linear-gradient(to top,#9a9cab 0,#6169b3 1px,#fff0 100%) !important;
background-image: linear-gradient(to top,#9a9cab 0,#85B5E6 1px,#fff0 100%) !important;
background-color: transparent !important;
background-color: transparent !important;
}
}
Line 164: Line 132:
.vector-menu-dropdown
.vector-menu-dropdown
{
{
background-image: linear-gradient(to top,#9a9cab 0,#1c1c24 1px,#fff0 100%) !important;
background-image: linear-gradient(to top,#9a9cab 0,#6595CA 1px,#fff0 100%) !important;
background-color: transparent !important;
background-color: transparent !important;
}
}
Line 231: Line 199:
{
{
color: #ff3333 !important;
color: #ff3333 !important;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.62);
}
}
.cnotice-message {
.cnotice-message {
Line 245: Line 212:
.warningbox {
.warningbox {
background-color: #f0ad344f !important;
background-color: #f0ad344f !important;
color: white !important;
color: black !important;
border: 2px dotted #fc3 !important;
border: 2px dotted #fc3 !important;
}
}