MediaWiki:Common.css: Difference between revisions

From Practices and Politics of Representation
Jump to navigation Jump to search
No edit summary
Remove duplicated banner comment line
 
(43 intermediate revisions by the same user not shown)
Line 5: Line 5:


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


Line 22: Line 22:
html {
html {
     font-size: 18px !important;
     font-size: 18px !important;
    -webkit-text-size-adjust: 100% !important;
}
}


body, h1, h2, h3, h4, h5, h6, p, div, span, a, li, td, th,
body, h1, h2, h3, h4, h5, h6, p, td, th,
input, textarea, select, button {
input, textarea, select, button {
     font-family: Arial, sans-serif !important;
     font-family: 'Times New Roman', Times, serif !important;
     color: rgb(0, 0, 0) !important;
     color: rgb(0, 0, 0) !important;
     line-height: 1.62 !important;
     line-height: 1.2 !important;
}
}


body {
body {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
    -webkit-text-size-adjust: 100% !important;
}
}


/* Remove shadows everywhere */
a, a:visited {
.portlet, .pBody, #content, #column-content, #column-one,
    color: rgb(0, 0, 255) !important;
.portlet h3, .portlet h5, .gallerybox,
    line-height: 1 !important;
.thumb, .thumbinner, .infobox, table, #footer,
}
#p-cactions, .vector-menu-tabs {
 
a:hover {
    color: rgb(0, 0, 255) !important;
    text-decoration: underline !important;
}
 
/* Remove shadow */
* {
     box-shadow: none !important;
     box-shadow: none !important;
     text-shadow: none !important;
     text-shadow: none !important;
}
}


/* Make all borders white (invisible) */
*:not(img) {
    border-color: rgb(255, 255, 255) !important;
}
/* Images*/
.mw-body-content img,
.mw-body-content figure,
.mw-body-content .thumb {
width: auto !important;
height: auto !important;
padding-left: 0px !important;
}


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


Line 54: Line 76:
.vector-header,
.vector-header,
.vector-sticky-header,
.vector-sticky-header,
.vector-container,
.mw-header {
.mw-header {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
    box-shadow: none !important;
    filter: none !important;
    min-height: 56px !important;
}
}


/* Align the top menu with the content */
#left-navigation {
  /*  margin-left: 10em !important;*/
}


/************************************************************
/* Pull the login area inwards */
* SAFARI + HEADER ALIGNMENT FIX
#p-personal {
************************************************************/
  /*  margin-right: 1em !important; */
 
#left-navigation,
.vector-page-toolbar {
    display: flex !important;
    align-items: center !important;
}
}


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


#p-namespaces li a,
 
#p-views li a,
/*----------------------------------------------------------
#p-cactions li a,
  2. SIDEBAR
#p-personal ul li a {
----------------------------------------------------------*/
     display: flex !important;
 
     align-items: center !important;
#column-one,
     height: 36px !important;
#mw-panel,
.vector-legacy-sidebar {
     background: transparent !important;
    padding-top: 5em !important;
     margin-top: 0 !important;
     width: 250px !important;
}
}


#p-search,
.portlet, .pBody {
#simpleSearch {
    display: flex !important;
    align-items: center !important;
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
}
}


#searchInput {
.portlet h3, .portlet h5 {
     height: 28px !important;
     color: rgb(0, 0, 0) !important;
    width: 140px !important;
     font-weight: bold !important;
    padding: 4px 6px !important;
     font-size: 0.95rem !important;
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
    border: 1px solid rgb(0, 0, 0) !important;
}
}


#simpleSearch {
 
     transform: scale(0.85);
/* Tools gizle */
    transform-origin: right center;
#p-tb {
     display: none !important;
}
}


/* Sidebar links */
#mw-panel a,
#mw-panel a:visited,
.vector-legacy-sidebar a,
.portlet a,
.pBody a {
    color: rgb(0, 0, 255) !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;
}


/************************************************************
/*----------------------------------------------------------
* REMOVE TAB UNDERLINES + CLEAN TOP BAR
  3. TABS
************************************************************/
----------------------------------------------------------*/


#p-namespaces,
#p-namespaces,
#p-views,
#p-views,
#p-cactions,
#p-cactions,
#left-navigation,
#right-navigation,
.vector-tabs,
.vector-tabs,
.vector-menu-tabs {
.vector-menu-tabs {
    background: transparent !important;
     border: none !important;
     border: none !important;
    background: rgb(255, 255, 255) !important;
     box-shadow: none !important;
     box-shadow: none !important;
}
}
Line 133: Line 163:
}
}


