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

trying out new doc style stuff

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