MediaWiki:Common.css: Difference between revisions

From Practices and Politics of Representation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/************************************************************
/************************************************************
  * CLEAN MINIMAL MEDIAWIKI THEME
  * CLEAN MINIMAL THEME — FULL RGB, RESPONSIVE, NO GRADIENTS
* Full RGB • No Gradients • No Shadows • Responsive • Safari Safe
  ************************************************************/
  ************************************************************/




/*============================================================
/*----------------------------------------------------------
   0. GLOBAL RESET / TYPOGRAPHY
   0. GLOBAL RESET / CLEANUP
============================================================*/
----------------------------------------------------------*/


.mw-wiki-logo,
.mw-wiki-logo,
Line 30: Line 29:
     color: rgb(30, 30, 30) !important;
     color: rgb(30, 30, 30) !important;
     line-height: 1.62 !important;
     line-height: 1.62 !important;
     background: transparent !important;
     /* background: transparent KALDIRILDI */
}
}


Line 37: Line 36:
}
}


 
/* Remove shadows everywhere */
/* Remove all shadows everywhere */
.portlet, .pBody, #content, #column-content, #column-one,
.portlet, .pBody, #content, #column-content, #column-one,
.portlet h3, .portlet h5, .gallerybox,
.portlet h3, .portlet h5, .gallerybox,
Line 48: Line 46:




 
/*----------------------------------------------------------
/*============================================================
   REMOVE ALL HEADER / TOP SHADOWS
   1. HEADER + TOP NAVIGATION (FIXED, NON-TRANSPARENT)
----------------------------------------------------------*/
============================================================*/


#mw-head,
#mw-head,
Line 57: Line 54:
#mw-page-base,
#mw-page-base,
.vector-header,
.vector-header,
.mw-header,
.vector-sticky-header,
.vector-sticky-header {
.vector-container,
.mw-header {
     background: #ffffff !important;
     background: #ffffff !important;
     box-shadow: none !important;
     box-shadow: none !important;
     filter: none !important;
     filter: none !important;
    border-bottom: 1px solid #eaeaea !important;
    display: flex !important;
    align-items: center !important;
     min-height: 56px !important;
     min-height: 56px !important;
}
}


/* Safari compatibility */
 
/************************************************************
* SAFARI + HEADER ALIGNMENT FIX
************************************************************/
 
#left-navigation,
#left-navigation,
.vector-page-toolbar {
.vector-page-toolbar {
Line 82: Line 80:
}
}


/* Tab links (Read / Edit / View / More...) */
#p-namespaces li a,
#p-namespaces li a,
#p-views li a,
#p-views li a,
Line 91: Line 87:
     align-items: center !important;
     align-items: center !important;
     height: 36px !important;
     height: 36px !important;
    padding: 8px 15px !important;
    background: none !important;
    color: rgb(0, 102, 255) !important;
}
}


#p-namespaces li.selected a,
#p-search,
#p-views li.selected a,
#simpleSearch {
#p-cactions li.selected a {
    display: flex !important;
     color: rgb(20,20,20) !important;
    align-items: center !important;
     font-weight: bold !important;
    background: #ffffff !important;
}
 
#searchInput {
     height: 28px !important;
    width: 140px !important;
    padding: 4px 6px !important;
     font-size: 0.95rem !important;
    background: #ffffff !important;
}
}


#p-namespaces li a:hover,
#simpleSearch {
#p-views li a:hover,
     transform: scale(0.85);
#p-cactions li a:hover {
     transform-origin: right center;
     background: rgb(240,240,240) !important;
     color: rgb(0,51,204) !important;
}
}




/* Remove all borders/underlines from tabs */
 
/************************************************************
* REMOVE TAB UNDERLINES + CLEAN TOP BAR
************************************************************/
 
/* Remove all borders below tabs */
#p-namespaces,
#p-namespaces,
#p-views,
#p-views,
Line 119: Line 123:
.vector-tabs,
.vector-tabs,
.vector-menu-tabs {
.vector-menu-tabs {
    border: none !important;
     background: #ffffff !important;
     background: #ffffff !important;
    border: none !important;
     box-shadow: none !important;
     box-shadow: none !important;
}
}


