Template:Navbox/styles.css

From Dream Cancel Wiki
< Template:Navbox
Revision as of 00:57, 10 November 2021 by Bee Chan (talk | contribs) (Created page with "→‎Navbox: .nav-header { background-color: #ccf; font-weight: bold; font-style: italic; text-align: center; } .navbox { display: flex; flex-flow: column nowrap; just...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* Navbox */ .nav-header { background-color: #ccf; font-weight: bold; font-style: italic; text-align: center; }

.navbox { display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch; border-style: solid; clear: both; width: 80%; margin: auto; }

.navbox-header { width: 100%; text-align: center; background-color: #ccf; font-weight: bold; font-style: italic; }

.navbox-row { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; align-content: stretch; }

.navbox-row-header { width: 10%; text-align: center; }

.navbox-row-items { width: 90%; display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; align-content: center; }