More actions
Creating css subpage. Test |
Evon R'al changed the content model of the page Template:Navbox/styles.css from "wikitext" to "CSS": CSS subpage |
(No difference)
| |
Revision as of 08:05, 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;
}