#p-namespaces li.selected a::after,
#p-namespaces ul,
#p-views li.selected a::after {
#p-views ul,
    content: none !important;
#p-cactions ul {
}
 
 
/* Search box */
#simpleSearch {
    display: flex !important;
    align-items: center !important;
     background: #ffffff !important;
     background: #ffffff !important;
    transform: scale(0.85);
    transform-origin: right center;
}
}


#searchInput {
/* Remove blue underline for selected tab */
    height: 28px !important;
#p-namespaces li.selected a::after,
    width: 140px !important;
#p-views li.selected a::after,
    padding: 4px 6px !important;
.vector-menu-tabs li.selected a::after {
    font-size: 0.95rem !important;
     content: none !important;
    border: 1px solid #ccc !important;
     background: #ffffff !important;
}
}


 
/* Remove leftover gray bar in Vector */
 
#mw-head-base,
/*============================================================
#mw-page-base {
  2. EDITOR TOOLBARS (VisualEditor + WikiEditor)
     border-bottom: none !important;
============================================================*/
 
#wikiEditor-ui-toolbar,
.wikiEditor-ui,
.wikiEditor-ui-toolbar,
.ve-init-mw-desktopArticleTarget-toolbar,
.mw-editToolbar,
#toolbar,
#editform .toolbar {
    background: #ffffff !important;
     border-bottom: 1px solid #eaeaea !important;
     box-shadow: none !important;
     box-shadow: none !important;
}
/* Dropdowns inside editor */
.wikiEditor-ui-toolbar .group .menu,
.oo-ui-dropdownWidget,
.oo-ui-menuSelectWidget,
.oo-ui-menuSelectWidget-menu {
     background: #ffffff !important;
     background: #ffffff !important;
    z-index: 9999 !important;
}
}




 
/************************************************************
/*============================================================
* 1. SIDEBAR LAYOUT
  3. SIDEBAR
************************************************************/
============================================================*/


#column-one {
#column-one {
Line 185: Line 158:
     flex-direction: column !important;
     flex-direction: column !important;
     min-height: 100vh !important;
     min-height: 100vh !important;
     background: none !important;
     background: #ffffff !important;
}
}


#mw-panel,
#mw-panel, .vector-legacy-sidebar {
.vector-legacy-sidebar {
     background: #ffffff !important;
     background: none !important;
}
}


Line 200: Line 172:
}
}


.portlet h3,
.portlet, .pBody {
.portlet h5 {
    background: #ffffff !important;
}
 
.portlet h3, .portlet h5 {
     color: rgb(20,20,20) !important;
     color: rgb(20,20,20) !important;
     font-weight: bold !important;
     font-weight: bold !important;
     background: none !important;
     background: #ffffff !important;
}
}


Line 218: Line 193:




/*============================================================
/************************************************************
  4. CONTENT AREA (Responsive + Clean)
* 2. TOP TABS / PERSONAL MENU
============================================================*/
************************************************************/
 
#p-cactions, #p-namespaces, #p-views, #p-personal {
    background: #ffffff !important;
    border: none !important;
}
 
#p-personal ul {
    background: #ffffff !important;
}
 
#p-cactions li, #p-namespaces li, #p-views li {
    margin-right: 10px !important;
    background: #ffffff !important;
}
 
#p-cactions li a, #p-namespaces li a, #p-views li a {
    background: #ffffff !important;
    padding: 8px 15px !important;
    color: rgb(0,102,255) !important;
}
 
#p-cactions li.selected a,
#p-namespaces li.selected a,
#p-views li.selected a {
    color: rgb(20,20,20) !important;
    font-weight: bold !important;
    background: #ffffff !important;
}
 
#p-cactions li a:hover,
#p-namespaces li a:hover,
#p-views li a:hover {
    background: rgb(240,240,240) !important;
    color: rgb(0,51,204) !important;
}
 
#p-personal li a {
    background: #ffffff !important;
}
 
#p-personal li a:hover {
    background: rgb(240,240,240) !important;
}
 
 
 
/************************************************************
* 3. CONTENT AREA
************************************************************/


#content,
#content, .mw-body, .mw-body-content {
.mw-body,
     background: #ffffff !important;
.mw-body-content {
     background: none !important;
     border: none !important;
     border: none !important;
}
}
Line 236: Line 258:
}
}


/* Headings */
/* Headings scaled clean */
h1 { font-size: 2rem !important; }
h1 { font-size: 2rem !important; }
h2 { font-size: 1.6rem !important; }
h2 { font-size: 1.6rem !important; }
Line 245: Line 267:


h1, h2, h3, h4, h5, h6, .firstHeading {
h1, h2, h3, h4, h5, h6, .firstHeading {
     border: none !important;
     border-bottom: none !important;
     color: rgb(20,20,20) !important;
     color: rgb(20,20,20) !important;
}
}


/* Edit section links */
 
/* Edit links */
.mw-editsection a {
.mw-editsection a {
     color: rgb(0,102,255) !important;
     color: rgb(0,102,255) !important;
Line 260: Line 283:




/*============================================================
/************************************************************
  5. RESPONSIVE CONTENT WIDTH
* 4. RESPONSIVE CONTENT WIDTH
============================================================*/
************************************************************/


.mw-body-content,
.mw-body-content,
Line 272: Line 295:
}
}


/* Tablet */
@media (max-width: 1100px) {
@media (max-width: 1100px) {
     .mw-body-content,
     .mw-body-content,
Line 280: Line 304:
}
}


/* Mobile */
@media (max-width: 700px) {
@media (max-width: 700px) {
     .mw-body-content,
     .mw-body-content,
Line 285: Line 310:
     #mw-content-text {
     #mw-content-text {
         max-width: 100% !important;
         max-width: 100% !important;
         padding: 0 16px !important;
         padding-left: 16px !important;
        padding-right: 16px !important;
     }
     }
}
}
Line 291: Line 317:




/*============================================================
/************************************************************
  6. IMAGES / GALLERIES
* 5. IMAGES / GALLERIES
============================================================*/
************************************************************/


.gallerybox,
.gallerybox,
Line 299: Line 325:
.thumb,
.thumb,
.thumbinner {
.thumbinner {
     background: none !important;
     background: #ffffff !important;
     border: none !important;
     border: none !important;
}
}
Line 313: Line 339:
}
}


.gallerytext,
.gallerytext, .thumbcaption {
.thumbcaption {
     color: rgb(110,110,110) !important;
     color: rgb(110,110,110) !important;
}
}
Line 320: Line 345:




/*============================================================
/************************************************************
  7. TABLES
* 6. TABLES
============================================================*/
************************************************************/


