all: fixes pagination issues, closes #37
[bootswatch] / cyborg / bootswatch.less
index 12bb24e..c298871 100755 (executable)
@@ -1,40 +1,27 @@
 // Bootswatch.less
 // Swatch: Cyborg
+// Version: 2.1.1
 // -----------------------------------------------------
 
 // TYPOGRAPHY
 // -----------------------------------------------------
 
-// Ubuntu web font
-@import url('http://fonts.googleapis.com/css?family=Droid+Sans:400,700');
+@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
 
-h1, h2, h3, h4, h5, .navbar .brand, .navbar .nav-collapse.collapse .nav li > a {
-       color: @grayLighter;
-       font-weight: normal;
-       text-shadow: none;
-}
-
-.navbar {
-       font-size: 16px;
-}
-
-label, input, button, select, textarea {
+label, input, button, select, textarea,
+.navbar .search-query:-moz-placeholder,
+.navbar .search-query::-webkit-input-placeholder {
        font-family: 'Droid Sans', sans-serif;
        color: @gray;
 }
 
-.navbar .search-query:-moz-placeholder {
-       font-family: 'Droid Sans', sans-serif;
-       color: @gray;
-}
-       
-.navbar .search-query::-webkit-input-placeholder {
-       font-family: 'Droid Sans', sans-serif;
+code, pre {
+       background-color: @grayLighter;
 }
 
 blockquote {
        border-left: 5px solid @blue;
-       
+
        &.pull-right {
                border-right: 5px solid @blue;
        }
@@ -43,9 +30,13 @@ blockquote {
 // SCAFFOLDING
 // -----------------------------------------------------
 
+html {
+       min-height: 100%;
+}
+
 body {
-       background-color: #060606;
-       #gradient > .vertical (#060606, #252A30);
+       min-height: 100%;
+       #gradient > .vertical (@bodyBackground, #252A30);
 }
 
 .page-header {
@@ -55,70 +46,148 @@ body {
 // NAVBAR
 // -----------------------------------------------------
 
-.navbar-inner {
-  .border-radius(0);
-  @shadow: none;
-  .box-shadow(@shadow);
-  border-bottom: 2px solid @blue
-}
+.navbar {
 
-.navbar .nav li > a {
-       padding: 13px 10px 8px;
-       border-bottom: 3px solid rgba(0, 0, 0, 0);
-}
+       font-size: 16px;
 
-.navbar .brand {
-       padding: 12px 20px 8px;
-}
+       .navbar-inner {
+               .border-radius(0);
+               .box-shadow(none);
+               border-bottom: 2px solid @blue
+       }
 
-.navbar .search-query,
-.navbar .search-query:focus,
-.navbar .search-query.focused {
-       color: @grayLight;
-       text-shadow: none;
-       background-color: #222;
-       .border-radius(1px);
-       .placeholder(@gray);
-}
+       .brand {
+               padding: 12px 20px 11px;
+               color: @grayLighter;
+               font-weight: normal;
+               text-shadow: none;
+       }
 
-.navbar .nav .active > a,
-.navbar .nav li > a:hover,
-.navbar .brand:hover {
-       border-bottom: 3px solid @blue
-}
+       li {
+               line-height: 19px;
+       }
 
-// Added dividers to items
-.navbar .nav > li > a {
-       border-left: 1px solid #222;    
-}
+       .nav > li > a {
+               padding: 13px 10px 8px;
+               border-bottom: 3px solid transparent;
+               border-left: 1px solid rgba(255, 255, 255, 0.1);
 
-.dropdown-menu {
-       background-color: #191A1A;
-       border-left: solid 1px rgba(256,256,256,.1);
-       .box-shadow(0 2px 4px rgba(0,0,0,.8));
-}
+               &:hover {
+                       border-bottom: 3px solid @blue
+               }
+       }
 
-.dropdown-menu li > a:hover {
-       background-color: @blue;
-       border-bottom: 3px solid transparent;
-}
+       .nav > .active > a {
+               border-bottom: 3px solid @blue;
+       }
 
-.dropdown-menu .divider {
-       background-color: #222;
-       border-bottom: 0px solid white;
-}
+       .nav .active > a,
+       .nav .active > a:hover,
+       .nav .active > a:focus {
+               .box-shadow(none);
+       }
 
-.navbar .dropdown-menu::before,
-.navbar .dropdown-menu::after {
-       display: none;
-}
+       .nav > li > .dropdown-menu::before,
+       .nav > li > .dropdown-menu::after {
+               display: none;
+       }
+
+       .dropdown-menu li > a:hover,
+       .dropdown-menu li > a:focus,
+       .dropdown-submenu:hover > a {
+               background-image: none;
+       }
+
+       .navbar-text {
+               margin-left: 15px;
+               margin-right: 15px;
+               line-height: 43px;
+       }
+
+       .search-query,
+       .search-query:focus,
+       .search-query.focused {
+               color: @grayLight;
+               text-shadow: none;
+               background-color: #222;
+               .border-radius(1px);
+               .placeholder(@gray);
+       }
+
+       &-inverse {
+
+               .navbar-inner {
+                       border: none;
+                       border-bottom: 3px solid @black;
+               }
+
+               .brand:hover {
+                       border-bottom: none;
+                       background-color: @black;
+               }
 
-.navbar .nav-collapse.collapse .nav > li > a {
-       border-left: 0;
+               .nav li > a:hover {
+                       border-bottom-color: transparent;
+               }
+
+               .nav .active > a {
+                       border-bottom-color: transparent;
+               }
+       }
 }
 
-.navbar .nav-collapse.collapse .nav a:hover {
-       background-color: @blue;
+@media (max-width: @navbarCollapseWidth) {
+
+       .navbar .nav-collapse {
+
+               .nav li > a {
+                       border: none;
+                       color: @grayLighter;
+                       font-weight: normal;
+                       text-shadow: none;
+
+                       &:hover {
+                               border: none;
+                               background-color: @blue;
+                       }
+               }
+
+               .nav .active > a {
+                       border: none;
+                       background-color: @blue;
+               }
+
+               .dropdown-menu a:hover {
+                       background-color: @blue;
+               }
+
+               .navbar-form,
+               .navbar-search {
+                       border-top: none;
+                       border-bottom: none;
+               }
+
+               .nav-header {
+                       color: rgba(128, 128, 128, 0.6);
+               }
+       }
+
+       .navbar-inverse .nav-collapse {
+
+               .nav li > a:hover {
+                       background-color: #111;
+               }
+
+               .nav .active > a {
+                       background-color: #111;
+               }
+
+               .nav li.dropdown.open > .dropdown-toggle,
+               .nav li.dropdown.active > .dropdown-toggle,
+               .nav li.dropdown.open.active > .dropdown-toggle {
+                       background-color: #111;
+               }
+       }
 }
 
 div.subnav {
@@ -126,44 +195,46 @@ div.subnav {
        background-color: @grayDarker;
        background-image: none;
        border: 0;
-}
 
-div.subnav.subnav-fixed {
-       position: relative;
-       left: -1px;
-       top: auto;
-}
 
-div.subnav .nav li > a,
-div.subnav .nav .active a {
-       border-left: 1px solid #222;
-       border-right: 0;
-       color: @grayLighter;
-       background-color: @grayDarker;
-}
+       &.subnav-fixed {
+               position: relative;
+               left: -1px;
+               top: auto;
+       }
 
-.subnav .nav > li > a:hover,
-.subnav .nav > li.active > a:hover,
-.subnav .nav > li:first-child > a:hover {
-       background: transparent;
-       border-bottom: 2px solid @blue;
-       border-left: 1px solid #222;
-       color: @white;
-}
+       .nav > li > a,
+       .nav .active a {
+               background-color: @grayDarker;
+               border-left: 1px solid #222;
+               border-right: 0;
+               color: @grayLighter;
+       }
 
-div.subnav .nav .dropdown.open {
+       .nav li.nav-header {
+               text-shadow: none;
+       }
 
-       .dropdown-toggle {
+       .nav > li > a:hover,
+       .nav > li.active > a:hover,
+       .nav > li:first-child > a:hover {
+               background: transparent;
+               border-bottom: 2px solid @blue;
+               border-left: 1px solid #222;
+               color: @white;
+       }
+
+       .nav .open .dropdown-toggle {
                border: 0;
                border-left: 1px solid #222;
            border-bottom: 2px solid @blue;
                background-color: #060606;
        }
 
-       .dropdown-menu {
+       .nav .open .dropdown-menu {
                background-color: @grayDarker;
-               border-left: 0;
-               
+               border-left: solid 1px rgba(255, 255, 255, 0.1);
+
                li > a:hover {
                        border-bottom: 0;
                        background: @blue;
@@ -171,130 +242,86 @@ div.subnav .nav .dropdown.open {
        }
 }
 
-@media (max-width: 768px) {
-       div.subnav .nav > li + li > a,
-       div.subnav .nav > li:first-child > a {
-               border-top: 1px solid #222;
-               border-left: 1px solid #222;
-       }
-       
-       .subnav .nav > li + li > a:hover,
-       .subnav .nav > li:first-child > a:hover {
-                       border-bottom: 0;
-                       background-color: @blue;
-       }
-       
-}
-
-// TABLES
+// NAV
 // -----------------------------------------------------
 
-.table-bordered {
-  border: 1px solid #222;
-  
-  th + th,
-  td + td,
-  th + td,
-  td + th {
-    border-left: 1px solid #222;
-  }
-  // Prevent a double border
-  thead:first-child tr:first-child th,
-  tbody:first-child tr:first-child th,
-  tbody:first-child tr:first-child td {
-    border-top: 0;
-  }
-}
-
-.table th, .table td {
-       border-top: 1px solid #222;
-}
+.nav-tabs {
 
-// make shaded elements light gray
-.breadcrumb,
-.table-striped tbody tr:nth-child(odd) td,
-.table-striped tbody tr:nth-child(odd) th {
-       background-color: rgba(40, 40, 40, 0.5);
-}
+       border-bottom: 1px solid #222;
 
-.table-striped tbody tr:nth-child(even) td,
-.table-striped tbody tr:nth-child(even) th {
-       background-color: transparent;
-}
+       li > a:hover,
+       li.active > a,
+       li.active > a:hover {
+               border: 1px solid #222;
+               background-color: @blue;
+               color: @white;
+       }
 
-.table tbody tr:hover th,
-.table tbody tr:hover td {
-       background-color: @grayDark;
-}
+       .open .dropdown-toggle {
+               background-color: #060606 !important;
+               border: 1px solid #222;
+       }
 
-code, pre, pre.prettyprint {
-       background-color: @grayLighter;
+       .dropdown-menu li > a:hover {
+               border: none;
+       }
 }
 
-.well {
-       background-color: rgba(40, 40, 40, 0.5);
-       background-color: #131517;
-       border-top: solid 1px rgba(256,256,256,.1);
-       .box-shadow(0 2px 4px rgba(0,0,0,.8));
-}
+.nav-pills {
 
+       li > a:hover {
+               background-color: @blue;
+               color: @white;
+       }
 
-.table, .well, .prettyprint, input, textarea, select {
-       .border-radius(1px);
-}
+       .open .dropdown-toggle {
+               background-color: #060606;
+       }
 
-input, textarea, select, .uneditable-input {
-       color: @grayDark;
+       .dropdown-menu li > a:hover {
+               border: none;
+       }
 }
 
+.nav-list {
 
-// NAVIGATION
-// -----------------------------------------------------
-
+       li > a {
+               text-shadow: none;
+       }
 
-.nav-list > li > a, .nav-list .nav-header {
-       text-shadow: none;
-}
+       li > a:hover {
+               background-color: @blue;
+               color: @white;
+       }
 
-.nav-list li > a:hover,
-.nav-tabs li > a:hover,
-.nav-tabs li.active > a,
-.nav-pills li > a:hover,
-.nav-stacked li > a:hover,
-.nav-stacked li.active > a {
-       background-color: @blue;
-       color: @white;
-}
+       .nav-header {
+               text-shadow: none;
+       }
 
-.nav-tabs {
-       border-bottom: 1px solid #222;
+       .divider {
+               background-color: transparent;
+               border-bottom: 1px solid #222;
+       }
 }
 
-.nav-stacked > li > a,
-.nav-tabs > li > a:hover,
-.nav-tabs > .active > a,
-.nav-tabs > .active > a:hover {
-       border: 1px solid #222 !important;
-}
+.nav-stacked {
 
-.nav.nav-tabs .active a:hover {
-       background-color: @blue;
-       color: @white;
-}
+       li > a {
+               border: 1px solid #222 !important;
+       }
 
-.nav.nav-tabs .dropdown.open,
-.nav.nav-pills .dropdown.open {
-       .dropdown-toggle {
-               background-color: #060606 !important;
-               border-top: 0;
-               border: 1px solid #222;
+       li > a:hover,
+       li.active > a {
+               background-color: @blue;
+               color: @white;
        }
-       
-       .dropdown-menu li > a:hover { border-bottom: 0; }
 }
 
-.tabbable .nav-tabs, .thumbnail {
-       border-color: #222;
+.tabbable  {
+       .nav-tabs,
+       .nav-tabs li.active > a {
+               border-color: #222;
+       }
 }
 
 .breadcrumb {
@@ -303,46 +330,76 @@ input, textarea, select, .uneditable-input {
        border-width: 0;
        .box-shadow(none);
        font-size: 14px;
-       
+
        li > a {
                color: @blue;
                text-shadow: none;
        }
-       
+
        li.active {
                text-shadow: none;
        }
 }
 
 .pagination {
+
        ul {
                .box-shadow(none);
        }
-       
-       a {
+
+       ul > li > a,
+       ul > li > span {
                border: 0;
                font-size: 14px;
        }
-       
-       a:hover, .active a {
+
+       ul > li > a:hover {
                background-color: @blue;
                color: @white;
-       }       
+       }
+
+       ul > .active > a,
+       ul > .active > span {
+               background-color: @blue;
+               color: @white;  
+       }
+
+       ul > .disabled > a,
+       ul > .disabled > a:hover,
+       ul > .disabled > span,
+       ul > .disabled > span:hover {
+               background-color: rgba(0, 0, 0, 0.2);
+       }
+}
+
+.pager {
+
+       a {
+               background-color: @bodyBackground;
+               border: none;
+
+               &:hover {
+                       background-color: @blue;
+               }
+       }
+
+       .disabled a,
+       .disabled a:hover {
+               background-color: @bodyBackground;
+       }
+
 }
 
 // BUTTONS
 // -----------------------------------------------------
 
-.btn, {
-       border: 0;
-       .border-radius(3px);
+.btn {
        .box-shadow(1px 1px 2px #111);
        .buttonBackground(darken(@gray, 20%), darken(@gray, 30%));
        color: @white;
        text-shadow: none;
-       
+
        &:hover {
-           background-color: darken(@gray, 35%);
                text-shadow: none;
                color: @white;
        }
@@ -372,27 +429,6 @@ input, textarea, select, .uneditable-input {
   .buttonBackground(lighten(@purple, 5%), @purple);
 }
 
-.btn-group .btn:first-child {
-    -webkit-border-top-left-radius: 3px;
-       -moz-border-top-left-radius: 3px;
-            border-top-left-radius: 3px;
-
-    -webkit-border-bottom-left-radius: 3px;
-       -moz-border-bottom-left-radius: 3px;
-            border-bottom-left-radius: 3px;
-}
-
-.btn-group .btn:last-child, .btn-group .dropdown-toggle {
-    -webkit-border-top-right-radius: 3px;
-       -moz-border-top-right-radius: 3px;
-            border-top-right-radius: 3px;
-
-    -webkit-border-bottom-right-radius: 3px;
-       -moz-border-bottom-right-radius: 3px;
-            border-bottom-right-radius: 3px;
-       
-}
-
 .btn .caret {
        border-top: 4px solid black;
        opacity: 0.3;
@@ -410,17 +446,19 @@ input, textarea, select, .uneditable-input {
 // -----------------------------------------------------
 
 input, textarea, select {
-       background-color: #ccc;
-       border-color: #bbb;
        border-width: 2px;
-       .placeholder(@gray);
-} 
+       .border-radius(1px);
+}
 
 legend, label {
        color: @textColor;
        border-bottom: 0px solid #222;
 }
 
+input, textarea, select, .uneditable-input {
+       color: @grayDark;
+}
+
 input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly], .uneditable-input {
        background-color: #555;
        border-color: #444;
@@ -444,22 +482,60 @@ select:focus {
 }
 
 .form-actions {
-       background: transparent;
-}
-
-.form-actions, footer.footer {
        border-top: 1px solid #222;
 }
 
+// TABLES
+// -----------------------------------------------------
+
+.table {
+
+       .border-radius(1px);
+
+       tbody tr.success td {
+               background-color: @green;
+               color: @white;
+       }
+
+       tbody tr.error td {
+               background-color: @red;
+               color: @white;
+       }
+
+       tbody tr.info td {
+               background-color: @blue;
+               color: @white;
+       }
+}
 
-// MISCELLANEOUS
+// DROPDOWNS
 // -----------------------------------------------------
 
+.dropdown-menu {
+       background-color: #191A1A;
+       .box-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
+}
 
-.progress {
-       background-color: #060606;
-       background-image: none;
-       .border-radius(0);
+.dropdown-menu li > a:hover {
+       background-color: @blue;
+}
+
+// ALERTS, LABELS, BADGES
+// -----------------------------------------------------
+
+.alert,
+.alert .alert-heading,
+.alert-success,
+.alert-success .alert-heading,
+.alert-danger,
+.alert-error,
+.alert-danger .alert-heading,
+.alert-error .alert-heading,
+.alert-info,
+.alert-info .alert-heading {
+  color: @grayLighter;
+  text-shadow: none;
+  border: none;
 }
 
 .label {
@@ -470,8 +546,8 @@ select:focus {
 
 .label:hover { background-color: darken(@gray, 30%); }
 
-
-.label-important, .alert-danger,
+.label-important,
+.alert-danger,
 .alert-error { background-color: @red; }
 
 .label-important:hover { background-color: darken(@red, 10%); }
@@ -488,17 +564,62 @@ select:focus {
 
 .label-info:hover { background-color: darken(@blueDark, 20%); }
 
-.alert,
-.alert .alert-heading,
-.alert-success,
-.alert-success .alert-heading,
-.alert-danger,
-.alert-error,
-.alert-danger .alert-heading,
-.alert-error .alert-heading,
-.alert-info,
-.alert-info .alert-heading {
-  color: @grayLighter;
-  text-shadow: none;
-  border: none;
+// MISC
+// -----------------------------------------------------
+
+.well, .hero-unit {
+       .border-radius(1px);
+}
+
+.well, .hero-unit {
+       border-top: solid 1px lighten(@grayDark, 5%);
+       .box-shadow(0 2px 4px rgba(0,0,0,.8));
+}
+
+.thumbnail {
+       border-color: #222;
+}
+
+.progress {
+       background-color: #060606;
+       background-image: none;
+       .border-radius(0);
+}
+
+.modal {
+       .border-radius(1px);
+       border-top: solid 1px lighten(@grayDark, 5%);
+       background-color: @grayDark;
+}
+
+.modal-header {
+       border-bottom: 1px solid #222;
+}
+
+.modal-footer {
+       background-color: @grayDark;
+       border-top: 1px solid #222;
+       .border-radius(0 0 6px 6px);
+       .box-shadow(none);
+}
+
+.footer {
+       border-top: 1px solid #222;
+}
+
+// MEDIA QUERIES
+// -----------------------------------------------------
+
+@media (max-width: 768px) {
+       div.subnav .nav > li + li > a,
+       div.subnav .nav > li:first-child > a {
+               border-top: 1px solid #222;
+               border-left: 1px solid #222;
+       }
+
+       .subnav .nav > li + li > a:hover,
+       .subnav .nav > li:first-child > a:hover {
+                       border-bottom: 0;
+                       background-color: @blue;
+       }
 }