#p-namespaces li.selected a::after,
#p-views li.selected a::after,
.vector-menu-tabs li.selected a::after {
    content: none !important;
}


#mw-head-base,
#mw-page-base {
    border-bottom: none !important;
    box-shadow: none !important;
    background: rgb(255, 255, 255) !important;
}


 
#p-namespaces li.selected a,
/************************************************************
#p-views li.selected a {
* 1. SIDEBAR LAYOUT
     font-weight: bold !important;
************************************************************/
 
#column-one {
     background: rgb(255, 255, 255) !important;
}
}


#mw-panel, .vector-legacy-sidebar {
#p-namespaces li a:hover,
     background: rgb(255, 255, 255) !important;
#p-views li a:hover,
#p-cactions li a:hover {
     background: rgb(240, 240, 240) !important;
}
}


#p-navigation {
/* Remove tab underline */
     margin-top: 20px !important;
#p-namespaces li.selected a::after,
     padding-top: 20px !important;
#p-views li.selected a::after,
     border-top: 1px solid rgb(0, 0, 0) !important;
.vector-menu-tabs li.selected a::after {
     display: none !important;
     background: transparent !important;
     border: none !important;
    box-shadow: none !important;
}
}


.portlet, .pBody {
    background: rgb(255, 255, 255) !important;
}


.portlet h3, .portlet h5 {
/*Menu tabs*/
     color: rgb(0, 0, 0) !important;
.vector-menu-tabs-legacy li a {
     font-weight: bold !important;
     background: transparent !important;
     background: rgb(255, 255, 255) !important;
     background-image: none !important;
     border: none !important;
    color: rgb(0, 0, 255) !important;
}
}


.portlet .pBody ul li a {
.vector-menu-tabs-legacy li {
     color: rgb(0, 0, 0) !important;
     background: transparent !important;
     text-decoration: none !important;
     border: none !important;
}
.portlet .pBody ul li a:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: underline !important;
}
}


/*----------------------------------------------------------
  4. PERSONAL MENU (Login vs)
----------------------------------------------------------*/


 
#p-personal {
/************************************************************
* 2. TOP TABS / PERSONAL MENU
************************************************************/
 
#p-cactions, #p-namespaces, #p-views, #p-personal {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
    border: none !important;
}
}


Line 199: Line 212:
}
}


#p-cactions li, #p-namespaces li, #p-views li {
    margin-right: 10px !important;
    background: rgb(255, 255, 255) !important;
}


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


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


#p-cactions li a:hover,
/*----------------------------------------------------------
#p-namespaces li a:hover,
  5. CONTENT
#p-views li a:hover {
----------------------------------------------------------*/
    background: rgb(240, 240, 240) !important;
    color: rgb(0, 0, 0) !important;
}


#p-personal li a {
#content {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
     color: rgb(0, 0, 0) !important;
     font-size: 38px !important;
}
    margin-left: 250px !important;
 
#p-personal li a:hover {
    background: rgb(240, 240, 240) !important;
}
}


 
.mw-body, .mw-body-content {
 
/************************************************************
* 3. CONTENT AREA
************************************************************/
 
#content, .mw-body, .mw-body-content {
    background: rgb(255, 255, 255) !important;
    border: none !important;
}
 
#content {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
     border: 1px solid rgb(0, 0, 0) !important;
     font-size: 38px !important;
    border-top: none !important;
    margin-top: 24px !important;
}
}


/* Headings */
/* Headings */
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 {
h1, h2, h3, h4, h5, h6, .firstHeading {
    border-bottom: none !important;
     color: rgb(0, 0, 0) !important;
     color: rgb(0, 0, 0) !important;
}
}
h1 { font-size: 50px !important; }
h2 { font-size: 42px !important; }
h3 { font-size: 47px !important; }
h4 { font-size: 43px !important; }


/* Links */
/* Links */
a {
a, a:visited {
     color: rgb(0, 0, 0) !important;
     color: rgb(0, 0, 255) !important;
}
}
a:hover {
a:hover {
     color: rgb(0, 0, 0) !important;
     color: rgb(0, 0, 255) !important;
     text-decoration: underline !important;
     text-decoration: underline !important;
}
a:visited {
    color: rgb(0, 0, 0) !important;
}
}


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


/*----------------------------------------------------------
  6. SEARCH
----------------------------------------------------------*/


 
#p-search,
/************************************************************
#simpleSearch,
* 4. RESPONSIVE LAYOUT
#searchInput {
************************************************************/
     background: rgb(255, 255, 255) !important;
 
