3.0.0 -> 3.0.1
[bootswatch] / journal / bootswatch.less
old mode 100755 (executable)
new mode 100644 (file)
index 65e6f68..2158eac
-// Bootswatch.less
-// Swatch: Journal
-// Version: 2.0.3
+// Journal 3.0.1
+// Bootswatch
 // -----------------------------------------------------
 
-// TYPOGRAPHY
-// -----------------------------------------------------
-
-@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
-
-h1, h2, h3, h4, h5, h6, .navbar .brand {
-       font-weight: 700;
-}
+@import url("//fonts.googleapis.com/css?family=News+Cycle:400,700");
 
-// SCAFFOLDING
-// -----------------------------------------------------
+// Navbar =====================================================================
 
-a {
-       text-decoration: underline;
+.navbar {
+       border-bottom: 2px solid @gray-lighter;
+       font-size: 18px;
+       font-family: @font-family-sans-serif;
+       font-weight: @headings-font-weight;
+       color: #000;
 }
 
-.nav a, .navbar .brand, .subnav a, a.btn, .dropdown-menu a {
-       text-decoration: none;
+.navbar-brand {
+       font-size: 18px;
+       font-weight: @headings-font-weight;
+       text-transform: uppercase;
 }
 
-// NAVBAR
-// -----------------------------------------------------
+// Buttons ====================================================================
 
-.navbar {
-       
-       .navbar-inner {
-               @shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
-               .box-shadow(@shadow);
-               border-top: 1px solid #E5E5E5;
-               .border-radius(0);
-       }
-               
-       .brand {
-               text-shadow: none;
+// Typography =================================================================
 
-               &:hover {
-                       background-color: #EEEEEE;
-               }
-       }
-       
-       .nav > li > a {
-               text-shadow: none;              
-       }
+// Tables =====================================================================
 
-       .nav .active > a,
-       .nav .active > a:hover {
-               color: @navbarLinkColor;
-               background-color: rgba(0, 0, 0, 0);
-       }
-               
-       .nav .active > a:hover,
-       .nav > li > a:hover,
-       .nav-collapse.in .nav li > a:hover {
-               background-color: #EEEEEE;
-       }
+// Forms ======================================================================
 
-       .dropdown-menu {
-               .border-radius(0);              
+.has-warning {
+       .help-block,
+       .control-label {
+               color: @brand-danger;
        }
 
-       .nav li.dropdown .dropdown-toggle .caret,
-       .nav .open .caret,
-       .nav .open .dropdown-toggle:hover .caret {
-               border-top-color: @black;
-               opacity: 1;
-       }
-               
-       .nav-collapse .nav li > a {
-               color: @textColor;
-               text-decoration: none;
-               font-weight: normal;    
-       }
-       
-       .nav-collapse .navbar-form,
-       .nav-collapse .navbar-search {
-               border-color: transparent;
-       }       
-       
-       .navbar-search .search-query,
-       .navbar-search .search-query:hover {
-               border: 1px solid @grayLighter;
-               color: @textColor;
-               .placeholder(@gray);
+       .form-control,
+       .form-control:focus {
+               border-color: @brand-danger;
        }
 }
 
-div.subnav {
-       background-color: @bodyBackground;
-       background-image: none;
-       @shadow: 0 1px 2px rgba(0,0,0,.25);
-       .box-shadow(@shadow);
-       .border-radius(0);
-       
-       .nav > li > a:hover,
-       .nav > .active > a,
-       .nav > .active > a:hover {
-               color: @textColor;
-               text-decoration: none;
-               font-weight: normal;
+.has-error {
+       .help-block,
+       .control-label {
+               color: @brand-primary;
        }
 
-       .nav > li:first-child > a,
-       .nav > li:first-child > a:hover {
-               .border-radius(0);
-       }       
-}
-
-// BUTTONS
-// -----------------------------------------------------
-
-.btn-primary {
-  .buttonBackground(lighten(@linkColor, 5%), @linkColor);
+       .form-control,
+       .form-control:focus {
+               border-color: @brand-primary;
+       }
 }
 
-// MODALS
-// -----------------------------------------------------
+.has-success {
+       .help-block,
+       .control-label {
+               color: @brand-success;
+       }
 
-.modal {
-       .border-radius(0px);
-       background: @bodyBackground;
+       .form-control,
+       .form-control:focus {
+               border-color: @brand-success;
+       }
 }
 
-.modal-header {
-       border-bottom: none;
-}
+// Navs =======================================================================
 
-.modal-header .close {
-       text-decoration: none;
-}
+.pagination {
 
-.modal-footer {
-       background: transparent;
-       .box-shadow(none);
-       border-top: none;
+       .active > a,
+       .active > a:hover {
+               border-color: #ddd;
+       }
 }
 
+// Indicators =================================================================
 
-// MISC
-// -----------------------------------------------------
+// Progress bars ==============================================================
 
-code, pre, pre.prettyprint, .well {
-       background-color: @grayLighter;
-}
+// Containers =================================================================
 
-.hero-unit {
-    .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
-       border: 1px solid rgba(0,0,0,.05);
-       .border-radius(0);
-}
+.jumbotron {
 
-.table-bordered, .well, .prettyprint {
-       .border-radius(0);
-}
+       h1, h2, h3, h4, h5, h6 {
+               font-family: @font-family-sans-serif;
+               font-weight: @headings-font-weight;
+               color: #000;
+       }
+}
\ No newline at end of file