2013-10-17 20:33:04 +02:00
|
|
|
/*!
|
2014-01-14 06:31:40 +01:00
|
|
|
* Bootstrap Docs (http://getbootstrap.com)
|
2014-01-07 01:05:24 +01:00
|
|
|
* Copyright 2011-2014 Twitter, Inc.
|
2013-10-17 23:11:40 +02:00
|
|
|
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
|
|
|
|
* details, see http://creativecommons.org/licenses/by/3.0/.
|
2013-10-17 20:33:04 +02:00
|
|
|
*/
|
2013-10-17 23:11:40 +02:00
|
|
|
|
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
/*
|
|
|
|
* Bootstrap Documentation
|
|
|
|
* Special styles for presenting Bootstrap's documentation and code examples.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/*
|
|
|
|
* Scaffolding
|
|
|
|
*
|
|
|
|
* Update the basics of our documents to prep for docs content.
|
|
|
|
*/
|
2013-02-12 21:16:32 +01:00
|
|
|
|
|
|
|
body {
|
2014-02-12 21:01:37 +01:00
|
|
|
position: relative; /* For scrollspy */
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Keep code small in tables on account of limited space */
|
|
|
|
.table code {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Outline button for use within the docs */
|
2013-08-19 06:02:52 +02:00
|
|
|
.btn-outline {
|
2013-07-26 09:04:15 +02:00
|
|
|
color: #563d7c;
|
2013-11-06 20:00:39 +01:00
|
|
|
background-color: transparent;
|
|
|
|
border-color: #563d7c;
|
2013-07-18 07:58:49 +02:00
|
|
|
}
|
2013-08-19 06:02:52 +02:00
|
|
|
.btn-outline:hover,
|
|
|
|
.btn-outline:focus,
|
|
|
|
.btn-outline:active {
|
2013-07-18 07:58:49 +02:00
|
|
|
color: #fff;
|
2013-07-26 09:04:15 +02:00
|
|
|
background-color: #563d7c;
|
|
|
|
border-color: #563d7c;
|
2013-07-18 07:58:49 +02:00
|
|
|
}
|
|
|
|
|
2013-08-19 06:02:52 +02:00
|
|
|
/* Inverted outline button (white on dark) */
|
|
|
|
.btn-outline-inverse {
|
2014-01-10 03:05:04 +01:00
|
|
|
color: #fff;
|
2013-07-31 19:27:43 +02:00
|
|
|
background-color: transparent;
|
|
|
|
border-color: #cdbfe3;
|
|
|
|
}
|
2013-08-19 06:02:52 +02:00
|
|
|
.btn-outline-inverse:hover,
|
|
|
|
.btn-outline-inverse:focus,
|
|
|
|
.btn-outline-inverse:active {
|
2013-07-31 19:27:43 +02:00
|
|
|
color: #563d7c;
|
2013-08-18 07:43:15 +02:00
|
|
|
text-shadow: none;
|
2013-07-31 19:27:43 +02:00
|
|
|
background-color: #fff;
|
|
|
|
border-color: #fff;
|
|
|
|
}
|
|
|
|
|
2013-12-12 07:37:59 +01:00
|
|
|
/* Bootstrap "B" icon */
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-booticon {
|
2013-12-12 07:37:59 +01:00
|
|
|
display: block;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #fff;
|
2014-02-27 09:12:52 +01:00
|
|
|
text-align: center;
|
|
|
|
cursor: default;
|
2013-12-12 07:37:59 +01:00
|
|
|
background-color: #563d7c;
|
|
|
|
border-radius: 15%;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-booticon-sm {
|
2013-12-12 07:37:59 +01:00
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 28px;
|
|
|
|
}
|
2014-07-09 01:39:46 +02:00
|
|
|
.bs-docs-booticon-md {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 40px;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-booticon-lg {
|
2013-12-12 07:37:59 +01:00
|
|
|
width: 144px;
|
|
|
|
height: 144px;
|
|
|
|
font-size: 108px;
|
|
|
|
line-height: 140px;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-booticon-inverse {
|
2013-12-27 23:04:44 +01:00
|
|
|
color: #563d7c;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-booticon-outline {
|
2014-01-10 03:05:04 +01:00
|
|
|
background-color: transparent;
|
2014-01-12 04:35:40 +01:00
|
|
|
border: 1px solid #cdbfe3;
|
2014-01-10 03:05:04 +01:00
|
|
|
}
|
2013-12-12 07:37:59 +01:00
|
|
|
|
2013-05-09 07:50:41 +02:00
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/*
|
|
|
|
* Main navigation
|
|
|
|
*
|
|
|
|
* Turn the `.navbar` at the top of the docs purple.
|
|
|
|
*/
|
2013-05-09 07:50:41 +02:00
|
|
|
|
2014-03-17 10:03:16 +01:00
|
|
|
|
2013-05-09 06:56:08 +02:00
|
|
|
.bs-docs-nav {
|
2014-01-10 03:05:04 +01:00
|
|
|
margin-bottom: 0;
|
2014-03-17 10:03:16 +01:00
|
|
|
background-color: #563d7c;
|
2014-01-12 04:35:40 +01:00
|
|
|
border-bottom: 0;
|
2014-01-10 03:05:04 +01:00
|
|
|
}
|
|
|
|
.bs-home-nav .bs-nav-b {
|
|
|
|
display: none;
|
2013-05-15 07:08:32 +02:00
|
|
|
}
|
2013-11-06 20:00:39 +01:00
|
|
|
.bs-docs-nav .navbar-brand,
|
2013-05-09 07:24:07 +02:00
|
|
|
.bs-docs-nav .navbar-nav > li > a {
|
2013-11-06 20:00:39 +01:00
|
|
|
font-weight: 500;
|
2014-03-17 10:03:16 +01:00
|
|
|
color: #cdbfe3;
|
|
|
|
}
|
|
|
|
.bs-docs-nav .navbar-brand {
|
|
|
|
color: #fff;
|
2013-05-09 07:24:07 +02:00
|
|
|
}
|
2013-11-06 20:00:39 +01:00
|
|
|
.bs-docs-nav .navbar-nav > li > a:hover,
|
2013-05-09 07:31:49 +02:00
|
|
|
.bs-docs-nav .navbar-nav > .active > a,
|
|
|
|
.bs-docs-nav .navbar-nav > .active > a:hover {
|
2014-03-17 10:03:16 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #563d7c;
|
2013-05-09 07:24:07 +02:00
|
|
|
}
|
2013-11-06 20:00:39 +01:00
|
|
|
.bs-docs-nav .navbar-toggle .icon-bar {
|
2014-03-17 10:03:16 +01:00
|
|
|
background-color: #fff;
|
2013-05-09 07:24:07 +02:00
|
|
|
}
|
2014-01-01 03:21:41 +01:00
|
|
|
.bs-docs-nav .navbar-header .navbar-toggle {
|
2014-03-17 10:03:16 +01:00
|
|
|
border-color: #322f38;
|
2013-05-09 07:24:07 +02:00
|
|
|
}
|
2014-01-01 03:21:41 +01:00
|
|
|
.bs-docs-nav .navbar-header .navbar-toggle:hover,
|
|
|
|
.bs-docs-nav .navbar-header .navbar-toggle:focus {
|
2014-03-17 10:03:16 +01:00
|
|
|
background-color: #29262f;
|
|
|
|
border-color: #29262f;
|
2013-05-09 06:56:08 +02:00
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Footer
|
|
|
|
*
|
|
|
|
* Separated section of content at the bottom of all pages, save the homepage.
|
|
|
|
*/
|
|
|
|
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-footer {
|
2013-08-18 08:53:27 +02:00
|
|
|
margin-top: 100px;
|
2013-07-18 07:58:49 +02:00
|
|
|
color: #777;
|
2013-08-19 06:15:07 +02:00
|
|
|
text-align: center;
|
|
|
|
border-top: 1px solid #e5e5e5;
|
2013-07-18 07:58:49 +02:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-footer-links {
|
2013-08-18 08:53:27 +02:00
|
|
|
padding-left: 0;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-top: 20px;
|
2013-11-23 00:45:38 +01:00
|
|
|
color: #999;
|
2013-07-18 07:58:49 +02:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-footer-links li {
|
2013-08-18 08:53:27 +02:00
|
|
|
display: inline;
|
|
|
|
padding: 0 2px;
|
2013-07-31 19:27:43 +02:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-footer-links li:first-child {
|
2013-08-18 08:53:27 +02:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2013-08-19 06:15:07 +02:00
|
|
|
@media (min-width: 768px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-footer p {
|
2013-08-19 06:15:07 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs .bs-docs-footer {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2013-08-19 06:15:07 +02:00
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Social buttons
|
|
|
|
*
|
|
|
|
* Twitter and GitHub social action buttons (for homepage and footer).
|
|
|
|
*/
|
|
|
|
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-social {
|
2013-08-18 08:53:27 +02:00
|
|
|
margin-bottom: 20px;
|
2013-08-19 06:15:07 +02:00
|
|
|
text-align: center;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-social-buttons {
|
2013-08-18 08:53:27 +02:00
|
|
|
display: inline-block;
|
|
|
|
padding-left: 0;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-bottom: 0;
|
2013-08-18 08:53:27 +02:00
|
|
|
list-style: none;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-social-buttons li {
|
2013-08-18 08:53:27 +02:00
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 8px;
|
2014-02-27 09:12:52 +01:00
|
|
|
line-height: 1;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-social-buttons .twitter-follow-button {
|
2013-08-18 08:53:27 +02:00
|
|
|
width: 225px !important;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-social-buttons .twitter-share-button {
|
2013-08-18 08:53:27 +02:00
|
|
|
width: 98px !important;
|
|
|
|
}
|
|
|
|
/* Style the GitHub buttons via CSS instead of inline attributes */
|
|
|
|
.github-btn {
|
|
|
|
overflow: hidden;
|
2014-02-27 09:12:52 +01:00
|
|
|
border: 0;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
|
|
|
|
2014-03-17 10:03:16 +01:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
.bs-docs .bs-docs-social {
|
|
|
|
margin-left: -8px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Homepage
|
|
|
|
*
|
|
|
|
* Tweaks to the custom homepage and the masthead (main jumbotron).
|
|
|
|
*/
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2014-03-17 10:03:16 +01:00
|
|
|
/* Masthead (headings and download button) */
|
|
|
|
.bs-docs-masthead {
|
2014-01-16 00:01:41 +01:00
|
|
|
position: relative;
|
|
|
|
padding: 30px 15px;
|
2014-01-10 03:05:04 +01:00
|
|
|
color: #cdbfe3;
|
2013-04-15 01:31:52 +02:00
|
|
|
text-align: center;
|
2014-01-12 04:35:40 +01:00
|
|
|
text-shadow: 0 1px 0 rgba(0,0,0,.1);
|
|
|
|
background-color: #6f5499;
|
2014-02-22 11:17:58 +01:00
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
|
2014-01-12 04:35:40 +01:00
|
|
|
background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
|
2014-02-22 11:17:58 +01:00
|
|
|
background-image: -o-linear-gradient(top, #563d7c 0%, #6f5499 100%);
|
2014-02-27 09:12:52 +01:00
|
|
|
background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
|
2014-03-17 10:03:16 +01:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6f5499', GradientType=0);
|
2014-02-27 09:12:52 +01:00
|
|
|
background-repeat: repeat-x;
|
2013-12-12 07:37:59 +01:00
|
|
|
}
|
2014-01-14 07:54:22 +01:00
|
|
|
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead .bs-docs-booticon {
|
2013-12-12 07:37:59 +01:00
|
|
|
margin: 0 auto 30px;
|
2013-11-06 20:00:39 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead h1 {
|
2013-12-12 07:37:59 +01:00
|
|
|
font-weight: 300;
|
2013-04-14 21:49:35 +02:00
|
|
|
line-height: 1;
|
2014-01-10 03:05:04 +01:00
|
|
|
color: #fff;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead .lead {
|
2014-01-10 03:05:04 +01:00
|
|
|
margin: 0 auto 30px;
|
2013-12-12 07:37:59 +01:00
|
|
|
font-size: 20px;
|
2014-01-10 03:05:04 +01:00
|
|
|
color: #fff;
|
2013-11-06 20:00:39 +01:00
|
|
|
}
|
2014-02-11 05:23:29 +01:00
|
|
|
.bs-docs-masthead .version {
|
|
|
|
margin-top: -15px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
color: #9783b9;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead .btn {
|
2013-11-06 20:00:39 +01:00
|
|
|
width: 100%;
|
2014-01-10 03:05:04 +01:00
|
|
|
padding: 15px 30px;
|
2013-11-06 20:00:39 +01:00
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 480px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead .btn {
|
2013-11-06 20:00:39 +01:00
|
|
|
width: auto;
|
|
|
|
}
|
2013-07-31 19:27:43 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-10-14 00:24:39 +02:00
|
|
|
@media (min-width: 768px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead {
|
2014-06-09 08:09:06 +02:00
|
|
|
padding: 80px 0;
|
2013-12-12 07:37:59 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead h1 {
|
2013-12-12 23:57:43 +01:00
|
|
|
font-size: 60px;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead .lead {
|
2013-11-17 01:50:47 +01:00
|
|
|
font-size: 24px;
|
2013-11-06 20:00:39 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead .lead {
|
2014-01-10 03:05:04 +01:00
|
|
|
width: 80%;
|
2013-08-18 08:53:27 +02:00
|
|
|
font-size: 30px;
|
|
|
|
}
|
2013-08-16 05:25:43 +02:00
|
|
|
}
|
|
|
|
|
2013-05-23 02:30:58 +02:00
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/*
|
|
|
|
* Page headers
|
|
|
|
*
|
|
|
|
* Jumbotron-esque headers at the top of every page that's not the homepage.
|
|
|
|
*/
|
2013-05-23 02:30:58 +02:00
|
|
|
|
2013-05-09 07:13:56 +02:00
|
|
|
/* Page headers */
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-header {
|
2014-03-17 10:03:16 +01:00
|
|
|
padding: 30px 0;
|
2014-01-12 09:04:24 +01:00
|
|
|
margin-bottom: 40px;
|
2013-11-23 00:45:38 +01:00
|
|
|
font-size: 20px;
|
2014-07-08 08:36:40 +02:00
|
|
|
background-color: #563d7c;
|
|
|
|
/*border-bottom: 1px solid #eee;*/
|
2013-05-09 07:29:53 +02:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-header h1 {
|
2014-01-14 07:59:09 +01:00
|
|
|
margin-top: 0;
|
2014-07-08 08:36:40 +02:00
|
|
|
color: #fff;
|
2013-05-09 07:29:53 +02:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-header p {
|
2014-01-14 07:59:09 +01:00
|
|
|
margin-bottom: 0;
|
2013-05-09 07:29:53 +02:00
|
|
|
font-weight: 300;
|
2014-01-14 07:54:22 +01:00
|
|
|
line-height: 1.4;
|
2014-07-08 08:36:40 +02:00
|
|
|
color: rgba(255,255,255,.65);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-header .container {
|
2013-07-18 08:22:28 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-10-14 00:24:39 +02:00
|
|
|
@media (min-width: 768px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-header {
|
2014-01-14 07:54:22 +01:00
|
|
|
font-size: 24px;
|
2013-08-18 08:53:27 +02:00
|
|
|
text-align: left;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-header h1 {
|
2013-08-18 08:53:27 +02:00
|
|
|
font-size: 60px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2013-07-27 04:32:05 +02:00
|
|
|
}
|
|
|
|
|
2013-10-14 00:24:39 +02:00
|
|
|
@media (min-width: 992px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-header h1,
|
|
|
|
.bs-docs-header p {
|
2013-08-18 08:53:27 +02:00
|
|
|
margin-right: 380px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Carbon ads
|
|
|
|
*
|
|
|
|
* Single display ad that shows on all pages (except homepage) in page headers.
|
|
|
|
* The hella `!important` is required for any pre-set property.
|
|
|
|
*/
|
|
|
|
|
2013-07-18 08:22:28 +02:00
|
|
|
.carbonad {
|
|
|
|
width: auto !important;
|
2014-02-27 09:12:52 +01:00
|
|
|
height: auto !important;
|
2013-07-18 08:22:28 +02:00
|
|
|
padding: 20px !important;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin: 30px -30px -31px !important;
|
2013-07-18 08:22:28 +02:00
|
|
|
overflow: hidden; /* clearfix */
|
|
|
|
font-size: 13px !important;
|
|
|
|
line-height: 16px !important;
|
|
|
|
text-align: left;
|
2014-01-14 07:54:22 +01:00
|
|
|
background: transparent !important;
|
|
|
|
border: solid #866ab3 !important;
|
2013-11-23 00:45:38 +01:00
|
|
|
border-width: 1px 0 !important;
|
2013-07-18 08:22:28 +02:00
|
|
|
}
|
|
|
|
.carbonad-img {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
.carbonad-text,
|
|
|
|
.carbonad-tag {
|
|
|
|
display: block !important;
|
2014-02-27 09:12:52 +01:00
|
|
|
float: none !important;
|
2013-07-18 08:22:28 +02:00
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
|
|
|
margin-left: 145px !important;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
|
|
|
}
|
|
|
|
.carbonad-text {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
.carbonad-tag {
|
2014-01-14 07:54:22 +01:00
|
|
|
color: inherit !important;
|
2013-07-18 08:22:28 +02:00
|
|
|
text-align: left !important;
|
|
|
|
}
|
2013-08-16 09:54:19 +02:00
|
|
|
.carbonad-text a,
|
|
|
|
.carbonad-tag a {
|
2014-01-14 07:54:22 +01:00
|
|
|
color: #fff !important;
|
2013-08-16 09:54:19 +02:00
|
|
|
}
|
2013-07-18 08:22:28 +02:00
|
|
|
.carbonad #azcarbon > img {
|
|
|
|
display: none; /* hide what I assume are tracking images */
|
|
|
|
}
|
2014-03-18 21:01:50 +01:00
|
|
|
|
|
|
|
/* In the lighter page headers */
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs-header .carbonad {
|
2014-03-18 21:01:50 +01:00
|
|
|
color: #777;
|
|
|
|
background-color: #fff !important;
|
|
|
|
border-color: #eee !important;
|
|
|
|
}
|
|
|
|
.bs-docs-header .carbonad-text a,
|
|
|
|
.bs-docs-header .carbonad-tag a {
|
|
|
|
color: #563d7c !important;
|
2014-03-17 10:03:16 +01:00
|
|
|
}
|
2013-05-09 07:13:56 +02:00
|
|
|
|
2013-11-23 00:45:38 +01:00
|
|
|
@media (min-width: 480px) {
|
|
|
|
.carbonad {
|
|
|
|
width: 330px !important;
|
2014-01-14 07:54:22 +01:00
|
|
|
margin: 20px auto !important;
|
2013-11-23 00:45:38 +01:00
|
|
|
border-width: 1px !important;
|
2014-02-27 09:12:52 +01:00
|
|
|
border-radius: 4px;
|
2013-11-23 00:45:38 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead .carbonad {
|
2013-12-27 06:49:40 +01:00
|
|
|
margin: 50px auto 0 !important;
|
2013-11-23 00:45:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-14 00:24:39 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-08-18 08:53:27 +02:00
|
|
|
.carbonad {
|
2014-01-16 01:25:04 +01:00
|
|
|
margin-right: 0 !important;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-left: 0 !important;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-14 00:24:39 +02:00
|
|
|
@media (min-width: 992px) {
|
2013-08-18 08:53:27 +02:00
|
|
|
.carbonad {
|
|
|
|
position: absolute;
|
2014-03-17 10:03:16 +01:00
|
|
|
top: 30px;
|
|
|
|
right: 60px; /* 15px instead of 0 since box-sizing */
|
2013-08-18 08:53:27 +02:00
|
|
|
width: 330px !important;
|
2014-02-27 09:12:52 +01:00
|
|
|
padding: 15px !important;
|
|
|
|
margin: 0 !important;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-masthead .carbonad {
|
2013-11-23 00:45:38 +01:00
|
|
|
position: static;
|
2013-10-02 07:11:51 +02:00
|
|
|
}
|
|
|
|
}
|
2013-11-23 00:45:38 +01:00
|
|
|
|
2013-12-12 07:37:59 +01:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Homepage featurettes
|
|
|
|
*
|
|
|
|
* Reasons to use Bootstrap, entries from the Expo, and more.
|
|
|
|
*/
|
|
|
|
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette {
|
2014-03-04 23:35:23 +01:00
|
|
|
padding-top: 40px;
|
2013-12-12 23:57:43 +01:00
|
|
|
padding-bottom: 40px;
|
2013-12-12 07:37:59 +01:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #555;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #fff;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette + .bs-docs-footer {
|
2013-12-12 07:37:59 +01:00
|
|
|
margin-top: 0;
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette-title {
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-bottom: 5px;
|
2013-12-12 23:57:43 +01:00
|
|
|
font-size: 30px;
|
2013-12-12 07:37:59 +01:00
|
|
|
font-weight: normal;
|
|
|
|
color: #333;
|
|
|
|
}
|
2013-12-12 23:57:43 +01:00
|
|
|
.half-rule {
|
|
|
|
width: 100px;
|
|
|
|
margin: 40px auto;
|
2013-12-12 07:37:59 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette h3 {
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-bottom: 5px;
|
2013-12-12 23:57:43 +01:00
|
|
|
font-weight: normal;
|
|
|
|
color: #333;
|
2013-12-12 07:37:59 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette-img {
|
2013-12-12 23:57:43 +01:00
|
|
|
display: block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
color: #333;
|
2013-12-12 07:37:59 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette-img:hover {
|
2013-12-12 23:57:43 +01:00
|
|
|
color: #428bca;
|
2014-02-27 09:12:52 +01:00
|
|
|
text-decoration: none;
|
2013-12-12 23:57:43 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette-img img {
|
2013-12-12 23:57:43 +01:00
|
|
|
display: block;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 480px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette .img-responsive {
|
2013-12-12 23:57:43 +01:00
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette {
|
2014-03-04 23:35:23 +01:00
|
|
|
padding-top: 100px;
|
2013-12-12 23:57:43 +01:00
|
|
|
padding-bottom: 100px;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette-title {
|
2013-12-12 23:57:43 +01:00
|
|
|
font-size: 40px;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette .lead {
|
2013-12-12 23:57:43 +01:00
|
|
|
max-width: 80%;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-right: auto;
|
2014-03-04 23:35:23 +01:00
|
|
|
margin-left: auto;
|
2013-12-12 23:57:43 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featurette .img-responsive {
|
2013-12-12 23:57:43 +01:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2013-10-02 07:11:51 +02:00
|
|
|
}
|
|
|
|
|
2014-07-08 04:40:15 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Featured sites
|
|
|
|
*
|
|
|
|
* Homepage thumbnails from the Expo.
|
|
|
|
*/
|
|
|
|
|
2014-06-26 11:49:21 +02:00
|
|
|
.bs-docs-featured-sites {
|
|
|
|
margin-right: -1px;
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
2014-07-08 04:40:15 +02:00
|
|
|
.bs-docs-featured-sites .col-xs-6 {
|
|
|
|
padding: 1px;
|
2014-06-26 11:49:21 +02:00
|
|
|
}
|
|
|
|
.bs-docs-featured-sites .img-responsive {
|
2014-07-08 04:40:15 +02:00
|
|
|
margin-top: 0;
|
2014-06-26 11:49:21 +02:00
|
|
|
}
|
2014-07-08 04:40:15 +02:00
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featured-sites .col-sm-3:first-child img {
|
2013-12-12 23:57:43 +01:00
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-featured-sites .col-sm-3:last-child img {
|
2013-12-12 23:57:43 +01:00
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
}
|
2014-06-26 11:49:21 +02:00
|
|
|
}
|
2013-12-12 23:57:43 +01:00
|
|
|
|
2014-07-08 04:40:15 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Examples
|
|
|
|
*
|
|
|
|
* Linked docs examples.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.bs-examples .thumbnail {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.bs-examples h4 {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.bs-examples p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2014-06-26 11:49:21 +02:00
|
|
|
@media (max-width: 480px) {
|
|
|
|
.bs-examples {
|
|
|
|
margin-right: -10px;
|
|
|
|
margin-left: -10px;
|
|
|
|
}
|
|
|
|
.bs-examples > [class^="col-"] {
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 10px;
|
2013-12-12 23:57:43 +01:00
|
|
|
}
|
2013-10-02 07:11:51 +02:00
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Side navigation
|
|
|
|
*
|
|
|
|
* Scrollspy and affixed enhanced navigation to highlight sections and secondary
|
|
|
|
* sections of docs content.
|
|
|
|
*/
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs-container {
|
|
|
|
position: relative;
|
2014-07-08 08:36:40 +02:00
|
|
|
max-width: 62rem;
|
|
|
|
padding: 1rem;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
2013-05-09 07:42:42 +02:00
|
|
|
}
|
2013-12-12 07:37:59 +01:00
|
|
|
@media (min-width: 768px) {
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs-container {
|
2014-07-08 08:36:40 +02:00
|
|
|
padding: 2rem;
|
2014-03-17 10:03:16 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.bs-docs-container {
|
2014-07-08 08:36:40 +02:00
|
|
|
padding: 2rem 4rem;
|
2013-12-12 07:37:59 +01:00
|
|
|
}
|
|
|
|
}
|
2013-05-09 07:42:42 +02:00
|
|
|
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs-sidebar {
|
2014-03-18 21:01:50 +01:00
|
|
|
margin-bottom: 0;
|
2014-03-17 10:03:16 +01:00
|
|
|
background-color: #322f38;
|
2013-03-28 08:21:21 +01:00
|
|
|
}
|
2013-05-09 07:42:42 +02:00
|
|
|
|
2014-03-18 21:01:50 +01:00
|
|
|
.bs-docs-sidebar .navbar-toggle {
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 0;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
.bs-docs-sidebar .navbar-toggle .icon-bar {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bs-docs-sidebar .navbar-header {
|
|
|
|
float: none;
|
|
|
|
margin-right: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bs-docs-sidebar .navbar-collapse {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.bs-docs {
|
|
|
|
padding-left: 240px;
|
|
|
|
}
|
|
|
|
.bs-docs-sidebar {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 240px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#29262f), to(#322f38));
|
|
|
|
background-image: -webkit-linear-gradient(top, #29262f 0%, #322f38 100%);
|
|
|
|
background-image: -o-linear-gradient(top, #29262f 0%, #322f38 100%);
|
|
|
|
background-image: linear-gradient(to bottom, #29262f 0%, #322f38 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29262f', endColorstr='#322f38', GradientType=0);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
}
|
|
|
|
.bs-docs-sidebar .navbar-brand {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bs-docs-sidebar .navbar-brand {
|
2013-03-30 07:33:08 +01:00
|
|
|
display: block;
|
2014-03-18 21:01:50 +01:00
|
|
|
float: none;
|
|
|
|
height: auto;
|
2014-03-17 10:03:16 +01:00
|
|
|
padding: 20px;
|
|
|
|
font-size: 20px;
|
2013-12-12 07:37:59 +01:00
|
|
|
font-weight: 500;
|
2014-03-17 10:03:16 +01:00
|
|
|
line-height: 1;
|
|
|
|
color: #fff;
|
2013-03-28 09:08:14 +01:00
|
|
|
}
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs-sidebar-brand:hover,
|
|
|
|
.bs-docs-sidebar-brand:focus {
|
|
|
|
color: #fff;
|
2013-03-30 07:33:08 +01:00
|
|
|
text-decoration: none;
|
2013-03-28 08:21:21 +01:00
|
|
|
}
|
|
|
|
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs-sidenav {
|
|
|
|
display: none;
|
2013-03-30 07:33:08 +01:00
|
|
|
}
|
2014-07-08 08:36:40 +02:00
|
|
|
.bs-docs-toc-item {
|
2014-07-09 01:39:46 +02:00
|
|
|
margin-right: -.75rem;
|
|
|
|
margin-left: -.75rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
}
|
2014-03-17 10:03:16 +01:00
|
|
|
|
|
|
|
.bs-docs-toc-link {
|
|
|
|
display: block;
|
|
|
|
padding: 4px 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #706e74;
|
2013-12-12 07:37:59 +01:00
|
|
|
}
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs-toc-link:hover,
|
|
|
|
.bs-docs-toc-link:focus {
|
2014-03-18 21:01:50 +01:00
|
|
|
color: #ffe484;
|
2014-03-17 10:03:16 +01:00
|
|
|
text-decoration: none;
|
2013-12-12 07:37:59 +01:00
|
|
|
}
|
2014-03-17 10:03:16 +01:00
|
|
|
.active > .bs-docs-toc-link {
|
2014-02-27 09:12:52 +01:00
|
|
|
font-weight: 500;
|
2014-03-18 21:01:50 +01:00
|
|
|
color: #ffe484;
|
2014-03-17 10:03:16 +01:00
|
|
|
}
|
|
|
|
.active > .bs-docs-sidenav {
|
|
|
|
display: block;
|
2013-03-30 07:33:08 +01:00
|
|
|
}
|
|
|
|
|
2014-03-17 10:03:16 +01:00
|
|
|
.bs-docs-toc-item.active {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
2014-02-05 22:46:24 +01:00
|
|
|
}
|
2014-07-08 08:36:40 +02:00
|
|
|
.bs-docs-toc-item:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2014-03-18 21:01:50 +01:00
|
|
|
.bs-docs-toc-item:last-child {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
2014-03-17 10:03:16 +01:00
|
|
|
|
|
|
|
/* All levels of nav */
|
2014-03-18 21:01:50 +01:00
|
|
|
.bs-docs-sidebar .nav > li > a {
|
2014-03-17 10:03:16 +01:00
|
|
|
display: block;
|
|
|
|
padding: 4px 20px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #99979c;
|
|
|
|
}
|
2014-03-18 21:01:50 +01:00
|
|
|
.bs-docs-sidebar .nav > li > a:hover,
|
|
|
|
.bs-docs-sidebar .nav > li > a:focus {
|
|
|
|
color: #ffe484;
|
2014-02-27 09:12:52 +01:00
|
|
|
text-decoration: none;
|
2014-03-17 10:03:16 +01:00
|
|
|
background-color: transparent;
|
2014-02-05 22:46:24 +01:00
|
|
|
}
|
2014-03-18 21:01:50 +01:00
|
|
|
.bs-docs-sidebar .nav > .active > a,
|
|
|
|
.bs-docs-sidebar .nav > .active:hover > a,
|
|
|
|
.bs-docs-sidebar .nav > .active:focus > a {
|
2014-03-17 10:03:16 +01:00
|
|
|
font-weight: 500;
|
2014-03-18 21:01:50 +01:00
|
|
|
color: #ffe484;
|
2014-03-17 10:03:16 +01:00
|
|
|
background-color: transparent;
|
2014-02-05 22:46:24 +01:00
|
|
|
}
|
|
|
|
|
2014-03-17 10:03:16 +01:00
|
|
|
/* Nav: second level (shown on .active) */
|
2014-03-18 21:01:50 +01:00
|
|
|
.bs-docs-sidebar .nav .nav {
|
2013-07-29 21:28:54 +02:00
|
|
|
display: none; /* Hide by default, but at >768px, show it */
|
2013-12-12 07:37:59 +01:00
|
|
|
padding-bottom: 10px;
|
2013-03-30 07:33:08 +01:00
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-sidebar .nav .nav > li > a {
|
2014-03-04 23:35:23 +01:00
|
|
|
padding-top: 1px;
|
2014-02-05 22:46:24 +01:00
|
|
|
padding-bottom: 1px;
|
2013-05-10 19:29:54 +02:00
|
|
|
padding-left: 30px;
|
2013-12-18 18:42:13 +01:00
|
|
|
font-size: 12px;
|
2013-12-12 07:37:59 +01:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-docs-sidebar .nav .nav > .active > a,
|
|
|
|
.bs-docs-sidebar .nav .nav > .active:hover > a,
|
|
|
|
.bs-docs-sidebar .nav .nav > .active:focus > a {
|
2014-02-27 09:12:52 +01:00
|
|
|
font-weight: 500;
|
2013-03-30 07:33:08 +01:00
|
|
|
}
|
|
|
|
|
2014-02-05 22:46:24 +01:00
|
|
|
/* Back to top (hidden on mobile) */
|
2014-05-23 03:38:43 +02:00
|
|
|
.back-to-top,
|
|
|
|
.bs-docs-theme-toggle {
|
2014-03-17 10:03:16 +01:00
|
|
|
display: none;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
2014-05-23 03:38:43 +02:00
|
|
|
.back-to-top:hover,
|
|
|
|
.bs-docs-theme-toggle:hover {
|
2014-02-05 22:46:24 +01:00
|
|
|
color: #563d7c;
|
2014-02-27 09:12:52 +01:00
|
|
|
text-decoration: none;
|
2014-02-05 22:46:24 +01:00
|
|
|
}
|
2014-03-18 21:01:50 +01:00
|
|
|
.bs-docs-sidebar .nav > .active > .nav {
|
2014-03-17 10:03:16 +01:00
|
|
|
display: block;
|
|
|
|
}
|
2014-03-18 21:01:50 +01:00
|
|
|
.bs-docs-sidebar .nav .nav > li > a {
|
2014-03-17 10:03:16 +01:00
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: 30px;
|
|
|
|
font-size: 13px;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Docs sections
|
|
|
|
*
|
|
|
|
* Content blocks for each component or feature.
|
|
|
|
*/
|
|
|
|
|
2013-08-19 07:19:56 +02:00
|
|
|
/* Space things out */
|
2014-01-12 08:15:37 +01:00
|
|
|
.bs-docs-section {
|
|
|
|
margin-bottom: 60px;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
2014-01-18 20:33:50 +01:00
|
|
|
.bs-docs-section:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-08-19 08:51:09 +02:00
|
|
|
h1[id] {
|
2014-01-12 08:15:37 +01:00
|
|
|
padding-top: 20px;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-top: 0;
|
2013-08-19 07:19:56 +02:00
|
|
|
}
|
|
|
|
|
2013-03-28 11:06:00 +01:00
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/*
|
|
|
|
* Callouts
|
|
|
|
*
|
|
|
|
* Not quite alerts, but custom and helpful notes for folks reading the docs.
|
|
|
|
* Requires a base and modifier class.
|
|
|
|
*/
|
2013-05-09 07:50:41 +02:00
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Common styles for all types */
|
2013-05-09 07:58:54 +02:00
|
|
|
.bs-callout {
|
2013-09-09 03:37:39 +02:00
|
|
|
padding: 20px;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin: 20px 0;
|
2014-05-23 06:34:24 +02:00
|
|
|
border: 1px solid #eee;
|
|
|
|
border-left-width: 5px;
|
|
|
|
border-radius: 3px;
|
2013-05-09 07:50:41 +02:00
|
|
|
}
|
2013-05-09 07:58:54 +02:00
|
|
|
.bs-callout h4 {
|
2013-05-09 07:50:41 +02:00
|
|
|
margin-top: 0;
|
2013-09-09 03:37:39 +02:00
|
|
|
margin-bottom: 5px;
|
2013-05-09 07:50:41 +02:00
|
|
|
}
|
2013-05-09 07:58:54 +02:00
|
|
|
.bs-callout p:last-child {
|
2013-05-09 07:50:41 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-12-18 22:52:39 +01:00
|
|
|
.bs-callout code {
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2013-05-09 07:50:41 +02:00
|
|
|
|
2014-05-23 06:12:13 +02:00
|
|
|
/* Tighten up space between multiple callouts */
|
|
|
|
.bs-callout + .bs-callout {
|
2014-05-23 06:34:24 +02:00
|
|
|
margin-top: -5px;
|
2014-05-23 06:12:13 +02:00
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Variations */
|
2013-06-25 23:12:36 +02:00
|
|
|
.bs-callout-danger {
|
2014-05-23 06:34:24 +02:00
|
|
|
border-left-color: #d9534f;
|
2013-09-09 03:37:39 +02:00
|
|
|
}
|
|
|
|
.bs-callout-danger h4 {
|
2013-12-18 22:52:39 +01:00
|
|
|
color: #d9534f;
|
2013-06-25 23:12:36 +02:00
|
|
|
}
|
|
|
|
.bs-callout-warning {
|
2014-05-23 06:34:24 +02:00
|
|
|
border-left-color: #f0ad4e;
|
2013-09-09 03:37:39 +02:00
|
|
|
}
|
|
|
|
.bs-callout-warning h4 {
|
2013-12-18 22:52:39 +01:00
|
|
|
color: #f0ad4e;
|
2013-06-25 23:12:36 +02:00
|
|
|
}
|
|
|
|
.bs-callout-info {
|
2014-05-23 06:34:24 +02:00
|
|
|
border-left-color: #5bc0de;
|
2013-09-09 03:37:39 +02:00
|
|
|
}
|
|
|
|
.bs-callout-info h4 {
|
2013-12-18 22:52:39 +01:00
|
|
|
color: #5bc0de;
|
2013-09-09 03:37:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-12-14 23:18:43 +01:00
|
|
|
/*
|
|
|
|
* Color swatches
|
|
|
|
*
|
|
|
|
* Color swatches and associated values for our grayscale and brand colors.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.color-swatches {
|
|
|
|
margin: 0 -5px;
|
|
|
|
overflow: hidden; /* clearfix */
|
|
|
|
}
|
|
|
|
.color-swatch {
|
|
|
|
float: left;
|
2014-03-04 23:35:23 +01:00
|
|
|
width: 60px;
|
2014-01-12 04:42:10 +01:00
|
|
|
height: 60px;
|
2013-12-14 23:18:43 +01:00
|
|
|
margin: 0 5px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2013-12-27 23:04:44 +01:00
|
|
|
|
2014-01-12 04:42:10 +01:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
.color-swatch {
|
2014-03-04 23:35:23 +01:00
|
|
|
width: 100px;
|
2014-01-12 04:42:10 +01:00
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-27 23:04:44 +01:00
|
|
|
/* Framework colors */
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .gray-darker {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #222;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .gray-dark {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #333;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .gray {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #555;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .gray-light {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #999;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .gray-lighter {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
.color-swatches .brand-primary {
|
|
|
|
background-color: #428bca;
|
|
|
|
}
|
|
|
|
.color-swatches .brand-success {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
}
|
|
|
|
.color-swatches .brand-warning {
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .brand-danger {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #d9534f;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .brand-info {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #5bc0de;
|
|
|
|
}
|
2013-12-14 23:18:43 +01:00
|
|
|
|
2013-12-27 23:04:44 +01:00
|
|
|
/* Docs colors */
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .bs-purple {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #563d7c;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .bs-purple-light {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #c7bfd3;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .bs-purple-lighter {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #e5e1ea;
|
|
|
|
}
|
2014-03-04 23:35:23 +01:00
|
|
|
.color-swatches .bs-gray {
|
2014-02-27 09:12:52 +01:00
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
2013-12-27 23:04:44 +01:00
|
|
|
|
2013-12-14 23:18:43 +01:00
|
|
|
|
2013-09-09 03:37:39 +02:00
|
|
|
/*
|
|
|
|
* Team members
|
|
|
|
*
|
|
|
|
* Avatars, names, and usernames for core team.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.bs-team .team-member {
|
|
|
|
line-height: 32px;
|
2014-02-27 09:12:52 +01:00
|
|
|
color: #555;
|
2013-09-09 03:37:39 +02:00
|
|
|
}
|
|
|
|
.bs-team .team-member:hover {
|
|
|
|
color: #333;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-10-14 20:30:06 +02:00
|
|
|
.bs-team .github-btn {
|
2013-09-09 03:37:39 +02:00
|
|
|
float: right;
|
2013-12-21 19:08:04 +01:00
|
|
|
width: 180px;
|
2013-10-14 20:30:06 +02:00
|
|
|
height: 20px;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-top: 6px;
|
2013-09-09 03:37:39 +02:00
|
|
|
}
|
|
|
|
.bs-team img {
|
|
|
|
float: left;
|
|
|
|
width: 32px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border-radius: 4px;
|
2013-06-25 23:12:36 +02:00
|
|
|
}
|
|
|
|
|
2013-05-09 07:50:41 +02:00
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/*
|
|
|
|
* Grid examples
|
|
|
|
*
|
|
|
|
* Highlight the grid columns within the docs so folks can see their padding,
|
|
|
|
* alignment, sizing, etc.
|
|
|
|
*/
|
2013-05-09 07:13:56 +02:00
|
|
|
|
|
|
|
.show-grid {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2013-06-04 06:58:58 +02:00
|
|
|
.show-grid [class^="col-"] {
|
2013-05-09 07:13:56 +02:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
background-color: #eee;
|
2013-07-26 09:04:15 +02:00
|
|
|
background-color: rgba(86,61,124,.15);
|
2013-12-10 15:11:08 +01:00
|
|
|
border: 1px solid #ddd;
|
2013-07-26 09:04:15 +02:00
|
|
|
border: 1px solid rgba(86,61,124,.2);
|
2013-05-09 07:13:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/*
|
|
|
|
* Examples
|
|
|
|
*
|
|
|
|
* Isolated sections of example content for each component or feature. Usually
|
|
|
|
* followed by a code snippet.
|
|
|
|
*/
|
2013-05-09 07:13:56 +02:00
|
|
|
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example {
|
2013-02-12 21:16:32 +01:00
|
|
|
position: relative;
|
2014-07-08 10:02:59 +02:00
|
|
|
padding-top: 3rem;
|
2014-07-08 08:36:40 +02:00
|
|
|
margin-top: 1rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
/* Echo out a label for the example */
|
2014-07-08 08:36:40 +02:00
|
|
|
.bs-example:before {
|
2014-07-08 10:02:59 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
2014-07-08 08:36:40 +02:00
|
|
|
display: inline-block;
|
|
|
|
padding: .5rem .75rem;
|
|
|
|
font-size: .8rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
font-weight: bold;
|
2014-07-08 08:36:40 +02:00
|
|
|
color: #fff;
|
2013-07-20 02:09:39 +02:00
|
|
|
text-transform: uppercase;
|
2014-07-08 08:36:40 +02:00
|
|
|
letter-spacing: .1rem;
|
2014-02-27 09:12:52 +01:00
|
|
|
content: "Example";
|
2014-07-08 08:36:40 +02:00
|
|
|
background-color: #818a91;
|
|
|
|
border-radius: .2rem;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Tweak display of the code snippets when following an example */
|
2014-07-08 08:36:40 +02:00
|
|
|
.bs-example + .highlight:before {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-color: transparent;
|
|
|
|
border-style: solid;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
|
2013-09-06 18:22:19 +02:00
|
|
|
/* Undo width of container */
|
|
|
|
.bs-example .container {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
/* Tweak content of examples for optimum awesome */
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example > p:last-child,
|
|
|
|
.bs-example > ul:last-child,
|
|
|
|
.bs-example > ol:last-child,
|
|
|
|
.bs-example > blockquote:last-child,
|
2013-08-15 20:13:57 +02:00
|
|
|
.bs-example > .form-control:last-child,
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example > .table:last-child,
|
2013-08-16 21:43:54 +02:00
|
|
|
.bs-example > .navbar:last-child,
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example > .jumbotron:last-child,
|
|
|
|
.bs-example > .alert:last-child,
|
|
|
|
.bs-example > .panel:last-child,
|
|
|
|
.bs-example > .list-group:last-child,
|
2013-08-15 22:06:01 +02:00
|
|
|
.bs-example > .well:last-child,
|
2013-08-19 09:45:20 +02:00
|
|
|
.bs-example > .progress:last-child,
|
|
|
|
.bs-example > .table-responsive:last-child > .table {
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-06-28 08:26:04 +02:00
|
|
|
.bs-example > p > .close {
|
2013-05-15 19:01:09 +02:00
|
|
|
float: none;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-02-24 10:29:19 +01:00
|
|
|
/* Typography */
|
2013-12-15 06:25:57 +01:00
|
|
|
.bs-example-type .table .type-info {
|
2013-02-24 10:29:19 +01:00
|
|
|
color: #999;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2013-08-13 01:40:42 +02:00
|
|
|
.bs-example-type .table td {
|
2013-02-24 10:29:19 +01:00
|
|
|
padding: 15px 0;
|
|
|
|
border-color: #eee;
|
|
|
|
}
|
2013-08-13 01:40:42 +02:00
|
|
|
.bs-example-type .table tr:first-child td {
|
2013-02-24 10:29:19 +01:00
|
|
|
border-top: 0;
|
|
|
|
}
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example-type h1,
|
|
|
|
.bs-example-type h2,
|
|
|
|
.bs-example-type h3,
|
|
|
|
.bs-example-type h4,
|
|
|
|
.bs-example-type h5,
|
|
|
|
.bs-example-type h6 {
|
2013-02-24 10:29:19 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2013-12-15 06:40:16 +01:00
|
|
|
/* Contextual background colors */
|
|
|
|
.bs-example-bg-classes p {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
2013-08-15 22:40:21 +02:00
|
|
|
/* Images */
|
|
|
|
.bs-example > .img-circle,
|
|
|
|
.bs-example > .img-rounded,
|
|
|
|
.bs-example > .img-thumbnail {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2013-09-09 05:03:52 +02:00
|
|
|
/* Tables */
|
|
|
|
.bs-example > .table-responsive > .table {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2013-08-15 00:39:21 +02:00
|
|
|
/* Buttons */
|
2013-08-15 22:24:48 +02:00
|
|
|
.bs-example > .btn,
|
|
|
|
.bs-example > .btn-group {
|
2013-08-15 00:39:21 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2013-08-15 22:24:48 +02:00
|
|
|
.bs-example > .btn-toolbar + .btn-toolbar {
|
|
|
|
margin-top: 10px;
|
2013-05-14 14:33:49 +02:00
|
|
|
}
|
2013-08-15 00:39:21 +02:00
|
|
|
|
2013-05-15 08:21:30 +02:00
|
|
|
/* Forms */
|
2013-07-19 04:53:32 +02:00
|
|
|
.bs-example-control-sizing select,
|
2013-05-15 08:21:30 +02:00
|
|
|
.bs-example-control-sizing input[type="text"] + input[type="text"] {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2013-06-15 20:37:59 +02:00
|
|
|
.bs-example-form .input-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2013-08-15 23:57:55 +02:00
|
|
|
.bs-example > textarea.form-control {
|
|
|
|
resize: vertical;
|
|
|
|
}
|
2013-05-15 08:21:30 +02:00
|
|
|
|
2013-03-31 00:07:50 +01:00
|
|
|
/* List groups */
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example > .list-group {
|
2013-03-31 00:07:50 +01:00
|
|
|
max-width: 400px;
|
|
|
|
}
|
2013-02-24 10:29:19 +01:00
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Navbars */
|
2013-07-27 07:09:05 +02:00
|
|
|
.bs-example .navbar:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.bs-navbar-top-example,
|
|
|
|
.bs-navbar-bottom-example {
|
|
|
|
z-index: 1;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden; /* cut the drop shadows off */
|
|
|
|
}
|
2013-08-16 09:54:19 +02:00
|
|
|
.bs-navbar-top-example .navbar-header,
|
|
|
|
.bs-navbar-bottom-example .navbar-header {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
.bs-navbar-top-example .navbar-fixed-top,
|
|
|
|
.bs-navbar-bottom-example .navbar-fixed-bottom {
|
2013-04-28 23:27:48 +02:00
|
|
|
position: relative;
|
2013-02-12 21:16:32 +01:00
|
|
|
margin-right: 0;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-left: 0;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.bs-navbar-top-example {
|
2013-08-15 22:48:47 +02:00
|
|
|
padding-bottom: 45px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.bs-navbar-top-example:after {
|
|
|
|
top: auto;
|
2013-07-27 07:09:05 +02:00
|
|
|
bottom: 15px;
|
2013-08-15 22:52:46 +02:00
|
|
|
}
|
2013-04-28 23:27:48 +02:00
|
|
|
.bs-navbar-top-example .navbar-fixed-top {
|
|
|
|
top: -1px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.bs-navbar-bottom-example {
|
2013-08-15 22:48:47 +02:00
|
|
|
padding-top: 45px;
|
|
|
|
}
|
2013-04-28 23:27:48 +02:00
|
|
|
.bs-navbar-bottom-example .navbar-fixed-bottom {
|
|
|
|
bottom: -1px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.bs-navbar-bottom-example .navbar {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-08-15 22:52:46 +02:00
|
|
|
@media (min-width: 768px) {
|
2013-08-18 08:53:27 +02:00
|
|
|
.bs-navbar-top-example .navbar-fixed-top,
|
|
|
|
.bs-navbar-bottom-example .navbar-fixed-bottom {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2013-08-15 22:52:46 +02:00
|
|
|
}
|
|
|
|
|
2013-08-16 22:30:33 +02:00
|
|
|
/* Pagination */
|
|
|
|
.bs-example .pagination {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2013-08-19 09:36:45 +02:00
|
|
|
/* Pager */
|
|
|
|
.bs-example > .pager {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
/* Example modals */
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example-modal {
|
2013-02-12 21:16:32 +01:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example-modal .modal {
|
2013-02-12 21:16:32 +01:00
|
|
|
position: relative;
|
|
|
|
top: auto;
|
|
|
|
right: auto;
|
|
|
|
bottom: auto;
|
2014-02-27 09:12:52 +01:00
|
|
|
left: auto;
|
2013-02-12 21:16:32 +01:00
|
|
|
z-index: 1;
|
|
|
|
display: block;
|
|
|
|
}
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example-modal .modal-dialog {
|
2013-02-12 21:16:32 +01:00
|
|
|
left: auto;
|
|
|
|
margin-right: auto;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-left: auto;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
|
2013-02-17 22:35:14 +01:00
|
|
|
/* Example dropdowns */
|
2014-06-10 06:00:27 +02:00
|
|
|
.bs-example > .dropdown > .dropdown-toggle {
|
|
|
|
float: left;
|
|
|
|
}
|
2013-08-15 22:06:25 +02:00
|
|
|
.bs-example > .dropdown > .dropdown-menu {
|
2013-02-17 22:35:14 +01:00
|
|
|
position: static;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 5px;
|
2014-06-10 06:00:27 +02:00
|
|
|
clear: left;
|
2013-02-17 22:35:14 +01:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-02-18 05:18:29 +01:00
|
|
|
/* Example tabbable tabs */
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example-tabs .nav-tabs {
|
2013-02-18 05:18:29 +01:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2013-03-31 15:59:02 +02:00
|
|
|
/* Tooltips */
|
2013-05-09 07:57:42 +02:00
|
|
|
.bs-example-tooltips {
|
2013-03-31 15:59:02 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
2013-08-15 22:24:48 +02:00
|
|
|
.bs-example-tooltips > .btn {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2013-03-31 15:59:02 +02:00
|
|
|
|
|
|
|
/* Popovers */
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example-popover {
|
2013-03-31 15:59:02 +02:00
|
|
|
padding-bottom: 24px;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
2013-05-09 07:56:29 +02:00
|
|
|
.bs-example-popover .popover {
|
2013-03-31 15:59:02 +02:00
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 260px;
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Scrollspy demo on fixed height div */
|
|
|
|
.scrollspy-example {
|
|
|
|
position: relative;
|
|
|
|
height: 200px;
|
|
|
|
margin-top: 10px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Code snippets
|
|
|
|
*
|
|
|
|
* Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.highlight {
|
2014-07-08 08:36:40 +02:00
|
|
|
padding: 1.5rem;
|
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: 1rem;
|
2013-08-18 08:53:27 +02:00
|
|
|
background-color: #f7f7f9;
|
|
|
|
}
|
|
|
|
.highlight pre {
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.highlight pre code {
|
|
|
|
font-size: inherit;
|
|
|
|
color: #333; /* Effectively the base text color */
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Responsive tests
|
|
|
|
*
|
|
|
|
* Generate a set of tests to show the responsive utilities in action.
|
|
|
|
*/
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-07-27 06:28:44 +02:00
|
|
|
/* Responsive (scrollable) doc tables */
|
2013-08-19 06:43:05 +02:00
|
|
|
.table-responsive .highlight pre {
|
2013-08-15 00:26:01 +02:00
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Utility classes table */
|
2013-06-08 23:04:16 +02:00
|
|
|
.bs-table th small,
|
2013-02-12 21:16:32 +01:00
|
|
|
.responsive-utilities th small {
|
|
|
|
display: block;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.responsive-utilities tbody th {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.responsive-utilities td {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.responsive-utilities td.is-visible {
|
|
|
|
color: #468847;
|
|
|
|
background-color: #dff0d8 !important;
|
|
|
|
}
|
|
|
|
.responsive-utilities td.is-hidden {
|
|
|
|
color: #ccc;
|
|
|
|
background-color: #f9f9f9 !important;
|
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Responsive tests */
|
2013-02-12 21:16:32 +01:00
|
|
|
.responsive-utilities-test {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
Media query (grid and responsive utilities) overhaul
Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:
* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up
Alongside that, we've updated our media queries to better handle
advanced grid layouts:
* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)
We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).
Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:
* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range
-----
Fixes the following:
* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-12 09:28:50 +02:00
|
|
|
.responsive-utilities-test .col-xs-6 {
|
|
|
|
margin-bottom: 10px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
.responsive-utilities-test span {
|
2013-10-31 10:32:23 +01:00
|
|
|
display: block;
|
2013-05-17 04:13:58 +02:00
|
|
|
padding: 15px 10px;
|
2013-05-17 05:07:41 +02:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.1;
|
|
|
|
text-align: center;
|
2013-05-17 04:13:58 +02:00
|
|
|
border-radius: 4px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-15 08:52:57 +02:00
|
|
|
.visible-on .col-xs-6 .hidden-xs,
|
|
|
|
.visible-on .col-xs-6 .hidden-sm,
|
|
|
|
.visible-on .col-xs-6 .hidden-md,
|
|
|
|
.visible-on .col-xs-6 .hidden-lg,
|
2013-10-07 22:00:46 +02:00
|
|
|
.hidden-on .col-xs-6 .hidden-xs,
|
|
|
|
.hidden-on .col-xs-6 .hidden-sm,
|
|
|
|
.hidden-on .col-xs-6 .hidden-md,
|
|
|
|
.hidden-on .col-xs-6 .hidden-lg {
|
2013-05-17 05:07:41 +02:00
|
|
|
color: #999;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
}
|
2014-02-13 20:48:23 +01:00
|
|
|
.visible-on .col-xs-6 .visible-xs-block,
|
|
|
|
.visible-on .col-xs-6 .visible-sm-block,
|
|
|
|
.visible-on .col-xs-6 .visible-md-block,
|
|
|
|
.visible-on .col-xs-6 .visible-lg-block,
|
|
|
|
.hidden-on .col-xs-6 .visible-xs-block,
|
|
|
|
.hidden-on .col-xs-6 .visible-sm-block,
|
|
|
|
.hidden-on .col-xs-6 .visible-md-block,
|
|
|
|
.hidden-on .col-xs-6 .visible-lg-block {
|
2013-02-12 21:16:32 +01:00
|
|
|
color: #468847;
|
|
|
|
background-color: #dff0d8;
|
|
|
|
border: 1px solid #d6e9c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-19 04:04:30 +02:00
|
|
|
/*
|
|
|
|
* Glyphicons
|
|
|
|
*
|
|
|
|
* Special styles for displaying the icons and their classes in the docs.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.bs-glyphicons {
|
2014-03-07 08:18:13 +01:00
|
|
|
margin: 0 -10px 20px;
|
2013-12-08 01:28:29 +01:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.bs-glyphicons-list {
|
2013-08-19 04:04:30 +02:00
|
|
|
padding-left: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.bs-glyphicons li {
|
|
|
|
float: left;
|
|
|
|
width: 25%;
|
|
|
|
height: 115px;
|
|
|
|
padding: 10px;
|
2013-12-08 01:28:29 +01:00
|
|
|
font-size: 10px;
|
2013-08-19 04:04:30 +02:00
|
|
|
line-height: 1.4;
|
|
|
|
text-align: center;
|
2013-11-06 20:00:39 +01:00
|
|
|
background-color: #f9f9f9;
|
2014-02-27 09:12:52 +01:00
|
|
|
border: 1px solid #fff;
|
2013-08-19 04:04:30 +02:00
|
|
|
}
|
|
|
|
.bs-glyphicons .glyphicon {
|
2013-10-16 19:43:56 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 10px;
|
2013-08-19 04:04:30 +02:00
|
|
|
font-size: 24px;
|
|
|
|
}
|
2013-10-16 19:43:56 +02:00
|
|
|
.bs-glyphicons .glyphicon-class {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2013-12-02 05:27:09 +01:00
|
|
|
word-wrap: break-word; /* Help out IE10+ with class names */
|
2013-10-16 19:43:56 +02:00
|
|
|
}
|
2013-08-19 04:04:30 +02:00
|
|
|
.bs-glyphicons li:hover {
|
2013-11-06 20:00:39 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #563d7c;
|
2013-08-19 04:04:30 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
2013-12-08 01:28:29 +01:00
|
|
|
.bs-glyphicons {
|
|
|
|
margin-right: 0;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-left: 0;
|
2013-12-08 01:28:29 +01:00
|
|
|
}
|
2013-08-19 04:04:30 +02:00
|
|
|
.bs-glyphicons li {
|
|
|
|
width: 12.5%;
|
2013-12-08 01:28:29 +01:00
|
|
|
font-size: 12px;
|
2013-08-19 04:04:30 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/*
|
|
|
|
* Customizer
|
|
|
|
*
|
|
|
|
* Since this is so form control heavy, we have quite a few styles to customize
|
|
|
|
* the display of inputs, headings, and more. Also included are all the download
|
|
|
|
* buttons and actions.
|
|
|
|
*/
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
.bs-customizer .toggle {
|
|
|
|
float: right;
|
2014-01-16 01:19:00 +01:00
|
|
|
margin-top: 25px;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Headings and form contrls */
|
|
|
|
.bs-customizer label {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-weight: 500;
|
2013-09-12 06:14:10 +02:00
|
|
|
color: #555;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 08:53:27 +02:00
|
|
|
.bs-customizer h2 {
|
2014-02-27 09:12:52 +01:00
|
|
|
padding-top: 30px;
|
2013-08-18 08:53:27 +02:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-09-12 06:14:10 +02:00
|
|
|
.bs-customizer h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.bs-customizer h4 {
|
2013-08-18 08:53:27 +02:00
|
|
|
margin-top: 15px;
|
2013-09-12 06:14:10 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.bs-customizer .bs-callout h4 {
|
|
|
|
margin-top: 0; /* lame, but due to specificity we have to duplicate */
|
2013-09-20 19:43:47 +02:00
|
|
|
margin-bottom: 5px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 08:53:27 +02:00
|
|
|
.bs-customizer input[type="text"] {
|
|
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
|
background-color: #fafafa;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 08:53:27 +02:00
|
|
|
.bs-customizer .help-block {
|
2013-09-12 06:14:10 +02:00
|
|
|
margin-bottom: 5px;
|
2014-02-27 09:12:52 +01:00
|
|
|
font-size: 12px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* For the variables, use regular weight */
|
|
|
|
#less-section label {
|
|
|
|
font-weight: normal;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 08:53:27 +02:00
|
|
|
|
2013-10-18 04:52:16 +02:00
|
|
|
.bs-customizer-input {
|
|
|
|
float: left;
|
|
|
|
width: 33.333333%;
|
|
|
|
padding-right: 15px;
|
2014-02-27 09:12:52 +01:00
|
|
|
padding-left: 15px;
|
2013-10-18 04:52:16 +02:00
|
|
|
}
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/* Downloads */
|
2013-08-19 06:04:46 +02:00
|
|
|
.bs-customize-download .btn-outline {
|
|
|
|
padding: 20px;
|
2013-04-14 21:49:35 +02:00
|
|
|
}
|
2013-08-18 08:53:27 +02:00
|
|
|
|
|
|
|
/* Error handling */
|
|
|
|
.bs-customizer-alert {
|
|
|
|
position: fixed;
|
2014-02-04 09:18:34 +01:00
|
|
|
top: 0;
|
2013-08-18 08:53:27 +02:00
|
|
|
right: 0;
|
2014-02-27 09:12:52 +01:00
|
|
|
left: 0;
|
2013-08-18 08:53:27 +02:00
|
|
|
z-index: 1030;
|
|
|
|
padding: 15px 0;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #d9534f;
|
|
|
|
border-bottom: 1px solid #b94441;
|
2014-02-22 11:17:58 +01:00
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 08:53:27 +02:00
|
|
|
.bs-customizer-alert .close {
|
2013-08-19 08:36:36 +02:00
|
|
|
margin-top: -4px;
|
|
|
|
font-size: 24px;
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|
2013-08-18 08:53:27 +02:00
|
|
|
.bs-customizer-alert p {
|
|
|
|
margin-bottom: 0;
|
2013-08-13 00:23:37 +02:00
|
|
|
}
|
2013-08-19 08:36:36 +02:00
|
|
|
.bs-customizer-alert .glyphicon {
|
2013-08-19 09:54:53 +02:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.bs-customizer-alert pre {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #a83c3a;
|
|
|
|
border-color: #973634;
|
2014-02-22 11:17:58 +01:00
|
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
|
|
|
|
box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
|
2013-08-19 08:36:36 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
|
|
|
|
2013-08-18 08:53:27 +02:00
|
|
|
/*
|
2013-12-27 23:04:44 +01:00
|
|
|
* Brand guidelines
|
2013-08-18 08:53:27 +02:00
|
|
|
*
|
2013-12-27 23:04:44 +01:00
|
|
|
* Extra styles for displaying wordmarks, logos, etc.
|
2013-08-18 08:53:27 +02:00
|
|
|
*/
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2013-12-27 23:04:44 +01:00
|
|
|
/* Logo series wrapper */
|
|
|
|
.bs-brand-logos {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
overflow: hidden;
|
|
|
|
color: #563d7c;
|
|
|
|
background-color: #f9f9f9;
|
2013-11-06 20:00:39 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2013-12-27 23:04:44 +01:00
|
|
|
|
|
|
|
/* Individual items */
|
|
|
|
.bs-brand-item {
|
|
|
|
padding: 60px 0;
|
2013-11-06 20:00:39 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
2013-12-27 23:04:44 +01:00
|
|
|
.bs-brand-item + .bs-brand-item {
|
2014-01-12 04:42:10 +01:00
|
|
|
border-top: 1px solid #fff;
|
2013-12-27 23:04:44 +01:00
|
|
|
}
|
|
|
|
.bs-brand-logos .inverse {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #563d7c;
|
|
|
|
}
|
2014-03-04 22:32:02 +01:00
|
|
|
.bs-brand-item .svg {
|
2014-03-04 23:35:23 +01:00
|
|
|
width: 144px;
|
2014-03-04 22:32:02 +01:00
|
|
|
height: 144px;
|
|
|
|
}
|
2013-12-27 23:04:44 +01:00
|
|
|
|
|
|
|
/* Heading content within */
|
|
|
|
.bs-brand-item h1,
|
|
|
|
.bs-brand-item h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2014-02-09 08:24:16 +01:00
|
|
|
.bs-brand-item .bs-docs-booticon {
|
2013-12-27 23:04:44 +01:00
|
|
|
margin-right: auto;
|
2014-02-27 09:12:52 +01:00
|
|
|
margin-left: auto;
|
2013-12-27 23:04:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Make the icons stand out on what is/isn't okay */
|
|
|
|
.bs-brand-item .glyphicon {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
2013-12-28 01:44:00 +01:00
|
|
|
margin: 10px auto -10px;
|
2013-12-27 23:04:44 +01:00
|
|
|
line-height: 30px;
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2014-02-27 09:12:52 +01:00
|
|
|
.bs-brand-item .glyphicon-ok {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
}
|
|
|
|
.bs-brand-item .glyphicon-remove {
|
|
|
|
background-color: #d9534f;
|
|
|
|
}
|
2013-12-27 23:04:44 +01:00
|
|
|
|
2013-11-06 20:00:39 +01:00
|
|
|
@media (min-width: 768px) {
|
2014-01-12 04:42:10 +01:00
|
|
|
.bs-brand-item {
|
|
|
|
display: table-cell;
|
|
|
|
width: 1%;
|
|
|
|
}
|
|
|
|
.bs-brand-item + .bs-brand-item {
|
|
|
|
border-top: 0;
|
|
|
|
border-left: 1px solid #fff;
|
2013-11-06 20:00:39 +01:00
|
|
|
}
|
2014-01-12 04:42:10 +01:00
|
|
|
.bs-brand-item h1 {
|
|
|
|
font-size: 60px;
|
|
|
|
}
|
|
|
|
}
|
2013-12-27 23:04:44 +01:00
|
|
|
|
|
|
|
|
|
|
|
/*
|
2014-01-08 13:02:35 +01:00
|
|
|
* ZeroClipboard styles
|
2013-12-27 23:04:44 +01:00
|
|
|
*/
|
2013-11-06 20:00:39 +01:00
|
|
|
|
2014-01-08 13:02:35 +01:00
|
|
|
.zero-clipboard {
|
|
|
|
position: relative;
|
2014-02-11 09:04:53 +01:00
|
|
|
display: none;
|
2014-07-08 08:36:40 +02:00
|
|
|
float: right;
|
2013-12-18 22:40:29 +01:00
|
|
|
}
|
2014-01-08 13:02:35 +01:00
|
|
|
.btn-clipboard {
|
|
|
|
position: absolute;
|
2014-02-11 09:04:53 +01:00
|
|
|
top: 0;
|
2014-01-08 13:02:35 +01:00
|
|
|
right: 0;
|
|
|
|
z-index: 10;
|
2014-02-11 09:04:53 +01:00
|
|
|
display: block;
|
2014-07-08 08:36:40 +02:00
|
|
|
padding: .25rem .5rem;
|
|
|
|
font-size: 75%;
|
|
|
|
color: #818a91;
|
2014-01-08 13:02:35 +01:00
|
|
|
cursor: pointer;
|
2014-07-08 08:36:40 +02:00
|
|
|
background-color: #eceeef;
|
|
|
|
border-radius: .2rem;
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
2014-01-08 13:02:35 +01:00
|
|
|
.btn-clipboard-hover {
|
2014-02-11 09:04:53 +01:00
|
|
|
color: #fff;
|
2014-07-08 08:36:40 +02:00
|
|
|
background-color: #027de7;
|
2014-01-08 13:02:35 +01:00
|
|
|
}
|
|
|
|
|
2014-02-11 09:04:53 +01:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
.zero-clipboard {
|
|
|
|
display: block;
|
2014-01-08 13:02:35 +01:00
|
|
|
}
|
2013-08-18 08:53:27 +02:00
|
|
|
}
|
2013-02-12 21:16:32 +01:00
|
|
|
|
2014-07-08 04:40:15 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Miscellaneous
|
|
|
|
*
|
|
|
|
* Odds and ends for optimum docs display.
|
|
|
|
*/
|
|
|
|
|
2013-02-12 21:16:32 +01:00
|
|
|
/* Pseudo :focus state for showing how it looks in the docs */
|
2013-08-13 20:15:36 +02:00
|
|
|
#focusedInput {
|
2014-01-06 06:28:52 +01:00
|
|
|
border-color: rgb(204,204,204); /* Restate unfocused value to make CSSLint happy that there's a pre-CSS3 fallback*/
|
2013-02-12 21:16:32 +01:00
|
|
|
border-color: rgba(82,168,236,.8);
|
|
|
|
outline: 0;
|
|
|
|
outline: thin dotted \9; /* IE6-9 */
|
2014-02-22 11:17:58 +01:00
|
|
|
-webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
|
|
|
|
box-shadow: 0 0 8px rgba(82,168,236,.6);
|
2013-02-12 21:16:32 +01:00
|
|
|
}
|