187
edits
![]() |
Welcome to Rhythm Heaven Wiki! This wiki went independent on August 3, 2023. The FANDOM wiki will not be edited further, and is obsolete.For instructions about migrating your FANDOM account onto this one, please follow this guide. |
PanchamBro (talk | contribs) (fixing code color; recoloring links to be more readable) |
(Added styling to Navbar, Top bar and Login bar) |
||
Line 120: | Line 120: | ||
color: #eaecf0; | color: #eaecf0; | ||
border: 1px solid #eaecf0; | border: 1px solid #eaecf0; | ||
} | |||
/* Style the login bar */ | |||
#p-personal { | |||
background-color:#00131D; | |||
top:0px; | |||
right:0px; | |||
padding: 6px 16px; | |||
border-bottom-left-radius: 15px; | |||
border: 1px solid #A7D7F9; | |||
border-top-color: #00131D; | |||
border-right-color: #00131D; | |||
} | |||
#p-personal ul{ | |||
padding: 0px; | |||
} | |||
/* Style the navbar boxes */ | |||
#mw-panel .vector-menu-content-list{ | |||
padding: 6px ; | |||
background-color:#00131D; | |||
border-radius: 15px; | |||
border: 1px solid #A7D7F9; | |||
} | |||
#mw-panel .vector-menu-heading{ | |||
text-align: center; | |||
} | |||
/* Style the top bar */ | |||
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading{ | |||
background-image: none; | |||
} | |||
#p-namespaces .mw-list-item, #p-views .mw-list-item{ | |||
background-color:#00131D; | |||
border-top-left-radius: 15px; | |||
border-top-right-radius: 15px; | |||
border: 1px solid #A7D7F9; | |||
border-bottom: none; | |||
} | |||
#ca-unwatch{ | |||
padding-left: 6px; | |||
padding-right: 3px; | |||
} | |||
#p-namespaces{ | |||
padding-left:0px; | |||
} | } |