sync
[bootswatch] / readable / bootswatch.less
index 2d220da..8734398 100644 (file)
@@ -1,59 +1,96 @@
-// Readable 2.2.2
+// Readable 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
+@import url("//fonts.googleapis.com/css?family=Raleway:700");
 
-// TYPOGRAPHY
-// -----------------------------------------------------
+// Navbar =====================================================================
 
-@import url('//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
+.navbar {
+       font-family: @headings-font-family;
+       text-transform: uppercase;
 
-// SCAFFOLDING
-// -----------------------------------------------------
+       &-nav > li > a {
+               padding-top: @navbar-padding-vertical + 6px;
+       }
 
-// NAVBAR
-// -----------------------------------------------------
+       &-nav > .active > a,
+       &-nav > .active > a:hover {
+               text-decoration: underline;
+       }
 
-div.subnav {
+       &-default .navbar-nav > .active > a:hover {
+               color: @navbar-default-link-hover-color;
+       }
 
-       .nav > li > a,
-       .nav > .active > a,
-       .nav > .active > a:hover {
-               color: @textColor;
+       &-inverse .navbar-nav > .active > a:hover {
+               color: @navbar-inverse-link-hover-color;
        }
 
-       &-fixed {
-               top: @navbarHeight;
+       &-brand {
+               padding-top: @navbar-padding-vertical + 5px;
        }
 }
 
-// NAV
-// -----------------------------------------------------
+// Buttons ====================================================================
 
-// BUTTONS
-// -----------------------------------------------------
+.btn {
+       font-family: @headings-font-family;
+       text-transform: uppercase;
+}
 
-// TABLES
-// -----------------------------------------------------
+// Typography =================================================================
 
-// FORMS
-// -----------------------------------------------------
+h1, h2, h3, h4, h5, h6 {
+       text-transform: uppercase;
+}
 
-// DROPDOWNS
-// -----------------------------------------------------
+p {
+       margin-bottom: 1.4em;
+}
 
-// ALERTS, LABELS, BADGES
-// -----------------------------------------------------
+// Tables =====================================================================
 
-// MISC
-// -----------------------------------------------------
+// Forms ======================================================================
+
+// Navs =======================================================================
 
-.hero-unit {
+.pagination {
+
+       .active > a,
+       .active > a:hover {
+               border-color: #ddd;
+       }
 
-       h1, h2, h3, h4, h5, h6 {
-               margin: 13px 0;
+       &-lg > li > a,
+       &-lg > li > span {
+               padding: 14px 24px;
        }
 }
 
-// MEDIA QUERIES
-// -----------------------------------------------------
+// Indicators =================================================================
+
+.alert {
+       a,
+       .alert-link {
+               color: @alert-success-text;
+               text-decoration: underline;
+       }
+}
+
+// Progress bars ==============================================================
+
+// Containers =================================================================
+
+.panel {
+
+       &-primary,
+       &-success,
+       &-warning,
+       &-danger,
+       &-info {
+               .panel-heading {
+                       color: #fff;
+               }
+       }
+}