Commit 936d7acb authored by Mark Otto's avatar Mark Otto

trying out new doc style stuff

parent 025f74ef
...@@ -429,7 +429,7 @@ p { ...@@ -429,7 +429,7 @@ p {
} }
p small { p small {
font-size: 12px; font-size: 12px;
color: #b3b3b3; color: #bfbfbf;
} }
/* Headings /* Headings
-------------------------------------------------- */ -------------------------------------------------- */
...@@ -448,7 +448,7 @@ h3 small, ...@@ -448,7 +448,7 @@ h3 small,
h4 small, h4 small,
h5 small, h5 small,
h6 small { h6 small {
color: #b3b3b3; color: #bfbfbf;
} }
h1 { h1 {
margin-bottom: 18px; margin-bottom: 18px;
...@@ -488,7 +488,7 @@ h5 { ...@@ -488,7 +488,7 @@ h5 {
} }
h6 { h6 {
font-size: 13px; font-size: 13px;
color: #b3b3b3; color: #bfbfbf;
text-transform: uppercase; text-transform: uppercase;
} }
/* Colors /* Colors
...@@ -564,7 +564,7 @@ blockquote cite { ...@@ -564,7 +564,7 @@ blockquote cite {
font-size: 12px; font-size: 12px;
font-weight: 300; font-weight: 300;
line-height: 18px; line-height: 18px;
color: #b3b3b3; color: #bfbfbf;
} }
blockquote cite:before { blockquote cite:before {
content: '\2014 \00A0'; content: '\2014 \00A0';
...@@ -791,7 +791,7 @@ div.actions div.secondary-action a:hover { ...@@ -791,7 +791,7 @@ div.actions div.secondary-action a:hover {
.help-inline, .help-block { .help-inline, .help-block {
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
color: #b3b3b3; color: #bfbfbf;
} }
.help-inline { .help-inline {
padding-left: 5px; padding-left: 5px;
...@@ -827,7 +827,7 @@ div.input-prepend .add-on, div.input-append .add-on { ...@@ -827,7 +827,7 @@ div.input-prepend .add-on, div.input-append .add-on {
width: auto; width: auto;
min-width: 16px; min-width: 16px;
padding: 4px 4px 4px 5px; padding: 4px 4px 4px 5px;
color: #b3b3b3; color: #bfbfbf;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: 18px;
height: 18px; height: 18px;
...@@ -1074,7 +1074,7 @@ div.topbar { ...@@ -1074,7 +1074,7 @@ div.topbar {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
} }
div.topbar a { div.topbar a {
color: #b3b3b3; color: #bfbfbf;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-transition: all linear 0.1s; -webkit-transition: all linear 0.1s;
-moz-transition: all linear 0.1s; -moz-transition: all linear 0.1s;
...@@ -1102,12 +1102,12 @@ div.topbar a.logo img { ...@@ -1102,12 +1102,12 @@ div.topbar a.logo img {
} }
div.topbar form { div.topbar form {
float: left; float: left;
margin: 4px 0 0 0; margin: 5px 0 0 0;
opacity: 1; opacity: 1;
position: relative; position: relative;
} }
div.topbar form input { div.topbar form input {
background-color: #b3b3b3; background-color: #bfbfbf;
background-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.3);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: normal; font-size: normal;
...@@ -1435,7 +1435,7 @@ ul.tabs li a, ul.pills li a { ...@@ -1435,7 +1435,7 @@ ul.tabs li a, ul.pills li a {
} }
ul.tabs { ul.tabs {
width: 100%; width: 100%;
border-bottom: 1px solid #b3b3b3; border-bottom: 1px solid #bfbfbf;
} }
ul.tabs li a { ul.tabs li a {
margin-bottom: -1px; margin-bottom: -1px;
...@@ -1448,7 +1448,7 @@ ul.tabs li a { ...@@ -1448,7 +1448,7 @@ ul.tabs li a {
} }
ul.tabs li a:hover { ul.tabs li a:hover {
background-color: #e6e6e6; background-color: #e6e6e6;
border-bottom: 1px solid #b3b3b3; border-bottom: 1px solid #bfbfbf;
} }
ul.tabs li.active a { ul.tabs li.active a {
background-color: #fff; background-color: #fff;
...@@ -1509,7 +1509,7 @@ div.pagination ul li a:hover, div.pagination ul li.active a { ...@@ -1509,7 +1509,7 @@ div.pagination ul li a:hover, div.pagination ul li.active a {
} }
div.pagination ul li.disabled a, div.pagination ul li.disabled a:hover { div.pagination ul li.disabled a, div.pagination ul li.disabled a:hover {
background-color: none; background-color: none;
color: #b3b3b3; color: #bfbfbf;
} }
div.pagination ul li.next a, div.pagination ul li:last-child a { div.pagination ul li.next a, div.pagination ul li:last-child a {
border: 0; border: 0;
......
This diff is collapsed.
...@@ -34,12 +34,14 @@ section { ...@@ -34,12 +34,14 @@ section {
} }
#masthead h1, #masthead h1,
#footer h1, #footer h1,
#masthead h4,
#footer h4,
#masthead p, #masthead p,
#footer p, #footer p,
#masthead small, #masthead small,
#footer small { #footer small {
color: #fff; color: #fff;
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 1px 1px rgba(0,0,0,.3);
} }
#masthead { #masthead {
margin-top: 40px; margin-top: 40px;
...@@ -86,6 +88,36 @@ section { ...@@ -86,6 +88,36 @@ section {
#masthead small a { #masthead small a {
color: #fff; color: #fff;
} }
div.quick-start {
background-color: rgba(0,0,0,.25);
padding: 18px 20px;
margin: 27px 0 -36px;
}
div.quick-start h4,
div.quick-start p,
div.quick-start form {
float: left;
}
#masthead div.quick-start p {
margin-bottom: 0;
font-size: 14px;
line-height: 27px;
color: rgba(255,255,255,.5);
}
div.quick-start p a {
color: #fff;
}
div.quick-start form {
margin-bottom: 0;
padding: 0 10px;
}
div.quick-start form input {
width: 530px;
border: none;
padding: 3px 5px;
height: 21px;
line-height: 21px;
}
#footer { #footer {
margin-top: 80px; margin-top: 80px;
} }
......
This diff is collapsed.
...@@ -52,7 +52,7 @@ div.topbar { ...@@ -52,7 +52,7 @@ div.topbar {
// Search Form // Search Form
form { form {
float: left; float: left;
margin: 4px 0 0 0; margin: 5px 0 0 0;
opacity: 1; opacity: 1;
position: relative; position: relative;
input { input {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
@black: #000; @black: #000;
@grayDark: lighten(@black, 25%); @grayDark: lighten(@black, 25%);
@gray: lighten(@black, 50%); @gray: lighten(@black, 50%);
@grayLight: lighten(@black, 70%); @grayLight: lighten(@black, 75%);
@grayLighter: lighten(@black, 90%); @grayLighter: lighten(@black, 90%);
@white: #fff; @white: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment