/* style.less */ @error: #b94a48; .navbar { margin-bottom: 0; background-color: #f5f5f5; color: #404040 !important; z-index: 9999; border: 0; font-size: 20px !important; line-height: 1.42857143 !important; letter-spacing: 4px; border-radius: 0; } .navbar li a, .navbar .navbar-brand { color: #404040 !important; font-size: 14px !important; } .navbar-nav li a:hover, .navbar-nav li.active a { color: #f4511e !important; font-size: 14px !important; background-color: #fff !important; } .navbar-default .navbar-toggle { border-color: transparent; color: #fff !important; } /* Dropdown */ .open .dropdown-toggle { color: #000000 ; background-color: #555 !important; } /* Dropdown links */ .dropdown-menu li a { color: #000000 !important; } /* On hover, the dropdown links will turn red */ .dropdown-menu li a:hover { background-color: #f4511e !important; color: #000000 !important; } #footer { text-align: center; color: #428BCA; } .form-group { label.error { color: @error; } } #bg { position: fixed; top: 0; left: 0; /* Set up proportionate scaling */ width: 100%; height: auto; /* Set rules to fill background */ min-width: 100%; min-height: 100%; } .logo { height: 60px; } .logo-primary { font-size: 50px; } .logo-info { color: #5BC0DE; font-size: 50px; } .logo-success { color: #5CB85C; font-size: 50px; } .logo-danger { color: #D9534F; font-size: 50px; } .logo-warning { color: #F0AD4E; font-size: 50px; } .logo-small { font-size: 50px; }