mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add a ton of the new vars to the customizer
This commit is contained in:
parent
81c3c1c68c
commit
9352fe1750
2 changed files with 58 additions and 0 deletions
|
@ -299,12 +299,14 @@
|
||||||
<input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif">
|
<input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif">
|
||||||
<label>@monoFontFamily</label>
|
<label>@monoFontFamily</label>
|
||||||
<input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace">
|
<input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace">
|
||||||
|
|
||||||
<label>@baseFontSize</label>
|
<label>@baseFontSize</label>
|
||||||
<input type="text" class="span3" placeholder="14px">
|
<input type="text" class="span3" placeholder="14px">
|
||||||
<label>@baseFontFamily</label>
|
<label>@baseFontFamily</label>
|
||||||
<input type="text" class="span3" placeholder="@sansFontFamily">
|
<input type="text" class="span3" placeholder="@sansFontFamily">
|
||||||
<label>@baseLineHeight</label>
|
<label>@baseLineHeight</label>
|
||||||
<input type="text" class="span3" placeholder="20px">
|
<input type="text" class="span3" placeholder="20px">
|
||||||
|
|
||||||
<label>@altFontFamily</label>
|
<label>@altFontFamily</label>
|
||||||
<input type="text" class="span3" placeholder="@serifFontFamily">
|
<input type="text" class="span3" placeholder="@serifFontFamily">
|
||||||
<label>@headingsFontFamily</label>
|
<label>@headingsFontFamily</label>
|
||||||
|
@ -313,6 +315,28 @@
|
||||||
<input type="text" class="span3" placeholder="bold">
|
<input type="text" class="span3" placeholder="bold">
|
||||||
<label>@headingsColor</label>
|
<label>@headingsColor</label>
|
||||||
<input type="text" class="span3" placeholder="inherit">
|
<input type="text" class="span3" placeholder="inherit">
|
||||||
|
|
||||||
|
<label>@fontSizeLarge</label>
|
||||||
|
<input type="text" class="span3" placeholder="@baseFontSize * 1.25">
|
||||||
|
<label>@fontSizeSmall</label>
|
||||||
|
<input type="text" class="span3" placeholder="@baseFontSize * 0.85">
|
||||||
|
<label>@fontSizeMini</label>
|
||||||
|
<input type="text" class="span3" placeholder="@baseFontSize * 0.75">
|
||||||
|
|
||||||
|
<label>@paddingLarge</label>
|
||||||
|
<input type="text" class="span3" placeholder="11px 19px">
|
||||||
|
<label>@paddingSmall</label>
|
||||||
|
<input type="text" class="span3" placeholder="2px 10px">
|
||||||
|
<label>@paddingMini</label>
|
||||||
|
<input type="text" class="span3" placeholder="1px 6px">
|
||||||
|
|
||||||
|
<label>@baseBorderRadius</label>
|
||||||
|
<input type="text" class="span3" placeholder="4px">
|
||||||
|
<label>@borderRadiusLarge</label>
|
||||||
|
<input type="text" class="span3" placeholder="6px">
|
||||||
|
<label>@borderRadiusSmall</label>
|
||||||
|
<input type="text" class="span3" placeholder="3px">
|
||||||
|
|
||||||
<label>@heroUnitBackground</label>
|
<label>@heroUnitBackground</label>
|
||||||
<input type="text" class="span3" placeholder="@grayLighter">
|
<input type="text" class="span3" placeholder="@grayLighter">
|
||||||
<label>@heroUnitHeadingColor</label>
|
<label>@heroUnitHeadingColor</label>
|
||||||
|
@ -399,6 +423,11 @@
|
||||||
<label>@navbarSearchPlaceholderColor</label>
|
<label>@navbarSearchPlaceholderColor</label>
|
||||||
<input type="text" class="span3" placeholder="#ccc">
|
<input type="text" class="span3" placeholder="#ccc">
|
||||||
|
|
||||||
|
<label>@navbarCollapseWidth</label>
|
||||||
|
<input type="text" class="span3" placeholder="979px">
|
||||||
|
<label>@navbarCollapseDesktopWidth</label>
|
||||||
|
<input type="text" class="span3" placeholder="@navbarCollapseWidth + 1">
|
||||||
|
|
||||||
<h3>Dropdowns</h3>
|
<h3>Dropdowns</h3>
|
||||||
<label>@dropdownBackground</label>
|
<label>@dropdownBackground</label>
|
||||||
<input type="text" class="span3" placeholder="@white">
|
<input type="text" class="span3" placeholder="@white">
|
||||||
|
|
29
docs/templates/pages/customize.mustache
vendored
29
docs/templates/pages/customize.mustache
vendored
|
@ -228,12 +228,14 @@
|
||||||
<input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif">
|
<input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif">
|
||||||
<label>@monoFontFamily</label>
|
<label>@monoFontFamily</label>
|
||||||
<input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace">
|
<input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace">
|
||||||
|
|
||||||
<label>@baseFontSize</label>
|
<label>@baseFontSize</label>
|
||||||
<input type="text" class="span3" placeholder="14px">
|
<input type="text" class="span3" placeholder="14px">
|
||||||
<label>@baseFontFamily</label>
|
<label>@baseFontFamily</label>
|
||||||
<input type="text" class="span3" placeholder="@sansFontFamily">
|
<input type="text" class="span3" placeholder="@sansFontFamily">
|
||||||
<label>@baseLineHeight</label>
|
<label>@baseLineHeight</label>
|
||||||
<input type="text" class="span3" placeholder="20px">
|
<input type="text" class="span3" placeholder="20px">
|
||||||
|
|
||||||
<label>@altFontFamily</label>
|
<label>@altFontFamily</label>
|
||||||
<input type="text" class="span3" placeholder="@serifFontFamily">
|
<input type="text" class="span3" placeholder="@serifFontFamily">
|
||||||
<label>@headingsFontFamily</label>
|
<label>@headingsFontFamily</label>
|
||||||
|
@ -242,6 +244,28 @@
|
||||||
<input type="text" class="span3" placeholder="bold">
|
<input type="text" class="span3" placeholder="bold">
|
||||||
<label>@headingsColor</label>
|
<label>@headingsColor</label>
|
||||||
<input type="text" class="span3" placeholder="inherit">
|
<input type="text" class="span3" placeholder="inherit">
|
||||||
|
|
||||||
|
<label>@fontSizeLarge</label>
|
||||||
|
<input type="text" class="span3" placeholder="@baseFontSize * 1.25">
|
||||||
|
<label>@fontSizeSmall</label>
|
||||||
|
<input type="text" class="span3" placeholder="@baseFontSize * 0.85">
|
||||||
|
<label>@fontSizeMini</label>
|
||||||
|
<input type="text" class="span3" placeholder="@baseFontSize * 0.75">
|
||||||
|
|
||||||
|
<label>@paddingLarge</label>
|
||||||
|
<input type="text" class="span3" placeholder="11px 19px">
|
||||||
|
<label>@paddingSmall</label>
|
||||||
|
<input type="text" class="span3" placeholder="2px 10px">
|
||||||
|
<label>@paddingMini</label>
|
||||||
|
<input type="text" class="span3" placeholder="1px 6px">
|
||||||
|
|
||||||
|
<label>@baseBorderRadius</label>
|
||||||
|
<input type="text" class="span3" placeholder="4px">
|
||||||
|
<label>@borderRadiusLarge</label>
|
||||||
|
<input type="text" class="span3" placeholder="6px">
|
||||||
|
<label>@borderRadiusSmall</label>
|
||||||
|
<input type="text" class="span3" placeholder="3px">
|
||||||
|
|
||||||
<label>@heroUnitBackground</label>
|
<label>@heroUnitBackground</label>
|
||||||
<input type="text" class="span3" placeholder="@grayLighter">
|
<input type="text" class="span3" placeholder="@grayLighter">
|
||||||
<label>@heroUnitHeadingColor</label>
|
<label>@heroUnitHeadingColor</label>
|
||||||
|
@ -328,6 +352,11 @@
|
||||||
<label>@navbarSearchPlaceholderColor</label>
|
<label>@navbarSearchPlaceholderColor</label>
|
||||||
<input type="text" class="span3" placeholder="#ccc">
|
<input type="text" class="span3" placeholder="#ccc">
|
||||||
|
|
||||||
|
<label>@navbarCollapseWidth</label>
|
||||||
|
<input type="text" class="span3" placeholder="979px">
|
||||||
|
<label>@navbarCollapseDesktopWidth</label>
|
||||||
|
<input type="text" class="span3" placeholder="@navbarCollapseWidth + 1">
|
||||||
|
|
||||||
<h3>{{_i}}Dropdowns{{/i}}</h3>
|
<h3>{{_i}}Dropdowns{{/i}}</h3>
|
||||||
<label>@dropdownBackground</label>
|
<label>@dropdownBackground</label>
|
||||||
<input type="text" class="span3" placeholder="@white">
|
<input type="text" class="span3" placeholder="@white">
|
||||||
|
|
Loading…
Reference in a new issue