Qeyd: Dəyişiklikləri yayımladıqdan sonra etdiyiniz dəyişikliklərin görünməsi üçün brauzerinizin keşinin təmizlənməsi lazım ola bilər.
- Firefox / Safari: Reload düyməsinə basılı tutarkən Shift düyməsinə basın, və ya Ctrl+F5 və ya Ctrl+R (Mac üçün ⌘-R )
- Google Chrome: Ctrl-Shift-R (Mac üçün ⌘-Shift-R)
- Edge: Ctrl düyməsini basılı tutarkən Refresh düyməsinə basın, və ya sadəcə Ctrl+F5.
/* 🌌 ReiKazeVERSE DARK THEME */
body {
background-color: #0f0f0f !important;
color: #e6f2ff !important;
font-family: 'Segoe UI', sans-serif;
line-height: 1.7;
}
a, a:visited {
color: #00ffe7 !important;
transition: 0.3s ease-in-out;
}
a:hover {
color: #ff00cc !important;
text-decoration: underline dashed;
font-weight: bold;
}
.mw-body {
background: #1b1b1b !important;
border-radius: 15px;
box-shadow: 0 0 25px #00ffe7;
padding: 25px;
}
#mw-head, #mw-panel {
background-color: #141414 !important;
border: none;
box-shadow: 0 0 15px #00ffe7;
}
#p-personal li a {
background: #222 !important;
color: #00ffff !important;
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 2px;
display: inline-block;
}
#p-personal li a:hover {
background: #00ffee !important;
color: #000 !important;
}
div#content {
border-left: 3px solid #00ffee;
border-right: 3px solid #00ffee;
padding: 20px;
margin-top: 15px;
}
pre, code {
background: #202020;
color: #00ffcc;
border: 1px dashed #00ffe7;
padding: 7px;
border-radius: 5px;
font-family: monospace;
}
h1, h2, h3 {
color: #00ffee;
border-bottom: 1px solid #444;
padding-bottom: 5px;
}
textarea, input, select {
background: #222 !important;
color: #00ffee !important;
border: 1px solid #00ffee !important;
border-radius: 5px;
}
button, .mw-ui-button {
background: #00ffe7 !important;
color: #000 !important;
border: none;
padding: 6px 12px;
font-weight: bold;
border-radius: 5px;
transition: 0.2s ease-in-out;
}
button:hover, .mw-ui-button:hover {
background: #ff00cc !important;
color: #fff !important;
}
#footer {
background: #111 !important;
color: #555 !important;
border-top: 1px solid #333;
}