X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=united%2Fbootswatch.less;h=11dec6802435a28cc89b06d0c8aa6f3e463234ff;hb=48c64127b37be4a692a70cb7b38ed9744163582b;hp=afa54f082ae89d5e0a9e799dcdbf83ab18f26dd6;hpb=65308f0e315b1c16fc9fcfeb4968583f5609f318;p=bootswatch diff --git a/united/bootswatch.less b/united/bootswatch.less old mode 100755 new mode 100644 index afa54f0..11dec68 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -1,88 +1,31 @@ -// Bootswatch.less -// Swatch: United +// United 3.0.1 +// Bootswatch // ----------------------------------------------------- -// TYPOGRAPHY -// ----------------------------------------------------- +@import url("//fonts.googleapis.com/css?family=Ubuntu"); -// Ubuntu web font -@import url(http://fonts.googleapis.com/css?family=Ubuntu); +// Navbar ===================================================================== -// NAVBAR -// ----------------------------------------------------- +// Buttons ==================================================================== -// Added dividers to items -.navbar .nav > li > a { - border-right: 1px solid #C03D14; - border-left: 1px solid #E6633A; -} +// Typography ================================================================= -// Lightened color of active item -.navbar .nav .active > a, -.navbar .nav .active > a:hover { - background-color: rgba(0,0,0,.2); -} +// Tables ===================================================================== -// Styled item divider -.navbar .divider-vertical { - background-color: inherit; - border-right: 0px solid #CE4213; -} +// Forms ====================================================================== -.navbar-search .search-query { - border: 1px solid darken(@navbarBackground, 15%); -} +// Navs ======================================================================= -.navbar .nav-collapse > .nav > li a { - color: @white; - border-left: 0px solid @orange; - border-right: 0px solid @orange; -} +.pagination { -.navbar .nav-collapse > .nav > li .dropdown-menu a { - color: @linkColor; - - &:hover { - color: @white; + .active > a, + .active > a:hover { + border-color: #ddd; } } -.navbar .nav-collapse > .nav > li a:hover { - background-color: #A6350F; -} +// Indicators ================================================================= -.navbar .nav-collapse .navbar-form, -.navbar .nav-collapse .navbar-search { - border-top: 0px solid @orange; - border-bottom: 0px solid @orange; - .box-shadow(none); -} - -// BUTTONS -// ----------------------------------------------------- - -// Reversed gradient on primary button -.btn-primary { - .buttonBackground(lighten(@primaryButtonBackground, 15%), @primaryButtonBackground); -} - -// Made warning button yellow since orange is taken -.btn-warning { - .buttonBackground(lighten(@yellow, 15%), @yellow); - - .caret { - border-top-color: @white; - .opacity(75); - } -} - - - -// ALERTS -// ----------------------------------------------------- - -// Removed text-shadow -.alert { - text-shadow: none !important; -} +// Progress bars ============================================================== +// Containers ================================================================= \ No newline at end of file