aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-07 10:56:28 -0800
committerJacob Thornton <[email protected]>2012-01-07 10:56:28 -0800
commit402c4800970e179b5c804b4964c51661ed02603c (patch)
treea63e809cb182b47a521f7a1c68601b3051f1fa8b /docs/assets/css/docs.css
parentfbb42ccbbbfcab985a2c588532511f4af324ebc1 (diff)
parentb6d50c892d6ae8ed42ff0bfbba4252c7dc47417e (diff)
downloadbootstrap-402c4800970e179b5c804b4964c51661ed02603c.tar.xz
bootstrap-402c4800970e179b5c804b4964c51661ed02603c.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css82
1 files changed, 79 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 6cffcbc20..c359cf73b 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -192,6 +192,75 @@ body > .navbar-fixed .brand:hover {
}
+/* Quickstart section for getting le code
+-------------------------------------------------- */
+.getting-started {
+ 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);
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+.getting-started {
+ border-color: #eee;
+}
+.getting-started td {
+ width: 33%;
+ border-right: 1px solid #eee;
+}
+.getting-started td + td {
+ border-left: 1px solid #fff;
+}
+.getting-started td:last-child {
+ border-right: 0;
+}
+.quick-start {
+ padding: 17px 20px;
+}
+.quick-start h3,
+.quick-start p {
+ line-height: 18px;
+ text-align: center;
+ margin-bottom: 9px;
+}
+.quick-start p {
+ color: #777;
+}
+.quick-start .current-version,
+.quick-start .current-version a {
+ color: #999;
+}
+.quick-start form {
+ margin-bottom: 0;
+}
+.quick-start textarea {
+ display: block;
+ width: 100%;
+ height: auto;
+ margin-bottom: 0;
+ line-height: 21px;
+ white-space: nowrap;
+ overflow: hidden;
+ /* Makes inputs behave like true block-level elements */
+ -webkit-box-sizing: border-box; /* Older Webkit */
+ -moz-box-sizing: border-box; /* Older FF */
+ -ms-box-sizing: border-box; /* IE8 */
+ box-sizing: border-box; /* CSS3 spec*/
+ /* Hacks for IE7 to make this work just okay enough to function */
+ *width: 90%;
+ *height: 24px;
+}
+
+
/* Footer
-------------------------------------------------- */
.footer {
@@ -333,7 +402,8 @@ pre.prettyprint {
}
/* Make tables spaced out a bit more */
-h2 + table {
+h2 + table,
+h2 + .row {
margin-top: 5px;
}
@@ -341,8 +411,10 @@ h2 + table {
.example-sites img {
max-width: 290px;
}
-.built-with {
+.marketing-byline {
margin: -18px 0 27px;
+ font-size: 18px;
+ font-weight: 300;
color: #999;
text-align: center;
}
@@ -385,7 +457,11 @@ form.well {
outline: 0;
}
-
+/* For input sizes, make them display block */
+.docs-input-sizes input[type=text] {
+ display: block;
+ margin-bottom: 9px;
+}
/* Icons
------------------------- */