2011-05-05 08:49:31 +02:00
|
|
|
/* Add additional stylesheets below
|
|
|
|
-------------------------------------------------- */
|
|
|
|
/*
|
2011-06-29 00:54:25 +02:00
|
|
|
Bootstrap's documentation styles
|
|
|
|
Special styles for presenting Bootstrap's documentation and examples
|
2011-05-05 08:49:31 +02:00
|
|
|
*/
|
2011-09-11 06:05:23 +02:00
|
|
|
|
2011-10-28 08:00:09 +02:00
|
|
|
|
2011-05-05 08:49:31 +02:00
|
|
|
/* Body and structure
|
|
|
|
-------------------------------------------------- */
|
|
|
|
body {
|
|
|
|
position: relative;
|
2011-10-17 03:45:11 +02:00
|
|
|
padding-top: 90px;
|
2011-10-16 12:00:58 +02:00
|
|
|
background-color: #fff;
|
2011-10-17 03:45:11 +02:00
|
|
|
background-image: url(../img/grid-18px-masked.png);
|
|
|
|
background-repeat: repeat-x;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
|
2011-10-28 08:00:09 +02:00
|
|
|
|
2011-10-27 08:24:22 +02:00
|
|
|
/* Tweak navbar brand link to be super sleek
|
2011-10-17 03:01:05 +02:00
|
|
|
-------------------------------------------------- */
|
2011-10-17 08:04:31 +02:00
|
|
|
body > .navbar-fixed .brand {
|
2011-10-23 07:49:37 +02:00
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 0;
|
2011-10-17 03:01:05 +02:00
|
|
|
float: right;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000;
|
|
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.1);
|
|
|
|
}
|
2011-10-17 08:04:31 +02:00
|
|
|
body > .navbar-fixed .brand:hover {
|
2011-10-17 03:01:05 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
|
2011-10-28 08:00:09 +02:00
|
|
|
|
2011-10-27 08:24:22 +02:00
|
|
|
/* Space out sub-sections more
|
|
|
|
-------------------------------------------------- */
|
|
|
|
.page-header {
|
|
|
|
margin-top: 36px;
|
|
|
|
}
|
|
|
|
|
2011-10-28 08:00:09 +02:00
|
|
|
|
2011-09-11 06:05:23 +02:00
|
|
|
/* Jumbotrons
|
|
|
|
-------------------------------------------------- */
|
|
|
|
.jumbotron {
|
2011-10-17 03:01:05 +02:00
|
|
|
position: relative;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
2011-06-30 09:31:56 +02:00
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
.jumbotron h1 {
|
2011-10-17 03:01:05 +02:00
|
|
|
margin-right: 40%;
|
2011-10-27 08:11:56 +02:00
|
|
|
margin-bottom: 9px;
|
2011-10-17 04:12:33 +02:00
|
|
|
font-size: 90px;
|
2011-10-17 03:01:05 +02:00
|
|
|
letter-spacing: -1px;
|
2011-10-17 04:12:33 +02:00
|
|
|
line-height: 1;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
.jumbotron p {
|
2011-10-17 03:01:05 +02:00
|
|
|
margin-right: 32%;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 25px;
|
2011-10-17 04:12:33 +02:00
|
|
|
font-weight: 300;
|
2011-10-17 03:45:11 +02:00
|
|
|
line-height: 36px;
|
2011-09-11 06:05:23 +02:00
|
|
|
}
|
2011-10-17 03:01:05 +02:00
|
|
|
.jumbotron .btn {
|
|
|
|
font-size: 20px;
|
2011-10-17 03:45:11 +02:00
|
|
|
padding: 14px 24px;
|
2011-10-17 04:12:33 +02:00
|
|
|
margin-right: 5px;
|
2011-10-17 03:01:05 +02:00
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
2011-10-17 04:12:33 +02:00
|
|
|
.jumbotron .download-info {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #999;
|
|
|
|
}
|
2011-10-17 03:45:11 +02:00
|
|
|
|
|
|
|
/* Benefits list in masthead */
|
2011-10-17 03:01:05 +02:00
|
|
|
.benefits {
|
|
|
|
width: 250px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
2011-10-17 03:45:11 +02:00
|
|
|
bottom: 0;
|
2011-10-17 03:01:05 +02:00
|
|
|
}
|
|
|
|
.benefits ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.benefits li {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300;
|
2011-10-17 03:45:11 +02:00
|
|
|
line-height: 35px;
|
2011-10-17 03:01:05 +02:00
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
.benefits li + li {
|
|
|
|
border-top: 1px solid #f5f5f5;
|
|
|
|
}
|
|
|
|
.benefits h4 {
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
.benefits span {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
padding-right: 5px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
2011-09-11 06:05:23 +02:00
|
|
|
/* Specific jumbotrons
|
|
|
|
------------------------- */
|
|
|
|
/* supporting docs pages */
|
|
|
|
.subhead {
|
2011-10-27 08:11:56 +02:00
|
|
|
padding-bottom: 14px;
|
2011-10-27 08:24:22 +02:00
|
|
|
margin-bottom: 45px;
|
2011-10-27 08:11:56 +02:00
|
|
|
border-bottom: 3px solid #e5e5e5;
|
2011-09-11 06:05:23 +02:00
|
|
|
}
|
|
|
|
.subhead h1,
|
|
|
|
.subhead p {
|
2011-10-17 09:03:52 +02:00
|
|
|
margin-right: 0;
|
2011-09-11 06:05:23 +02:00
|
|
|
}
|
|
|
|
.subhead h1 {
|
2011-10-27 08:11:56 +02:00
|
|
|
font-size: 45px;
|
2011-09-11 06:05:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-10-17 03:45:11 +02:00
|
|
|
/* Quick links
|
|
|
|
-------------------------------------------------- */
|
|
|
|
.quick-links {
|
|
|
|
padding: 5px 20px;
|
2011-10-28 08:00:09 +02:00
|
|
|
margin: 45px 0;
|
2011-10-17 03:45:11 +02:00
|
|
|
list-style: none;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #eee;
|
2011-10-17 04:12:33 +02:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2011-10-17 08:04:31 +02:00
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(0,0,0,.03);
|
2011-10-17 03:45:11 +02:00
|
|
|
}
|
|
|
|
.quick-links li {
|
|
|
|
display: inline;
|
|
|
|
margin: 0 5px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
.quick-links .divider {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.quick-links strong {
|
|
|
|
font-weight: normal;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.quick-links .tweet-btn,
|
|
|
|
.quick-links .follow-btn {
|
|
|
|
position: relative;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-10-28 08:00:09 +02:00
|
|
|
/* Marketing section of Overview
|
|
|
|
-------------------------------------------------- */
|
|
|
|
.marketing .row {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
.marketing h1 {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
.marketing h2,
|
|
|
|
.marketing h3 {
|
|
|
|
font-weight: 300;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
.marketing h2 {
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
|
|
|
.marketing p {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2011-10-28 08:34:48 +02:00
|
|
|
.marketing .icon {
|
2011-10-28 08:00:09 +02:00
|
|
|
float: left;
|
|
|
|
margin: 7px 10px 0 0;
|
|
|
|
}
|
2011-10-28 08:34:48 +02:00
|
|
|
.marketing .small-icon {
|
|
|
|
float: left;
|
|
|
|
margin: 4px 5px 0 0;
|
|
|
|
}
|
2011-10-28 08:00:09 +02:00
|
|
|
|
|
|
|
|
2011-09-11 06:05:23 +02:00
|
|
|
/* Footer
|
|
|
|
-------------------------------------------------- */
|
|
|
|
.footer {
|
2011-10-28 08:00:09 +02:00
|
|
|
margin-top: 45px;
|
|
|
|
padding: 35px 0 36px;
|
2011-09-11 06:05:23 +02:00
|
|
|
border-top: 1px solid #e5e5e5;
|
2011-10-16 12:00:58 +02:00
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
.footer p {
|
2011-10-28 08:00:09 +02:00
|
|
|
margin-bottom: 0;
|
2011-09-11 06:05:23 +02:00
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
2011-06-30 02:10:53 +02:00
|
|
|
|
2011-05-05 08:49:31 +02:00
|
|
|
/* Special grid styles
|
|
|
|
-------------------------------------------------- */
|
|
|
|
.show-grid {
|
2011-08-21 03:58:12 +02:00
|
|
|
margin-top: 10px;
|
2011-10-17 08:04:31 +02:00
|
|
|
margin-bottom: 20px;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-09-08 19:36:56 +02:00
|
|
|
.show-grid [class*="span"] {
|
2011-10-17 08:04:31 +02:00
|
|
|
background-color: #eee;
|
2011-05-05 08:49:31 +02:00
|
|
|
text-align: center;
|
2011-08-20 10:11:48 +02:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2011-09-09 19:04:07 +02:00
|
|
|
min-height: 30px;
|
2011-05-05 08:49:31 +02:00
|
|
|
line-height: 30px;
|
|
|
|
}
|
2011-09-08 19:36:56 +02:00
|
|
|
.show-grid:hover [class*="span"] {
|
2011-09-16 07:27:41 +02:00
|
|
|
background: #ddd;
|
2011-09-09 19:04:07 +02:00
|
|
|
}
|
|
|
|
.show-grid .show-grid {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-09-16 19:51:44 +02:00
|
|
|
.show-grid .show-grid [class*="span"] {
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
|
|
|
|
|
2011-05-05 08:49:31 +02:00
|
|
|
/* Render mini layout previews
|
|
|
|
-------------------------------------------------- */
|
2011-09-04 23:02:56 +02:00
|
|
|
.mini-layout {
|
2011-09-07 06:54:00 +02:00
|
|
|
border: 1px solid #ddd;
|
2011-08-20 10:11:48 +02:00
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2011-09-07 06:54:00 +02:00
|
|
|
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
|
|
|
|
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
|
|
|
|
box-shadow: 0 1px 2px rgba(0,0,0,.075);
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-09-04 23:02:56 +02:00
|
|
|
.mini-layout {
|
2011-09-13 19:08:24 +02:00
|
|
|
height: 240px;
|
2011-09-04 23:02:56 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 9px;
|
|
|
|
}
|
|
|
|
.mini-layout div {
|
2011-08-20 10:11:48 +02:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-09-04 23:02:56 +02:00
|
|
|
.mini-layout .mini-layout-body {
|
2011-08-20 10:11:48 +02:00
|
|
|
background-color: #dceaf4;
|
2011-05-05 08:49:31 +02:00
|
|
|
margin: 0 auto;
|
2011-10-16 20:35:24 +02:00
|
|
|
width: 70%;
|
2011-09-13 19:08:24 +02:00
|
|
|
height: 240px;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-09-04 23:02:56 +02:00
|
|
|
.mini-layout.fluid .mini-layout-sidebar,
|
|
|
|
.mini-layout.fluid .mini-layout-header,
|
|
|
|
.mini-layout.fluid .mini-layout-body {
|
2011-05-05 08:49:31 +02:00
|
|
|
float: left;
|
|
|
|
}
|
2011-09-04 23:02:56 +02:00
|
|
|
.mini-layout.fluid .mini-layout-sidebar {
|
2011-08-20 10:11:48 +02:00
|
|
|
background-color: #bbd8e9;
|
2011-10-16 20:35:24 +02:00
|
|
|
width: 20%;
|
2011-09-13 19:08:24 +02:00
|
|
|
height: 240px;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-09-04 23:02:56 +02:00
|
|
|
.mini-layout.fluid .mini-layout-body {
|
2011-10-16 20:35:24 +02:00
|
|
|
width: 60%;
|
2011-05-05 08:49:31 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
|
|
|
|
|
2011-07-02 08:10:39 +02:00
|
|
|
/* Popover docs
|
|
|
|
-------------------------------------------------- */
|
2011-09-11 06:05:23 +02:00
|
|
|
.popover-well {
|
2011-07-02 08:10:39 +02:00
|
|
|
min-height: 160px;
|
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
.popover-well .popover {
|
2011-07-02 08:10:39 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
.popover-well .popover-wrapper {
|
2011-07-02 08:10:39 +02:00
|
|
|
width: 50%;
|
|
|
|
height: 160px;
|
|
|
|
float: left;
|
2011-07-29 02:50:38 +02:00
|
|
|
margin-left: 55px;
|
2011-08-20 10:11:48 +02:00
|
|
|
position: relative;
|
2011-07-02 08:10:39 +02:00
|
|
|
}
|
2011-09-11 06:05:23 +02:00
|
|
|
.popover-well .popover-menu-wrapper {
|
2011-07-02 08:10:39 +02:00
|
|
|
height: 80px;
|
2011-07-29 02:50:38 +02:00
|
|
|
}
|
|
|
|
img.large-bird {
|
|
|
|
margin: 5px 0 0 310px;
|
2011-08-20 10:11:48 +02:00
|
|
|
opacity: .1;
|
2011-08-22 06:26:15 +02:00
|
|
|
}
|
|
|
|
|
2011-09-29 10:40:27 +02:00
|
|
|
|
2011-10-27 08:24:22 +02:00
|
|
|
/* Misc
|
2011-08-22 06:26:15 +02:00
|
|
|
-------------------------------------------------- */
|
2011-10-27 08:24:22 +02:00
|
|
|
|
2011-09-11 06:05:23 +02:00
|
|
|
pre.prettyprint {
|
2011-08-22 06:26:15 +02:00
|
|
|
overflow: hidden;
|
2011-09-29 10:40:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.well form {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2011-10-16 12:00:58 +02:00
|
|
|
|
|
|
|
|
2011-10-16 20:35:24 +02:00
|
|
|
.browser-support {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-10-17 23:17:29 +02:00
|
|
|
/* Make tables spaced out a bit more */
|
|
|
|
h2 + table {
|
2011-10-18 08:45:35 +02:00
|
|
|
margin-top: 5px;
|
2011-10-17 23:17:29 +02:00
|
|
|
}
|
|
|
|
|
2011-10-27 08:24:22 +02:00
|
|
|
|
2011-10-16 12:00:58 +02:00
|
|
|
/* Responsive Docs
|
|
|
|
-------------------------------------------------- */
|
2011-10-16 20:35:24 +02:00
|
|
|
@media (max-width: 480px) {
|
2011-10-17 04:12:33 +02:00
|
|
|
|
2011-10-23 07:49:37 +02:00
|
|
|
/* Hide the nav for now */
|
2011-10-17 04:12:33 +02:00
|
|
|
body > .navbar-fixed .nav {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-10-23 07:49:37 +02:00
|
|
|
/* Change up some type stuff */
|
|
|
|
h1 small {
|
|
|
|
display: block;
|
|
|
|
line-height: 20px;
|
2011-10-16 20:35:24 +02:00
|
|
|
}
|
2011-10-27 06:04:14 +02:00
|
|
|
/* More space between sections */
|
|
|
|
h2 {
|
|
|
|
margin-top: 27px;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
margin-top: 18px;
|
|
|
|
}
|
2011-10-17 04:12:33 +02:00
|
|
|
|
2011-10-23 07:49:37 +02:00
|
|
|
/* Adjust the jumbotron */
|
|
|
|
.jumbotron h1,
|
|
|
|
.jumbotron p {
|
2011-10-27 06:04:14 +02:00
|
|
|
text-align: center;
|
2011-10-23 07:49:37 +02:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
2011-10-17 04:12:33 +02:00
|
|
|
.jumbotron h1 {
|
2011-10-23 07:49:37 +02:00
|
|
|
font-size: 45px;
|
2011-10-17 04:12:33 +02:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.jumbotron p {
|
|
|
|
margin-right: 0;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
2011-10-23 07:49:37 +02:00
|
|
|
.jumbotron .btn {
|
2011-10-27 06:04:14 +02:00
|
|
|
display: block;
|
2011-10-23 07:49:37 +02:00
|
|
|
font-size: 18px;
|
|
|
|
padding: 10px 14px;
|
2011-10-27 06:04:14 +02:00
|
|
|
margin: 0 auto 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Don't space out quick links so much */
|
|
|
|
.quick-links {
|
|
|
|
margin: 40px 0 0;
|
2011-10-23 07:49:37 +02:00
|
|
|
}
|
|
|
|
|
2011-10-30 02:11:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
|
|
|
/* Hide the nav for now */
|
|
|
|
body > .navbar-fixed .nav {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Adjust the jumbotron */
|
|
|
|
.jumbotron .benefits {
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
margin: 36px 0;
|
|
|
|
}
|
|
|
|
|
2011-10-23 07:49:37 +02:00
|
|
|
/* Popovers */
|
|
|
|
.large-bird {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.popover-well .popover-wrapper {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2011-10-27 06:04:14 +02:00
|
|
|
/* Space out the show-grid examples */
|
|
|
|
.show-grid [class*="span"] {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Unfloat the back to top link in footer */
|
|
|
|
.footer .pull-right {
|
|
|
|
float: none;
|
|
|
|
}
|
2011-10-23 07:49:37 +02:00
|
|
|
|
2011-10-16 20:35:24 +02:00
|
|
|
}
|
2011-10-16 12:00:58 +02:00
|
|
|
|
2011-10-27 08:24:22 +02:00
|
|
|
|
2011-10-27 18:35:58 +02:00
|
|
|
@media (min-width: 480px) and (max-width: 768px) {
|
|
|
|
|
|
|
|
/* Scale down the jumbotron content */
|
|
|
|
.jumbotron h1 {
|
|
|
|
font-size: 54px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron h1,
|
|
|
|
.jumbotron p {
|
2011-10-30 02:11:17 +01:00
|
|
|
margin-right: 0;
|
2011-10-27 18:35:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-10-23 00:49:42 +02:00
|
|
|
@media (min-width: 768px) and (max-width: 940px) {
|
|
|
|
|
|
|
|
/* Scale down the jumbotron content */
|
|
|
|
.jumbotron h1 {
|
|
|
|
font-size: 72px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Provide enough space on right-hand side for benefits list */
|
|
|
|
.jumbotron h1,
|
|
|
|
.jumbotron p {
|
|
|
|
margin-right: 40%;
|
2011-10-16 12:00:58 +02:00
|
|
|
}
|
|
|
|
}
|
2011-10-23 00:49:42 +02:00
|
|
|
|