aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-19 20:03:08 -0800
committerMark Otto <[email protected]>2015-01-19 20:03:08 -0800
commit33e32bffc8209fa88acec2a8ae9490e2a7595988 (patch)
treec74f79b49faf1793d2c33c45861dc9d4a3ad0aed /docs/assets/scss
parentff1d10affb94f6c44a06d19c701bdd0523e746c4 (diff)
downloadbootstrap-33e32bffc8209fa88acec2a8ae9490e2a7595988.tar.xz
bootstrap-33e32bffc8209fa88acec2a8ae9490e2a7595988.zip
new headers, ad placements, intro paragraphs on several pages, etc
Diffstat (limited to 'docs/assets/scss')
-rw-r--r--docs/assets/scss/docs.scss63
1 files changed, 34 insertions, 29 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss
index 18b5fa252..5b8082df0 100644
--- a/docs/assets/scss/docs.scss
+++ b/docs/assets/scss/docs.scss
@@ -329,11 +329,12 @@ body {
overflow: hidden; /* clearfix */
font-size: .8rem !important;
line-height: 1rem !important;
- color: $bs-purple-light !important;
+ color: $gray !important;
text-align: left;
- background: transparent !important;
- border: solid #866ab3 !important;
- border-width: 1px 0 !important;
+ background: #f5f5f5 !important;
+ border: 0 !important;
+ // border: solid #e5e5e5 !important;
+ // border-width: 1px 0 !important;
}
.carbonad-img {
margin: 0 !important;
@@ -356,7 +357,11 @@ body {
}
.carbonad-text a,
.carbonad-tag a {
- color: #fff !important;
+ color: $gray !important;
+
+ &:hover {
+ color: $brand-primary !important;
+ }
}
.carbonad #azcarbon > img {
display: none; // hide what I assume are tracking images
@@ -394,15 +399,22 @@ body {
@media (min-width: 992px) {
.carbonad {
- position: absolute;
- top: 2rem;
- right: 4rem;
+ float: right;
width: 330px !important;
padding: 1rem !important;
- margin: 0 !important;
+ margin: .5rem 0 1rem 2rem !important;
}
- .bs-docs-masthead .carbonad {
- position: static;
+ .bs-docs-masthead {
+ .carbonad {
+ float: none;
+ margin: 0 !important;
+ color: $bs-purple-light !important;
+ border-color: #866ab3 !important;
+ }
+ .carbonad-text a,
+ .carbonad-tag a {
+ color: #fff !important;
+ }
}
}
@@ -548,7 +560,7 @@ body {
}
@media (min-width: 992px) {
- padding: 2rem 4rem;
+ padding: 4rem;
}
> table {
@@ -776,26 +788,9 @@ body {
//
.bs-docs-content {
- > h1 {
- padding-top: 2rem;
- margin-top: 3rem;
-
- &:first-child {
- margin-top: 0;
- }
-
- + p {
- font-size: 1.25rem;
- font-weight: 300;
- }
- }
-
> h2 {
margin-top: 3rem;
- margin-bottom: 1.5rem;
font-weight: normal;
- padding-bottom: 1rem;
- border-bottom: .065rem solid #eee;
}
> h3 {
@@ -803,6 +798,16 @@ body {
}
}
+.bs-docs-title {
+ margin-right: 23rem;
+
+ + p {
+ margin-right: 23rem;
+ font-size: 1.25rem;
+ font-weight: 300;
+ }
+}
+
//
// Callouts