table {
table {
     border-collapse: collapse !important;
     border-collapse: collapse !important;
     background: none !important;
     background: #ffffff !important;
}
}
table th, table td {
table th, table td {
     border: 1px solid #ddd !important;
     border: 1px solid #ddd !important;
     padding: 6px !important;
     padding: 6px !important;
    background: #ffffff !important;
}
}
table th {
table th {
Line 339: Line 365:




/*============================================================
/************************************************************
  8. INFOBOX
* 7. INFOBOX
============================================================*/
************************************************************/


.infobox {
.infobox {
     background: none !important;
     background: #ffffff !important;
     border-left: 3px solid rgb(0,180,255) !important;
     border-left: 3px solid rgb(0,180,255) !important;
     padding: 15px !important;
     padding: 15px !important;
Line 350: Line 376:
}
}


.infobox th,
.infobox th, .infobox td {
.infobox td {
     border-bottom: 1px solid #eee !important;
     border-bottom: 1px solid #eee !important;
     padding: 8px 0 !important;
     padding: 8px 0 !important;
    background: #ffffff !important;
}
}


Line 363: Line 389:




/*============================================================
/************************************************************
  9. FORMS
* 8. FORMS
============================================================*/
************************************************************/


input, textarea, select {
input, textarea, select {
Line 375: Line 401:




/*============================================================
/************************************************************
  10. FOOTER
* 9. FOOTER / META
============================================================*/
************************************************************/


#footer,
#footer, #catlinks {
#catlinks {
     background: #ffffff !important;
     background: none !important;
     border-top: 1px solid #eee !important;
     border-top: 1px solid #eee !important;
     color: rgb(110,110,110) !important;
     color: rgb(110,110,110) !important;
}
}


/************************************************************
/************************************************************
  * FIX: VisualEditor + OOUI Popups, Insert Menu, Media Settings
  * 10. VISUAL EDITOR + DROPDOWN MENÜLER
* Removes transparency, sets solid white background everywhere
  ************************************************************/
  ************************************************************/


/* Main VisualEditor popup panels */
/* VE Toolbar */
.oo-ui-window,
.ve-ui-toolbar,
.oo-ui-dialog,
.ve-ui-toolbar-bar,
.oo-ui-window-frame,
.ve-ui-targetToolbar,
.oo-ui-dialog-content,
.oo-ui-toolbar,
.oo-ui-window-content,
.oo-ui-toolbar-bar,
.oo-ui-dialog-body {
.oo-ui-toolbar-tools,
.oo-ui-toolbar-actions,
.oo-ui-toolGroup,
.oo-ui-barToolGroup,
.oo-ui-popupToolGroup,
.oo-ui-listToolGroup,
.oo-ui-menuToolGroup {
     background: #ffffff !important;
     background: #ffffff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid #dcdcdc !important;
}
}


/* VE Insert menu dropdown */
/* VE Butonlar */
.ve-ui-toolbar-popup,
.oo-ui-tool,
.ve-ui-toolbar-popupToolGroup,
.oo-ui-tool-link,
.ve-ui-toolbar .oo-ui-toolGroup-tools,
.oo-ui-buttonElement-button {
.oo-ui-toolGroup-tools,
.ve-ui-toolbar-popupWidget,
.ve-ui-toolbar .oo-ui-popupWidget,
.oo-ui-popupWidget-popup,
.oo-ui-popupWidget-body {
     background: #ffffff !important;
     background: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    box-shadow: none !important;
}
}


/* VE “Media settings” panel */
.oo-ui-tool:hover,
.ve-ui-mediaDialog-panel,
.oo-ui-buttonElement-button:hover {
.ve-ui-mediaDialog-info,
     background: #f0f0f0 !important;
.ve-ui-mediaDialog-options,
.ve-ui-mediaDialog-content {
     background: #ffffff !important;
    border: none !important;
}
}


/* Search + Upload area inside media dialog */
/* VE Dropdown */
.ve-ui-mediaSearchWidget,
.oo-ui-menuSelectWidget,
.ve-ui-mediaSearchWidget-input,
.oo-ui-selectWidget,
.ve-ui-mediaSearchWidget .oo-ui-textInputWidget,
.oo-ui-popupWidget-popup,
.ve-ui-mediaSearchWidget .oo-ui-inputWidget-input {
.oo-ui-popupWidget-body,
.oo-ui-menuToolGroup-tools,
.oo-ui-listToolGroup-tools {
     background: #ffffff !important;
     background: #ffffff !important;
     border: 1px solid #cfcfcf !important;
     border: 1px solid #ccc !important;
}
}


/* Media results strip */
.oo-ui-optionWidget,
.ve-ui-mediaResultWidget,
.oo-ui-menuOptionWidget {
.ve-ui-mediaResultWidget-thumb,
.ve-ui-mediaResultWidget-info {
     background: #ffffff !important;
     background: #ffffff !important;
}
}


/* All OOUI menus globally */
.oo-ui-optionWidget:hover,
.oo-ui-menuSelectWidget,
.oo-ui-optionWidget-highlighted {
.oo-ui-menuSelectWidget-menu,
     background: #f0f0f0 !important;
.oo-ui-selectWidget,
.oo-ui-dropdownWidget-menu,
.oo-ui-listToolGroup-tools {
     background: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    box-shadow: none !important;
}
}


/* Remove transparent overlays */
/* VE Surface */
.oo-ui-windowManager,
.ve-ui-surface,
.oo-ui-windowManager-modal > .oo-ui-window-frame,
.ve-ce-surface,
.oo-ui-windowManager > .oo-ui-window-frame {
.ve-ce-documentNode {
    background: rgba(255,255,255,1) !important;
}
 
/* Force toolbar dropdown background */
.oo-ui-toolGroup,
.oo-ui-toolGroup-enabled,
.oo-ui-toolGroup-active {
     background: #ffffff !important;
     background: #ffffff !important;
}
}


/************************************************************
/* WikiEditor */
* FIX: WikiEditor (Source Editor) Panels and Character Menus
* Makes advanced tools solid white and restores proper layout
************************************************************/
 
/* Main Wikitext editor container */
.wikiEditor-ui,
.wikiEditor-ui,
.wikiEditor-ui-toolbar,
.wikiEditor-ui-toolbar,
.wikiEditor-ui-view,
.wikiEditor-ui-toolbar .group {
#wikiEditor-ui-toolbar {
     background: #ffffff !important;
     background: #ffffff !important;
    border-bottom: 1px solid #e1e1e1 !important;
}
}


/* Toolbar groups (Advanced, Special characters, Help) */
/* Vector dropdown menüler */
.wikiEditor-ui-toolbar .group,
.vector-menu-dropdown .vector-menu-content,
.wikiEditor-ui-toolbar .section,
.vector-dropdown-content,
.wikiEditor-ui-toolbar .tabs,
#p-cactions .vector-menu-content {
.wikiEditor-ui-toolbar .tabs span {
     background: #ffffff !important;
     background: #ffffff !important;
    border: none !important;
     border: 1px solid #ccc !important;
}
 
/* Character selection panel box */
.wikiEditor-ui-toolbar .sections-wrapper,
#wikiEditor-ui-toolbar .sections-wrapper,
.wikiEditor-ui-toolbar .section-main,
#wikiEditor-ui-toolbar .section-main {
    background: #ffffff !important;
     border: 1px solid #dcdcdc !important;
    box-shadow: none !important;
}
}


