MediaWiki:Common.css: Difference between revisions
From Borsheim Crane Service Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Borsheim red | /* Borsheim red navbar styling */ | ||
.navbar-default { | .navbar-default { | ||
background-color: #c41e3a !important; | background-color: #c41e3a !important; | ||
| Line 10: | Line 7: | ||
.navbar-default .navbar-brand { | .navbar-default .navbar-brand { | ||
color: white !important; | color: white !important; | ||
} | } | ||
| Line 21: | Line 13: | ||
} | } | ||
.navbar-default .navbar-nav > li > a:hover | .navbar-default .navbar-nav > li > a:hover { | ||
background-color: rgba(255,255,255,0.1) !important; | background-color: rgba(255,255,255,0.1) !important; | ||
} | } | ||
/* Red links */ | /* Red links */ | ||
a { | a { | ||
color: #c41e3a | color: #c41e3a !important; | ||
} | } | ||
Revision as of 17:27, 3 June 2025
/* Borsheim red navbar styling */
.navbar-default {
background-color: #c41e3a !important;
border: none !important;
}
.navbar-default .navbar-brand {
color: white !important;
}
.navbar-default .navbar-nav > li > a {
color: white !important;
}
.navbar-default .navbar-nav > li > a:hover {
background-color: rgba(255,255,255,0.1) !important;
}
/* Red links */
a {
color: #c41e3a !important;
}