Difference between revisions of "Template:Navbox/styles.css"

From Dream Cancel Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 00:57, 10 November 2021

/* 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; }