Fixing pagination border for Cerulean, Journal, Readable, Simplex, Spacelab & United
[bootswatch] / readable / bootswatch.less
old mode 100755 (executable)
new mode 100644 (file)
index 2298b0f..a5f9c7c
-// Bootswatch.less
-// Swatch: Readable
-// Version: 2.1.1
+// Readable 3.0.0
+// Bootswatch
 // -----------------------------------------------------
 
-// TYPOGRAPHY
-// -----------------------------------------------------
-
-body {
-       word-spacing: -0.05em;
-}
-
-h1 { font-size: 2.5em; }
-
-h2 { font-size: 2em; }
-
-h3 { font-size: 1.5em; }
+@import url("//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic");
 
-small {
-       font-size: 13px;
+.btn-shadow(@color) {
+       #gradient > .vertical-three-colors(lighten(@color, 10%), @color, 6%, darken(@color, 4%));
+       border: 1px solid darken(@color, 10%);
 }
 
-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;
-}
-
-// SCAFFOLDING
-// -----------------------------------------------------
-
-.page-header {
-       border-bottom: 2px solid @grayLighter;
-}
-
-// NAVBAR
-// -----------------------------------------------------
+// Navbar =====================================================================
 
 .navbar {
+       .box-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
 
-       .brand {
-               font-weight: bold;
-               line-height: 1em;
-               padding: 15px 15px 7px;
-
-               &:hover {
-                       color: @linkColorHover;
-               }
-       }
-
-       .nav > li > a {
-               text-shadow: none;
-               padding: 15px 15px 7px;
-       }
-
-       .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);
-               color: @textColor;
-               background-color: @white;
+       &-nav > li > a {
+               padding-top: @navbar-padding-vertical + 6px;
        }
 
-       .navbar-text {
-               margin: 15px 15px 0;
-               line-height: @baseLineHeight;
-       }
-
-       .divider-vertical {
-               border-right: 1px solid rgba(128, 128, 128, 0.3);
-               border-left: none;
-       }
-
-       &-inverse {
-
-               .brand:hover {
-                       color: @white;
-               }
+       &-brand {
+               padding-top: @navbar-padding-vertical + 5px;
        }
 }
 
-@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);
-               }
+// Buttons ====================================================================
 
-               .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;
-               }
-       }
+.btn-default,
+.btn-default:hover {
+       .btn-shadow(@btn-default-bg);
 }
 
