More actions
mNo edit summary |
mNo edit summary |
||
| Line 12: | Line 12: | ||
} | } | ||
/* NAVBAR | /* NAVBAR STYLING */ | ||
.navbar { | .navbar { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; /* allows wrapping on small screens */ | |||
background-color: #111; | background-color: #111; | ||
padding: 1em; | padding: 1em; | ||
justify-content: center; | justify-content: center; | ||
gap: | gap: 20px; | ||
border-bottom: 2px solid #00ffcc; | border-bottom: 2px solid #00ffcc; | ||
font-family: 'Orbitron', sans-serif; | font-family: 'Orbitron', sans-serif; | ||
} | } | ||
| Line 27: | Line 28: | ||
} | } | ||
/* NAV ITEM */ | |||
.nav-item { | .nav-item { | ||
color: #00ffcc; | color: #00ffcc; | ||
| Line 38: | Line 40: | ||
} | } | ||
/* HOVER STYLE */ | |||
.nav-item:hover { | .nav-item:hover { | ||
color: #ffffff; | color: #ffffff; | ||
| Line 43: | Line 46: | ||
} | } | ||
/* DROPDOWN */ | |||
.nav-wrapper:hover .dropdown { | .nav-wrapper:hover .dropdown { | ||
display: block; | display: block; | ||
| Line 61: | Line 65: | ||
} | } | ||
/* DROPDOWN LINKS */ | |||
.dropdown a { | .dropdown a { | ||
display: block; | display: block; | ||
| Line 73: | Line 78: | ||
text-shadow: 0 0 5px #00ffcc; | text-shadow: 0 0 5px #00ffcc; | ||
} | } | ||
/* MOBILE FIXES */ | |||
@media screen and (max-width: 600px) { | |||
.navbar { | |||
flex-direction: column; | |||
align-items: center; | |||
} | |||
.nav-wrapper { | |||
width: 100%; | |||
text-align: center; | |||
} | |||
.dropdown { | |||
position: static; | |||
width: 100%; | |||
margin-top: 5px; | |||
box-shadow: none; | |||
} | |||
} | |||
.panel { | .panel { | ||
transition: transform 0.3s ease; | transition: transform 0.3s ease; | ||
Revision as of 17:37, 14 June 2025
Connection: Stable
🏙️ Explore the City
🛡️ Factions & Power
💾 Tech & Cyberlife
🕯️ Religion & Mythology
🌐 The World Outside
💬 Out Of Character
"Plug in. Stay sharp."
Built and maintained by Cybernaut.Network
World design by Cybernaut.Network
Mediawiki skin by Skin:Citizen