/* Desktop - sidebar sabit, content sağda */
#mw-panel,
.vector-legacy-sidebar,
#column-one {
     width: 160px !important;
    position: fixed !important;
    left: 0 !important;
    top: 80px !important;
    overflow-y: auto !important;
}
}


#content,
.mw-body {
    margin-left: 180px !important;
}


.mw-body-content,
/*----------------------------------------------------------
#mw-content-text {
  7. TABLES
    max-width: 900px !important;
----------------------------------------------------------*/
}


/* Tablet */
table, th, td {
@media (max-width: 1024px) {
     background: rgb(255, 255, 255) !important;
    #mw-panel,
    .vector-legacy-sidebar,
     #column-one {
        width: 140px !important;
    }
   
    #content,
    .mw-body {
        margin-left: 160px !important;
    }
}
}


/* Mobile */
@media (max-width: 768px) {
    /* Sidebar gizle */
    #mw-panel,
    .vector-legacy-sidebar,
    #column-one {
        display: none !important;
    }
   
    /* Content tam genişlik */
    #content,
    .mw-body {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px !important;
    }
   
    .mw-body-content,
    #mw-content-text {
        max-width: 100% !important;
        padding: 0 10px !important;
    }
   
    /* Header wrap */
    #mw-head {
        flex-wrap: wrap !important;
    }
   
    #left-navigation,
    #right-navigation {
        width: 100% !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
    }
   
    #p-namespaces li a,
    #p-views li a {
        padding: 5px 8px !important;
        font-size: 0.85rem !important;
    }
}


/*----------------------------------------------------------
  8. IMAGES
----------------------------------------------------------*/


 
.thumb,
/************************************************************
.thumbinner,
* 5. IMAGES / GALLERIES
.thumbimage,
************************************************************/
 
.gallerybox,
.gallerybox,
.gallerybox .thumb,
figure,
.thumb,
figcaption {
.thumbinner {
     background: transparent !important;
     background: rgb(255, 255, 255) !important;
    border: none !important;
}
}


.gallerybox {
.thumbcaption, .gallerytext {
    width: 200px !important;
    margin: 15px !important;
}
 
.gallerybox .thumb img {
    width: 200px !important;
    height: auto !important;
}
 
.gallerytext, .thumbcaption {
     color: rgb(0, 0, 0) !important;
     color: rgb(0, 0, 0) !important;
}
}




/*----------------------------------------------------------
  9. INFOBOX
----------------------------------------------------------*/


/************************************************************
.infobox, .infobox th, .infobox td {
* 6. TABLES
************************************************************/
 
table {
    border-collapse: collapse !important;
    background: rgb(255, 255, 255) !important;
}
table th, table td {
    border: 1px solid rgb(0, 0, 0) !important;
    padding: 6px !important;
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
}
table th {
    font-weight: bold !important;
    color: rgb(0, 0, 0) !important;
}
}




 
/*----------------------------------------------------------
/************************************************************
  10. FOOTER
* 7. INFOBOX
----------------------------------------------------------*/
************************************************************/
 
.infobox {
    background: rgb(255, 255, 255) !important;
    border-left: 3px solid rgb(0, 0, 0) !important;
    padding: 15px !important;
    margin: 0 0 20px 20px !important;
}
 
.infobox th, .infobox td {
    border-bottom: 1px solid rgb(0, 0, 0) !important;
    padding: 8px 0 !important;
    background: rgb(255, 255, 255) !important;
}
 
.infobox tr:last-child th,
.infobox tr:last-child td {
    border-bottom: none !important;
}
 
 
 
/************************************************************
* 8. FORMS
************************************************************/
 
input, textarea, select {
    border: 1px solid rgb(0, 0, 0) !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 0 !important;
    color: rgb(0, 0, 0) !important;
}
 
 
 
/************************************************************
* 9. FOOTER / META
************************************************************/


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


#footer a, #catlinks a {
    color: rgb(0, 0, 0) !important;
}






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