-div.subnav {
-
-       .box-shadow(none);
-       .border-radius(0);
-       background-color: @white;
-       background-image: none;
-
-       .nav {
-               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 {
-               background-color: transparent;
-               .box-shadow(none);
-               color: @linkColorHover;
-       }
-
-       &-fixed {
-               top: @navbarHeight;
-       }
+.btn-primary,
+.btn-primary:hover {
+       .btn-shadow(@btn-primary-bg);
 }
 
-// NAV
-// -----------------------------------------------------
-
-.nav .dropdown .caret {
-       opacity: 1;
+.btn-success,
+.btn-success:hover {
+       .btn-shadow(@btn-success-bg);
 }
 
-.nav-tabs {
-
-       li > a {
-               .border-radius(0);
-       }
-
-       li > a:hover {
-               background-color: @bodyBackground;
-       }
-
-       li.active > a,
-       li.active > a:hover {
-               color: @textColor;
-               background-color: @bodyBackground;
-       }
+.btn-info,
+.btn-info:hover {
+       .btn-shadow(@btn-info-bg);
 }
 
-.nav-tabs.nav-stacked {
-
-       li > a {
-               background-color: @white;
-       }
-
-       li.active > a,
-       li.active > a:hover,
-       li > a:hover {
-               background-color: #F5F5F5;
-       }
-
-       li:first-child > a,
-       li:last-child > a {
-               .border-radius(0);
-       }
+.btn-warning,
+.btn-warning:hover {
+       .btn-shadow(@btn-warning-bg);
 }
 
-.nav-pills {
-
-       li > a {
-               .border-radius(0);
-       }
-
-       li > a:hover {
-               background-color: @bodyBackground;
-       }
-
-       li.active > a,
-       li.active > a:hover {
-               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;
-       }
+.btn-danger,
+.btn-danger:hover {
+       .btn-shadow(@btn-danger-bg);
 }
 
-.nav-list {
+// Typography =================================================================
 
-       li > a:hover,
-       li.active > a,
-       li.active > a:hover {
-               background-color: transparent;
-               text-shadow: none;
-       }
-
-       li.active > a,
-       li.active > a:hover {
-               color: @textColor;
-       }
-
-       [class^="icon-"] {
-               margin-top: 3px;
-               opacity: 0.8;
-       }
-
-       .divider {
-               margin: 1px;
-       }
-}
-
-.breadcrumb {
-       .border-radius(0);
-       background-color: transparent;
-       background-image: none;
+h1, h2, h3, h4, h5, h6 {
+       font-weight: bold;
 }
 
-.pagination {
-
-       ul {
-               .box-shadow(none);
-       }
-
-       ul > li > a,
-       ul > li > span {
-               padding: 12px 14px 8px;
-               background-color: @white;
-               line-height: 1;
-       }
-
-       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;
-       }
-
-       ul > .disabled > a,
-       ul > .disabled > a:hover,
-       ul > .disabled > span,
-       ul > .disabled > span:hover {
-               background-color: @white;
-       }
-}
+// Tables =====================================================================
 
-.pager {
+// Forms ======================================================================
 
-       a {
-               .border-radius(0);
-       }
-}
-
-// BUTTONS
-// -----------------------------------------------------
-
-.btn-primary {
-  .buttonBackground(lighten(@btnPrimaryBackground, 10%), @btnPrimaryBackground);
-}
-
-.btn [class^="icon-"],
-.btn [class*=" icon-"] {
-       margin-top: 4px;
-}
-
-.btn-large [class^="icon-"],
-.btn-large [class*=" icon-"] {
-       margin-top: 6px;
-       margin-right: 2px;
-}
-
-.btn-small [class^="icon-"],
-.btn-small [class*=" icon-"] {
-       margin-top: 3px;
-}
-
-.btn .caret {
-       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);
-}
+// Navs =======================================================================
 
-.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
-// -----------------------------------------------------
-
-input, button, select, textarea {
-       font-family: @baseFontFamily;
-}
-
-input, textarea, select {
-       color: @textColor;
-}
-
-select, input[type="file"] {
-       height: auto;
-       line-height: normal;
-}
-
-.form-actions {
-       border-top: 1px solid #D4D4D4;
-       padding-top: 2em;
-}
-
-// DROPDOWNS
-// -----------------------------------------------------
-
-.dropdown-menu {
-       border: 1px solid #D4D4D4;
-       .border-radius(0);
-       .box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
+.pagination {
 
-       .divider {
-               margin: 5px 1px;
+       .active > a,
+       .active > a:hover {
+               border-color: #ddd;
        }
 }
 
-// ALERTS, LABELS, BADGES
-// -----------------------------------------------------
-
-.alert,
-.label, .label:hover {
-       .border-radius(0);
-       border: 1px solid #D4D4D4;
-       color: @textColor;
-       text-shadow: none;
-}
-
-.alert-heading {
-       color: @textColor;
-       text-shadow: none;
-}
-
-.label, .label:hover {
-       background-color: @white;
-       font-weight: normal;
-       font-size: @baseFontSize;
-       padding: 4px;
-}
-
-.label-important, .label-important:hover { background-color: @errorBackground; }
-
-.label-warning, .label-warning:hover { background-color: @warningBackground; }
-
-.label-success, .label-success:hover { background-color: @successBackground; }
-
-.label-info, .label-info:hover { background-color: @infoBackground; }
-
-// MISC
-// -----------------------------------------------------
-
-.well, .hero-unit {
-       .box-shadow(none);
-       border: 1px solid #D4D4D4;
-       .border-radius(0);
-}
-
-.thumbnail {
-       background-color: @white;
-}
-
-.thumbnail,
-.thumbnail > img {
-       .border-radius(0);
-       .box-shadow(none);
-}
-
-.modal {
-       background-color: @white;
-       .border-radius(0);
-}
+// Indicators =================================================================
 
-.modal-header {
-       border-bottom: none;
-}
+// Progress bars ==============================================================
 
-.modal-footer {
-       background-color: @bodyBackground;
-}
-
-// MEDIA QUERIES
-// -----------------------------------------------------
+// Containers =================================================================
\ No newline at end of file