mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
finish off the static stuff for build and download page
This commit is contained in:
parent
9c4a70c597
commit
4ea63e5261
@ -125,7 +125,7 @@ section {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
.subhead h1 {
|
.subhead h1 {
|
||||||
font-size: 45px;
|
font-size: 54px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Subnav */
|
/* Subnav */
|
||||||
@ -168,10 +168,17 @@ section {
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
.subnav .nav .active a {
|
.subnav .nav .active a {
|
||||||
background-color: #e5e5e5;
|
background-color: #e9e9e9;
|
||||||
|
border-right-color: #ddd;
|
||||||
|
border-left: 0;
|
||||||
|
padding-left: 13px;
|
||||||
|
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
|
||||||
|
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
|
||||||
|
box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
|
||||||
}
|
}
|
||||||
.subnav .nav li:first-child a {
|
.subnav .nav li:first-child a {
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
.subnav .nav li:last-child a {
|
.subnav .nav li:last-child a {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
@ -464,7 +471,6 @@ section {
|
|||||||
font-family: Menlo, Monaco, "Courier New", monospace;
|
font-family: Menlo, Monaco, "Courier New", monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #d14;
|
color: #d14;
|
||||||
background-color: #f7f7f9;
|
|
||||||
}
|
}
|
||||||
.download-builder input[type=text]:focus {
|
.download-builder input[type=text]:focus {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -473,7 +479,6 @@ section {
|
|||||||
/* Custom, larger checkbox labels */
|
/* Custom, larger checkbox labels */
|
||||||
.download .checkbox {
|
.download .checkbox {
|
||||||
padding: 6px 10px 6px 25px;
|
padding: 6px 10px 6px 25px;
|
||||||
font-size: 14px;
|
|
||||||
color: #555;
|
color: #555;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
@ -485,10 +490,6 @@ section {
|
|||||||
color: #333;
|
color: #333;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
.download .checkbox input[type=checkbox] {
|
|
||||||
position: relative;
|
|
||||||
top: 1px;
|
|
||||||
}
|
|
||||||
.download .checkbox small {
|
.download .checkbox small {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #777;
|
color: #777;
|
||||||
@ -496,17 +497,23 @@ section {
|
|||||||
|
|
||||||
/* Giant download button */
|
/* Giant download button */
|
||||||
.download-btn {
|
.download-btn {
|
||||||
pading: 18px 20px;
|
margin: 36px 0 108px;
|
||||||
margin: 45px 0;
|
}
|
||||||
|
.download p,
|
||||||
|
.download h4 {
|
||||||
|
max-width: 50%;
|
||||||
|
margin: 0 auto 18px;
|
||||||
|
color: #999;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid #eee;
|
}
|
||||||
-webkit-border-radius: 4px;
|
.download-btn h4 {
|
||||||
-moz-border-radius: 4px;
|
margin-bottom: 0;
|
||||||
border-radius: 4px;
|
|
||||||
}
|
}
|
||||||
.btn.xlarge {
|
.btn.xlarge {
|
||||||
margin: 36px auto;
|
display: block;
|
||||||
padding: 14px 24px;
|
width: auto;
|
||||||
|
padding: 19px 24px;
|
||||||
|
margin-bottom: 27px;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-border-radius: 6px;
|
-webkit-border-radius: 6px;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
@ -1023,6 +1023,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
|
<fieldset>
|
||||||
<legend>Form control states</legend>
|
<legend>Form control states</legend>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label" for="focusedInput">Focused input</label>
|
<label class="control-label" for="focusedInput">Focused input</label>
|
||||||
@ -1083,6 +1084,7 @@
|
|||||||
<button type="submit" class="btn primary">Save changes</button>
|
<button type="submit" class="btn primary">Save changes</button>
|
||||||
<button type="reset" class="btn">Cancel</button>
|
<button type="reset" class="btn">Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
@ -1107,6 +1109,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
|
<fieldset>
|
||||||
<legend>Extending form controls</legend>
|
<legend>Extending form controls</legend>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label">Form sizes</label>
|
<label class="control-label">Form sizes</label>
|
||||||
@ -1186,6 +1189,7 @@
|
|||||||
<button type="submit" class="btn primary">Save changes</button>
|
<button type="submit" class="btn primary">Save changes</button>
|
||||||
<button type="reset" class="btn">Cancel</button>
|
<button type="reset" class="btn">Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
|
@ -69,11 +69,19 @@
|
|||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>Download and customize Bootstrap</h1>
|
<h1>Download and customize</h1>
|
||||||
<p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.</p>
|
<p class="lead"><a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.</p>
|
||||||
|
<div class="subnav">
|
||||||
|
<ul class="nav pills">
|
||||||
|
<li><a href="#components">1. Select components</a></li>
|
||||||
|
<li><a href="#variables">2. Modify variables</a></li>
|
||||||
|
<li><a href="#plugins">3. Select jQuery plugins</a></li>
|
||||||
|
<li><a href="#download">4. Build and download</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="download">
|
<section class="download" id="components">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="pull-right toggle-all" href="#">Toggle all</a>
|
<a class="pull-right toggle-all" href="#">Toggle all</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -131,7 +139,9 @@
|
|||||||
<label class="checkbox"><input type="checkbox" value=""> Max-width 1210px</label>
|
<label class="checkbox"><input type="checkbox" value=""> Max-width 1210px</label>
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="download" id="variables">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="pull-right toggle-all" href="#">Reset to defaults</a>
|
<a class="pull-right toggle-all" href="#">Reset to defaults</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -207,7 +217,9 @@
|
|||||||
<input type="text" class="span3" value="#bfe1f2">
|
<input type="text" class="span3" value="#bfe1f2">
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="download" id="plugins">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="pull-right toggle-all" href="#">Toggle all</a>
|
<a class="pull-right toggle-all" href="#">Toggle all</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -273,11 +285,21 @@
|
|||||||
<p class="muted">All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p>
|
<p class="muted">All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p>
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="download" id="download">
|
||||||
|
<div class="page-header">
|
||||||
|
<h1>
|
||||||
|
4. Download
|
||||||
|
<small></small>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
<div class="download-btn">
|
<div class="download-btn">
|
||||||
<a class="btn xlarge primary" href="#">Build and Download</a>
|
<a class="btn xlarge primary" href="#">Build and Download</a>
|
||||||
|
<h4>What's included?</h4>
|
||||||
|
<p>Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /download -->
|
</section><!-- /download -->
|
||||||
|
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
================================================== -->
|
================================================== -->
|
||||||
|
4
docs/templates/pages/base-css.mustache
vendored
4
docs/templates/pages/base-css.mustache
vendored
@ -959,6 +959,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
|
<fieldset>
|
||||||
<legend>{{_i}}Form control states{{/i}}</legend>
|
<legend>{{_i}}Form control states{{/i}}</legend>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label" for="focusedInput">{{_i}}Focused input{{/i}}</label>
|
<label class="control-label" for="focusedInput">{{_i}}Focused input{{/i}}</label>
|
||||||
@ -1019,6 +1020,7 @@
|
|||||||
<button type="submit" class="btn primary">{{_i}}Save changes{{/i}}</button>
|
<button type="submit" class="btn primary">{{_i}}Save changes{{/i}}</button>
|
||||||
<button type="reset" class="btn">{{_i}}Cancel{{/i}}</button>
|
<button type="reset" class="btn">{{_i}}Cancel{{/i}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
@ -1043,6 +1045,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
<form class="form-horizontal">
|
<form class="form-horizontal">
|
||||||
|
<fieldset>
|
||||||
<legend>{{_i}}Extending form controls{{/i}}</legend>
|
<legend>{{_i}}Extending form controls{{/i}}</legend>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label">{{_i}}Form sizes{{/i}}</label>
|
<label class="control-label">{{_i}}Form sizes{{/i}}</label>
|
||||||
@ -1122,6 +1125,7 @@
|
|||||||
<button type="submit" class="btn primary">{{_i}}Save changes{{/i}}</button>
|
<button type="submit" class="btn primary">{{_i}}Save changes{{/i}}</button>
|
||||||
<button type="reset" class="btn">{{_i}}Cancel{{/i}}</button>
|
<button type="reset" class="btn">{{_i}}Cancel{{/i}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
|
28
docs/templates/pages/download.mustache
vendored
28
docs/templates/pages/download.mustache
vendored
@ -5,11 +5,19 @@
|
|||||||
<!-- Masthead
|
<!-- Masthead
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<header class="jumbotron subhead" id="overview">
|
<header class="jumbotron subhead" id="overview">
|
||||||
<h1>{{_i}}Download and customize Bootstrap{{/i}}</h1>
|
<h1>{{_i}}Download and customize{{/i}}</h1>
|
||||||
<p class="lead">{{_i}}<a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.{{/i}}</p>
|
<p class="lead">{{_i}}<a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.{{/i}}</p>
|
||||||
|
<div class="subnav">
|
||||||
|
<ul class="nav pills">
|
||||||
|
<li><a href="#components">{{_i}}1. Select components{{/i}}</a></li>
|
||||||
|
<li><a href="#variables">{{_i}}2. Modify variables{{/i}}</a></li>
|
||||||
|
<li><a href="#plugins">{{_i}}3. Select jQuery plugins{{/i}}</a></li>
|
||||||
|
<li><a href="#download">{{_i}}4. Build and download{{/i}}</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="download">
|
<section class="download" id="components">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="pull-right toggle-all" href="#">Toggle all</a>
|
<a class="pull-right toggle-all" href="#">Toggle all</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -67,7 +75,9 @@
|
|||||||
<label class="checkbox"><input type="checkbox" value=""> Max-width 1210px</label>
|
<label class="checkbox"><input type="checkbox" value=""> Max-width 1210px</label>
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="download" id="variables">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="pull-right toggle-all" href="#">Reset to defaults</a>
|
<a class="pull-right toggle-all" href="#">Reset to defaults</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -143,7 +153,9 @@
|
|||||||
<input type="text" class="span3" value="#bfe1f2">
|
<input type="text" class="span3" value="#bfe1f2">
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="download" id="plugins">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="pull-right toggle-all" href="#">Toggle all</a>
|
<a class="pull-right toggle-all" href="#">Toggle all</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -209,8 +221,18 @@
|
|||||||
<p class="muted">{{_i}}All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p>
|
<p class="muted">{{_i}}All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p>
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="download" id="download">
|
||||||
|
<div class="page-header">
|
||||||
|
<h1>
|
||||||
|
4. Download
|
||||||
|
<small></small>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
<div class="download-btn">
|
<div class="download-btn">
|
||||||
<a class="btn xlarge primary" href="#">Build and Download</a>
|
<a class="btn xlarge primary" href="#">Build and Download</a>
|
||||||
|
<h4>What's included?</h4>
|
||||||
|
<p>Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.</p>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /download -->
|
</section><!-- /download -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user