2026-01-02 17:48:58 +09:00
|
|
|
/* Shared Mobile Custom CSS for Anime Downloader */
|
|
|
|
|
|
2026-01-04 01:23:44 +09:00
|
|
|
/* Custom Notify Styling - Mobile Default */
|
2026-01-02 17:48:58 +09:00
|
|
|
.bootstrap-notify-container,
|
|
|
|
|
[data-notify="container"] {
|
|
|
|
|
max-width: 90vw !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
right: 5vw !important;
|
|
|
|
|
left: 5vw !important;
|
|
|
|
|
padding: 12px 16px !important;
|
|
|
|
|
border-radius: 10px !important;
|
|
|
|
|
background: var(--notify-bg) !important;
|
|
|
|
|
backdrop-filter: blur(10px) !important;
|
|
|
|
|
border: 1px solid var(--notify-border) !important;
|
|
|
|
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
|
|
|
|
|
color: #e0e7ff !important;
|
|
|
|
|
font-size: 13px !important;
|
|
|
|
|
z-index: 10000 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-04 01:23:44 +09:00
|
|
|
/* Desktop Notify: 오른쪽 정렬, 적절한 사이즈 */
|
|
|
|
|
@media (min-width: 769px) {
|
|
|
|
|
.bootstrap-notify-container,
|
|
|
|
|
[data-notify="container"] {
|
|
|
|
|
max-width: 450px !important;
|
|
|
|
|
min-width: 300px !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
right: 20px !important;
|
|
|
|
|
left: auto !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-02 17:48:58 +09:00
|
|
|
[data-notify="container"].alert-success {
|
|
|
|
|
border-color: rgba(16, 185, 129, 0.4) !important;
|
|
|
|
|
background: var(--notify-success-bg, rgba(6, 78, 59, 0.95)) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-notify="container"].alert-warning {
|
|
|
|
|
border-color: rgba(245, 158, 11, 0.4) !important;
|
|
|
|
|
background: var(--notify-warning-bg, rgba(120, 53, 15, 0.95)) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-notify="container"].alert-danger {
|
|
|
|
|
border-color: rgba(239, 68, 68, 0.4) !important;
|
|
|
|
|
background: var(--notify-danger-bg, rgba(127, 29, 29, 0.95)) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-notify="message"] {
|
|
|
|
|
color: #e0e7ff !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-notify="title"] {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
font-weight: 600 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Common Mobile Responsive Fixes */
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
body {
|
|
|
|
|
padding-top: 5px !important;
|
|
|
|
|
overflow-x: hidden !important;
|
|
|
|
|
}
|
2026-01-06 19:25:59 +09:00
|
|
|
|
|
|
|
|
/* Compact Navbar */
|
|
|
|
|
.navbar {
|
|
|
|
|
padding-top: 0.25rem !important;
|
|
|
|
|
padding-bottom: 0.25rem !important;
|
|
|
|
|
}
|
2026-01-02 17:48:58 +09:00
|
|
|
|
2026-01-04 01:00:17 +09:00
|
|
|
/* Global Navigation Pills Fix & Premium Styling */
|
2026-01-02 17:48:58 +09:00
|
|
|
ul.nav.nav-pills.bg-light {
|
2026-01-04 01:00:17 +09:00
|
|
|
background-color: rgba(30, 41, 59, 0.6) !important;
|
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.08);
|
2026-01-12 21:04:11 +09:00
|
|
|
border-radius: 10px !important;
|
|
|
|
|
padding: 4px !important;
|
2026-01-04 01:00:17 +09:00
|
|
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
|
2026-01-12 21:04:11 +09:00
|
|
|
display: flex !important; /* Changed from inline-flex to prevent horizontal stretching */
|
|
|
|
|
flex-wrap: nowrap !important; /* Force scrollable row */
|
|
|
|
|
overflow-x: auto !important;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
width: 100% !important; /* Max width constraint */
|
|
|
|
|
max-width: 100% !important;
|
|
|
|
|
box-sizing: border-box !important;
|
|
|
|
|
margin-top: 2px !important;
|
2026-01-06 19:25:59 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Override for the fallback above to be tighter */
|
|
|
|
|
ul.nav.nav-pills.bg-light {
|
|
|
|
|
margin-top: 4px !important;
|
2026-01-05 02:45:40 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Tighten spacing between 2nd and 3rd level menus */
|
|
|
|
|
#menu_module_div ul.nav.nav-pills.bg-light {
|
2026-01-06 19:25:59 +09:00
|
|
|
margin-bottom: 2px !important;
|
2026-01-05 02:45:40 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu_page_div ul.nav.nav-pills.bg-light {
|
2026-01-06 19:25:59 +09:00
|
|
|
margin-top: -4px !important;
|
|
|
|
|
margin-bottom: 12px !important;
|
2026-01-02 17:48:58 +09:00
|
|
|
}
|
2026-01-04 01:00:17 +09:00
|
|
|
|
|
|
|
|
ul.nav.nav-pills .nav-item {
|
|
|
|
|
margin: 0 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-02 17:48:58 +09:00
|
|
|
ul.nav.nav-pills .nav-link {
|
2026-01-12 21:04:11 +09:00
|
|
|
border-radius: 6px !important;
|
|
|
|
|
padding: 6px 12px !important;
|
2026-01-04 01:00:17 +09:00
|
|
|
color: #94a3b8 !important; /* Muted text */
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
transition: all 0.3s ease;
|
2026-01-12 21:04:11 +09:00
|
|
|
white-space: nowrap !important; /* Necessary for scrollable items */
|
|
|
|
|
font-size: 12px !important;
|
2026-01-04 01:00:17 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.nav.nav-pills .nav-link:hover {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
transform: translateY(-1px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.nav.nav-pills .nav-link.active {
|
|
|
|
|
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
|
2026-01-02 17:48:58 +09:00
|
|
|
}
|
|
|
|
|
|
2026-01-12 21:04:11 +09:00
|
|
|
/* Layout Expansion on Mobile - Critical Fix for Horizontal Shift */
|
|
|
|
|
html, body {
|
|
|
|
|
overflow-x: hidden !important;
|
|
|
|
|
width: 100vw !important;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container, .container-fluid, #main_container {
|
2026-01-02 17:48:58 +09:00
|
|
|
width: 100% !important;
|
|
|
|
|
max-width: 100% !important;
|
2026-01-12 21:04:11 +09:00
|
|
|
padding-left: 5px !important;
|
|
|
|
|
padding-right: 5px !important;
|
2026-01-02 17:48:58 +09:00
|
|
|
margin-left: 0 !important;
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
box-sizing: border-box !important;
|
2026-01-12 21:04:11 +09:00
|
|
|
overflow-x: hidden !important; /* Prevent internal bleed from stretching body */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
margin-left: 0 !important;
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[class*="col-"] {
|
|
|
|
|
padding-left: 5px !important;
|
|
|
|
|
padding-right: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
box-sizing: border-box !important;
|
2026-01-02 17:48:58 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Card/Table Container Fix */
|
|
|
|
|
.card, .table-responsive {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
margin-left: 0 !important;
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
border-radius: 12px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-01-06 19:25:59 +09:00
|
|
|
|
|
|
|
|
/* Global Navigation Spacing Adjustments (Plugin Specific) */
|
|
|
|
|
#menu_module_div {
|
|
|
|
|
padding-top: 52px !important; /* Adjusted for compact navbar (~52px) */
|
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu_module_div .nav-pills,
|
|
|
|
|
#menu_page_div .nav-pills {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
margin-bottom: 2px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Tighten main container for desktop */
|
|
|
|
|
@media (min-width: 769px) {
|
|
|
|
|
#main_container {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
}
|