Məzmuna keç

MediaViki:Gadget-TripleTabView dark.css

wikishia saytından

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.
/* Dark Mode Styles */
.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}

.dark-mode .tab-content .content-card p {
    font-size: 16px;
	color: #b4b87b;
    text-align: right;
}

.dark-mode .tab-header {
    background: #333;
    color: #ddd;
    border-bottom: 2px solid #444;
}

.dark-mode .tab-header div.active {
    background: #444;
    color: #ffd700;
}

.dark-mode .tab-content {
    background: #1e1e1e;
    color: #e0e0e0;
    border: 1px solid #333;
}

.dark-mode .tab-content .content-card {
    background: #2c2c2c;
    border-color: #444;
}

.dark-mode .font-button {
    color: white;
    background-color: #444;
}

.dark-mode .font-button:hover {
    background-color: #555;
}

.dark-mode .aya-num {
    color: #29312d;
}

.dark-mode .increase-button {
    background-color: #4CAF50;
}

.dark-mode .decrease-button {
    background-color: #f44336;
}

.dark-mode .reset-button {
    background-color: #2196F3;
}

.dark-mode .tab-content .responsive-table {
    border-collapse: inherit;
}

.dark-mode .tab-content .responsive-table .table-row {
    background: #2c2c2c;
	color: #b4b87b;
}

.dark-mode .tab-content .responsive-table .table-row .right-cell {
	color: #b4b87b
}

.dark-mode .tab-content .responsive-table .table-row .table-cell {
    border: 1px solid #444;
}