/* Character buttons */
.vector-menu-dropdown .vector-menu-content li,
.wikiEditor-ui-toolbar .section-main .character {
.vector-menu-dropdown .vector-menu-content li a {
     background: #ffffff !important;
     background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    color: #222 !important;
}
}


.wikiEditor-ui-toolbar .section-main .character:hover {
.vector-menu-dropdown .vector-menu-content li a:hover {
     background: #f0f0f0 !important;
     background: #f0f0f0 !important;
}
/* Prevent toolbar overlap */
#editform,
.mw-editform,
textarea#wpTextbox1 {
    background: #ffffff !important;
    z-index: 1 !important;
}
/* Fixes the overlapping top border with tabs */
#mw-content-text,
#content {
    padding-top: 20px !important;
}
}

Revision as of 21:24, 1 December 2025

/************************************************************
 * CLEAN MINIMAL THEME — FULL RGB, RESPONSIVE, NO GRADIENTS
 ************************************************************/


/*----------------------------------------------------------
  0. GLOBAL RESET / CLEANUP
----------------------------------------------------------*/

.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;
}

body, h1, h2, h3, h4, h5, h6, p, div, span, a, li, td, th,
input, textarea, select, button {
    font-family: Arial, sans-serif !important;
    color: rgb(30, 30, 30) !important;
    line-height: 1.62 !important;
    /* background: transparent KALDIRILDI */
}

body {
    background: #ffffff !important;
}

/* Remove shadows everywhere */
.portlet, .pBody, #content, #column-content, #column-one,
.portlet h3, .portlet h5, .gallerybox,
.thumb, .thumbinner, .infobox, table, #footer,
#p-cactions, .vector-menu-tabs {
    box-shadow: none !important;
    text-shadow: none !important;
}


/*----------------------------------------------------------
  REMOVE ALL HEADER / TOP SHADOWS
----------------------------------------------------------*/

#mw-head,
#mw-head-base,
#mw-page-base,
.vector-header,
.vector-sticky-header,
.vector-container,
.mw-header {
    background: #ffffff !important;
    box-shadow: none !important;
    filter: none !important;
    min-height: 56px !important;
}


/************************************************************
 * SAFARI + HEADER ALIGNMENT FIX
 ************************************************************/

#left-navigation,
.vector-page-toolbar {
    display: flex !important;
    align-items: center !important;
}

#right-navigation {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

#p-namespaces li a,
#p-views li a,
#p-cactions li a,
#p-personal ul li a {
    display: flex !important;
    align-items: center !important;
    height: 36px !important;
}

#p-search,
#simpleSearch {
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
}

