Немає опису редагування
Немає опису редагування
Рядок 41: Рядок 41:
/* =========================
/* =========================
   Вкладки сторінки
   Вкладки сторінки
  (Головна, Обговорення, Читати, Редагувати, Переглянути код, Історія)
   ========================= */
   ========================= */
#ca-nstab-main, #ca-nstab-talk, #ca-view, #ca-edit, #ca-viewsource, #ca-history {
#ca-nstab-main, #ca-nstab-talk, #ca-view, #ca-edit, #ca-viewsource, #ca-history {
Рядок 56: Рядок 55:
}
}


#ca-nstab-main a:hover, #ca-nstab-talk a:hover, #ca-view a:hover,
/* Hover / Focus / Active для вкладок */
#ca-edit a:hover, #ca-viewsource a:hover, #ca-history a:hover {
#ca-nstab-main a:hover,
     background-color: #2a2a2a;
#ca-nstab-talk a:hover,
#ca-view a:hover,
#ca-edit a:hover,
#ca-viewsource a:hover,
#ca-history a:hover,
#ca-nstab-main a:focus,
#ca-nstab-talk a:focus,
#ca-view a:focus,
#ca-edit a:focus,
#ca-viewsource a:focus,
#ca-history a:focus,
#ca-nstab-main a:active,
#ca-nstab-talk a:active,
#ca-view a:active,
#ca-edit a:active,
#ca-viewsource a:active,
#ca-history a:active {
     background-color: #2a2a2a !important;
     color: #ffcc00 !important;
     color: #ffcc00 !important;
     border-radius: 4px 4px 0 0;
     border-radius: 4px 4px 0 0;
    box-shadow: none !important;
    outline: none !important;
}
}


Рядок 73: Рядок 91:
     color: #ffcc00 !important;
     color: #ffcc00 !important;
     font-weight: bold;
     font-weight: bold;
    box-shadow: none !important;
    outline: none !important;
}
}


Рядок 110: Рядок 130:
   ========================= */
   ========================= */
button, input[type="submit"], input[type="button"] {
button, input[type="submit"], input[type="button"] {
     background-color: #333;
     background-color: #333 !important;
     border: 1px solid #555;
     border: 1px solid #555 !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     padding: 6px 12px;
     padding: 6px 12px;
     border-radius: 4px;
     border-radius: 4px;
     cursor: pointer;
     cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
}
}


button:hover, input[type="submit"]:hover, input[type="button"]:hover {
/* Hover / Focus / Active для кнопок */
     background-color: #444;
button:hover, button:focus, button:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active {
     background-color: #444 !important;
    color: #ffcc00 !important;
    box-shadow: none !important;
    outline: none !important;
}
}