2.2.2 -> 2.3.0
[bootswatch] / spruce / bootswatch.less
index 91c32ae..a2f67f0 100755 (executable)
@@ -1,23 +1,12 @@
-// Bootswatch.less
-// Swatch: Spruce
-// Version: 2.1.0
+// Spruce 2.3.0
+// Bootswatch
 // -----------------------------------------------------
 
+
 // TYPOGRAPHY
 // --------------------------------------------------
 
-@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,700');
-
-h1 {
-       font-size: 54px;
-       line-height: 1.2em;
-       color: @yellow;
-}
-
-h2 { font-size: 48px; }
-h3 { font-size: 36px; }
-h4 { font-size: 24px; }
-h5 { font-size: 20px; }
+@import url(//fonts.googleapis.com/css?family=Crete+Round);
 
 h1 > small,
 h2 > small,
@@ -30,22 +19,15 @@ h6 > small,
        font-family: @baseFontFamily;
 }
 
-code, pre {
-       color: lighten(@blueDark, 10%);
-       background-color: @headingsColor;
+.jumbotron h1 {
+       font-weight: normal !important;
 }
 
 // SCAFFOLDING
 // --------------------------------------------------
 
-// body {
-//     #gradient > .vertical-three-colors (#90A38F, #AEAD8E, 60%, #90A38F);
-//     background-size: 100% 1400px;
-//     background-repeat: repeat-y;
-// }
-
 .page-header {
-       border-bottom: 2px solid @headingsColor;
+       border-bottom: none;
        padding-bottom: 5px;
 
        h1 {
@@ -81,22 +63,22 @@ blockquote {
        }
 
        .brand {
-               padding: 18px 20px 12px;
+               padding: 18px 20px 16px;
                font-size: 26px;
                font-family: @headingsFontFamily;
                font-weight: @headingsFontWeight;
+
+               &:hover {
+                       background-color: @navbarLinkBackgroundHover;
+               }
        }
 
        .nav > li > a {
-               padding: 20px 20px 10px;
+               padding: 20px 20px 14px;
                font-size: 20px;
                font-family: @headingsFontFamily;
                font-weight: @headingsFontWeight;
-       }
-
-       .nav .active > a,
-       .nav .active > a:hover {
-               color: @yellow;
+               text-shadow: none;
        }
 
        .nav > .active > a,
@@ -117,39 +99,62 @@ blockquote {
                border-color: rgba(0, 0, 0, 0.2);
        }
 
-       .navbar-search {
+       .btn-navbar {
+               margin-top: 14px;
+       }
+
+       .navbar-form, .navbar-search {
+               border-color: transparent;
                margin-top: 12px;
+               .box-shadow(none);
+               line-height: normal;
        }
 
        .navbar-search .search-query {
                border-color: transparent;
                background-color: rgba(255, 255, 255, 0.4);
+               line-height: normal;
                color: @white;
        }
 
-       .nav > .open > a {
-               color: @yellow;
+       .dropdown-menu li > a {
+               font-family: @headingsFontFamily;
+               font-weight: @headingsFontWeight;
        }
 
-       .nav > .open > .dropdown-menu {
-               background-color: @headingsColor;
-               color: @textColor;
-               border-color: transparent;
+       .nav > li > .dropdown-menu::before,
+       .nav > li > .dropdown-menu::after {
+               border-bottom: none;
        }
 
-       .nav > .open > .dropdown-menu a:hover {
-               background-color: darken(#90A38F, 10%);
-               color: @headingsColor;
-       }
+       &-inverse {
 
-       .btn-navbar {
-               margin-top: 14px;
-       }
+               .navbar-search .search-query {
+                       color: @gray;
+               }
+
+               .dropdown-menu {
+                       background-color: @navbarInverseLinkBackgroundHover;
+
+                       li > a {
+                               color: @headingsColor;
+
+                               &:hover {
+                                       background-color: @navbarInverseBackground;
+                               }
+                       }
+
+                       .divider {
+                               border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+                       }
+
+                       .nav-header {
+                               color: @gray;
+                       }
+               }
 
-       .navbar-form, .navbar-search {
-               border-color: transparent;
-               .box-shadow(none);
        }
+
 }
 
 @media (max-width: @navbarCollapseWidth) {
@@ -157,11 +162,10 @@ blockquote {
        .navbar .nav-collapse {
 
                .nav li > a {
-                       color: @headingsColor;
+                       color: @navbarLinkColor;
 
                        &:hover {
-                               color: @yellow;
-                               background-color: @blue;
+                               background-color: @navbarLinkBackgroundHover;
                        }
                }       
        }
@@ -171,50 +175,38 @@ blockquote {
                .nav li > a:hover {
                        background-color: rgba(0, 0, 0, 0.06) !important;
                }
+       }
 
+       .nav-collapse .navbar-form,
+       .nav-collapse .navbar-search {
+               border: none !important;
+               .box-shadow(none) !important;
        }
 }
 
 div.subnav {
-       background-color: @green;
-       background-image: none;
+
+       background: @green none;
        border-color: transparent;
-       .box-shadow(0 1px 5px rgba(0,0,0,.1));
-       font-size: 18px;
 
        .nav > li > a {
-               padding: 13px 12px 9px;
+               padding: 12px 12px 10px;
                border-color: transparent;
                background-color: transparent;
                font-family: @headingsFontFamily;
                font-weight: @headingsFontWeight;
-               color: @headingsColor;
-       }
-
-       .nav > li + li > a {
-               border-color: transparent;
+               color: @navbarLinkColor;
        }
 
-       .nav > li.active > a,
        .nav > li > a:hover,
-       .nav > li.active > a:hover,
+       .nav > .active > a,
+       .nav > .active > a:hover,
        .dropdown.open .dropdown-toggle,
        .dropdown.open.active .dropdown-toggle:hover {
+               background-color: @navbarLinkBackgroundHover;
                .box-shadow(none);
-               background-color: transparent;
                border-color: transparent;
-               color: @yellow;
-       }
-
-       .dropdown.open > .dropdown-menu {
-               background-color: @headingsColor;
-               color: @textColor;
-               border-color: transparent;
-       }
-
-       .dropdown.open > .dropdown-menu a:hover {
-               background-color: darken(#90A38F, 10%);
-               color: @headingsColor;
+               color: @white;
        }
 
        &.subnav-fixed {
@@ -226,96 +218,76 @@ div.subnav {
 // --------------------------------------------------
 
 .nav {
-       .disabled > a {
-
-               color: #ccc;
-
-               &:hover {
-                       background-color: #748C73;
-               }
-       }
-}
-
-.nav-list {
 
-       li > a,
        .nav-header {
-               text-shadow: none;
-       }
-
-       li > a:hover {
-               background-color: transparent;
-       }
-
-       li.active > a,
-       li.active > a:hover {
-               background-color: #A2CDB5;
-               text-shadow: none;
+               color: @headingsColor;
        }
 
-       .divider {
-               background-color: transparent;
-               border-bottom: 1px solid @headingsColor;
+       .disabled > a,
+       .disabled > a:hover {
+               background-color: lighten(@green, 10%);
+               color: @white;
        }
 }
 
 .nav-tabs {
+       
        border-color: transparent;
-}
 
-.nav-tabs > li > a,
-.nav-pills > li > a {
-       background-color: #748C73;
+       & > li > a {
+               background-color: @green;
+               color: @white;
 
-       &:hover {
-               background-color: #748C73;
+               &:hover {
+                       background-color: @navbarBackground;
+                       border-color: transparent;
+               }       
+       }
+
+       .active > a,
+       .active > a:hover {
+               background-color: @navbarBackground;
                border-color: transparent;
+               color: @white;
        }
-}
 
-.nav-tabs > .active > a,
-.nav-tabs > .active > a:hover,
-.nav-pills .active > a,
-.nav-pills .active > a:hover {
-       background-color: #A2CDB5;
-       border-color: transparent;
-       color: @blue;
-}
+       &.nav-stacked > li > a {
+               border-color: transparent;
 
-.nav-tabs.nav-stacked > li > a {
-       border-color: transparent;
+               &:hover {
+                       border-color: transparent;
+               }
+       }
 
-       &:hover {
-               border-color: transparent;
+       .open .dropdown-toggle,
+       .active.open .dropdown-toggle {
+               background-color: @navbarBackground;
        }
 }
 
-.nav-tabs .open .dropdown-toggle,
-.nav-pills .open .dropdown-toggle  {
-       background-color: #748C73;
-       border-color: transparent;
-       color: @yellow;
-}
+.nav-pills {
 
-.nav-tabs .active.open .dropdown-toggle,
-.nav-pills .active.open .dropdown-toggle {
-       background-color: #A2CDB5;
-}
+       & > li > a {
+               background-color: @green;
+               color: @white;
 
-.nav-tabs .dropdown-menu,
-.nav-pills .dropdown-menu {
-       background-color: @headingsColor;
-       color: @textColor;
-       border-color: transparent;
+               &:hover {
+                       background-color: @navbarBackground;
+                       border-color: transparent;
+               }
+       }
 
-       a:hover {
-               background-color: #A2CDB5;
-               color: @headingsColor;
+       .active > a,
+       .active > a:hover {
+               background-color: @navbarBackground;
+               border-color: transparent;
+               color: @white;
        }
-}
 
-.nav .nav-header {
-       color: @blue;
+       .open .dropdown-toggle,
+       .active.open .dropdown-toggle {
+               background-color: @navbarBackground;
+       }
 }
 
 .tabbable {
@@ -328,79 +300,114 @@ div.subnav {
        }
 }
 
+.nav-list {
+
+       .nav-header,
+       li > a {
+               text-shadow: none;
+       }
+
+       li > a:hover {
+               background-color: @green;
+               color: @white;
+       }
+
+       li.active > a,
+       li.active > a:hover {
+               background-color: @navbarBackground;
+               text-shadow: none;
+       }
+
+       .divider {
+               background-color: transparent;
+               border-bottom: 1px solid @grayLight;
+       }
+}
+
 .breadcrumb {
-       background-color: darken(#90A38F, 10%);
+
+       background-color: @green;
        background-image: none;
-       border-color: transparent;
        .box-shadow(none);
+       border-color: transparent;
 
        li {
-               color: @yellow;
+               color: @white;
                text-shadow: none;
 
                a {
-                       color: @yellow;
+                       color: @white;
+                       text-decoration: underline;
                }
 
                a:hover {
-                       color: @yellow;
+                       color: @white;
                }
 
                .divider {
-                       color: @headingsColor;
+                       color: @white;
                }
        }
 
        .active {
-               color: @headingsColor;
+               color: @white;
        }
 }
 
 .pagination {
 
-       & > ul {
-               background-color: darken(#90A38F, 10%);
+       ul {
+               background-color: @green;
                background-image: none;
-               border-color: transparent;
                .box-shadow(none);
+               border-color: transparent;
        }
 
-       a {
-               color: @yellow;
+
+       ul > li > a,
+       ul > li > span {
+               background-color: @green;
                border-color: transparent;
+               color: @white;
 
                &:hover {
-                       color: @yellow;
-                       background-color: rgba(0, 0, 0, 0.1);
+                       background-color: @navbarBackground;
+                       color: @white;
                }
        }
 
-       .active a {
-               color: @headingsColor;
-               background-color: rgba(0, 0, 0, 0.1);
+       ul > .active > a,
+       ul > .active > span {
+               background-color: @navbarBackground;
+               color: @white;
        }
 
-       .disabled a,
-       .disabled a:hover {
-               color: @blue;
+       ul > .disabled > a,
+       ul > .disabled > a:hover,
+       ul > .disabled > span,
+       ul > .disabled > span:hover {
+               background-color: lighten(@green, 10%);
+               color: @white;
        }
 }
 
 .pager {
 
-       a {
+       li > a,
+       li > span {
                border: none;
-               background-color: #748C73;
+               background-color: @green;
+               color: @white;
 
                &:hover {
-                       background-color: #687D67;
+                       background-color: @navbarBackground;
                }
        }
 
        .disabled a,
        .disabled a:hover {
-               background-color: #748C73;
-               color: @textColor;
+               background-color: lighten(@green, 10%);
+               color: @white;
        }
 }
 
@@ -408,47 +415,15 @@ div.subnav {
 // --------------------------------------------------
 
 .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);
 }
@@ -456,46 +431,32 @@ div.subnav {
 // 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 th,
+.table-striped tbody tr:nth-child(odd) th {
+       background-color: @green;
+       color: @white;
 }
 
-.table-striped tbody:last-child tr:last-child td:last-child {
-       .border-radius(0 0 8px 0);
-}
+.table {
 
-.table-bordered {
-       border: none;
-}
+       tbody tr.success td {
+               background-color: #B5EEAA;
+       }
 
-.table thead tr th:first-child,
-.table tbody tr td:first-child {
-       border-left: none;
-}
+       tbody tr.error td {
+               background-color: #EEB8B8;
+       }
 
-.table th,
-.table-striped tbody tr:nth-child(odd) th {
-       background-color: darken(#90A38F, 10%);
-       color: @headingsColor;
+       tbody tr.info td {
+               background-color: #AEE2EE;
+       }
 }
 
 // FORMS
 // --------------------------------------------------
 
 legend {
+       border-bottom: none;
        font-family: @headingsFontFamily;
        font-weight: @headingsFontWeight;
        color: @headingsColor;
@@ -513,13 +474,59 @@ input, textarea, select {
        color: @gray;
 }
 
-legend {
-       border-bottom: 2px solid @white;
-}
-
 .form-actions {
        border-top: none;
-       .border-radius(4px);
+}
+
+.control-group {
+
+       &.warning,
+       &.error,
+       &.success {
+
+               .control-label {
+                       color: @textColor;
+               }
+       }
+}
+
+.control-group.error {
+
+       .help-block,
+       .help-inline {
+               color: @red;
+       }
+
+       input, select, textarea {
+               border: 1px solid @red;
+               color: @textColor;
+       }
+}
+
+.control-group.success {
+
+       .help-block,
+       .help-inline {
+               color: @green;
+       }
+
+       input, select, textarea {
+               border: 1px solid @green;
+               color: @textColor;
+       }
+}
+
+.control-group.warning {
+
+       .help-block,
+       .help-inline {
+               color: @orange;
+       }
+
+       input, select, textarea {
+               border: 1px solid @orange;
+               color: @textColor;
+       }
 }
 
 // ALERTS, LABELS, BADGES
@@ -528,6 +535,11 @@ legend {
 .alert {
        text-shadow: none;
        border: none;
+
+       h1, h2, h3, h4, h5, h6 {
+               font-weight: bold;
+               color: @white;
+       }
 }
 
 .alert-heading {
@@ -538,27 +550,27 @@ legend {
 .badge,
 .label {
 
-       background-color: @blue;
+       background-color: @green;
        text-shadow: none;
 
        &-success {
-               background-color: @successBackground;
+               background-color: @btnSuccessBackground;
        }
 
        &-warning {
-               background-color: @warningBackground;
+               background-color: @btnWarningBackground;
        }
 
        &-important {
-               background-color: @errorBackground;
+               background-color: @btnDangerBackground;
        }
 
        &-info {
-               background-color: @infoBackground;
+               background-color: @btnInfoBackground;
        }
 
        &-inverse {
-               background-color: @yellow;
+               background-color: @btnInverseBackground;
        }
 }
 
@@ -570,20 +582,36 @@ legend {
        .box-shadow(none);
 }
 
+.hero-unit {
+       border: none;
+}
+
 .thumbnail {
        border: none;
        .box-shadow(none);
+}
 
-       img {
-               .border-radius(4px);
-       }
+.dropdown-menu .nav-header {
+       color: @white;
+       text-shadow: none;
+}
+
+.dropdown-menu li > a:hover,
+.dropdown-menu li > a:focus,
+.dropdown-submenu:hover > a {
+       background-image: none;
 }
 
 .progress {
-       background-color: darken(#90A38F, 10%);
+       background-color: darken(@grayLighter, 10%);
        background-image: none;
 }
 
+[class^="icon-"],
+[class*=" icon-"] {
+       vertical-align: baseline;
+}
+
 .modal {
 
        &-header {
@@ -601,9 +629,12 @@ legend {
                        color: @textColor;
                }
        }
+}
 
-       &-footer {
-               .border-radius(0 0 4px 4px);
+.popover {
+
+       &-title {
+               color: @white;
        }
 }