#searchInput {
    height: 28px !important;
    width: 140px !important;
    padding: 4px 6px !important;
    font-size: 0.95rem !important;
    background: #ffffff !important;
}

#simpleSearch {
    transform: scale(0.85);
    transform-origin: right center;
}



/************************************************************
 * REMOVE TAB UNDERLINES + CLEAN TOP BAR
 ************************************************************/

/* Remove all borders below tabs */
#p-namespaces,
#p-views,
#p-cactions,
#left-navigation,
#right-navigation,
.vector-tabs,
.vector-menu-tabs {
    border: none !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

#p-namespaces ul,
#p-views ul,
#p-cactions ul {
    background: #ffffff !important;
}

/* Remove blue underline for selected tab */
#p-namespaces li.selected a::after,
#p-views li.selected a::after,
.vector-menu-tabs li.selected a::after {
    content: none !important;
}

/* Remove leftover gray bar in Vector */
#mw-head-base,
#mw-page-base {
    border-bottom: none !important;
    box-shadow: none !important;
    background: #ffffff !important;
}


/************************************************************
 * 1. SIDEBAR LAYOUT
 ************************************************************/

#column-one {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    background: #ffffff !important;
}

#mw-panel, .vector-legacy-sidebar {
    background: #ffffff !important;
}

#p-navigation {
    order: 999 !important;
    margin-top: auto !important;
    padding-top: 60px !important;
    border-top: 1px solid #eee !important;
}

.portlet, .pBody {
    background: #ffffff !important;
}

.portlet h3, .portlet h5 {
    color: rgb(20,20,20) !important;
    font-weight: bold !important;
    background: #ffffff !important;
}

.portlet .pBody ul li a {
    color: rgb(0,102,255) !important;
    text-decoration: none !important;
}
.portlet .pBody ul li a:hover {
    color: rgb(0,51,204) !important;
    text-decoration: underline !important;
}



/************************************************************
 * 2. TOP TABS / PERSONAL MENU
 ************************************************************/

#p-cactions, #p-namespaces, #p-views, #p-personal {
    background: #ffffff !important;
    border: none !important;
}

#p-personal ul {
    background: #ffffff !important;
}

#p-cactions li, #p-namespaces li, #p-views li {
    margin-right: 10px !important;
    background: #ffffff !important;
}

#p-cactions li a, #p-namespaces li a, #p-views li a {
    background: #ffffff !important;
    padding: 8px 15px !important;
    color: rgb(0,102,255) !important;
}

#p-cactions li.selected a,
#p-namespaces li.selected a,
#p-views li.selected a {
    color: rgb(20,20,20) !important;
    font-weight: bold !important;
    background: #ffffff !important;
}

#p-cactions li a:hover,
#p-namespaces li a:hover,
#p-views li a:hover {
    background: rgb(240,240,240) !important;
    color: rgb(0,51,204) !important;
}

#p-personal li a {
    background: #ffffff !important;
}

#p-personal li a:hover {
    background: rgb(240,240,240) !important;
}



/************************************************************
 * 3. CONTENT AREA
 ************************************************************/

#content, .mw-body, .mw-body-content {
    background: #ffffff !important;
    border: none !important;
}

#content {
    background: #ffffff !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    margin-top: 24px !important;
}

/* Headings scaled clean */
h1 { font-size: 2rem !important; }
h2 { font-size: 1.6rem !important; }
h3 { font-size: 1.35rem !important; }
h4 { font-size: 1.15rem !important; }
h5 { font-size: 1rem !important; }
h6 { font-size: 0.9rem !important; }

h1, h2, h3, h4, h5, h6, .firstHeading {
    border-bottom: none !important;
    color: rgb(20,20,20) !important;
}


/* Edit links */
.mw-editsection a {
    color: rgb(0,102,255) !important;
}
.mw-editsection a:hover {
    color: rgb(0,51,204) !important;
    text-decoration: underline !important;
}



/************************************************************
 * 4. RESPONSIVE CONTENT WIDTH
 ************************************************************/

.mw-body-content,
#content,
#mw-content-text {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Tablet */
@media (max-width: 1100px) {
    .mw-body-content,
    #content,
    #mw-content-text {
        max-width: 90% !important;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .mw-body-content,
    #content,
    #mw-content-text {
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}



