summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-12-03 23:48:12 -0500
committerThomas Park <thomas@thomaspark.me>2012-12-03 23:48:12 -0500
commit4020283dee3f2e0d31bae165997232658de7d323 (patch)
tree1108a6b6ebc5afaae5a583ac9c3eb4c3688f578f /css
parent611ed35b0766f58e4bc8dd1b0c03888a5768d82e (diff)
index: combine css styles
Diffstat (limited to 'css')
-rw-r--r--css/bootswatch.css288
-rwxr-xr-xcss/docs.css333
2 files changed, 239 insertions, 382 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index 751dfbcb..4817b168 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -1,44 +1,119 @@
body {
+ padding-top: 80px;
padding-bottom: 20px;
}
-.nav i {
+.navbar a > i {
opacity: 0.5;
}
-.nav a:hover i {
+.navbar a:hover > i {
opacity: 1;
}
-.tooltip-inner {
- max-width: 500px;
+section {
+ margin-top: 100px;
}
-.alert a {
- font-weight: bold;
- text-decoration: underline;
+.subhead {
+ padding-bottom: 0;
+ margin-bottom: 9px;
+}
+
+.subhead h1 {
+ font-size: 54px;
+}
+
+.subnav {
+ margin-bottom: 60px;
+ width: 100%;
+ height: 36px;
+ background-color: #eeeeee; /* Old browsers */
+ background-repeat: repeat-x; /* Repeat the gradient */
+ background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
+ background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
+ background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
+ background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
+ background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
+ border: 1px solid #e5e5e5;
+ -webkit-border-radius: 4px;
+ -moz-border-radius: 4px;
+ border-radius: 4px;
+}
+
+.subnav .nav {
+ margin-bottom: 0;
}
-.alert p {
+.subnav .nav > li > a {
margin: 0;
+ padding-top: 11px;
+ padding-bottom: 11px;
+ border-left: 1px solid #f5f5f5;
+ border-right: 1px solid #e5e5e5;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+}
+
+.subnav .nav > .active > a,
+.subnav .nav > .active > a:hover {
+ padding-left: 13px;
+ color: #777;
+ background-color: #e9e9e9;
+ border-right-color: #ddd;
+ border-left: 0;
+ -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
+ -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
+ box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
+}
+
+.subnav .nav > .active > a .caret,
+.subnav .nav > .active > a:hover .caret {
+ border-top-color: #777;
+}
+
+.subnav .nav > li:first-child > a,
+.subnav .nav > li:first-child > a:hover {
+ border-left: 0;
+ padding-left: 12px;
+ -webkit-border-radius: 4px 0 0 4px;
+ -moz-border-radius: 4px 0 0 4px;
+ border-radius: 4px 0 0 4px;
+}
+
+.subnav .nav > li:last-child > a {
+ border-right: 0;
+}
+
+.subnav .dropdown-menu {
+ -webkit-border-radius: 0 0 4px 4px;
+ -moz-border-radius: 0 0 4px 4px;
+ border-radius: 0 0 4px 4px;
+}
+
+.tooltip-inner {
+ max-width: 500px;
}
.hero-unit {
- margin-top: 60px;
margin-bottom: 10px;
}
-.hero-unit h1, .hero-unit p {
- text-align: center;
- margin-bottom: 15px;
+.hero-unit h1,
+.hero-unit p {
+ text-align: center;
+ margin-bottom: 15px;
}
#social {
- margin-top: 45px;
+ margin-top: 45px;
}
.twitter-follow-button {
- width: 150px !important;
+ width: 150px !important;
}
.rss-button {
@@ -52,8 +127,8 @@ body {
}
.icon-rss {
- background: url(../img/rss-icons.png) no-repeat 0 0;
- opacity: .65;
+ background: url(../img/rss-icons.png) no-repeat 0 0;
+ opacity: .65;
width: 16px;
}
@@ -62,27 +137,27 @@ body {
}
.about {
- margin-top: 20px;
+ margin-top: 20px;
}
-.about .span4 {
+.about > div {
margin-bottom: 20px;
}
.about h3 {
- margin: 0 0 5px 35px;
+ margin: 0 0 5px 35px;
}
.about img {
- float: left;
- margin-top: 5px;
- opacity: 0.7;
+ float: left;
+ margin-top: 5px;
+ opacity: 0.7;
}
#gallery {
- margin: 45px 0 30px 0;
- padding-right: 20px;
- text-align: center;
+ margin: 45px 0 30px 0;
+ padding-right: 20px;
+ text-align: center;
}
.thumbnail {
@@ -92,9 +167,9 @@ body {
.thumbnail img {
width: 100%;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
- border-radius: 7px;
+ -webkit-border-radius: 7px;
+ -moz-border-radius: 7px;
+ border-radius: 7px;
}
.thumbnail .caption {
@@ -118,7 +193,54 @@ body {
margin-right: 10px;
}
-/* Landscape phones and down */
+div.one .bsa_it_ad {
+ padding: 25px 25px 15px 25px;
+}
+
+div.one .bsa_it_p {
+ display: none;
+}
+
+.bsa {
+ float: right;
+ max-width: 400px;
+ padding: 0;
+}
+
+body .one .bsa_it_ad {
+ margin-bottom: -10px;
+ background: none;
+ border: none;
+ font-family: inherit;
+ color: inherit;
+}
+
+body .one .bsa_it_ad .bsa_it_t,
+body .one .bsa_it_ad .bsa_it_d {
+ color: inherit;
+ font-size: inherit;
+}
+
+body .one .bsa_it_p {
+ display: none;
+}
+
+#bsap_aplink {
+ float: right;
+ position: relative;
+ right: 10px;
+ height: 0;
+ font-size: 11px;
+}
+
+.links {
+ margin-bottom: 20px;
+}
+
+.links > a {
+ margin-right: 10px;
+}
+
@media (max-width: 480px) {
.hero-unit {
@@ -127,7 +249,7 @@ body {
}
.hero-unit h1 {
- font-size: 36px;
+ font-size: 36px;
}
.hero-unit p {
@@ -141,11 +263,11 @@ body {
}
.about {
- margin-top: 0;
+ margin-top: 0;
}
.about h3 {
- margin-top: 20px;
+ margin-top: 20px;
}
.about p {
@@ -158,20 +280,6 @@ body {
}
}
-div.one .bsa_it_ad {
- padding: 25px 25px 15px 25px;
-}
-
-div.one .bsa_it_p {
- display: none;
-}
-
-#bsap_aplink {
- float: right;
- margin-bottom: 20px;
- font-size: 12px;
-}
-
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
@@ -185,8 +293,50 @@ div.one .bsa_it_p {
}
}
+@media (max-width: 767px) {
+
+ body {
+ padding-top: 0;
+ }
+
+ .subnav {
+ position: static;
+ top: auto;
+ z-index: auto;
+ width: auto;
+ height: auto;
+ background: #fff; /* whole background property since we use a background-image for gradient */
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+ }
+
+ .subnav .nav > li {
+ float: none;
+ }
+
+ .subnav .nav > li > a {
+ border: 0;
+ }
+
+ .subnav .nav > li + li > a {
+ border-top: 1px solid #e5e5e5;
+ }
+
+ .subnav .nav > li:first-child > a,
+ .subnav .nav > li:first-child > a:hover {
+ -webkit-border-radius: 4px 4px 0 0;
+ -moz-border-radius: 4px 4px 0 0;
+ border-radius: 4px 4px 0 0;
+ }
+
+ .bsa {
+ float: none;
+ }
+}
+
/* Portrait tablet to landscape and desktop */
-@media (min-width: 768px) and (max-width: 980px) {
+@media (min-width: 768px) and (max-width: 979px) {
.hero-unit {
margin-top: 0;
@@ -197,8 +347,48 @@ div.one .bsa_it_p {
}
}
-/* Large desktop */
-@media (min-width: 1200px) {
+/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
+@media (min-width: 980px) {
+ .subnav-fixed {
+ position: fixed;
+ top: 40px;
+ left: 0;
+ right: 0;
+ z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
+ border-color: #d5d5d5;
+ border-width: 0 0 1px; /* drop the border on the fixed edges */
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
+ -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
+ box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
+ }
+ .subnav-fixed .nav {
+ width: 938px;
+ margin: 0 auto;
+ padding: 0 1px;
+ }
+ .subnav .nav > li:first-child > a,
+ .subnav .nav > li:first-child > a:hover {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ }
+}
+@media (min-width: 768px) and (max-width: 979px) {
+ /* Remove any padding from the body */
+ body {
+ padding-top: 0;
+ }
}
+
+@media (min-width: 1210px) {
+
+ .subnav-fixed .nav {
+ width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
+ }
+} \ No newline at end of file
diff --git a/css/docs.css b/css/docs.css
deleted file mode 100755
index 93612f85..00000000
--- a/css/docs.css
+++ /dev/null
@@ -1,333 +0,0 @@
-/* Add additional stylesheets below
--------------------------------------------------- */
-/*
- Bootstrap's documentation styles
- Special styles for presenting Bootstrap's documentation and examples
-*/
-
-
-/* Body and structure
--------------------------------------------------- */
-body {
- position: relative;
- padding-top: 80px;
-/* background-color: #fff;
- background-image: url(../img/grid-18px-masked.png);*/
- background-repeat: repeat-x;
- background-position: 0 40px;
-}
-
-section {
- margin-top: 100px;
-}
-
-/* Jumbotrons
--------------------------------------------------- */
-.jumbotron {
- position: relative;
-}
-.jumbotron h1 {
- margin-bottom: 9px;
- font-size: 81px;
- /*font-weight: bold;*/
- letter-spacing: -1px;
- line-height: 1;
-}
-.jumbotron p {
- margin-bottom: 18px;
- font-weight: 300;
-}
-.jumbotron .btn-large {
- font-size: 20px;
- font-weight: normal;
- padding: 14px 24px;
- margin-right: 10px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
-}
-.jumbotron .btn-large small {
- font-size: 14px;
-}
-
-
-/* Specific jumbotrons
-------------------------- */
-/* supporting docs pages */
-.subhead {
- padding-bottom: 0;
- margin-bottom: 9px;
-}
-.subhead h1 {
- font-size: 54px;
-}
-
-/* Subnav */
-.subnav {
- margin-bottom: 60px;
- width: 100%;
- height: 36px;
- background-color: #eeeeee; /* Old browsers */
- background-repeat: repeat-x; /* Repeat the gradient */
- background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
- background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
- background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
- background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
- background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
- border: 1px solid #e5e5e5;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-.subnav .nav {
- margin-bottom: 0;
-}
-.subnav .nav > li > a {
- margin: 0;
- padding-top: 11px;
- padding-bottom: 11px;
- border-left: 1px solid #f5f5f5;
- border-right: 1px solid #e5e5e5;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
-}
-.subnav .nav > .active > a,
-.subnav .nav > .active > a:hover {
- padding-left: 13px;
- color: #777;
- background-color: #e9e9e9;
- border-right-color: #ddd;
- border-left: 0;
- -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
- -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
- box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
-}
-.subnav .nav > .active > a .caret,
-.subnav .nav > .active > a:hover .caret {
- border-top-color: #777;
-}
-.subnav .nav > li:first-child > a,
-.subnav .nav > li:first-child > a:hover {
- border-left: 0;
- padding-left: 12px;
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
-}
-.subnav .nav > li:last-child > a {
- border-right: 0;
-}
-.subnav .dropdown-menu {
- -webkit-border-radius: 0 0 4px 4px;
- -moz-border-radius: 0 0 4px 4px;
- border-radius: 0 0 4px 4px;
-}
-
-/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
-@media (min-width: 980px) {
- .subnav-fixed {
- position: fixed;
- top: 40px;
- left: 0;
- right: 0;
- z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
- border-color: #d5d5d5;
- border-width: 0 0 1px; /* drop the border on the fixed edges */
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
- -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
- box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
- }
- .subnav-fixed .nav {
- width: 938px;
- margin: 0 auto;
- padding: 0 1px;
- }
- .subnav .nav > li:first-child > a,
- .subnav .nav > li:first-child > a:hover {
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
-}
-
-.bsa {
- float: right;
- max-width: 400px;
- padding: 0;
-}
-
-body .one .bsa_it_ad {
- margin-bottom: -10px;
- background: none;
- border: none;
- font-family: inherit;
- color: inherit;
-}
-
-body .one .bsa_it_ad .bsa_it_t,
-body .one .bsa_it_ad .bsa_it_d {
- color: inherit;
- font-size: inherit;
-}
-
-body .one .bsa_it_p {
- display: none;
-}
-
-#bsap_aplink {
- float: right;
- position: relative;
- /*top: -25px;*/
- right: 10px;
- height: 0;
- font-size: 11px;
-}
-
-.links {
- margin-bottom: 20px;
-}
-
-.links > a {
- margin-right: 10px;
-}
-
-@media (max-width: 768px) {
-
- .bsa {
- float: none;
- }
-
-}
-
-
-/* Responsive Docs
--------------------------------------------------- */
-@media (max-width: 480px) {
-
- /* Reduce padding above jumbotron */
- body {
- padding-top: 70px;
- }
-
- /* Adjust the jumbotron */
- .jumbotron h1,
- .jumbotron p {
- text-align: center;
- margin-right: 0;
- }
- .jumbotron h1 {
- font-size: 45px;
- margin-right: 0;
- }
- .jumbotron p {
- margin-right: 0;
- margin-left: 0;
- font-size: 18px;
- line-height: 24px;
- }
- .jumbotron .btn {
- display: block;
- font-size: 18px;
- padding: 10px 14px;
- margin: 0 auto 10px;
- }
-
-}
-
-
-@media (max-width: 768px) {
-
- /* Remove any padding from the body */
- body {
- padding-top: 0;
- }
-
- /* Jumbotron buttons */
- .jumbotron .btn {
- margin-bottom: 10px;
- }
-
- /* Subnav */
- .subnav {
- position: static;
- top: auto;
- z-index: auto;
- width: auto;
- height: auto;
- background: #fff; /* whole background property since we use a background-image for gradient */
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- }
- .subnav .nav > li {
- float: none;
- }
- .subnav .nav > li > a {
- border: 0;
- }
- .subnav .nav > li + li > a {
- border-top: 1px solid #e5e5e5;
- }
- .subnav .nav > li:first-child > a,
- .subnav .nav > li:first-child > a:hover {
- -webkit-border-radius: 4px 4px 0 0;
- -moz-border-radius: 4px 4px 0 0;
- border-radius: 4px 4px 0 0;
- }
-}
-
-
-@media (min-width: 480px) and (max-width: 768px) {
-
- /* Scale down the jumbotron content */
- .jumbotron h1 {
- font-size: 54px;
- }
- .jumbotron p {
- margin-right: 0;
- margin-left: 0;
- }
-}
-
-
-@media (min-width: 768px) and (max-width: 980px) {
-
- /* Remove any padding from the body */
- body {
- padding-top: 0;
- }
-
- /* Scale down the jumbotron content */
- .jumbotron h1 {
- font-size: 72px;
- }
-}
-
-
-@media (max-width: 980px) {
-
- /* Unfloat brand */
- .navbar-fixed-top .brand {
- float: left;
- margin-left: 0;
- padding-left: 10px;
- padding-right: 10px;
- }
-}
-
-
-/* LARGE DESKTOP SCREENS */
-@media (min-width: 1210px) {
-
- /* Update subnav container */
- .subnav-fixed .nav {
- width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
- }
-}