MediaWiki:Monobook.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Ana arka plan ve metin */
body, #content, #bodyContent, .mw-body-content {
background-color: #121212 !important;
color: #e0e0e0 !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6,
.firstHeading {
color: #ffffff !important;
}
/* Links */
a, a:link {
color: #80d8ff !important;
}
a:visited {
color: #ce93d8 !important;
}
a:hover {
color: #ffffff !important;
}
/* Menu, sidebar and footer */
#p-logo,
.portlet,
#column-content,
#footer,
#column-one {
background-color: #1b1b1b !important;
color: #ccc !important;
border: none !important;
}
/* Search box and input fields */
input, select, textarea, button {
background-color: #2b2b2b !important;
color: #eee !important;
border: 1px solid #444 !important;
}
/* Code blocks */
pre, code {
background-color: #222 !important;
color: #ccc !important;
}