Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 08:05, 17 May 2025 by Evon R'al (talk | contribs) (Creating css subpage. Test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.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;

}