/* VE Toolbar */
.ve-ui-toolbar,
.ve-ui-toolbar,
.ve-ui-toolbar-bar,
.ve-ui-toolbar-bar,
.ve-ui-targetToolbar,
.oo-ui-toolbar,
.oo-ui-toolbar,
.oo-ui-toolbar-bar,
.oo-ui-toolbar-bar,
.oo-ui-toolbar-tools,
.oo-ui-toolbar-actions,
.oo-ui-toolGroup,
.oo-ui-toolGroup,
.oo-ui-barToolGroup,
.oo-ui-popupToolGroup,
.oo-ui-listToolGroup,
.oo-ui-menuToolGroup {
    background: rgb(255, 255, 255) !important;
}
/* VE Butonlar */
.oo-ui-tool,
.oo-ui-tool,
.oo-ui-tool-link,
.oo-ui-buttonElement-button {
.oo-ui-buttonElement-button {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}
}


Line 507: Line 329:
}
}


/* VE Dropdown */
.oo-ui-menuSelectWidget,
.oo-ui-menuSelectWidget,
.oo-ui-selectWidget,
.oo-ui-popupWidget-popup,
.oo-ui-popupWidget-popup,
.oo-ui-popupWidget-body,
.oo-ui-menuToolGroup-tools,
.oo-ui-listToolGroup-tools {
    background: rgb(255, 255, 255) !important;
    border: 1px solid rgb(0, 0, 0) !important;
}
.oo-ui-optionWidget,
.oo-ui-optionWidget,
.oo-ui-menuOptionWidget {
.oo-ui-menuOptionWidget {
Line 524: Line 337:
}
}


.oo-ui-optionWidget:hover,
.oo-ui-optionWidget:hover {
.oo-ui-optionWidget-highlighted {
     background: rgb(240, 240, 240) !important;
     background: rgb(240, 240, 240) !important;
}
}


/* VE Surface */
.ve-ui-surface,
.ve-ui-surface,
.ve-ce-surface,
.ve-ce-surface {
.ve-ce-documentNode {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
}
}


/* WikiEditor */
.wikiEditor-ui,
.wikiEditor-ui,
.wikiEditor-ui-toolbar,
.wikiEditor-ui-toolbar {
.wikiEditor-ui-toolbar .group {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
}
}


/* Vector dropdown menüler */
 
/*----------------------------------------------------------
  12. DROPDOWN MENUS
----------------------------------------------------------*/
 
.vector-menu-dropdown .vector-menu-content,
.vector-menu-dropdown .vector-menu-content,
.vector-dropdown-content,
.vector-dropdown-content,
#p-cactions .vector-menu-content {
#p-cactions .vector-menu-content {
     background: rgb(255, 255, 255) !important;
     background: transparent !important;
     border: 1px solid rgb(0, 0, 0) !important;
     border: none !important;
    box-shadow: none !important;
}
}


.vector-menu-dropdown .vector-menu-content li,
 
.vector-menu-dropdown .vector-menu-content li a {
 
/*----------------------------------------------------------
  13. FORMS
----------------------------------------------------------*/
 
input, textarea, select {
     background: rgb(255, 255, 255) !important;
     background: rgb(255, 255, 255) !important;
     color: rgb(0, 0, 0) !important;
     color: rgb(0, 0, 0) !important;
}
}


.vector-menu-dropdown .vector-menu-content li a:hover {
.hover-word {
    background: rgb(240, 240, 240) !important;
  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
  The sidebar is 250px wide, so the heading/body sit to its
  right (the large content font adds extra left padding, so the
  heading text starts around 305px). By default the top tabs
  ("Page" / "Discussion") and the footer don't follow, so they
  look misaligned. These rules push both to the heading's edge.
 
  NOTE: #left-navigation ignores the `left` property (it is
  floated), so we must use margin-left here, not left.
 
  >>> ONE KNOB: tune --rep-left until "Page" and the footer
      line up with the first letter of the heading.
  ============================================================ */
 
:root {
    --rep-left: 305px;
}
 
/* Top-left tabs (Page / Discussion) */
#left-navigation {
    margin-left: var(--rep-left) !important;
}
}


/* Let "Page" sit flush at the column edge (remove tab indent) */
#p-namespaces li:first-child {
    margin-left: 0 !important;
}
#p-namespaces li:first-child a {
    padding-left: 0 !important;
}


/* Footer text block */
#footer {
    margin-left: var(--rep-left) !important;
    padding-left: 0 !important;
}
/* ============================================================
  15. EDITOR INTERFACE FIX
  The large content font (38px) was leaking into the editor
  toolbar and menus. These rules reset the editor UI to a
  normal size. The reading view is not affected.
  ============================================================ */


/************************************************************
/* VisualEditor + OOUI: toolbar, menus, popups, dialogs */
* 11. IMAGE FRAME / BORDER KALDIR
.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;
}
 
/* Classic (source) editor toolbar */
.wikiEditor-ui-toolbar {
    font-size: 14px !important;
    line-height: normal !important;
}


/* mw-file-element parent'ları */
/* Source editing textarea stays readable */
.mw-file-element,
#wpTextbox1 {
.mw-file-element + figcaption,
     font-size: 15px !important;
a.mw-file-description,
     line-height: 1.5 !important;
figure[typeof],
figure[typeof="mw:File/Thumb"],
figure[typeof="mw:File/Frame"],
figure[typeof="mw:File"],
figure.mw-default-size,
figure[class*="mw-"],
.mw-body-content figure,
#mw-content-text figure {
     background: none !important;
    background-color: transparent !important;
    border: none !important;
     padding: 0 !important;
    box-shadow: none !important;
}
}


.thumb,
/* Give popups/menus a visible border
.thumbinner,
  (the "white border" rule had made them invisible) */
.thumbimage,
.oo-ui-popupWidget-popup,
.image,
.oo-ui-menuSelectWidget {
.gallerybox,
     border: 1px solid rgb(0, 0, 0) !important;
.gallerybox .thumb,
.gallerybox .gallerybox,
.thumbborder,
figure,
figure.mw-halign-right,
figure.mw-halign-left,
figure.mw-default-size,
figcaption,
.mw-file-element,
.mw-file-description,
.mw-default-size,
.mw-image-border,
.tright,
.tleft,
.tnone,
.tcenter,
.tright .thumbinner,
.tleft .thumbinner,
.tmulti,
.tsingle,
.mw-halign-right,
.mw-halign-left,
.mw-halign-center,
.mw-halign-none,
div.thumb,
div.tright,
div.tleft,
div.thumbinner,
.thumb > .thumbinner,
.floatright,
.floatleft,
.floatnone {
    background: none !important;
    background-color: transparent !important;
     border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 10px !important;
}
}


/* Inner elements */
/* Editor labels in black instead of blue */
.thumbinner > a,
.oo-ui-tool .oo-ui-tool-title,
.thumbinner > a > img,
.oo-ui-labelElement-label,
.thumbinner > .thumbimage,
.ve-ui-toolbar a,
.thumbcaption {
.oo-ui-popupWidget a {
     background: none !important;
     color: rgb(0, 0, 0) !important;
    border: none !important;
    padding: 0 !important;
}
}


/* Caption sadece margin */
 
.thumbcaption {
/* Hover popup opening downwards - for words on the first line */
     margin-top: 5px !important;
.hover-word .hover-pop.below {
     top: 100%;
    bottom: auto;
}
}

Latest revision as of 12:19, 7 September 2026

/************************************************************
 * CLEAN MINIMAL THEME — BLACK & WHITE ONLY
 ************************************************************/


/*----------------------------------------------------------
  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(0, 0, 0) !important;
    line-height: 1.2 !important;
}

body {
    background: rgb(255, 255, 255) !important;
    -webkit-text-size-adjust: 100% !important;
}

a, a:visited {
    color: rgb(0, 0, 255) !important;
    line-height: 1 !important;
}

a:hover {
    color: rgb(0, 0, 255) !important;
    text-decoration: underline !important;
}

/* Remove shadow */
* {
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Make all borders white (invisible) */
*:not(img) {
    border-color: rgb(255, 255, 255) !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(255, 255, 255) !important;
}

/* Align the top menu with the content */
#left-navigation {
  /*  margin-left: 10em !important;*/
}

/* Pull the login area inwards */
#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(255, 255, 255) !important;
}

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


/* Tools gizle */
#p-tb {
    display: none !important;
}

/* Sidebar links */
#mw-panel a,
#mw-panel a:visited,
.vector-legacy-sidebar a,
.portlet a,
.pBody a {
    color: rgb(0, 0, 255) !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(255, 255, 255) !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(240, 240, 240) !important;
}

/* Remove tab underline */
#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(0, 0, 255) !important;
}

.vector-menu-tabs-legacy li {
    background: transparent !important;
    border: none !important;
}

/*----------------------------------------------------------
  4. PERSONAL MENU (Login vs)
----------------------------------------------------------*/

#p-personal {
    background: rgb(255, 255, 255) !important;
}

#p-personal ul {
    background: rgb(255, 255, 255) !important;
}




/*----------------------------------------------------------
  5. CONTENT
----------------------------------------------------------*/

#content {
    background: rgb(255, 255, 255) !important;
    font-size: 38px !important;
    margin-left: 250px !important;
}

