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
|
|
|
*/
|
|
|
|
/* Body and structure
|
|
|
|
-------------------------------------------------- */
|
|
|
|
body {
|
2011-06-28 20:56:49 +02:00
|
|
|
background-color: #fff;
|
2011-05-05 08:49:31 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
section {
|
2011-08-20 10:11:48 +02:00
|
|
|
padding-top: 60px;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-08-25 11:00:07 +02:00
|
|
|
section > .row {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2011-05-05 08:49:31 +02:00
|
|
|
#masthead, #footer {
|
|
|
|
background-color: #049cd9;
|
|
|
|
background-repeat: no-repeat;
|
2011-06-30 19:21:27 +02:00
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
|
|
|
|
background-image: -webkit-linear-gradient(#004D9F, #049cd9);
|
|
|
|
background-image: -moz-linear-gradient(#004D9F, #049cd9);
|
|
|
|
background-image: -o-linear-gradient(top, #004D9F, #049cd9);
|
|
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
|
2011-09-02 21:24:28 +02:00
|
|
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D9F', endColorstr='#049cd9', GradientType=0)\9; /* IE8 and down */
|
|
|
|
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
|
|
|
#masthead div.inner, #footer div.inner {
|
2011-06-30 02:10:53 +02:00
|
|
|
background: transparent url(../img/grid-18px.png) top center;
|
2011-06-30 09:31:56 +02:00
|
|
|
padding: 45px 0;
|
2011-06-30 19:21:27 +02:00
|
|
|
-webkit-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3);
|
2011-08-20 10:11:48 +02:00
|
|
|
-moz-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3);
|
|
|
|
box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3);
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
|
|
|
#masthead h1,
|
|
|
|
#footer h1,
|
|
|
|
#masthead p,
|
2011-06-30 09:31:56 +02:00
|
|
|
#footer p {
|
2011-05-05 08:49:31 +02:00
|
|
|
color: #fff;
|
2011-06-30 00:51:27 +02:00
|
|
|
text-shadow: 0 1px 1px rgba(0,0,0,.3);
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-06-30 09:31:56 +02:00
|
|
|
#masthead p a,
|
|
|
|
#footer p a {
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-05-05 08:49:31 +02:00
|
|
|
#masthead {
|
2011-08-22 02:06:37 +02:00
|
|
|
margin-top: 40px;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-06-30 09:31:56 +02:00
|
|
|
#masthead h1,
|
|
|
|
#masthead p {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
2011-05-05 08:49:31 +02:00
|
|
|
#masthead h1 {
|
2011-06-30 02:10:53 +02:00
|
|
|
font-size: 54px;
|
|
|
|
line-height: 1;
|
2011-06-30 09:15:37 +02:00
|
|
|
text-shadow: 0 1px 2px rgba(0,0,0,.5);
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-06-30 09:31:56 +02:00
|
|
|
#masthead p {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
2011-05-05 08:49:31 +02:00
|
|
|
#masthead p.lead {
|
2011-06-30 02:10:53 +02:00
|
|
|
font-size: 20px;
|
2011-06-29 00:54:25 +02:00
|
|
|
line-height: 27px;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
2011-06-30 02:10:53 +02:00
|
|
|
|
|
|
|
div.quickstart {
|
2011-06-30 09:15:37 +02:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
|
|
|
|
background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
|
|
|
|
background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
|
|
|
|
background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
|
|
|
|
background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
|
|
|
|
background-image: linear-gradient(#f9f9f9, #f5f5f5);
|
2011-06-30 08:47:54 +02:00
|
|
|
border-top: 1px solid #fff;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
div.quickstart div.row {
|
|
|
|
margin: 0 -20px;
|
2011-06-30 09:31:56 +02:00
|
|
|
-webkit-box-shadow: 1px 0 0 #f9f9f9;
|
2011-08-20 10:11:48 +02:00
|
|
|
-moz-box-shadow: 1px 0 0 #f9f9f9;
|
|
|
|
box-shadow: 1px 0 0 #f9f9f9;
|
2011-06-30 02:10:53 +02:00
|
|
|
}
|
|
|
|
div.quickstart div.columns {
|
2011-06-30 08:47:54 +02:00
|
|
|
width: 285px;
|
2011-06-30 19:40:28 +02:00
|
|
|
height: 117px;
|
2011-06-30 08:47:54 +02:00
|
|
|
margin-left: 0;
|
|
|
|
padding: 17px 20px 26px;
|
|
|
|
border-left: 1px solid #eee;
|
2011-06-30 09:31:56 +02:00
|
|
|
-webkit-box-shadow: inset 1px 0 0 #f9f9f9;
|
2011-08-20 10:11:48 +02:00
|
|
|
-moz-box-shadow: inset 1px 0 0 #f9f9f9;
|
|
|
|
box-shadow: inset 1px 0 0 #f9f9f9;
|
2011-06-30 02:10:53 +02:00
|
|
|
}
|
|
|
|
div.quickstart div.columns:last-child {
|
2011-06-30 08:47:54 +02:00
|
|
|
border-right: 1px solid #eee;
|
|
|
|
width: 286px;
|
2011-06-30 02:10:53 +02:00
|
|
|
}
|
|
|
|
div.quickstart h6,
|
|
|
|
div.quickstart p {
|
|
|
|
line-height: 18px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 9px;
|
2011-06-30 08:47:54 +02:00
|
|
|
color: #333;
|
2011-06-30 02:10:53 +02:00
|
|
|
}
|
|
|
|
div.quickstart h6 {
|
2011-06-30 08:47:54 +02:00
|
|
|
color: #999;
|
2011-06-30 02:10:53 +02:00
|
|
|
}
|
|
|
|
div.quickstart form textarea {
|
2011-06-30 08:47:54 +02:00
|
|
|
display: block;
|
|
|
|
width: 275px;
|
2011-06-30 19:40:28 +02:00
|
|
|
height: auto;
|
2011-06-30 08:47:54 +02:00
|
|
|
margin: 0 0 9px;
|
2011-06-30 02:10:53 +02:00
|
|
|
line-height: 21px;
|
2011-06-30 08:47:54 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2011-06-30 00:51:27 +02:00
|
|
|
}
|
2011-05-05 08:49:31 +02:00
|
|
|
#footer {
|
|
|
|
margin-top: 80px;
|
|
|
|
}
|
|
|
|
#footer p {
|
|
|
|
margin-bottom: 0;
|
2011-06-29 00:31:05 +02:00
|
|
|
color: rgba(255,255,255,.8)
|
|
|
|
}
|
2011-06-30 19:21:27 +02:00
|
|
|
#footer p.right {
|
|
|
|
float: right;
|
|
|
|
}
|
2011-05-05 08:49:31 +02:00
|
|
|
/* Special grid styles
|
|
|
|
-------------------------------------------------- */
|
|
|
|
.show-grid {
|
2011-08-21 03:58:12 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
|
|
|
.show-grid .column, .show-grid .columns {
|
2011-08-20 10:11:48 +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-05-05 08:49:31 +02:00
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
.show-grid:hover .column, .show-grid:hover .columns {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
/* Render mini layout previews
|
|
|
|
-------------------------------------------------- */
|
|
|
|
div.mini-layout {
|
|
|
|
height: 340px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 9px;
|
2011-08-20 10:11:48 +02:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
2011-05-05 08:49:31 +02:00
|
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
|
2011-08-20 10:11:48 +02:00
|
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
|
|
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
|
2011-05-05 08:49:31 +02:00
|
|
|
}
|
|
|
|
div.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
|
|
|
}
|
|
|
|
div.mini-layout div.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-08-26 07:41:45 +02:00
|
|
|
width: 340px;
|
2011-05-05 08:49:31 +02:00
|
|
|
height: 340px;
|
|
|
|
}
|
2011-08-21 08:25:22 +02:00
|
|
|
div.mini-layout.fluid div.mini-layout-sidebar,
|
|
|
|
div.mini-layout.fluid div.mini-layout-header,
|
|
|
|
div.mini-layout.fluid div.mini-layout-body {
|
2011-05-05 08:49:31 +02:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
div.mini-layout.fluid div.mini-layout-sidebar {
|
2011-08-20 10:11:48 +02:00
|
|
|
background-color: #bbd8e9;
|
2011-05-05 08:49:31 +02:00
|
|
|
width: 90px;
|
|
|
|
height: 340px;
|
|
|
|
}
|
|
|
|
div.mini-layout.fluid div.mini-layout-body {
|
2011-08-26 07:41:45 +02:00
|
|
|
width: 300px;
|
2011-05-05 08:49:31 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
/* Topbar special styles
|
|
|
|
-------------------------------------------------- */
|
|
|
|
div.topbar-wrapper {
|
|
|
|
position: relative;
|
|
|
|
height: 40px;
|
|
|
|
margin: 5px 0 15px;
|
|
|
|
}
|
|
|
|
div.topbar-wrapper div.topbar {
|
|
|
|
position: absolute;
|
|
|
|
margin: 0 -20px;
|
2011-08-21 21:19:01 +02:00
|
|
|
}
|
2011-09-02 09:47:06 +02:00
|
|
|
div.topbar-wrapper div.topbar .topbar-inner {
|
2011-08-22 03:14:53 +02:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
2011-08-20 10:11:48 +02:00
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2011-07-02 08:10:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Popover docs
|
|
|
|
-------------------------------------------------- */
|
|
|
|
div.popover-well {
|
|
|
|
min-height: 160px;
|
|
|
|
}
|
2011-07-29 02:50:38 +02:00
|
|
|
|
2011-07-02 08:10:39 +02:00
|
|
|
div.popover-well div.popover {
|
|
|
|
display: block;
|
|
|
|
}
|
2011-07-29 02:50:38 +02:00
|
|
|
|
2011-07-02 08:10:39 +02:00
|
|
|
div.popover-well div.popover-wrapper {
|
|
|
|
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-07-29 02:50:38 +02:00
|
|
|
|
2011-07-02 08:10:39 +02:00
|
|
|
div.popover-well div.popover-menu-wrapper {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
/* Pretty Print
|
|
|
|
-------------------------------------------------- */
|
|
|
|
PRE.prettyprint {
|
|
|
|
overflow: hidden;
|
2011-07-01 00:56:25 +02:00
|
|
|
}
|