Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
2ae8be3b
Commit
2ae8be3b
authored
Aug 11, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Customizer field updates for variables
parent
0819cfc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
11 deletions
+35
-11
customize.html
customize.html
+35
-11
No files found.
customize.html
View file @
2ae8be3b
...
@@ -708,6 +708,8 @@ base_url: "../"
...
@@ -708,6 +708,8 @@ base_url: "../"
<h4>
Basics
</h4>
<h4>
Basics
</h4>
<label>
@navbar-height
</label>
<label>
@navbar-height
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"50px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"50px"
>
<label>
@navbar-margin-bottom
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@line-height-computed"
>
<label>
@navbar-color
</label>
<label>
@navbar-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#777"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#777"
>
<label>
@navbar-bg
</label>
<label>
@navbar-bg
</label>
...
@@ -851,6 +853,9 @@ base_url: "../"
...
@@ -851,6 +853,9 @@ base_url: "../"
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h3>
Inputs
</h3>
<h3>
Inputs
</h3>
<label>
@input-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray"
>
<p
class=
"help-block"
>
Text color for
<code>
<
input
>
</code>
s
</p>
<label>
@input-bg
</label>
<label>
@input-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
><code>
<
input
>
</code>
background color
</p>
<p
class=
"help-block"
><code>
<
input
>
</code>
background color
</p>
...
@@ -871,11 +876,15 @@ base_url: "../"
...
@@ -871,11 +876,15 @@ base_url: "../"
<p
class=
"help-block"
>
Placeholder text color
</p>
<p
class=
"help-block"
>
Placeholder text color
</p>
<h3>
Legend
</h3>
<h3>
Legend
</h3>
<label>
@legend-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray"
>
<label>
@legend-border-color
</label>
<label>
@legend-border-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#e5e5e5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#e5e5e5"
>
<p
class=
"help-block"
><code>
<
legend
>
</code>
border color
</p>
<h3>
Input groups
</h3>
<h3>
Input groups
</h3>
<label>
@input-group-addon-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-lighter"
>
<p
class=
"help-block"
>
Background color for textual input addons
</p>
<label>
@input-group-addon-border-color
</label>
<label>
@input-group-addon-border-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@input-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@input-border"
>
<p
class=
"help-block"
>
Border color for textual input addons
</p>
<p
class=
"help-block"
>
Border color for textual input addons
</p>
...
@@ -901,24 +910,33 @@ base_url: "../"
...
@@ -901,24 +910,33 @@ base_url: "../"
<label>
@dropdown-divider-bg
</label>
<label>
@dropdown-divider-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#e5e5e5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#e5e5e5"
>
<p
class=
"help-block"
>
Dropdown divider top border color
</p>
<p
class=
"help-block"
>
Dropdown divider top border color
</p>
<label>
@dropdown-header-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Text color for headers within dropdown menus
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h3>
Dropdown items
</h3>
<h3>
Dropdown items
</h3>
<label>
@dropdown-link-color
</label>
<label>
@dropdown-link-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-dark"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-dark"
>
<p
class=
"help-block"
>
Dropdown text color
</p>
<p
class=
"help-block"
>
Dropdown text color
</p>
<label>
@dropdown-link-active-color
</label>
<label>
@dropdown-link-hover-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Active
dropdown menu entry text color
</p>
<p
class=
"help-block"
>
Hovered
dropdown menu entry text color
</p>
<label>
@dropdown-link-hover-bg
</label>
<label>
@dropdown-link-hover-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Hovered dropdown menu entry text color
</p>
<p
class=
"help-block"
>
Hovered dropdown menu entry text color
</p>
<label>
@dropdown-link-active-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Active dropdown menu entry text color
</p>
<label>
@dropdown-link-active-bg
</label>
<label>
@dropdown-link-active-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@component-active-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@component-active-bg"
>
<p
class=
"help-block"
>
Active dropdown menu entry background color
</p>
<p
class=
"help-block"
>
Active dropdown menu entry background color
</p>
<label>
@dropdown-link-hover-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@dropdown-link-active-bg"
>
<label>
@dropdown-link-disabled-color
</label>
<p
class=
"help-block"
>
Hovered dropdown menu entry background color
</p>
<input
type=
"text"
class=
"form-control"
placeholder=
"@dropdown-link-disabled-color"
>
<p
class=
"help-block"
>
Disabled dropdown menu entry background color
</p>
</div>
</div>
</div>
</div>
...
@@ -1176,14 +1194,12 @@ base_url: "../"
...
@@ -1176,14 +1194,12 @@ base_url: "../"
<h2
id=
"variables-thumbnails"
>
Thumbnails
</h2>
<h2
id=
"variables-thumbnails"
>
Thumbnails
</h2>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@thumbnail-
caption-color
</label>
<label>
@thumbnail-
padding
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"
@text-color
"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"
4px
"
>
<p
class=
"help-block"
>
Custom text color for thumbnail captions
</p>
<p
class=
"help-block"
>
Padding around the thumbnail image
</p>
<label>
@thumbnail-bg
</label>
<label>
@thumbnail-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@body-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@body-bg"
>
<p
class=
"help-block"
>
Thumbnail background color
</p>
<p
class=
"help-block"
>
Thumbnail background color
</p>
</div>
<div
class=
"col-lg-6"
>
<label>
@thumbnail-border
</label>
<label>
@thumbnail-border
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<p
class=
"help-block"
>
Thumbnail border color
</p>
<p
class=
"help-block"
>
Thumbnail border color
</p>
...
@@ -1191,6 +1207,14 @@ base_url: "../"
...
@@ -1191,6 +1207,14 @@ base_url: "../"
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
>
<p
class=
"help-block"
>
Thumbnail border radius
</p>
<p
class=
"help-block"
>
Thumbnail border radius
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<label>
@thumbnail-caption-padding
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@text-color"
>
<p
class=
"help-block"
>
Padding around the thumbnail caption
</p>
<label>
@thumbnail-caption-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@text-color"
>
<p
class=
"help-block"
>
Custom text color for thumbnail captions
</p>
</div>
</div>
</div>
<h2
id=
"variables-progress"
>
Progress bars
</h2>
<h2
id=
"variables-progress"
>
Progress bars
</h2>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment