Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Color variables (appears count calculates by raw css)
- @color0: #ffffff; // Appears 3 times
- @color1: #f3f3f3; // Appears 3 times
- @color2: #e0dede; // Appears 2 times
- @color3: #dddddd; // Appears 2 times
- @color4: #ce4e45; // Appears 2 times
- @color5: #a4a4a4; // Appears 2 times
- // Width variables (appears count calculates by raw css)
- @width2: 100%; // Appears 9 times
- @width4: 16px; // Appears 2 times
- @width6: 10px; // Appears 4 times
- // Height variables (appears count calculates by raw css)
- @height2: 16px; // Appears 3 times
- @height3: 10px; // Appears 2 times
- .woo-vpf-hidden {
- display:none !important;
- }
- .woo-vpf-processing {
- cursor:wait;
- opacity:0.6;
- * {
- cursor:wait;
- }
- }
- .woo-vpf-clearfix {
- clear:both;
- float:none;
- }
- .woo-vpf-error {
- color: red;
- * {
- color: red;
- }
- .chosen-container-single {
- .chosen-single {
- border-color:red;
- }
- }
- input[type="text"] {
- border-color:red;
- }
- select {
- border-color:red;
- }
- }
- .woo-vpf-field {
- position:relative;
- select {
- margin:0;
- width:@width2;
- }
- input {
- margin:0;
- width:@width2;
- }
- .chosen-container {
- width:@width2 !important;
- }
- input[type="submit"] {
- cursor:pointer;
- display:block;
- margin:0 auto;
- width:auto;
- }
- .woo-vpf-reset-search {
- font-size: 0.8em;
- font-weight: bold;
- }
- }
- .widget-woo-vpf-filter {
- * {
- box-sizing:border-box;
- }
- .woo-vpf-field {
- select {
- &:disabled {
- opacity:0.6;
- }
- }
- }
- }
- .woo-vpf-filter-horizontal {
- .woo-vpf-field {
- float:left;
- margin: 0 10px 5px 0;
- width:auto;
- .woo-vpf-reset-search {
- margin:5px 0;
- }
- }
- .woo-vpf-field.woo-vpf-field-submit {
- margin:0;
- }
- }
- .woo-vpf-filter-vertical {
- .woo-vpf-field {
- display:block;
- margin: 0 0 10px 0;
- width:@width2;
- .woo-vpf-reset-search {
- position: absolute;
- right: 0;
- top: 0;
- }
- }
- }
- .woo-vpf-product-tab {
- table {
- width:@width2;
- }
- thead {
- th {
- border-bottom:1px @color2 dotted;
- font-size:15px;
- font-weight:bold;
- padding-bottom:5px;
- padding:0;
- }
- }
- tfoot {
- th {
- border-bottom:none;
- font-size:15px;
- font-weight:bold;
- padding-top:5px;
- padding:0;
- }
- }
- td {
- border-bottom:1px @color2 dotted;
- padding:5px 0;
- }
- }
- .woo-vpf-loader {
- background: rgba(0, 0, 0, 0.1) url("../images/ajax-loader.gif") no-repeat scroll 50% 50%;
- display: none;
- height: 100%;
- left: 0;
- position: absolute;
- top: 0;
- width: @width2;
- z-index: 22;
- }
- .woo-vpf-mv-container {
- clear:both;
- display:block;
- line-height:normal;
- max-width:600px;
- position:relative;
- text-align:left;
- * {
- box-sizing:border-box;
- }
- .mv-inner {
- background: @color0;
- border-radius: 2px;
- border: 1px solid @color3;
- box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
- display:block;
- position:relative;
- .mv-section {
- border-top:1px solid @color3;
- padding:10px;
- &:first-child {
- border-top:none;
- }
- .mv-header {
- color: #8c8c8c;
- margin-bottom: 15px;
- padding:0 35px 10px 0;
- position:relative;
- width: @width2;
- &:after {
- background: url("../images/icons-sprite.png") no-repeat scroll 0 0;
- border-bottom: 1px solid @color1;
- content: "";
- height: 30px;
- position: absolute;
- right: 0;
- top: 0;
- width: 30px;
- }
- .mv-title {
- font-size:0.9em;
- font-weight:600;
- padding:0 0 5px 0;
- }
- .mv-description {
- font-size:0.8em;
- }
- }
- .mv-actions {
- padding:10px 0 0 0;
- }
- }
- .mv-section-vehicles-saved {
- background:@color0;
- .mv-header {
- &:after {
- background-position: 0 0;
- }
- }
- .mv-actions {
- border-top:1px solid @color1;
- }
- }
- .mv-section-vehicles-history {
- background:@color1;
- .mv-header {
- &:after {
- background-position: -70px 0;
- }
- }
- .mv-actions {
- border-top:1px solid #e2e2e2;
- }
- }
- .mv-items {
- .mv-no-item {
- color: @color4;
- font-size: 1em;
- font-weight: bold;
- margin:0 0 10px 0;
- text-align: center;
- }
- ul {
- color: #393939;
- display: table;
- font-size:1em;
- font-weight: 700;
- margin:0;
- padding:0 10px;
- width: @width2;
- li {
- display: table-row;
- .mv-item-col {
- display: table-cell;
- padding: 0 0 15px 0;
- vertical-align: middle;
- .mv-lnk {
- background-position:0 0;
- background-repeat:no-repeat;
- background: url("../images/icons-sprite.png") no-repeat scroll 0 0;
- cursor: pointer;
- display:inline-block;
- font-size:0;
- height:@height2;
- margin:0 2px 0 0;
- padding:0;
- text-decoration: none;
- vertical-align: middle;
- width:@width4;
- &:last-child {
- margin-right:0;
- }
- &:hover {
- text-decoration: none;
- }
- }
- .mv-lnk.mv-lnk-disable {
- cursor: default;
- opacity: 0.2;
- }
- .mv-lnk.mv-lnk-save {
- background-position: -205px 0;
- &:hover {
- background-position: -205px -39px;
- }
- }
- .mv-lnk.mv-lnk-browse {
- background-position: -163px 0;
- &:hover {
- background-position: -163px -39px;
- }
- }
- .mv-lnk.mv-lnk-delete {
- background-position: -185px 0;
- &:hover {
- background-position: -185px -39px;
- }
- }
- }
- .mv-item-title {
- label {
- display: inline-block;
- vertical-align: middle;
- .mv-item-radio {
- background: url("../images/icons-sprite.png") no-repeat scroll -226px 0;
- cursor: pointer;
- float: left;
- height: @height2;
- width: @width4;
- &:hover {
- background-position:-226px -39px;
- }
- }
- b {
- float: left;
- font-weight:600;
- padding: 0 0 0 10px;
- }
- }
- }
- .mv-item-actions {
- text-align:right;
- width:65px;
- }
- }
- li.mv-active {
- .mv-item-title {
- label {
- .mv-item-radio {
- background-position:-226px -39px;
- }
- }
- }
- }
- }
- }
- }
- .mv-add-vehicle {
- color: @color5;
- cursor: pointer;
- display: inline-block;
- float:left;
- font-size:0.9em;
- font-weight: 600;
- margin:0;
- padding:0;
- &:before {
- background-position: -247px 0;
- background: url("../images/icons-sprite.png") no-repeat scroll 0 0;
- content: "";
- float:left;
- height: @height3;
- margin: 3px 3px 0 0;
- width: @width6;
- }
- &:hover {
- before {
- background-position: -247px -39px;
- }
- }
- }
- .mv-clear-history {
- color: @color5;
- cursor: pointer;
- display: inline-block;
- float:right;
- font-size:0.9em;
- font-weight: 600;
- margin:0;
- padding:0;
- &:before {
- background-position: -262px 0;
- background: url("../images/icons-sprite.png") no-repeat scroll 0 0;
- content: "";
- float:left;
- height: @height3;
- margin: 3px 3px 0 0;
- width: @width6;
- }
- &:hover {
- before {
- background-position: -262px -39px;
- }
- }
- }
- }
- .woo-vpf-mv-container>.mv-header {
- cursor:pointer;
- position: relative;
- &: {
- after {
- background: url("../images/icons-sprite.png") no-repeat scroll -278px 0;
- content: "";
- height: 6px;
- margin-top: -2px;
- position: absolute;
- right: 0;
- top: 50%;
- width: @width6;
- }
- }
- &:hover {
- {
- after {
- background-position: -278px -39px;
- }
- }
- .mv-icon {
- background-position: -137px -39px;
- .mv-counter {
- background: @color4;
- }
- }
- }
- .mv-icon {
- background: url("../images/icons-sprite.png") no-repeat scroll -137px 0;
- display:inline-block;
- height:@height2;
- margin:0 5px 0 0;
- padding:0 0 0 21px;
- position:relative;
- vertical-align: middle;
- width:auto;
- .mv-counter {
- background-color: #7ea94c;
- border-radius: 2px;
- color: @color0;
- font-size: 8px;
- font-weight: bold;
- line-height: 1.5;
- min-width: @width6;
- padding: 0 2px;
- position: absolute;
- right: -4px;
- text-align: center;
- top: -6px;
- vertical-align:middle;
- }
- }
- .mv-title {
- display: inline-block;
- font-size:0.9em;
- font-weight:bold;
- vertical-align: middle;
- }
- }
- .woo-vpf-mv-container.mv-has-expandable-wrapper {
- .mv-inner {
- display:none;
- margin:15px 0 0 0;
- }
- }
- .woo-vpf-mv-container.mv-has-flyout-wrapper {
- .mv-inner {
- display:none;
- margin:15px 0 0 0;
- min-width:450px;
- position:absolute;
- width:@width2;
- z-index:999;
- }
- }
- #cboxTitle {
- font-size:0.9em;
- font-weight:bold;
- }
- #colorbox {
- overflow:visible !important;
- }
- #cboxOverlay {
- overflow:visible !important;
- }
- #cboxWrapper {
- overflow:visible !important;
- }
- #cboxLoadedContent {
- overflow:visible !important;
- }
- .woo-vpf-modal {
- padding:20px 10px 10px;
- .woo-vpf-modal-desc {
- p {
- font-size:1em;
- line-height:noamrl;
- margin:0 0 10px 0;
- padding:0;
- }
- }
- .woo-vpf-field.woo-vpf-field-submit {
- margin-bottom:0;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment