all: fixes pagination issues, closes #37
[bootswatch] / readable / bootswatch.less
index ef6c505..2298b0f 100755 (executable)
@@ -1,33 +1,44 @@
 // Bootswatch.less
 // Swatch: Readable
-// Version: 2.0.2
+// Version: 2.1.1
 // -----------------------------------------------------
 
 // TYPOGRAPHY
 // -----------------------------------------------------
 
-h1, h2, h3, h4, h5, h6 {
-       line-height: 2em;
-       color: @textColor;
+body {
+       word-spacing: -0.05em;
 }
 
-h1 {
-       font-size: 2em;
-}
+h1 { font-size: 2.5em; }
 
-h2 {
-       font-size: 1.5em;
-}
+h2 { font-size: 2em; }
 
-h3, h4, h5, h6 {
-       font-size: 1em;
-       text-transform: none;
-}
+h3 { font-size: 1.5em; }
 
 small {
        font-size: 13px;
 }
 
+blockquote {
+
+       border-left: 6px solid @grayLighter;
+
+       &.pull-right {
+               border-right: 6px solid @grayLighter;
+       }
+
+       p {
+               font-size: 1em;
+               line-height: 1.2em;
+       }
+}
+
+code, pre {
+       .border-radius(0);
+       background-color: @white;
+}
+
 .muted, .help-block, .uneditable-input, blockquote, small {
        color: @grayLight;
 }
@@ -35,55 +46,40 @@ small {
 // SCAFFOLDING
 // -----------------------------------------------------
 
-body {
-       padding-top: 20px !important;
-}
-
 .page-header {
-       padding-bottom: 1em;
        border-bottom: 2px solid @grayLighter;
 }
 
-footer.footer {
-       padding-top: 2em;
-       padding-bottom: 3em;
-       border-top: 2px solid @grayLighter;
-}
-
 // NAVBAR
 // -----------------------------------------------------
 
 .navbar {
 
-       margin-left: 16px;
-
-       .navbar-inner {
-               .box-shadow(none);
-       }
-
        .brand {
-               color: @linkColor;
-               font-size: @baseFontSize;
                font-weight: bold;
                line-height: 1em;
-               padding: 10px 10px 11px;
-               
+               padding: 15px 15px 7px;
+
                &:hover {
                        color: @linkColorHover;
                }
        }
-       
+
        .nav > li > a {
                text-shadow: none;
-               padding: 10px;
+               padding: 15px 15px 7px;
        }
 
-       .nav > li.active > a,
-       .nav > li:active > a,
-       .dropdown.open .dropdown-toggle {
-               color: @linkColor;
+       .nav > .active > a,
+       .nav > .active > a:hover,
+       .nav > .active > a:focus {
+               .box-shadow(none);
+       }
+
+       .navbar-search {
+               margin-top: 11px;
        }
-       
+
        .search-query {
                border: 1px solid #D4D4D4;
                .border-radius(0);
@@ -91,94 +87,95 @@ footer.footer {
                background-color: @white;
        }
 
-       .nav .dropdown-toggle .caret,
-       .nav .open.dropdown .caret {
-               border-top-color: @linkColor;
-               opacity: 1;
+       .navbar-text {
+               margin: 15px 15px 0;
+               line-height: @baseLineHeight;
+       }
+
+       .divider-vertical {
+               border-right: 1px solid rgba(128, 128, 128, 0.3);
+               border-left: none;
        }
-}
 
-@media (max-width: 980px) {
-       form.navbar-form, form.navbar-search {
-               border-top: 1px solid #D4D4D4;
-               border-bottom: 1px solid #D4D4D4;
+       &-inverse {
+
+               .brand:hover {
+                       color: @white;
+               }
        }
 }
 
-.navbar-fixed-top {
-       position: static;
-       margin-bottom: 1.6em;
+@media (max-width: @navbarCollapseWidth) {
+
+       .navbar .nav-collapse {
+
+               .nav li:first-child > a {
+                       margin-bottom: 10px;
+               }
+
+               .nav li > a {
+                       color: @linkColor;
+                       .border-radius(0);
+                       font-weight: normal;
+
+                       &:hover {
+                               background-color: rgba(0, 0, 0, 0.05);
+                               color: @linkColorHover;
+                       }
+               }
+
+               .navbar-form,
+               .navbar-search {
+                       border-top: 1px solid rgba(128, 128, 128, 0.2);
+                       border-bottom: 1px solid rgba(128, 128, 128, 0.2);
+               }
+
+               .nav-header {
+                       color: @grayLight;
+               }
+       }
+
+       .navbar-inverse .nav-collapse {
+
+               .nav li > a {
+                       color: @grayLighter;
+               }
+
+               .nav li > a:hover {
+                       background-color: rgba(0, 0, 0, 0.2) !important;
+                       color: @white;
+               }
+       }
 }
 
 div.subnav {
+
        .box-shadow(none);
        .border-radius(0);
        background-color: @white;
        background-image: none;
 
        .nav {
-               padding: 0;     
+               padding: 0;
        }
-       
+
        .nav > li.active > a,
        .nav > li:active > a {
                color: @linkColor;
                .box-shadow(none);
                background-color: transparent;
        }
-       
+
        .nav > li > a:hover,
        .nav > li.active > a:hover,
        .nav > li:active > a:hover {
-               color: @linkColorHover;
-               .box-shadow(none);
                background-color: transparent;
+               .box-shadow(none);
+               color: @linkColorHover;
        }
-}
-
-div.subnav-fixed {
-       position: static;
-       left: auto;
-       width: 100%;
-       margin: 0;
-       .box-shadow(none);
-       .border-radius(4px);
-       border: 1px solid #E5E5E5;
-       
-       .nav {
-               width: auto;
-               padding: 0;
-       }
-}
-
-.dropdown-menu {
-       border: 1px solid #D4D4D4;
-       .border-radius(0);
-       .box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
-       
-       .divider {
-               margin: 5px 1px;
-       }
-}
 
-.navbar .nav-collapse.in {
-       
-       .nav li:first-child > a {
-               margin-bottom: 10px;
-       }
-       
-       .nav li > a {
-               color: @linkColor;
-               .border-radius(0);
-               font-weight: normal;
-               
-               &:hover {
-                       color: @linkColorHover;
-               }
-       }
-       
-       .nav li > a:hover {
-               background: transparent;
+       &-fixed {
+               top: @navbarHeight;
        }
 }
 
@@ -239,6 +236,22 @@ div.subnav-fixed {
                color: @textColor;
                background-color: @bodyBackground;
        }
+
+       .open .dropdown-toggle {
+               background-color: transparent;
+               color: @linkColor;
+               border-left: 1px solid whiteSmoke;
+               border-right: 1px solid #E5E5E5;
+       }
+
+
+       li.dropdown.open .dropdown-toggle .caret {
+               border-top-color: @linkColor;
+       }
+
+       li.dropdown.open .dropdown-toggle:hover .caret {
+               border-top-color: @linkColorHover;
+       }
 }
 
 .nav-list {
@@ -254,16 +267,20 @@ div.subnav-fixed {
        li.active > a:hover {
                color: @textColor;
        }
-       
+
        [class^="icon-"] {
                margin-top: 3px;
                opacity: 0.8;
        }
+
+       .divider {
+               margin: 1px;
+       }
 }
 
 .breadcrumb {
        .border-radius(0);
-       background-color: @white;
+       background-color: transparent;
        background-image: none;
 }
 
@@ -273,31 +290,36 @@ div.subnav-fixed {
                .box-shadow(none);
        }
 
-       li > a {
-               padding: 10px 14px;
+       ul > li > a,
+       ul > li > span {
+               padding: 12px 14px 8px;
+               background-color: @white;
+               line-height: 1;
        }
-       
 
-       li.active > a,
-       li.active > a:hover {
+       ul > li:first-child > a,
+       ul > li:last-child > a {
+               .border-radius(0);
+       }
+
+       ul > .active > a,
+       ul > .active > a:hover,
+       ul > .active > span,
+       ul > .active > span:hover {
                color: @textColor;
                background-color: #F5F5F5;
        }
-       
-       li > a,
-       li.disabled > a,
-       li.disabled > a:hover {
+
+       ul > .disabled > a,
+       ul > .disabled > a:hover,
+       ul > .disabled > span,
+       ul > .disabled > span:hover {
                background-color: @white;
        }
-       
-       li:first-child > a,
-       li:last-child > a {
-               .border-radius(0);
-       }
 }
 
 .pager {
-       
+
        a {
                .border-radius(0);
        }
@@ -330,6 +352,23 @@ div.subnav-fixed {
        margin-top: 13px;
 }
 
+// TABLES
+// -----------------------------------------------------
+
+.table-bordered {
+       .border-radius(0);
+}
+
+.table-bordered thead:first-child tr:first-child th:first-child,
+.table-bordered tbody:first-child tr:first-child td:first-child {
+       .border-radius(0);
+}
+
+.table-bordered thead:last-child tr:last-child th:first-child,
+.table-bordered tbody:last-child tr:last-child td:first-child {
+       .border-radius(0);
+}
+
 // FORMS
 // -----------------------------------------------------
 
@@ -341,23 +380,33 @@ input, textarea, select {
        color: @textColor;
 }
 
+select, input[type="file"] {
+       height: auto;
+       line-height: normal;
+}
+
 .form-actions {
-       background-color: transparent;
        border-top: 1px solid #D4D4D4;
        padding-top: 2em;
 }
 
-// TABLES
+// DROPDOWNS
 // -----------------------------------------------------
 
-.table-bordered {
+.dropdown-menu {
+       border: 1px solid #D4D4D4;
        .border-radius(0);
+       .box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
+
+       .divider {
+               margin: 5px 1px;
+       }
 }
 
-// MISCELLANEOUS
+// ALERTS, LABELS, BADGES
 // -----------------------------------------------------
 
-.alert, 
+.alert,
 .label, .label:hover {
        .border-radius(0);
        border: 1px solid #D4D4D4;
@@ -385,36 +434,37 @@ input, textarea, select {
 
 .label-info, .label-info:hover { background-color: @infoBackground; }
 
-.well {
+// MISC
+// -----------------------------------------------------
+
+.well, .hero-unit {
        .box-shadow(none);
        border: 1px solid #D4D4D4;
        .border-radius(0);
-       background-color: @white;
-}
-
-blockquote {
-       border-left: 6px solid @grayLighter;
-       
-       &.pull-right {
-               border-right: 6px solid @grayLighter;
-       }
-       
-       p {
-               font-size: 1em;
-               line-height: 1.2em;
-       }
 }
 
 .thumbnail {
        background-color: @white;
 }
 
-.thumbnail, .thumbnail > img {
+.thumbnail,
+.thumbnail > img {
        .border-radius(0);
        .box-shadow(none);
 }
 
-code, pre {
-       .border-radius(0);
+.modal {
        background-color: @white;
+       .border-radius(0);
+}
+
+.modal-header {
+       border-bottom: none;
+}
+
+.modal-footer {
+       background-color: @bodyBackground;
 }
+
+// MEDIA QUERIES
+// -----------------------------------------------------