Vai al contenuto

MediaWiki:Gadget-TripleTabView dark.css

Da wikishia.

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi 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;
}