MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
} | } | ||
/* 2. THE TOP HEADER BAR | /* 2. THE TOP HEADER BAR */ | ||
.anisa-header, | .anisa-header, | ||
.navbar, | .navbar, | ||
| Line 41: | Line 41: | ||
} | } | ||
/* 4. USER MENU & ALERTS ( | /* 4. USER MENU & ALERTS (Light Color & No Backing) */ | ||
#p-personal, | #p-personal, | ||
.anisa-user-menu, | .anisa-user-menu, | ||
.user-tools, | .user-tools, | ||
.navbar-nav { | .navbar-nav { | ||
background: none !important; | background: none !important; /* Backing removed as requested */ | ||
border: none !important; | border: none !important; | ||
box-shadow: none !important; | |||
margin-left: auto !important; | margin-left: auto !important; | ||
margin-right: 15px !important; | margin-right: 15px !important; | ||
| Line 57: | Line 58: | ||
.anisa-user-menu a, | .anisa-user-menu a, | ||
.nav-link { | .nav-link { | ||
color: # | /* --- CHANGE USERNAME/ICON COLOR HERE --- */ | ||
color: #90b49c !important; /* Current: Lighter Sage Green */ | |||
/* ---------------------------------------- */ | |||
font-weight: bold !important; | font-weight: bold !important; | ||
padding: 0 10px !important; | padding: 0 10px !important; | ||