Difference between revisions of "Template:NavboxCSS"
From EVE University Wiki
(Removed text centering to better align navbox with those on other wikis) |
m (Add a top margin to visually separate the navboxes from the content.) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#css: | <includeonly>{{#css: | ||
.navbox { | .navbox { | ||
+ | margin-top: 1em; | ||
border: 1px solid #222; | border: 1px solid #222; | ||
} | } | ||
Line 9: | Line 10: | ||
float: left; | float: left; | ||
padding-left: 5px; | padding-left: 5px; | ||
+ | } | ||
+ | .navbox-abovebelow { | ||
+ | text-align: center; | ||
} | } | ||
.navbox-title { | .navbox-title { | ||
Line 19: | Line 23: | ||
} | } | ||
.navbox-group { | .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 { | .navbox-list { | ||
background-color: #222 !important; | background-color: #222 !important; | ||
border-right: 1px solid #000 !important; | border-right: 1px solid #000 !important; | ||
− | + | text-align: center; | |
− | |||
} | } | ||
.navbox .collapseButton { | .navbox .collapseButton { |
Latest revision as of 09:47, 13 August 2022
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template is used to format the Template:Navbox.
- Syntax
{{NavboxCSS}}
- See also