Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:NavboxCSS: Difference between revisions

Template page
Re-added abovebelow centering and group-less list centering for aesthetics (and in line with other wikis).
Add {{Deletion}}.
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#css:
#REDIRECT [[Template:Navbox/styles.css]]
.navbox {
 
  border: 1px solid #222;
{{Deletion|CSS is moved to template subpage}}
}
.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;
  border-top: 1px solid #000 !important;
  border-bottom 1px solid #000 !important;
  text-align: center;
}
.navbox .collapseButton {
  float: right;
}
}}</includeonly><noinclude>
{{Documentation}}  
</noinclude>