diff --git a/docs/customization/navigation.html b/docs/customization/navigation.html index c4c77f5..ac3037e 100644 --- a/docs/customization/navigation.html +++ b/docs/customization/navigation.html @@ -22,6 +22,8 @@ @media (max-width: 1279px){.col-sm-12.col-sm-last.col-lg-4.col-lg-normal {border: 0;border-top: 1px solid #bdbdbd;}} .box-colored.green { background: #689f38; } .do {border-top: 15px solid #689f38;padding-top: 10px;} .dont {border-top: 15px solid #e53935;padding-top: 10px;} .box-colored { color: #f5f5f5;} header.sticky a.button {padding: 4px 6px; font-size: 0.95em;} + td:first-child, td:last-child { font-family: monospace, monospace; } + td:first-child::before, td:last-child::before { font-family: -apple-system, BlinkMacSystemFont,"Segoe UI","Roboto", "Droid Sans","Helvetica Neue", Helvetica, Arial, sans-serif;} sup a { text-decoration: none; padding: 2px;} @@ -152,6 +154,90 @@ +
+
+
+

Navigation bar

+
+

The navigation module contains definitions for styling <nav> elements, along with the links they contain.


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariableTypeDescriptionSample value
$nav-back-colorColorBackground color for <nav> elements#eceff1
$nav-fore-colorColorText color for <nav> elements$fore-color
$nav-border-styleBorderBorder style for <nav> elements1px solid #bdbdbd
$nav-border-radiusBorder radiusBorder radius for <nav> elements2px
$nav-marginMarginMargin for <nav> elements2px
$nav-paddingPaddingPadding for <nav> elements8px
$nav-box-shadowBox shadowBox shadow for <nav> elements0 1px 3px rgba(0,0,0, 0.1)
$nav-link-fore-colorColorText color for <nav> elements' links#1565c0
$nav-sublink-prefixStringClass prefix for <nav> elements' subcategories'sublink'
$nav-sublink-depthIntegerAmount of <nav> elements' subcategories2
$nav-sublink-padding-leftPadding leftLeft padding for <nav> elements' subcategories12px
$nav-include-sublink-barLogicalEnables the sidebar for <nav> elements' subcategories1true
$nav-sublink-bar-left-positionPosition leftLeft position of the sidebar for <nav> elements' subcategories13px
$nav-sublink-bar-widthWidthWidth of the sidebar for <nav> elements' subcategories11px
$nav-sublink-bar-colorColorColor of the sidebar for <nav> elements' subcategories1#263238

+
+
+

Notes:

+
    + +
+
+
+
+
+

If you want to learn more about customizing mini.css, go back to the customization page or choose a module from the top menu to see its documentation.