//////////////////////////////////////////////////////////////////// // // // 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; // } body { background: #000 url('../images/body-bg.jpg') 0 0 fixed no-repeat; @media all and (min-width: 1920px) and (min-height: 1200px) { background-size: cover; } } .wrapper { max-width: 1250px; margin: 0 auto; background-color: transparent; } .box-shadow { @include box-shadow (0 0 10px rgba(0, 0, 1, 0.33)); z-index: 2; position: relative; background: #fff; > .container-fluid { background: #fff; padding: 40px 55px; } } .container-fluid {max-width:1250px; margin: 0 auto;} a:hover, a:active, a:focus { outline:none; text-decoration: none; color:$linkColorHover;} select option {font-family: Arial, Helvetica} .cms, .html_block_view { ul { margin-left: 0; li { left: 2em; padding-right: 2em; position: relative; } } p:last-child { margin-bottom: 0; } } // Footer // ----------------------------------------------------------------- footer { vertical-align: bottom; // Sticky Footer font-size: 12px; background-color: $black; margin-bottom: 40px; p + p { margin-bottom: 0; } a { color: #b09c8b; @include transition(.3s); &:hover { color: lighten(#b09c8b, 8%); } } .copy { font-size: 13px; font-weight: 400; line-height: 30px; color: white; text-transform: uppercase; margin-bottom: 5px; a { color: #fff; &:hover { color: $lightYellow; } } } .adapta { a { text-transform: none; color: $grayLighter; &:hover { color: $lightYellow; } } } .container-fluid { border-top: 5px solid $lightYellow; padding: 15px 15px 20px; @include box-shadow (0 0 10px rgba(0, 0, 1, 0.33)); } a { color:$textColor; &:hover {color:$linkColorHover;} } } // header header { .navbar-inner { padding: 0; background: transparent; background-image: none !important; .container-fluid { padding: 0; } } } // Brand // ----------------------------------------------------------------.- .navbar .brand { margin: 0; padding-left: 0; &__img { width: 80px; float: left; margin-right: 15px; } &__name { margin-top: 10px; font-family: "Oswald"; font-size: 20px; line-height: 24px; color: $yellow; font-weight: 700; white-space: nowrap; margin-bottom: 2px; display: block; span { color: white; font-weight: 300; } } &__description { color: white; font-family: "Oswald"; font-size: 15px; line-height: 24px; font-weight: 400; white-space: nowrap; display: block; span { //font-weight: 700; } } } // Popup // ----------------------------------------------------------------- .body_popup { min-width:780px} .popup h1 { text-align:center;} .treeview .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; li { font-size: 12px; line-height: 1.2; } } .asterisk {color: $linkColor;} label{ &.required { position: relative; z-index: 1; //padding-left:7px; //margin-left:-7px; //background:url("../images/asterisk.png") no-repeat 0 5px; //&:before{ // content: '*'; // display: inline-block; // position: absolute; // left: -10px; // top: 1px; // color: #e4c77b; // font-size: 1em; //} &:after { content: '*'; display: inline-block; color: #e4c77b; font-size: 1em; } } } .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: $inputHeight; } 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 * 1.4; border-bottom: 1px solid #e5e5e5; color: $accent; } 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; } #admin-login-form #formHeader-element, #admin-login-form #links-element { text-align:center; } #admin-login-form #formHeader-element { margin-bottom: 20px; font-weight: 700; font-size: $baseFontSize * 1.4; line-height: $baseLineHeight * 1.4; color: $grayDarker; } #admin-login-form #links-element { margin-top: 10px; } // 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 10px 10px 0; width: auto; } dd#query-element {width: 500px;} dd#btnSearch-element, dd#btnCancel-element {padding-right: 0;} label { display:inline; line-height: $baseLineHeight * 1.5;} } } #form_contact_admin-filter-form { dd#query-element {width:550px;} } #user-filter-form { dd#query-element {width:250px;} } #library-filter-form { dd#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;} .htmleditor_modal {width:950px} .htmleditor-not-empty i {color:black} #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 // ----------------------------------------------------------------- #qsf-debug-container {color:black!important; background-color:white!important;margin-top: 93px;} #qsf-debug-container pre {text-align:left!important; color:black!important; background-color:white!important;} #qsf-debug-container td, #qsf-debug-container th {border: 1px solid #000000;} #qsf-debug-container th {text-align: center; padding: 5px 10px; background: #cccccc;} #qsf-debug-container td {padding: 5px;} #qsf-debug-container div#debug_db_profiler table tr td pre {background-color: transparent!important; border: medium none; display: inline; margin: 0;} #qsf-debug-container div#debug_db_profiler td, #qsf-debug-container div#debug_db_profiler th {border: none;} #qsf-debug-container div#debug_db_profiler td.color_type div.colored_code, #qsf-debug-container div#debug_db_profiler td.format_type div.formatted_code {display: block;} #qsf-debug-container div#debug_db_profiler td.color_type div.formatted_code, #qsf-debug-container div#debug_db_profiler td.format_type div.colored_code {display: none;} #qsf-debug-container div#debug_db_profiler td.format_type a, #qsf-debug-container div#debug_db_profiler td.color_type a { display: inline-block; width: 8px; } #qsf-debug-container .table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th { background-color: #FFFFD7; } .preview-page { color: #fff; background-color: #B60000; text-align: center; font-weight: bold; font-size: 16px; line-height: 28px; } /* License View */ tr.highlighted td {background-color: $tableBackgroundAccent;}