မာတိကာသို့ ခုန်သွားရန်

မီဒီယာဝီကီ:Gadget-TripleTabView dark.css

wikishia မှ

မှတ်ချက်။ လွှင့်တင်လိုက်ပြီးသည့်နောက် ပြောင်းလဲမှုများ မြင်ရနိုင်ရန် သင့်အနေဖြင့် ဘရောက်ဇာ၏ cache အား ဖြတ်ကျော်နိုင်ရန် လိုအပ်ပါသည်။

  • Firefox / Safari: Reload ကို နှိပ်နေစဉ်အတွင်း Shift ကို ဖိထားပါ၊ သို့မဟုတ် Ctrl-F5 သို့ Ctrl-R (Mac တွင် ⌘-R) ကို နှိပ်ပါ။
  • Google Chrome: Ctrl-Shift-R (Mac တွင် ⌘-Shift-R) ကို နှိပ်ပါ။
  • Internet Explorer / Edge: Refresh ကို နှိပ်နေစဉ်အတွင်း Ctrl ကို ဖိထားပါ၊ သို့မဟုတ် Ctrl-F5 ကို နှိပ်ပါ။
  • Opera: Menu → Settings (Mac တွင် Opera → Preferences) သို့ သွားပြီး Privacy & security → Clear browsing data → Cached images and files ကို ပြုလုပ်ပါ။
/* 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;
}