@import 'color.less'; /* primary_color : '#2B0C56', secondary_color : '#9397AD', //'#7F7290', '#DCF', third_color : '#e880b0', primary_text_color : '#333', link_text_color : '#726E96', link_texthover_color : '#e880b0', $('a').css('color', settings.link_text_color); $('a:hover').css('color', settings.link_texthover_color); $('.nav > li > a:hover').css('color', settings.link_texthover_color); $('.nav > li > a:hover').css('border-bottom', '2px solid ' + settings.link_texthover_color); $('#headerwrap').css('background-color', settings.primary_color); $('#showcase').css('background-color', settings.primary_color); $('#footerwrap').css('background-color', settings.secondary_color); $('#footerwrap h3, #footerwrap p').css('color', settings.primary_textcolor); */ body { background-color: #f2f2f2; font-family: "Open Sans"; /*Lato*/ font-weight: 300; font-size: 15px; color: #555; padding-top: 50px; -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch; } /* Titles */ h1, h2, h3, h4, h5, h6 { font-family: "Titillium Web"; /*"Raleway";*/ font-weight: 300; color: #333; } /* Paragraph & Typographic */ p { line-height: 28px; margin-bottom: 25px; } .centered { text-align: center; } small { color:#888; } /* Links */ a { color: @color-link-text; word-wrap: break-word; -webkit-transition: color 0.1s ease-in, background 0.1s ease-in; -moz-transition: color 0.1s ease-in, background 0.1s ease-in; -ms-transition: color 0.1s ease-in, background 0.1s ease-in; -o-transition: color 0.1s ease-in, background 0.1s ease-in; transition: color 0.1s ease-in, background 0.1s ease-in; } a:hover, a:focus { color: @color-link-hover; text-decoration: none; outline: 0; /*font-weight: bold;*/ } a:before, a:after { -webkit-transition: color 0.1s ease-in, background 0.1s ease-in; -moz-transition: color 0.1s ease-in, background 0.1s ease-in; -ms-transition: color 0.1s ease-in, background 0.1s ease-in; -o-transition: color 0.1s ease-in, background 0.1s ease-in; transition: color 0.1s ease-in, background 0.1s ease-in; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* ========================================================================== Wrap Sections ========================================================================== */ #headerwrap { background-color: @color-primary; padding-top: 60px; } #headerwrap h1 { margin-top: 30px; color: white; font-size: 70px; } #headerwrap h3 { color: white; font-size: 30px; } #headerwrap h5 { color: white; font-weight: 700; text-align: left; } #headerwrap p { text-align: left; color: white } /* intro Wrap */ #intro { padding-top: 50px; border-top: #bdc3c7 solid 5px; } #features { padding-top: 40px; padding-bottom: 50px; } #features .ac a{ font-size: 20px; } #features a.externalLink { font-size: 16px; } /* Showcase Wrap */ #showcase { display: block; background-color: @color-primary; /*#34495e;*/ padding-top: 50px; padding-bottom: 50px; } #showcase h1 { color: white; } #footerwrap { background-color: #2f2f2f; color: white; padding-top: 10px; padding-bottom: 20px; /*padding-top: 40px; padding-bottom: 60px;*/ text-align: left; background-color: @color-link-text; } #footerwrap h3 { font-size: 22px; color: white; } #footerwrap p { color: white; font-size: 15px; } /* Copyright Wrap */ #c { background: #222222; padding-top: 15px; text-align: right; } #c p { color: white } #c p a:hover { color: white } .carousel-indicators { bottom: 12px; } .btn-success { border-color: #24113F; background-color: @color-primary; } .navbar-default { background-color: #f8f8f8; border-color: rgba(181, 151, 223, 0.31); background-color: #1F1F20; /*24113F;*/ } .navbar-default .navbar-brand { color: #888; font-family: 'Titillium Web'; font-weight: normal; } .navbar > .container .navbar-brand { margin-left: -40px; margin-right: 40px; } .navbar-brand img { margin-top: -8px; } .navbar-default .navbar-nav > li > a { color: #DFDDDD; font-size: 1.0em; } .navbar-nav > li > a { font-size: 0.87em; padding-bottom: 10px; } .navbar-nav > li > a:hover { padding-bottom: 8px; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: white; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: rgba(231, 231, 231, 0.82); } .nav > li > a:hover { border-bottom: 2px solid @color-link-text; color: white; } blockquote { border-left: 5px solid #DEDEDE; } /* COLOR */ .white { color: white !important; } .white-bg { background-color: white !important; } /*body { background: @color-gray_dark; color: @color-gray_medium; } a { color:@color-red; } h1, h2, h3, h4, h5, h6 { color: @color-gray_dark; }*/ @media all and (max-width: 768px) { /* for tablet/mobile screens */ .navbar > .container .navbar-brand { /* margin-left: -40px; */ margin-right: 40px; width: 99%; } }