aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-16 11:38:34 -0800
committerMark Otto <[email protected]>2013-01-16 11:38:34 -0800
commit0df7411362bbfb1497c37d66e224ec88e34ffb8e (patch)
treef8fae8b9398247ec7fd2dd9fa7e00d5328a6706c /docs/assets
parent81a22e189a8e4a513fed6cb30a84aa30b793e246 (diff)
downloadbootstrap-0df7411362bbfb1497c37d66e224ec88e34ffb8e.tar.xz
bootstrap-0df7411362bbfb1497c37d66e224ec88e34ffb8e.zip
Derp on type styles a bit more; bring back and fix up more more docs styles
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/css/bootstrap.css10
-rw-r--r--docs/assets/css/docs.css189
2 files changed, 179 insertions, 20 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index d42563746..e8527cd35 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -337,7 +337,7 @@ p {
margin-bottom: 20px;
font-size: 21px;
font-weight: 200;
- line-height: 30px;
+ line-height: 1.25;
}
small {
@@ -440,26 +440,32 @@ h6 {
h1 {
font-size: 38.5px;
+ font-size: 4rem;
}
h2 {
font-size: 31.5px;
+ font-size: 3rem;
}
h3 {
font-size: 24.5px;
+ font-size: 2.5rem;
}
h4 {
font-size: 17.5px;
+ font-size: 2rem;
}
h5 {
font-size: 14px;
+ font-size: 1.6rem;
}
h6 {
font-size: 11.9px;
+ font-size: 1.2rem;
}
h1 small {
@@ -729,7 +735,7 @@ pre code {
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
- font-weight: bold;
+ font-weight: 500;
line-height: 20px;
text-align: center;
vertical-align: middle;
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 3652cbf33..002735b6a 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -1,18 +1,49 @@
+/*
+ * Bootstrap Documentation
+ * Special styles for presenting Bootstrap's documentation and code examples.
+ */
-/* Docs =================================================== */
+/* Key scaffolding
+-------------------------------------------------- */
+
+body {
+ position: relative; /* For scrollyspy */
+}
+
+/* */
body > .container,
.footer .container {
padding-left: 15px;
padding-right: 15px;
}
+
+
+/* Sections
+-------------------------------------------------- */
+
+/* Padding for in-page bookmarks */
+section {
+ padding-top: 30px;
+}
+
+/* Few stylistic typography tweaks */
+section > .page-header,
+section > .lead {
+ color: #5a5a5a;
+}
+section > ul li {
+ margin-bottom: 5px;
+}
+
+
+
/* Jumbotrons
-------------------------------------------------- */
-/* Base class
-------------------------- */
+/* Base class */
.bs-docs-jumbotron {
position: relative;
margin-bottom: 20px;
@@ -21,35 +52,117 @@ body > .container,
background-color: #b94a48;
}
.bs-docs-jumbotron h1 {
- margin: 0;
+ font-size: 50px;
}
-.bs-docs-jumbotron p {
- margin-bottom: 0;
+
+/* Link styles (used on .masthead-links as well) */
+.bs-docs-jumbotron a {
+ color: #fff;
+ color: rgba(255,255,255,.5);
+ -webkit-transition: all .2s ease-in-out;
+ -moz-transition: all .2s ease-in-out;
+ transition: all .2s ease-in-out;
+}
+.bs-docs-jumbotron a:hover {
+ color: #fff;
}
+/* Download button */
+.bs-docs-jumbotron .btn {
+ padding: 18px 24px;
+ font-size: 21px;
+ color: #b94a48; /* redeclare to override the `.jumbotron a` */
+ background-color: #fff;
+}
+.bs-docs-jumbotron .btn,
+.bs-docs-jumbotron .btn:hover,
+.bs-docs-jumbotron .btn:active {
+ color: #b94a48; /* redeclare to override the `.jumbotron a` */
+ background-color: #fff;
+ border-color: #fff;
+}
+/* Masthead (docs home)
+------------------------- */
+.masthead {
+ /*padding: 70px 0 80px;*/
+ color: #fff;
+ text-align: center;
+}
+.masthead h1 {
+ /*font-size: 120px;*/
+ /*line-height: 1;*/
+ /*letter-spacing: -2px;*/
+}
+.masthead p {
+ /*font-size: 40px;
+ font-weight: 200;
+ line-height: 1.25;*/
+}
+/* Textual links in masthead */
+.masthead-links {
+ margin: 20px 0;
+ list-style: none;
+}
+.masthead-links li {
+ display: inline;
+ padding: 0 10px;
+ color: rgba(255,255,255,.25);
+}
-.bs-docs-example {
- border: 1px solid #ddd;
- padding: 14px;
- margin-bottom: -1px;
+/* Subhead (other pages)
+------------------------- */
+.subhead {
+ text-align: left;
}
-.bs-docs-example p:last-child,
-.bs-docs-example ul:last-child,
-.bs-docs-example ol:last-child {
- margin-bottom: 0;
+.subhead h1 {
+ font-size: 60px;
}
-.bs-docs-example + .prettyprint {
- margin-top: 0;
+.subhead p {
+ margin-bottom: 20px;
}
-.prettyprint .linenums {
- margin-left: 0;
+.subhead .navbar {
+ display: none;
}
+/* Marketing section of Overview
+-------------------------------------------------- */
+
+.marketing {
+ text-align: center;
+ color: #5a5a5a;
+}
+.marketing h1 {
+ margin: 60px 0 10px;
+ line-height: 1;
+}
+.marketing h2 {
+ margin-bottom: 5px;
+}
+.marketing p {
+ font-size: 16px;
+ line-height: 1.4;
+}
+.marketing .marketing-byline {
+ margin-bottom: 40px;
+ font-size: 21px;
+ font-weight: 300;
+ line-height: 1.25;
+ color: #999;
+}
+.marketing-img {
+ display: block;
+ margin: 30px auto 10px;
+ max-height: 145px;
+}
+
+
+/* Special grid styles
+-------------------------------------------------- */
.show-grid [class^="span"] {
padding-top: 10px;
@@ -61,6 +174,46 @@ body > .container,
+/* Bootstrap code examples
+-------------------------------------------------- */
+
+/* Base class */
+.bs-docs-example {
+ position: relative;
+ padding: 14px;
+ margin-bottom: -1px;
+ border: 1px solid #ddd;
+}
+/* Echo out a label for the example */
+.bs-docs-example:after {
+ content: "Example";
+ position: absolute;
+ top: -1px;
+ left: -1px;
+ padding: 3px 7px;
+ font-size: 12px;
+ font-weight: bold;
+ color: #9da0a4;
+ background-color: #f5f5f5;
+ border: 1px solid #ddd;
+}
+
+/* Tweak display of the examples */
+.bs-docs-example + .prettyprint {
+ margin-top: 0;
+}
+.prettyprint .linenums {
+ margin-left: 0;
+}
+
+/* Tweak content of examples for optimum awesome */
+.bs-docs-example p:last-child,
+.bs-docs-example ul:last-child,
+.bs-docs-example ol:last-child {
+ margin-bottom: 0;
+}
+
+
/* Footer
-------------------------------------------------- */