//////////////////////////////////////////////////////////////////// // // // Shared Styles // // // //////////////////////////////////////////////////////////////////// // Sticky Footer // ----------------------------------------------------------------- html, body { height: 100%; } .wrapper { display: table; table-layout: fixed; width: 100%; height: 100%; } .block { display: table-row; height: 1px; } .push { height: auto; height: 100% !important;} .push > .container-fluid { margin-top: $baseLineHeight * 1.2; margin-bottom: $baseLineHeight; } .container-fluid {max-width:1140px; margin: 0 auto;} a:hover, a:active, a:focus { outline:none; text-decoration: none; color:$linkColorHover;} select option {font-family: Arial, Helvetica} @media all and (min-width: $navbarCollapseWidth + 1) { #nav-main { float: right; > li > a { font-weight: 600; font-size: 18px; padding: 12px 0 6px; &.dropdown-toggle { padding-right: 15px; } margin-right: 22px; font-family: $titleFont; border-bottom: 5px solid #fff; &:hover { color: $accent; } b.caret { border: none; margin-top: 0; &:after { content: "\f107"; font-family: FontAwesome; display: inline-block; } } } > li.active { > a { color: $accent; } } > li.open { > a { color: $accent; } } > li { > .dropdown-menu { border-top: 5px solid $accent !important; margin-top: -5px;} } > li.dropdown > .dropdown-menu{ @include border-radius (0 0 3px 3px !important); border-top: 0; } > li:hover, > li.open, > li.active { > a { border-bottom: 5px solid $accent; } } > li:last-child { > a { margin-right: 0; } ul { left:auto; right:0; } } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { background: $accent; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background: $accent; } } } // Footer // ----------------------------------------------------------------- footer { vertical-align: bottom; // Sticky Footer font-size: 13px; background-color: $accent-sec; .container-fluid {padding-top: 15px;} .copy { color: #aaa; a { color: #aaa; &:hover, &:active, &:focus { color: $accent !important; } } } a { color:#fff; &:hover, &:active, &:focus {color:$linkColor;} } .logo-orange.pull-right.span3 { margin-top: 6px; text-align: right; } .logo-orange.pull-right.span3.admin { margin-top: -5px; } } // Brand // ----------------------------------------------------------------- .brand { margin:10px 0 10px 0; .name { font-weight: 700; color:lighten(#119ca4, 1%); font-size: 30px; letter-spacing:0.02em; .thin { font-weight: 400; color:#7f8a90; } } .tagline { color:lighten(#637072, 5%); font-size: 13px; letter-spacing:0.15em; } } // Popup // ----------------------------------------------------------------- .body_popup { min-width:780px} .popup h1 { text-align:center;} .treeview .popover {max-width: 380px; width: auto;} .treetable .popover {max-width: 380px; width: auto;} #categories-tree .popover {max-width: 450px; width: auto;} // Common Elements // ----------------------------------------------------------------- .meta {color: $grayDarker} .errors { clear: both; color:$red; list-style: none; padding:0; margin:0; font-size: 12px; } .asterisk {color: $linkColor;} label.required { padding-left:7px; margin-left:-7px; background:url("../images/asterisk.png") no-repeat 0 5px; } .empty, .table td.empty { padding:10px 0; text-align:center; font-style:italic; list-style:none; } .description, .hint, .preferred_size { font-size: 11px; color:$gray; line-height: normal; margin: 3px 0; } input.zip { width:60px;} .hidden {display:none !important;} .clear {clear: both;} // FORM // ----------------------------------------------------------------- form { fieldset { legend { color: lighten($black, 20%); padding: 0; font-weight:700; } } input[type="checkbox"], input[type="radio"] { margin: 0 5px 0 0; border:none; } dt > label { font-weight: bold; color: $grayDarker; } dd { label { display: inline-block; /*margin-right: 10px;*/} input, textarea, .uneditable-input { width: 100%; } input, textarea, select, .uneditable-input { @include box-sizing(border-box); } input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { height: $baseLineHeight + 10px; } input.date {width: 120px;} } textarea { overflow: auto; min-height: 110px; } .label_description { font-weight:normal; margin-left:10px; font-size: 11px; line-height: 12px; color:#666; } dd.date-time-range-group { tr:nth-child(odd) td {border-bottom: solid silver 1px} td { padding: 10px 5px; vertical-align: top; label { margin-top: 3px;} } } } input[type="text"], input[type="password"], input[type="tel"], select, textarea { border: 1px solid $inputBorder; padding: 3px; margin: 0; } select {width: auto;} input[type="checkbox"], input[type="radio"] {padding: 0;} .checkboxlist td { padding-right: 20px;} // Custom Forms // ----------------------------------------------------------------- .form_header { font-weight: 700; font-size: $baseFontSize * 1.4; line-height: $baseLineHeight * 2; border-bottom: 1px solid #e5e5e5; color: $headingsColor; } dl { margin: 0; > dd { margin:0 0 ($baseLineHeight / 2) 0;} } input.autocomplete_not_found {background-color:#FFDEDE} #submitGroup-element { margin:0; fieldset { padding:0; margin:0; border:0; } dl { text-align:center;} dd { display:inline-block;} } #admin-login-form #btnSubmit-element, form#stsauth-form #btnSubmit-element { text-align:center; margin:0; } // Captcha // ----------------------------------------------------------------- a.loading_captcha img {visibility:hidden} a.loading_captcha {background: url('../images/loading.gif') no-repeat center center} input.captcha {width:150px;} a.captcha_refresh {margin: 0 0 12px;} .captcha_refresh img { border: 1px solid $inputBorder; @include border-radius($inputBorderRadius);} .defaultHint_element {color:#656565;} // Spam protection: hidden field // ----------------------------------------------------------------- .alternative_email_address { display: none;} // Filters // ----------------------------------------------------------------- .filter_form, .sorter_form { margin-bottom: $baseLineHeight; dl { dt, dd { float:left; margin: 0 5px 0 0;} dd {margin: 0 10px 0 0;} dd#btnSearch-element, dd#btnCancel-element {padding-right: 0;} label { display:inline; line-height: $baseLineHeight * 1.2;} #query-element {width:300px;} } } #ecommerce-filter-form{ dd#query-element {width:270px;} dd#submitGroup-element{ /*clear: both; width: 100%;*/ fieldset{ dd{float: none;} } } dd#userId-element { width: 180px} } // DatePicker .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {margin-top: -0.9em !important; top: 50% !important; cursor: pointer;} // Pager // ----------------------------------------------------------------- .pagination .pull-left { line-height: 30px;} // Form Element Decorator FckEditor // ----------------------------------------------------------------- textarea.htmleditor {display:none;} div.htmleditor_preview { height:190px; overflow:auto; border:solid silver 1px; padding:2px; @include border-radius(3px); @include box-sizing(border-box); } div.ck_toolbar {padding:5px; text-align:right; @include box-sizing(border-box);} .ckeditor_edit div.ck_toolbar, .ckeditor_edit div.htmleditor_preview {display:none;} #loading-box { position: fixed; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; width: 50px; height: 50px; background: black; opacity: 0.8; cursor: pointer; z-index: 1000; @include border-radius(5px); } #loading-box div { width: 100%; height: 100%; background: url('../images/loading-black.gif') center center no-repeat; } .ui-datepicker-trigger { vertical-align:middle; cursor:pointer; margin:0 5px;} #btn-print { margin: -5px 0 0 10px;} // Debug Info // ----------------------------------------------------------------- #debug-container {color:black!important; background-color:white!important; padding-left: 10px} #debug-container pre {text-align:left!important; color:black!important; background-color:white!important;} #debug-container td, #debug-container th {border: 1px solid #999999; line-height: normal; padding: 1px 5px;} #debug-container th {text-align: center; background: #cccccc;} //#debug-container td {padding: 5px;} #debug-container div#debug_db_profiler table tr td pre {background-color: transparent!important; border: medium none; display: inline; margin: 0;} #debug-container div#debug_db_profiler td, #debug-container div#debug_db_profiler th {border: none;} #debug-container div#debug_db_profiler td.color_type div.colored_code, #debug-container div#debug_db_profiler td.format_type div.formatted_code {display: block;} #debug-container div#debug_db_profiler td.color_type div.formatted_code, #debug-container div#debug_db_profiler td.format_type div.colored_code, {display: none;} #debug-container div#debug_db_profiler td.format_type a, #debug-container div#debug_db_profiler td.color_type a { display: inline-block; width: 8px; } #debug-container .table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th { background-color: #FFFFD7; } // Reviews .review-submitted-block { padding: 20px !important; background: #eee !important; @include border-radius (10px !important); h4 { margin-bottom: 0 !important; font-weight: 400 !important; } } // Rating .rating { display: inline-block; white-space:nowrap; cursor: default; > span { display: inline-block; font-size: $baseFontSize + 4; color: #ccc; font-style: normal; cursor: default; &:before { display: inline-block; font-family: FontAwesome; } &.active { color: #FFC325; &:before { content:"\f005"; // color:#FEE720; } } &.half { color: #FFC325; &:before {content:"\f123"} } &.empty { &:before {content:"\f006"} } } &.editable { span.hover { color: #FEE720; &:before {content:"\f005"} } span:hover { &:before {content:"\f005"; color: #FEE720;} } } } form .rating span { cursor: pointer;} #rating-table td { padding-right: 20px;} .fa-calendar { margin-right: 3px;} .popover .btn { margin-right: 5px;}