/************************************************************
 * 5. IMAGES / GALLERIES
 ************************************************************/

.gallerybox,
.gallerybox .thumb,
.thumb,
.thumbinner {
    background: #ffffff !important;
    border: none !important;
}

.gallerybox {
    width: 200px !important;
    margin: 15px !important;
}

.gallerybox .thumb img {
    width: 200px !important;
    height: auto !important;
}

.gallerytext, .thumbcaption {
    color: rgb(110,110,110) !important;
}



/************************************************************
 * 6. TABLES
 ************************************************************/

table {
    border-collapse: collapse !important;
    background: #ffffff !important;
}
table th, table td {
    border: 1px solid #ddd !important;
    padding: 6px !important;
    background: #ffffff !important;
}
table th {
    font-weight: bold !important;
    color: rgb(20,20,20) !important;
}



/************************************************************
 * 7. INFOBOX
 ************************************************************/

.infobox {
    background: #ffffff !important;
    border-left: 3px solid rgb(0,180,255) !important;
    padding: 15px !important;
    margin: 0 0 20px 20px !important;
}

.infobox th, .infobox td {
    border-bottom: 1px solid #eee !important;
    padding: 8px 0 !important;
    background: #ffffff !important;
}

.infobox tr:last-child th,
.infobox tr:last-child td {
    border-bottom: none !important;
}



/************************************************************
 * 8. FORMS
 ************************************************************/

input, textarea, select {
    border: 1px solid #ccc !important;
    background: #ffffff !important;
    border-radius: 0 !important;
}



/************************************************************
 * 9. FOOTER / META
 ************************************************************/

#footer, #catlinks {
    background: #ffffff !important;
    border-top: 1px solid #eee !important;
    color: rgb(110,110,110) !important;
}



/************************************************************
 * 10. VISUAL EDITOR + DROPDOWN MENÜLER
 ************************************************************/

/* VE Toolbar */
.ve-ui-toolbar,
.ve-ui-toolbar-bar,
.ve-ui-targetToolbar,
.oo-ui-toolbar,
.oo-ui-toolbar-bar,
.oo-ui-toolbar-tools,
.oo-ui-toolbar-actions,
.oo-ui-toolGroup,
.oo-ui-barToolGroup,
.oo-ui-popupToolGroup,
.oo-ui-listToolGroup,
.oo-ui-menuToolGroup {
    background: #ffffff !important;
}

/* VE Butonlar */
.oo-ui-tool,
.oo-ui-tool-link,
.oo-ui-buttonElement-button {
    background: #ffffff !important;
}

.oo-ui-tool:hover,
.oo-ui-buttonElement-button:hover {
    background: #f0f0f0 !important;
}

/* VE Dropdown */
.oo-ui-menuSelectWidget,
.oo-ui-selectWidget,
.oo-ui-popupWidget-popup,
.oo-ui-popupWidget-body,
.oo-ui-menuToolGroup-tools,
.oo-ui-listToolGroup-tools {
    background: #ffffff !important;
    border: 1px solid #ccc !important;
}

.oo-ui-optionWidget,
.oo-ui-menuOptionWidget {
    background: #ffffff !important;
}

.oo-ui-optionWidget:hover,
.oo-ui-optionWidget-highlighted {
    background: #f0f0f0 !important;
}

/* VE Surface */
.ve-ui-surface,
.ve-ce-surface,
.ve-ce-documentNode {
    background: #ffffff !important;
}

/* WikiEditor */
.wikiEditor-ui,
.wikiEditor-ui-toolbar,
.wikiEditor-ui-toolbar .group {
    background: #ffffff !important;
}

/* Vector dropdown menüler */
.vector-menu-dropdown .vector-menu-content,
.vector-dropdown-content,
#p-cactions .vector-menu-content {
    background: #ffffff !important;
    border: 1px solid #ccc !important;
}

.vector-menu-dropdown .vector-menu-content li,
.vector-menu-dropdown .vector-menu-content li a {
    background: #ffffff !important;
}

.vector-menu-dropdown .vector-menu-content li a:hover {
    background: #f0f0f0 !important;
}