.mw-body, .mw-body-content {
    background: rgb(255, 255, 255) !important;
    font-size: 38px !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .firstHeading {
    color: rgb(0, 0, 0) !important;
}

h1 { font-size: 50px !important; }
h2 { font-size: 42px !important; }
h3 { font-size: 47px !important; }
h4 { font-size: 43px !important; }

/* Links */
a, a:visited {
    color: rgb(0, 0, 255) !important;
}

a:hover {
    color: rgb(0, 0, 255) !important;
    text-decoration: underline !important;
}


/*----------------------------------------------------------
  6. SEARCH
----------------------------------------------------------*/

#p-search,
#simpleSearch,
#searchInput {
    background: rgb(255, 255, 255) !important;
}


/*----------------------------------------------------------
  7. TABLES
----------------------------------------------------------*/

table, th, td {
    background: rgb(255, 255, 255) !important;
}


/*----------------------------------------------------------
  8. IMAGES
----------------------------------------------------------*/

.thumb,
.thumbinner,
.thumbimage,
.gallerybox,
figure,
figcaption {
    background: transparent !important;
}

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


/*----------------------------------------------------------
  9. INFOBOX
----------------------------------------------------------*/

.infobox, .infobox th, .infobox td {
    background: rgb(255, 255, 255) !important;
}


/*----------------------------------------------------------
  10. FOOTER
----------------------------------------------------------*/

#footer, #catlinks {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !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(255, 255, 255) !important;
}

.oo-ui-tool:hover,
.oo-ui-buttonElement-button:hover {
    background: rgb(240, 240, 240) !important;
}

.oo-ui-menuSelectWidget,
.oo-ui-popupWidget-popup,
.oo-ui-optionWidget,
.oo-ui-menuOptionWidget {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.oo-ui-optionWidget:hover {
    background: rgb(240, 240, 240) !important;
}

.ve-ui-surface,
.ve-ce-surface {
    background: rgb(255, 255, 255) !important;
}

.wikiEditor-ui,
.wikiEditor-ui-toolbar {
    background: rgb(255, 255, 255) !important;
}


/*----------------------------------------------------------
  12. DROPDOWN MENUS
----------------------------------------------------------*/

.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(255, 255, 255) !important;
    color: rgb(0, 0, 0) !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
   The sidebar is 250px wide, so the heading/body sit to its
   right (the large content font adds extra left padding, so the
   heading text starts around 305px). By default the top tabs
   ("Page" / "Discussion") and the footer don't follow, so they
   look misaligned. These rules push both to the heading's edge.

   NOTE: #left-navigation ignores the `left` property (it is
   floated), so we must use margin-left here, not left.

   >>> ONE KNOB: tune --rep-left until "Page" and the footer
       line up with the first letter of the heading.
   ============================================================ */

:root {
    --rep-left: 305px;
}

/* Top-left tabs (Page / Discussion) */
#left-navigation {
    margin-left: var(--rep-left) !important;
}

/* Let "Page" sit flush at the column edge (remove tab indent) */
#p-namespaces li:first-child {
    margin-left: 0 !important;
}
#p-namespaces li:first-child a {
    padding-left: 0 !important;
}

/* Footer text block */
#footer {
    margin-left: var(--rep-left) !important;
    padding-left: 0 !important;
}
/* ============================================================
   15. EDITOR INTERFACE FIX
   The large content font (38px) was leaking into the editor
   toolbar and menus. These rules reset the editor UI to a
   normal size. The reading view is not affected.
   ============================================================ */

/* VisualEditor + OOUI: toolbar, menus, popups, dialogs */
.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;
}

/* Classic (source) editor toolbar */
.wikiEditor-ui-toolbar {
    font-size: 14px !important;
    line-height: normal !important;
}

/* Source editing textarea stays readable */
#wpTextbox1 {
    font-size: 15px !important;
    line-height: 1.5 !important;
}

/* Give popups/menus a visible border
   (the "white border" rule had made them invisible) */
.oo-ui-popupWidget-popup,
.oo-ui-menuSelectWidget {
    border: 1px solid rgb(0, 0, 0) !important;
}

/* Editor labels in black instead of blue */
.oo-ui-tool .oo-ui-tool-title,
.oo-ui-labelElement-label,
.ve-ui-toolbar a,
.oo-ui-popupWidget a {
    color: rgb(0, 0, 0) !important;
}


/* Hover popup opening downwards - for words on the first line */
.hover-word .hover-pop.below {
    top: 100%;
    bottom: auto;
}