all: 2.1.0 -> 2.1.1
[bootswatch] / spruce / bootswatch.less
index 7b6de11..d22df0e 100755 (executable)
@@ -1,6 +1,6 @@
 // Bootswatch.less
 // Swatch: Spruce
-// Version: 2.0.3
+// Version: 2.1.1
 // -----------------------------------------------------
 
 // TYPOGRAPHY
 
 @import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,700');
 
-.navbar .brand, legend, .btn,
-.navbar .nav > li > a,
-div.subnav li > a,
-.navbar-text  {
-       font-family: @headingsFontFamily;
-       font-weight: @headingsFontWeight;
-}
-
-h3 { font-size: 20px; }
-h4 { font-size: 16px; }
-h5 { font-size: 14px; }
-
-h1, h2, h3, h4, h5, h6 {
+h1 {
+       font-size: 54px;
+       line-height: 1.2em;
        color: @yellow;
 }
 
-h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small, .muted {
-       color: @linkColor;
+h2 { font-size: 48px; }
+h3 { font-size: 36px; }
+h4 { font-size: 24px; }
+h5 { font-size: 20px; }
+
+h1 > small,
+h2 > small,
+h3 > small,
+h4 > small,
+h5 > small,
+h6 > small,
+.muted {
+       color: @headingsColor;
        font-family: @baseFontFamily;
 }
 
-.alert-heading {
-       font-family: @baseFontFamily;
+code, pre {
+       color: lighten(@blueDark, 10%);
+       background-color: @headingsColor;
 }
 
 // SCAFFOLDING
 // --------------------------------------------------
 
-body {
-       #gradient > .vertical-three-colors (#90A38F, #AEAD8E, 60%, #90A38F);
-       background-size: 100% 1400px;
-       background-repeat: repeat-y !important;
+// body {
+//     #gradient > .vertical-three-colors (#90A38F, #AEAD8E, 60%, #90A38F);
+//     background-size: 100% 1400px;
+//     background-repeat: repeat-y;
+// }
+
+.page-header {
+       border-bottom: 2px solid @headingsColor;
+       padding-bottom: 5px;
+
+       h1 {
+               margin-bottom: 0;
+       }
+}
+
+hr {
+       border-top: none;
+       border-bottom: 2px solid @headingsColor;
 }
 
 blockquote {
-       border-left: 2px solid @linkColor;
-       
+       border-left: 2px solid @headingsColor;
+
        &.pull-right {
-               border-right: 2px solid @linkColor;
+               border-right: 2px solid @headingsColor;
        }
-       
+
        small {
                color: @blueDark;
        }
 }
 
-code, pre {
-       color: lighten(@blueDark, 10%);
-       background-color: @linkColor;
-}
-
 // NAVBAR
 // --------------------------------------------------
 
 .navbar {
-       
+
        .navbar-inner {
                background-image: none;
                .box-shadow(none);
        }
-       
+
        .brand {
-               font-size: 26px;
                padding: 18px 20px 12px;
+               font-size: 26px;
+               font-family: @headingsFontFamily;
+               font-weight: @headingsFontWeight;
        }
 
        .nav > li > a {
+               padding: 20px 20px 10px;
                font-size: 20px;
-               padding: 22px 10px 11px;
+               font-family: @headingsFontFamily;
+               font-weight: @headingsFontWeight;
        }
-       
+
        .nav .active > a,
        .nav .active > a:hover {
                color: @yellow;
        }
-       
+
+       .nav > .active > a,
+       .nav > .active > a:hover,
+       .nav > .active > a:focus {
+               .box-shadow(none);
+       }
+
        .navbar-text {
+               margin: 19px 20px 0;
                font-size: 20px;
-               padding-top: 12px;
+               font-family: @headingsFontFamily;
+               font-weight: @headingsFontWeight;
+               line-height: inherit;
+       }
+
+       .divider-vertical {
+               border-color: rgba(0, 0, 0, 0.2);
        }
 
        .navbar-search {
@@ -95,8 +123,8 @@ code, pre {
 
        .navbar-search .search-query {
                border-color: transparent;
-               padding: 6px 9px 2px 9px;
                background-color: rgba(255, 255, 255, 0.4);
+               color: @white;
        }
 
        .nav > .open > a {
@@ -104,38 +132,47 @@ code, pre {
        }
 
        .nav > .open > .dropdown-menu {
-               background-color: @linkColor;
+               background-color: @headingsColor;
                color: @textColor;
                border-color: transparent;
        }
 
        .nav > .open > .dropdown-menu a:hover {
                background-color: darken(#90A38F, 10%);
-               color: @linkColor;
+               color: @headingsColor;
        }
 
        .btn-navbar {
                margin-top: 14px;
        }
 
-       .nav-collapse.in .nav li > a {
-               color: @linkColor;
-
-               &:hover {
-                       color: @yellow;
-                       background-color: @blue;
-               }
-       }
-
        .navbar-form, .navbar-search {
                border-color: transparent;
                .box-shadow(none);
        }
 }
 
-.dropdown-menu .divider {
-       background-color: transparent;
-       border-bottom: 1px solid #AEAD8E;
+@media (max-width: @navbarCollapseWidth) {
+
+       .navbar .nav-collapse {
+
+               .nav li > a {
+                       color: @headingsColor;
+
+                       &:hover {
+                               color: @yellow;
+                               background-color: @blue;
+                       }
+               }       
+       }
+
+       .navbar-inverse .nav-collapse {
+
+               .nav li > a:hover {
+                       background-color: rgba(0, 0, 0, 0.06) !important;
+               }
+
+       }
 }
 
 div.subnav {
@@ -144,11 +181,14 @@ div.subnav {
        border-color: transparent;
        .box-shadow(0 1px 5px rgba(0,0,0,.1));
        font-size: 18px;
-       
+
        .nav > li > a {
-               color: @linkColor;
+               padding: 13px 12px 9px;
                border-color: transparent;
                background-color: transparent;
+               font-family: @headingsFontFamily;
+               font-weight: @headingsFontWeight;
+               color: @headingsColor;
        }
 
        .nav > li + li > a {
@@ -167,163 +207,37 @@ div.subnav {
        }
 
        .dropdown.open > .dropdown-menu {
-               background-color: @linkColor;
+               background-color: @headingsColor;
                color: @textColor;
                border-color: transparent;
        }
 
        .dropdown.open > .dropdown-menu a:hover {
                background-color: darken(#90A38F, 10%);
-               color: @linkColor;
+               color: @headingsColor;
        }
 
        &.subnav-fixed {
-               top: 54px;
+               top: @navbarHeight;
        }
 }
 
-// TABLES
+// NAV
 // --------------------------------------------------
 
-.table,
-.table.table-bordered,
-.table.table-striped {
-       .border-radius(0 0 8px 8px);
-}
-
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child,
-.table-bordered thead:first-child tr:first-child th:last-child,
-.table-bordered tbody:first-child tr:first-child td:last-child {
-       .border-radius(0);
-}
+.nav {
+       .disabled > a {
 
-.table-striped tbody:last-child tr:last-child td:first-child {
-       .border-radius(0 0 0 8px);
-}
+               color: #ccc;
 
-.table-striped tbody:last-child tr:last-child td:last-child {
-       .border-radius(0 0 8px 0);
-}
-
-.table-bordered {
-       border: none;
-}
-
-.table thead tr th:first-child,
-.table tbody tr td:first-child {
-       border-left: none;
-}
-
-.table th,
-.table-striped tbody tr:nth-child(odd) th {
-       background-color: darken(#90A38F, 10%);
-       color: @linkColor;
-}
-
-// BUTTONS
-// --------------------------------------------------
-
-.btn {
-  .buttonBackground(lighten(@blueDark, 5%), @blueDark);
-    text-shadow: none;
-    color: @white;
-       border-color: transparent;
-       .box-shadow(none);
-       
-       &:hover {
-               color: @grayLighter;
-       }
-}
-
-.btn-large {
-       font-size: 18px;
-}
-
-.btn-primary {
-       .buttonBackground(lighten(@blue, 10%), lighten(@blue, 5%));
-}
-
-.btn-warning {
-  .buttonBackground(@orange, darken(@orange, 5%));
-}
-
-.btn-danger {
-  .buttonBackground(lighten(@red, 5%), @red);
-}
-
-.btn-success {
-  .buttonBackground(#62c462, #51a351);
-}
-
-.btn-info {
-  .buttonBackground(#5bc0de, #2f96b4);
-}
-
-.btn-inverse {
-  .buttonBackground(@yellow, darken(@yellow, 5%));
-}
-
-.btn-group .dropdown-toggle {
-       .box-shadow(none);
-}
-
-// NAVIGATION
-// --------------------------------------------------
-
-.breadcrumb {
-       background-color: darken(#90A38F, 10%);
-       background-image: none;
-       border-color: transparent;
-       .box-shadow(none);
-       
-       li {
-               color: @yellow;
-               text-shadow: none;
-
-               a {
-                       color: @linkColor;
-               }
-
-               a:hover {
-                       color: @yellow;
-               }
-
-               .divider {
-                       color: @blue;
+               &:hover {
+                       background-color: #748C73;
                }
        }
 }
 
-.pagination > ul {
-       background-color: darken(#90A38F, 10%);
-       background-image: none;
-       border-color: transparent;
-       .box-shadow(none);
-}
-
-.pagination a {
-       color: @linkColor;
-       border-color: transparent;
-       
-       &:hover {
-               color: @yellow;
-               background-color: #748C73;
-       }
-}
-
-.pagination .active a {
-       color: @blue;
-       background-color: #A2CDB5;
-}
-
-.pagination .disabled a,
-.pagination .disabled a:hover {
-       color: @blue;
-}
-
 .nav-list {
-       
+
        li > a,
        .nav-header {
                text-shadow: none;
@@ -332,16 +246,16 @@ div.subnav {
        li > a:hover {
                background-color: transparent;
        }
-       
+
        li.active > a,
        li.active > a:hover {
                background-color: #A2CDB5;
                text-shadow: none;
        }
-       
+
        .divider {
                background-color: transparent;
-               border-bottom: 1px solid @linkColor;
+               border-bottom: 1px solid @headingsColor;
        }
 }
 
@@ -352,7 +266,7 @@ div.subnav {
 .nav-tabs > li > a,
 .nav-pills > li > a {
        background-color: #748C73;
-       
+
        &:hover {
                background-color: #748C73;
                border-color: transparent;
@@ -370,7 +284,7 @@ div.subnav {
 
 .nav-tabs.nav-stacked > li > a {
        border-color: transparent;
-       
+
        &:hover {
                border-color: transparent;
        }
@@ -390,13 +304,13 @@ div.subnav {
 
 .nav-tabs .dropdown-menu,
 .nav-pills .dropdown-menu {
-       background-color: @linkColor;
+       background-color: @headingsColor;
        color: @textColor;
        border-color: transparent;
-       
+
        a:hover {
                background-color: #A2CDB5;
-               color: @linkColor;
+               color: @headingsColor;
        }
 }
 
@@ -414,25 +328,181 @@ div.subnav {
        }
 }
 
-.pager a {
-       border: none;
-       background-color: #748C73;
-       
-       &:hover {
-               background-color: transparent;
+.breadcrumb {
+       background-color: darken(#90A38F, 10%);
+       background-image: none;
+       border-color: transparent;
+       .box-shadow(none);
+
+       li {
+               color: @yellow;
+               text-shadow: none;
+
+               a {
+                       color: @yellow;
+               }
+
+               a:hover {
+                       color: @yellow;
+               }
+
+               .divider {
+                       color: @headingsColor;
+               }
+       }
+
+       .active {
+               color: @headingsColor;
+       }
+}
+
+.pagination {
+
+       & > ul {
+               background-color: darken(#90A38F, 10%);
+               background-image: none;
+               border-color: transparent;
+               .box-shadow(none);
+       }
+
+       a {
+               color: @yellow;
+               border-color: transparent;
+
+               &:hover {
+                       color: @yellow;
+                       background-color: rgba(0, 0, 0, 0.1);
+               }
+       }
+
+       .active a {
+               color: @headingsColor;
+               background-color: rgba(0, 0, 0, 0.1);
+       }
+
+       .disabled a,
+       .disabled a:hover {
+               color: @blue;
+       }
+}
+
+.pager {
+
+       a {
+               border: none;
                background-color: #748C73;
+
+               &:hover {
+                       background-color: #687D67;
+               }
+       }
+
+       .disabled a,
+       .disabled a:hover {
+               background-color: #748C73;
+               color: @textColor;
        }
 }
 
+// BUTTONS
+// --------------------------------------------------
+
+.btn {
+       .buttonBackground(lighten(@blueDark, 5%), @blueDark);
+       font-family: @headingsFontFamily;
+       font-weight: @headingsFontWeight;
+    color: @white;
+    text-shadow: none;
+       border-color: transparent;
+       .box-shadow(none);
+
+       &:hover {
+               color: @grayLighter;
+       }
+}
+
+.btn-large {
+       font-size: 18px;
+}
+
+.btn-primary {
+       .buttonBackground(lighten(@blue, 10%), lighten(@blue, 5%));
+}
+
+.btn-warning {
+  .buttonBackground(@orange, darken(@orange, 5%));
+}
+
+.btn-danger {
+  .buttonBackground(lighten(@red, 5%), @red);
+}
+
+.btn-success {
+  .buttonBackground(#62c462, #51a351);
+}
+
+.btn-info {
+  .buttonBackground(#5bc0de, #2f96b4);
+}
+
+.btn-inverse {
+  .buttonBackground(@yellow, darken(@yellow, 5%));
+}
+
+.btn-group .dropdown-toggle {
+       .box-shadow(none);
+}
+
+// TABLES
+// --------------------------------------------------
+
+.table,
+.table.table-bordered,
+.table.table-striped {
+       .border-radius(0 0 8px 8px);
+}
+
+.table-bordered thead:first-child tr:first-child th:first-child,
+.table-bordered tbody:first-child tr:first-child td:first-child,
+.table-bordered thead:first-child tr:first-child th:last-child,
+.table-bordered tbody:first-child tr:first-child td:last-child {
+       .border-radius(0);
+}
+
+.table-striped tbody:last-child tr:last-child td:first-child {
+       .border-radius(0 0 0 8px);
+}
+
+.table-striped tbody:last-child tr:last-child td:last-child {
+       .border-radius(0 0 8px 0);
+}
+
+.table-bordered {
+       border: none;
+}
+
+.table thead tr th:first-child,
+.table tbody tr td:first-child {
+       border-left: none;
+}
+
+.table th,
+.table-striped tbody tr:nth-child(odd) th {
+       background-color: darken(#90A38F, 10%);
+       color: @headingsColor;
+}
+
 // FORMS
 // --------------------------------------------------
 
 legend {
-       color: @yellow;
+       font-family: @headingsFontFamily;
+       font-weight: @headingsFontWeight;
+       color: @headingsColor;
 }
 
 label, .help-block, input[type="file"] {
-       color: @linkColor;
+       color: @headingsColor;
 }
 
 input, textarea, select {
@@ -452,51 +522,50 @@ legend {
        .border-radius(4px);
 }
 
-// MODALS
+// ALERTS, LABELS, BADGES
 // --------------------------------------------------
 
-.modal-header {
-       background-color: @green;
-}
-
-.modal-body,
-.modal-footer {
-       background-color: @linkColor;
+.alert {
+       text-shadow: none;
        border: none;
-       .box-shadow(none);
 }
 
-.modal-footer {
-       .border-radius(0 0 4px 4px);
+.alert-heading {
+       font-family: @baseFontFamily;
+       color: inherit;
 }
 
-// MISCELLANEOUS
-// --------------------------------------------------
+.badge,
+.label {
 
-.alert {
+       background-color: @blue;
        text-shadow: none;
-       border: none;
-}
 
-.label {
-       color: @linkColor;
-       opacity: 1;
-       text-shadow: none;
-}
+       &-success {
+               background-color: @successBackground;
+       }
 
-.progress {
-       background-color: darken(#90A38F, 10%);
-       background-image: none;
-       .box-shadow(none);
-       
-       .bar {
-               background-image: none; 
-               background-color: #A2CDB5;
+       &-warning {
+               background-color: @warningBackground;
+       }
+
+       &-important {
+               background-color: @errorBackground;
+       }
+
+       &-info {
+               background-color: @infoBackground;
+       }
+
+       &-inverse {
+               background-color: @yellow;
        }
 }
 
+// MISC
+// --------------------------------------------------
+
 .well {
-       background-color: darken(#90A38F, 10%);
        border: none;
        .box-shadow(none);
 }
@@ -504,22 +573,39 @@ legend {
 .thumbnail {
        border: none;
        .box-shadow(none);
-       
+
        img {
                .border-radius(4px);
        }
 }
 
-hr {
-       border-top: none;
-       border-bottom: 2px solid @linkColor;
+.progress {
+       background-color: darken(#90A38F, 10%);
+       background-image: none;
 }
 
-.page-header {
-       border-bottom: 2px solid @linkColor;
-       padding-bottom: 5px;
-}
+.modal {
+
+       &-header {
+               padding: 12px 15px 6px;
+               background-color: @green;
+       }
 
-footer.footer {
-       border-top: 2px solid @linkColor;
+       &-body,
+       &-footer {
+               background-color: @headingsColor;
+               border: none;
+               .box-shadow(none);
+
+               label {
+                       color: @textColor;
+               }
+       }
+
+       &-footer {
+               .border-radius(0 0 4px 4px);
+       }
 }
+
+// MEDIA QUERIES
+// --------------------------------------------------