Server IP : 51.89.169.208 / Your IP : 216.73.216.57 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/staff/ |
Upload File : |
/* start: Global */ .container.lg { max-width: 1150px; } label { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.25rem; } /* end: Global */ /* start: Topbar */ .topbar { border-bottom: 1px solid var(--gray-200); position: relative; } .topbar-menu-wrapper { display: flex; align-items: center; height: 3.5rem; } .topbar-menu { display: flex; align-items: center; } .topbar-menu a { display: inline-block; /* padding: 0 1rem; */ padding: 0 0.5rem; height: 3.5rem; line-height: 3.5rem; text-decoration: none; color: var(--black); } .topbar-menu a.active, .topbar-menu a:hover { background-color: var(--gray); } .topbar-menu a.active { font-weight: 600; } .topbar-menu-toggle { display: none; } /* end: Topbar */ /* start: Table */ .table-section { padding: 3rem 0; } .table-responsive { overflow-x: auto; } .table { min-width: 720px; border-collapse: collapse; width: 100%; } .table td, .table th { padding: 0.5rem 1rem; text-align: left; border: 1px solid var(--gray-200); vertical-align: middle; } .table .text-center { text-align: center; } .table th { font-weight: 600; background-color: var(--black); color: var(--white); } .table th:first-child { width: 0; } .table-pagination a, .table a { text-decoration: none; color: var(--black); text-underline-offset: 2px; font-weight: 500; } .table-pagination a:hover, .table a:hover { text-decoration: underline; } .table tr:hover td { background-color: var(--gray); } .table tr.selected td { background-color: var(--gray-100); } .table-pagination { margin-top: 1rem; } .table-action { margin-top: 2rem; } /* end: Table */ /* start: Form */ .submit-advert-form-group { margin-bottom: 1.5rem; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; } .submit-advert-label-description { color: var(--gray-500); margin-bottom: 0.5rem; } .submit-advert-label-description.error-message { color: var(--red); display: block; } /* end: Form */ /* start: Breakpoints */ @media screen and (max-width: 767px) { .topbar-menu-toggle { display: block; cursor: pointer; } .topbar-menu { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; z-index: 10; background-color: var(--white); border-bottom: 1px solid var(--gray-200); align-items: flex-start; padding-bottom: 0.5rem; display: none; } .topbar-menu.show { display: flex; } .topbar-menu li { width: 100%; } .topbar-menu a { height: auto; padding: 0.5rem 1rem; display: block; line-height: normal; } } /* end: Breakpoints */