aboutsummaryrefslogtreecommitdiff
path: root/docs-assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-27 14:04:44 -0800
committerMark Otto <[email protected]>2013-12-27 14:04:44 -0800
commit84326a3e59309f1485f8b583e0bf03d3e1863377 (patch)
treeaaf19d61363bfde670199c544faa2075307be974 /docs-assets/css/docs.css
parent87288da72c682e7225fdeffea957c0c2acdc764c (diff)
downloadbootstrap-84326a3e59309f1485f8b583e0bf03d3e1863377.tar.xz
bootstrap-84326a3e59309f1485f8b583e0bf03d3e1863377.zip
big brand update
Diffstat (limited to 'docs-assets/css/docs.css')
-rw-r--r--docs-assets/css/docs.css98
1 files changed, 73 insertions, 25 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css
index a4e6b2891..9a56e5909 100644
--- a/docs-assets/css/docs.css
+++ b/docs-assets/css/docs.css
@@ -102,6 +102,10 @@ body {
font-size: 108px;
line-height: 140px;
}
+.bs-booticon-inverse {
+ color: #563d7c;
+ background-color: #fff;
+}
/*
@@ -676,6 +680,8 @@ h1[id] {
margin: 0 5px;
border-radius: 3px;
}
+
+/* Framework colors */
.color-swatches .gray-darker { background-color: #222; }
.color-swatches .gray-dark { background-color: #333; }
.color-swatches .gray { background-color: #555; }
@@ -687,6 +693,12 @@ h1[id] {
.color-swatches .brand-danger { background-color: #d9534f; }
.color-swatches .brand-info { background-color: #5bc0de; }
+/* Docs colors */
+.color-swatches .bs-purple { background-color: #563d7c; }
+.color-swatches .bs-purple-light { background-color: #c7bfd3; }
+.color-swatches .bs-purple-lighter { background-color: #e5e1ea; }
+.color-swatches .bs-gray { background-color: #f9f9f9; }
+
/*
* Team members
@@ -1258,36 +1270,78 @@ h1[id] {
/*
- * Miscellaneous
+ * Brand guidelines
*
- * Odds and ends for optimum docs display.
+ * Extra styles for displaying wordmarks, logos, etc.
*/
- /* About page */
- .bs-about {
- font-size: 16px;
- }
-
-.bs-brand {
- padding-top: 15px;
- overflow: hidden; /* clearfix */
+/* Logo series wrapper */
+.bs-brand-logos {
+ display: table;
+ width: 100%;
+ margin-bottom: 15px;
+ overflow: hidden;
+ color: #563d7c;
+ background-color: #f9f9f9;
border-radius: 4px;
}
-.bs-brand:after {
- display: none;
-}
-.bs-brand h1 {
- margin: 40px 0;
- font-size: 70px;
+
+/* Individual items */
+.bs-brand-item {
+ display: table-cell;
+ width: 1%;
+ padding: 60px 0;
text-align: center;
- color: #563d7c;
}
+.bs-brand-item + .bs-brand-item {
+ border-left: 1px solid #fff;
+}
+.bs-brand-logos .inverse {
+ color: #fff;
+ background-color: #563d7c;
+}
+
+/* Heading content within */
+.bs-brand-item h1,
+.bs-brand-item h3 {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+.bs-brand-item h1 {
+ font-size: 60px;
+}
+.bs-brand-item .bs-booticon {
+ margin-left: auto;
+ margin-right: auto;
+}
+
+/* Make the icons stand out on what is/isn't okay */
+.bs-brand-item .glyphicon {
+ width: 30px;
+ height: 30px;
+ margin-top: 10px;
+ line-height: 30px;
+ color: #fff;
+ border-radius: 50%;
+}
+.bs-brand-item .glyphicon-ok { background-color: #5cb85c; }
+.bs-brand-item .glyphicon-remove { background-color: #d9534f; }
+
+
@media (min-width: 768px) {
- .bs-brand h1 {
+/* .bs-brand-logos .default,
+ .bs-brand-logos .inverse {
float: left;
width: 50%;
}
-}
+*/}
+
+
+/*
+ * Miscellaneous
+ *
+ * Odds and ends for optimum docs display.
+ */
/* Examples gallery: space out content better */
.bs-examples .thumbnail {
@@ -1308,9 +1362,3 @@ h1[id] {
-moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
box-shadow: 0 0 8px rgba(82,168,236,.6);
}
-
-/* Better spacing on download options in getting started */
-.bs-docs-dl-options h4 {
- margin-top: 15px;
- margin-bottom: 5px;
-}