MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/************************************************************ | /************************************************************ | ||
* CLEAN MINIMAL THEME — | * CLEAN MINIMAL THEME — FORCED DARK MODE | ||
* (same rules/structure as the light version, colors inverted) | |||
************************************************************/ | ************************************************************/ | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
0. GLOBAL RESET | 0. GLOBAL RESET | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
.mw-wiki-logo, | .mw-wiki-logo, | ||
.mw-logo, | .mw-logo, | ||
| Line 19: | Line 17: | ||
visibility: hidden !important; | visibility: hidden !important; | ||
} | } | ||
html { | html { | ||
font-size: 18px !important; | font-size: 18px !important; | ||
-webkit-text-size-adjust: 100% !important; | -webkit-text-size-adjust: 100% !important; | ||
} | } | ||
body, h1, h2, h3, h4, h5, h6, p, td, th, | body, h1, h2, h3, h4, h5, h6, p, td, th, | ||
input, textarea, select, button { | input, textarea, select, button { | ||
font-family: 'Times New Roman', Times, serif !important; | font-family: 'Times New Roman', Times, serif !important; | ||
color: rgb( | color: rgb(240, 240, 240) !important; | ||
line-height: 1.2 !important; | line-height: 1.2 !important; | ||
} | } | ||
body { | body { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
-webkit-text-size-adjust: 100% !important; | -webkit-text-size-adjust: 100% !important; | ||
} | } | ||
a:link { | |||
color: rgb(0, 0, 238) !important; | |||
color: rgb( | line-height: 1 !important; | ||
} | |||
a:visited { | |||
color: rgb(85, 26, 139) !important; | |||
line-height: 1 !important; | line-height: 1 !important; | ||
} | } | ||
a:hover { | a:hover { | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||
/* Shadow kaldır */ | /* Shadow kaldır */ | ||
* { | * { | ||
| Line 52: | Line 47: | ||
text-shadow: none !important; | text-shadow: none !important; | ||
} | } | ||
/* Tüm borderları arkaplanla aynı yap (görünmez) */ | |||
/* Tüm borderları | |||
*:not(img) { | *:not(img) { | ||
border-color: rgb( | border-color: rgb(0, 0, 0) !important; | ||
} | } | ||
/* Images*/ | /* Images*/ | ||
.mw-body-content img, | .mw-body-content img, | ||
| Line 66: | Line 59: | ||
padding-left: 0px !important; | padding-left: 0px !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
1. HEADER | 1. HEADER | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
#mw-head, | #mw-head, | ||
#mw-head-base, | #mw-head-base, | ||
| Line 77: | Line 68: | ||
.vector-sticky-header, | .vector-sticky-header, | ||
.mw-header { | .mw-header { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
/* Üst menüyü content ile hizala */ | /* Üst menüyü content ile hizala */ | ||
#left-navigation { | #left-navigation { | ||
/* margin-left: 10em !important;*/ | /* margin-left: 10em !important;*/ | ||
} | } | ||
/* Login kısmını içeri al */ | /* Login kısmını içeri al */ | ||
#p-personal { | #p-personal { | ||
/* margin-right: 1em !important; */ | /* margin-right: 1em !important; */ | ||
} | } | ||
#right-navigation { | #right-navigation { | ||
/* margin-right: 1em !important; */ | /* margin-right: 1em !important; */ | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
2. SIDEBAR | 2. SIDEBAR | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
#column-one, | #column-one, | ||
#mw-panel, | #mw-panel, | ||
| Line 107: | Line 92: | ||
width: 250px !important; | width: 250px !important; | ||
} | } | ||
.portlet, .pBody { | .portlet, .pBody { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
.portlet h3, .portlet h5 { | .portlet h3, .portlet h5 { | ||
color: rgb( | color: rgb(240, 240, 240) !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
/* Tools gizle */ | /* Tools gizle */ | ||
#p-tb { | #p-tb { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* Hide Create account / Log in for visitors */ | |||
#pt-createaccount, | |||
#pt-login { | |||
display: none !important; | |||
} | |||
/* Hide the DarkMode extension's toggle link (Dark mode / Default mode) */ | |||
#pt-darkmode, | |||
#pt-darkmode-sticky-header { | |||
display: none !important; | |||
} | |||
/* Sidebar links */ | /* Sidebar links */ | ||
#mw-panel a, | #mw-panel a:link, | ||
.vector-legacy-sidebar a:link, | |||
.portlet a:link, | |||
.pBody a:link { | |||
color: rgb(0, 0, 238) !important; | |||
text-decoration: none !important; | |||
font-size: 20px !important; | |||
-webkit-text-size-adjust: 100% !important; | |||
} | |||
#mw-panel a:visited, | #mw-panel a:visited, | ||
.vector-legacy-sidebar a, | .vector-legacy-sidebar a:visited, | ||
.portlet a, | .portlet a:visited, | ||
.pBody a { | .pBody a:visited { | ||
color: rgb( | color: rgb(85, 26, 139) !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
font-size: 20px !important; | font-size: 20px !important; | ||
-webkit-text-size-adjust: 100% !important; | -webkit-text-size-adjust: 100% !important; | ||
} | } | ||
#mw-panel a:hover, | #mw-panel a:hover, | ||
.vector-legacy-sidebar a:hover, | .vector-legacy-sidebar a:hover, | ||
| Line 142: | Line 139: | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
3. TABS | 3. TABS | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
#p-namespaces, | #p-namespaces, | ||
#p-views, | #p-views, | ||
| Line 156: | Line 151: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
#p-namespaces ul, | #p-namespaces ul, | ||
#p-views ul, | #p-views ul, | ||
#p-cactions ul { | #p-cactions ul { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
#p-namespaces li.selected a, | #p-namespaces li.selected a, | ||
#p-views li.selected a { | #p-views li.selected a { | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
#p-namespaces li a:hover, | #p-namespaces li a:hover, | ||
#p-views li a:hover, | #p-views li a:hover, | ||
#p-cactions li a:hover { | #p-cactions li a:hover { | ||
background: rgb( | background: rgb(30, 30, 30) !important; | ||
} | } | ||
/* Tab underline kaldır */ | /* Tab underline kaldır */ | ||
#p-namespaces li.selected a::after, | #p-namespaces li.selected a::after, | ||
| Line 185: | Line 174: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
/*Menu tabs*/ | /*Menu tabs*/ | ||
.vector-menu-tabs-legacy li a { | .vector-menu-tabs-legacy li a { | ||
| Line 192: | Line 179: | ||
background-image: none !important; | background-image: none !important; | ||
border: none !important; | border: none !important; | ||
color: rgb( | color: rgb(120, 170, 255) !important; | ||
} | } | ||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li { | ||
background: transparent !important; | background: transparent !important; | ||
border: none !important; | border: none !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
4. PERSONAL MENU (Login vs) | 4. PERSONAL MENU (Login vs) | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
#p-personal { | #p-personal { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
#p-personal ul { | #p-personal ul { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
5. CONTENT | 5. CONTENT | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
#content { | #content { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
font-size: 38px !important; | font-size: 38px !important; | ||
margin-left: 250px !important; | margin-left: 250px !important; | ||
} | } | ||
.mw-body, .mw-body-content { | .mw-body, .mw-body-content { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
font-size: 38px !important; | font-size: 38px !important; | ||
} | } | ||
/* Headings */ | /* Headings */ | ||
h1, h2, h3, h4, h5, h6, .firstHeading { | h1, h2, h3, h4, h5, h6, .firstHeading { | ||
color: rgb( | color: rgb(240, 240, 240) !important; | ||
} | } | ||
h1 { font-size: 50px !important; } | h1 { font-size: 50px !important; } | ||
h2 { font-size: 42px !important; } | h2 { font-size: 42px !important; } | ||
h3 { font-size: 47px !important; } | h3 { font-size: 47px !important; } | ||
h4 { font-size: 43px !important; } | h4 { font-size: 43px !important; } | ||
/* Links */ | /* Links */ | ||
a, a:visited { | a:link { | ||
color: rgb( | color: rgb(0, 0, 238) !important; | ||
} | |||
a:visited { | |||
color: rgb(85, 26, 139) !important; | |||
} | } | ||
a:hover { | a:hover { | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
6. SEARCH | 6. SEARCH | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
#p-search, | #p-search, | ||
#simpleSearch, | #simpleSearch, | ||
#searchInput { | #searchInput { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
7. TABLES | 7. TABLES | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
table, th, td { | table, th, td { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
8. IMAGES | 8. IMAGES | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
.thumb, | .thumb, | ||
.thumbinner, | .thumbinner, | ||
| Line 283: | Line 249: | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
.thumbcaption, .gallerytext { | .thumbcaption, .gallerytext { | ||
color: rgb( | color: rgb(240, 240, 240) !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
9. INFOBOX | 9. INFOBOX | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
.infobox, .infobox th, .infobox td { | .infobox, .infobox th, .infobox td { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
10. FOOTER | 10. FOOTER | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
#footer, #catlinks { | #footer, #catlinks { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
color: rgb( | color: rgb(240, 240, 240) !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
11. VISUAL EDITOR | 11. VISUAL EDITOR | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
.ve-ui-toolbar, | .ve-ui-toolbar, | ||
.ve-ui-toolbar-bar, | .ve-ui-toolbar-bar, | ||
| Line 321: | Line 275: | ||
.oo-ui-tool, | .oo-ui-tool, | ||
.oo-ui-buttonElement-button { | .oo-ui-buttonElement-button { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
.oo-ui-tool:hover, | .oo-ui-tool:hover, | ||
.oo-ui-buttonElement-button:hover { | .oo-ui-buttonElement-button:hover { | ||
background: rgb( | background: rgb(30, 30, 30) !important; | ||
} | } | ||
.oo-ui-menuSelectWidget, | .oo-ui-menuSelectWidget, | ||
.oo-ui-popupWidget-popup, | .oo-ui-popupWidget-popup, | ||
.oo-ui-optionWidget, | .oo-ui-optionWidget, | ||
.oo-ui-menuOptionWidget { | .oo-ui-menuOptionWidget { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
color: rgb( | color: rgb(240, 240, 240) !important; | ||
} | } | ||
.oo-ui-optionWidget:hover { | .oo-ui-optionWidget:hover { | ||
background: rgb( | background: rgb(30, 30, 30) !important; | ||
} | } | ||
.ve-ui-surface, | .ve-ui-surface, | ||
.ve-ce-surface { | .ve-ce-surface { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
.wikiEditor-ui, | .wikiEditor-ui, | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
12. DROPDOWN MENÜLER | 12. DROPDOWN MENÜLER | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
.vector-menu-dropdown .vector-menu-content, | .vector-menu-dropdown .vector-menu-content, | ||
.vector-dropdown-content, | .vector-dropdown-content, | ||
| Line 363: | Line 309: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
/*---------------------------------------------------------- | /*---------------------------------------------------------- | ||
13. FORMS | 13. FORMS | ||
----------------------------------------------------------*/ | ----------------------------------------------------------*/ | ||
input, textarea, select { | input, textarea, select { | ||
background: rgb( | background: rgb(0, 0, 0) !important; | ||
color: rgb( | color: rgb(240, 240, 240) !important; | ||
} | } | ||
.hover-word { | .hover-word { | ||
position: relative; | position: relative; | ||
| Line 390: | Line 331: | ||
display: block; | display: block; | ||
} | } | ||
/* ============================================================ | /* ============================================================ | ||
14. ALIGN TOP TABS + FOOTER WITH THE HEADING | 14. ALIGN TOP TABS + FOOTER WITH THE HEADING | ||
============================================================ */ | ============================================================ */ | ||
:root { | :root { | ||
--rep-left: 305px; | --rep-left: 305px; | ||
} | } | ||
#left-navigation { | #left-navigation { | ||
margin-left: var(--rep-left) !important; | margin-left: var(--rep-left) !important; | ||
} | } | ||
#p-namespaces li:first-child { | #p-namespaces li:first-child { | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
| Line 423: | Line 346: | ||
padding-left: 0 !important; | padding-left: 0 !important; | ||
} | } | ||
#footer { | #footer { | ||
margin-left: var(--rep-left) !important; | margin-left: var(--rep-left) !important; | ||
| Line 431: | Line 352: | ||
/* ============================================================ | /* ============================================================ | ||
15. EDITOR INTERFACE FIX | 15. EDITOR INTERFACE FIX | ||
============================================================ */ | ============================================================ */ | ||
.ve-ui-toolbar, | .ve-ui-toolbar, | ||
.ve-ui-context, | .ve-ui-context, | ||
| Line 450: | Line 366: | ||
line-height: normal !important; | line-height: normal !important; | ||
} | } | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { | ||
font-size: 14px !important; | font-size: 14px !important; | ||
line-height: normal !important; | line-height: normal !important; | ||
} | } | ||
#wpTextbox1 { | #wpTextbox1 { | ||
font-size: 15px !important; | font-size: 15px !important; | ||
line-height: 1.5 !important; | line-height: 1.5 !important; | ||
background: rgb(0, 0, 0) !important; | |||
color: rgb(240, 240, 240) !important; | |||
} | } | ||
/* Give popups/menus a visible border | /* Give popups/menus a visible border | ||
( | (needs to be light now, since it's on a dark background) */ | ||
.oo-ui-popupWidget-popup, | .oo-ui-popupWidget-popup, | ||
.oo-ui-menuSelectWidget { | .oo-ui-menuSelectWidget { | ||
border: 1px solid rgb( | border: 1px solid rgb(240, 240, 240) !important; | ||
} | } | ||
/* Editor labels in light text instead of dark */ | |||
/* Editor labels in | |||
.oo-ui-tool .oo-ui-tool-title, | .oo-ui-tool .oo-ui-tool-title, | ||
.oo-ui-labelElement-label, | .oo-ui-labelElement-label, | ||
.ve-ui-toolbar a, | .ve-ui-toolbar a, | ||
.oo-ui-popupWidget a { | .oo-ui-popupWidget a { | ||
color: rgb( | color: rgb(240, 240, 240) !important; | ||
} | } | ||
Revision as of 08:25, 20 July 2026
/************************************************************
* CLEAN MINIMAL THEME — FORCED DARK MODE
* (same rules/structure as the light version, colors inverted)
************************************************************/
/*----------------------------------------------------------
0. GLOBAL RESET
----------------------------------------------------------*/
.mw-wiki-logo,
.mw-logo,
.mw-logo-icon,
.mw-logo-wordmark,
.vector-logo,
#p-logo,
#p-logo a,
.mw-logo-container {
display: none !important;
visibility: hidden !important;
}
html {
font-size: 18px !important;
-webkit-text-size-adjust: 100% !important;
}
body, h1, h2, h3, h4, h5, h6, p, td, th,
input, textarea, select, button {
font-family: 'Times New Roman', Times, serif !important;
color: rgb(240, 240, 240) !important;
line-height: 1.2 !important;
}
body {
background: rgb(0, 0, 0) !important;
-webkit-text-size-adjust: 100% !important;
}
a:link {
color: rgb(0, 0, 238) !important;
line-height: 1 !important;
}
a:visited {
color: rgb(85, 26, 139) !important;
line-height: 1 !important;
}
a:hover {
text-decoration: underline !important;
}
/* Shadow kaldır */
* {
box-shadow: none !important;
text-shadow: none !important;
}
/* Tüm borderları arkaplanla aynı yap (görünmez) */
*:not(img) {
border-color: rgb(0, 0, 0) !important;
}
/* Images*/
.mw-body-content img,
.mw-body-content figure,
.mw-body-content .thumb {
width: auto !important;
height: auto !important;
padding-left: 0px !important;
}
/*----------------------------------------------------------
1. HEADER
----------------------------------------------------------*/
#mw-head,
#mw-head-base,
#mw-page-base,
.vector-header,
.vector-sticky-header,
.mw-header {
background: rgb(0, 0, 0) !important;
}
/* Üst menüyü content ile hizala */
#left-navigation {
/* margin-left: 10em !important;*/
}
/* Login kısmını içeri al */
#p-personal {
/* margin-right: 1em !important; */
}
#right-navigation {
/* margin-right: 1em !important; */
}
/*----------------------------------------------------------
2. SIDEBAR
----------------------------------------------------------*/
#column-one,
#mw-panel,
.vector-legacy-sidebar {
background: transparent !important;
padding-top: 5em !important;
margin-top: 0 !important;
width: 250px !important;
}
.portlet, .pBody {
background: rgb(0, 0, 0) !important;
}
.portlet h3, .portlet h5 {
color: rgb(240, 240, 240) !important;
font-weight: bold !important;
background: rgb(0, 0, 0) !important;
}
/* Tools gizle */
#p-tb {
display: none !important;
}
/* Hide Create account / Log in for visitors */
#pt-createaccount,
#pt-login {
display: none !important;
}
/* Hide the DarkMode extension's toggle link (Dark mode / Default mode) */
#pt-darkmode,
#pt-darkmode-sticky-header {
display: none !important;
}
/* Sidebar links */
#mw-panel a:link,
.vector-legacy-sidebar a:link,
.portlet a:link,
.pBody a:link {
color: rgb(0, 0, 238) !important;
text-decoration: none !important;
font-size: 20px !important;
-webkit-text-size-adjust: 100% !important;
}
#mw-panel a:visited,
.vector-legacy-sidebar a:visited,
.portlet a:visited,
.pBody a:visited {
color: rgb(85, 26, 139) !important;
text-decoration: none !important;
font-size: 20px !important;
-webkit-text-size-adjust: 100% !important;
}
#mw-panel a:hover,
.vector-legacy-sidebar a:hover,
.portlet a:hover,
.pBody a:hover {
text-decoration: underline !important;
}
/*----------------------------------------------------------
3. TABS
----------------------------------------------------------*/
#p-namespaces,
#p-views,
#p-cactions,
.vector-tabs,
.vector-menu-tabs {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
#p-namespaces ul,
#p-views ul,
#p-cactions ul {
background: rgb(0, 0, 0) !important;
}
#p-namespaces li.selected a,
#p-views li.selected a {
font-weight: bold !important;
}
#p-namespaces li a:hover,
#p-views li a:hover,
#p-cactions li a:hover {
background: rgb(30, 30, 30) !important;
}
/* Tab underline kaldır */
#p-namespaces li.selected a::after,
#p-views li.selected a::after,
.vector-menu-tabs li.selected a::after {
display: none !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
/*Menu tabs*/
.vector-menu-tabs-legacy li a {
background: transparent !important;
background-image: none !important;
border: none !important;
color: rgb(120, 170, 255) !important;
}
.vector-menu-tabs-legacy li {
background: transparent !important;
border: none !important;
}
/*----------------------------------------------------------
4. PERSONAL MENU (Login vs)
----------------------------------------------------------*/
#p-personal {
background: rgb(0, 0, 0) !important;
}
#p-personal ul {
background: rgb(0, 0, 0) !important;
}
/*----------------------------------------------------------
5. CONTENT
----------------------------------------------------------*/
#content {
background: rgb(0, 0, 0) !important;
font-size: 38px !important;
margin-left: 250px !important;
}
.mw-body, .mw-body-content {
background: rgb(0, 0, 0) !important;
font-size: 38px !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6, .firstHeading {
color: rgb(240, 240, 240) !important;
}
h1 { font-size: 50px !important; }
h2 { font-size: 42px !important; }
h3 { font-size: 47px !important; }
h4 { font-size: 43px !important; }
/* Links */
a:link {
color: rgb(0, 0, 238) !important;
}
a:visited {
color: rgb(85, 26, 139) !important;
}
a:hover {
text-decoration: underline !important;
}
/*----------------------------------------------------------
6. SEARCH
----------------------------------------------------------*/
#p-search,
#simpleSearch,
#searchInput {
background: rgb(0, 0, 0) !important;
}
/*----------------------------------------------------------
7. TABLES
----------------------------------------------------------*/
table, th, td {
background: rgb(0, 0, 0) !important;
}
/*----------------------------------------------------------
8. IMAGES
----------------------------------------------------------*/
.thumb,
.thumbinner,
.thumbimage,
.gallerybox,
figure,
figcaption {
background: transparent !important;
}
.thumbcaption, .gallerytext {
color: rgb(240, 240, 240) !important;
}
/*----------------------------------------------------------
9. INFOBOX
----------------------------------------------------------*/
.infobox, .infobox th, .infobox td {
background: rgb(0, 0, 0) !important;
}
/*----------------------------------------------------------
10. FOOTER
----------------------------------------------------------*/
#footer, #catlinks {
background: rgb(0, 0, 0) !important;
color: rgb(240, 240, 240) !important;
}
/*----------------------------------------------------------
11. VISUAL EDITOR
----------------------------------------------------------*/
.ve-ui-toolbar,
.ve-ui-toolbar-bar,
.oo-ui-toolbar,
.oo-ui-toolbar-bar,
.oo-ui-toolGroup,
.oo-ui-tool,
.oo-ui-buttonElement-button {
background: rgb(0, 0, 0) !important;
}
.oo-ui-tool:hover,
.oo-ui-buttonElement-button:hover {
background: rgb(30, 30, 30) !important;
}
.oo-ui-menuSelectWidget,
.oo-ui-popupWidget-popup,
.oo-ui-optionWidget,
.oo-ui-menuOptionWidget {
background: rgb(0, 0, 0) !important;
color: rgb(240, 240, 240) !important;
}
.oo-ui-optionWidget:hover {
background: rgb(30, 30, 30) !important;
}
.ve-ui-surface,
.ve-ce-surface {
background: rgb(0, 0, 0) !important;
}
.wikiEditor-ui,
.wikiEditor-ui-toolbar {
background: rgb(0, 0, 0) !important;
}
/*----------------------------------------------------------
12. DROPDOWN MENÜLER
----------------------------------------------------------*/
.vector-menu-dropdown .vector-menu-content,
.vector-dropdown-content,
#p-cactions .vector-menu-content {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
/*----------------------------------------------------------
13. FORMS
----------------------------------------------------------*/
input, textarea, select {
background: rgb(0, 0, 0) !important;
color: rgb(240, 240, 240) !important;
}
.hover-word {
position: relative;
text-decoration: underline dotted;
cursor: help;
}
.hover-word .hover-pop {
position: absolute;
bottom: 100%;
left: 0;
display: none;
z-index: 100;
}
.hover-word:hover .hover-pop {
display: block;
}
/* ============================================================
14. ALIGN TOP TABS + FOOTER WITH THE HEADING
============================================================ */
:root {
--rep-left: 305px;
}
#left-navigation {
margin-left: var(--rep-left) !important;
}
#p-namespaces li:first-child {
margin-left: 0 !important;
}
#p-namespaces li:first-child a {
padding-left: 0 !important;
}
#footer {
margin-left: var(--rep-left) !important;
padding-left: 0 !important;
}
/* ============================================================
15. EDITOR INTERFACE FIX
============================================================ */
.ve-ui-toolbar,
.ve-ui-context,
.ve-ui-contextSelectWidget,
.oo-ui-toolbar,
.oo-ui-popupWidget,
.oo-ui-popupWidget-popup,
.oo-ui-menuSelectWidget,
.oo-ui-window,
.oo-ui-dialog,
.oo-ui-defaultOverlay {
font-size: 14px !important;
line-height: normal !important;
}
.wikiEditor-ui-toolbar {
font-size: 14px !important;
line-height: normal !important;
}
#wpTextbox1 {
font-size: 15px !important;
line-height: 1.5 !important;
background: rgb(0, 0, 0) !important;
color: rgb(240, 240, 240) !important;
}
/* Give popups/menus a visible border
(needs to be light now, since it's on a dark background) */
.oo-ui-popupWidget-popup,
.oo-ui-menuSelectWidget {
border: 1px solid rgb(240, 240, 240) !important;
}
/* Editor labels in light text instead of dark */
.oo-ui-tool .oo-ui-tool-title,
.oo-ui-labelElement-label,
.ve-ui-toolbar a,
.oo-ui-popupWidget a {
color: rgb(240, 240, 240) !important;
}