OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
newgalaxy
/
css
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/22/2024 06:02:02 AM
rwxr-xr-x
📄
styles.css
830 bytes
11/09/2024 10:09:22 AM
rw-r--r--
Editing: styles.css
Close
body { font-family: 'Roboto', sans-serif; margin: 0; padding: 0; } #header { background-color: #ffffff; color: #343a40; padding: 0.25rem 1rem; /* Reduced padding to make navbar thinner */ /* position: fixed; */ width: 100%; top: 0; z-index: 1000; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); height: 103px; /* Set a fixed height for the navbar */ } #logo { max-width: 80px; /* Decreased logo size */ } .navbar-brand { display: flex; align-items: center; } .navbar-nav .nav-link { color: #343a40 !important; margin-left: 1rem; margin-right: 1rem; font-weight: 500; } .navbar-nav .nav-link:hover { color: #37528e !important; } .footer { background-color: #f8f9fa; color: #343a40; padding: 1rem 0; text-align: center; } .footer p { margin: 0; }