Difference between revisions of "Template:NavboxCSS"
From EVE University Wiki
(Added padding, made sure text doesn't wrap, aligned text right) |
m (Add a top margin to visually separate the navboxes from the content.) |
||
(2 intermediate revisions by 2 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 30: | Line 34: | ||
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