More actions
Coding and testing. |
m Coding and testing. |
||
| Line 14: | Line 14: | ||
} | } | ||
.navbox-title { | .navbox-title { | ||
/* background-color: #000;*/ | |||
border: 1px solid #2D2413; | border: 1px solid #2D2413; | ||
color: #B89964; | color: #B89964; | ||
Revision as of 08:23, 17 May 2025
.navbox {
margin-top: 1em;
border: 1px solid #222;
}
.navbox, .navbox-inner, .navbox-subgroup {
width: 100%;
}
.navbar.plainlinks {
float: left;
padding-left: 5px;
}
.navbox-abovebelow {
text-align: center;
}
.navbox-title {
/* background-color: #000;*/
border: 1px solid #2D2413;
color: #B89964;
}
.navbox-group, .navbox-list {
color: #CCC;
}
.navbox-group {
background-color: #30281A !important;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
white-space: nowrap;
text-align: right;
}
.navbox-list {
background-color: #222 !important;
border-right: 1px solid #000 !important;
text-align: center;
}
.navbox .collapseButton {
float: right;
}