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
m Remove border-top and bottom from .navbox-list.
Add {{Deletion}}.
 
(2 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;
  text-align: center;
}
.navbox .collapseButton {
  float: right;
}
}}</includeonly><noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 09:04, 17 May 2025

This template is a candidate for deletion.
Reason: CSS is moved to template subpage