123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515 |
- /**
- * @version 7.10 [rev.7.10.04]
- */
- /* CODE TEXTAREA */
- textarea.textarea-code {
- font-family: Monaco, Consolas, monospace;
- font-size: 12px;
- line-height: 14px;
- background-color: #FAF8CC;
- }
- /* TABLES */
- .table caption {
- text-align: center;
- padding: 3px 15px;
- margin-bottom: 7px;
- }
- .table .size-large {
- width: 36%;
- }
- .table .size-medium {
- width: 24%;
- }
- .table .size-small {
- width: 18%;
- }
- .table .size-mini {
- width: 12%;
- }
- .table .size-tiny {
- width: 4%;
- }
- .table .td-sm {
- font-weight: normal !important;
- font-size: 85%;
- }
- /* SALE BOX PARTIAL */
- .table-sale > caption {
- line-height: 28px;
- margin-bottom: 0;
- padding: 1px 3px 5px;
- }
- .table-sale > thead > tr > th {
- font-size: 85%;
- font-weight: 400;
- border-bottom: 1px dotted #ddd;
- padding: 5px;
- }
- .table-sale > tbody > tr > td {
- border-top: 0 none;
- padding: 5px;
- }
- .table-small > thead > tr > th {
- font-size: 85%;
- font-weight: 400;
- border-bottom: 1px dotted #ddd;
- }
- .table-small > caption {
- line-height: 28px;
- margin-bottom: 0;
- padding: 1px 3px 5px;
- }
- .table-small > tbody > tr > td {
- border-top: 0 none;
- }
- .table-sm td {
- font-size: 85%;
- }
- .table .checkbox,
- .table .radio {
- margin-top: 0;
- padding-bottom: 10px;
- }
- /* navbar form */
- .navbar-form {
- margin-top: 0;
- }
- /* filtering navbar */
- .navbar-filter {
- margin-bottom: 15px;
- padding-bottom: 5px;
- }
- /* CAROUSEL CONTROL */
- .carousel-control {
- padding-top: 10%;
- width: 5%;
- }
- .carousel-control.left,
- .carousel-control.right {
- background-image: none;
- }
- .carousel .item {
- padding-top: 15px;
- padding-bottom: 15px;
- overflow: hidden;
- }
- .carousel-control .glyphicon-chevron-left,
- .carousel-control .icon-prev {
- left: 0;
- }
- .carousel-control .glyphicon-chevron-right,
- .carousel-control .icon-next {
- right: 0;
- }
- /* media thumbnail divs on the listing setup page */
- .jq-thumbs {
- overflow: hidden;
- }
- div.jq-thumb {
- overflow: hidden;
- float: left;
- padding: 5px;
- margin: 16px 5px 5px 0;
- background-color: #f0f0f0;
- border: 1px solid #ddd;
- border-radius: 4px;
- }
- div.jq-thumb div.thumb-image {
- height: 80px;
- width: 80px;
- vertical-align: middle;
- text-align: center;
- }
- div.jq-thumb div.jq-thumb-delete {
- padding-top: 8px;
- text-align: center;
- }
- div.jq-thumb div.jq-thumb-delete img {
- cursor: pointer;
- }
- /* scrollable well */
- .well-scrollable {
- max-height: 300px;
- overflow-y: scroll;
- }
- /* form elements */
- label {
- font-weight: normal;
- }
- .input-tiny,
- .input-mini,
- .input-small,
- .input-default,
- .input-medium,
- .input-large,
- .input-xlarge {
- display: inline-block;
- }
- /* override form control css for radio buttons and checkboxes */
- input[type="radio"],
- input[type="checkbox"] {
- width: inherit;
- height: inherit;
- }
- .radio, .checkbox {
- padding-left: 20px;
- }
- /* category selector form element */
- .form-boxes select {
- margin: 8px 5px 0 0;
- }
- /* date and date/time form elements */
- .element-date,
- .date-time {
- cursor: pointer;
- background-color: #f8f8f8 !important;
- }
- /* LABELS AND BADGES */
- .label {
- display: inline-block;
- padding: 4px 7px;
- font-weight: normal;
- font-size: 85%;
- }
- .label-text {
- color: #000;
- }
- .label-open {
- background-color: #41A317;
- }
- .label-closed {
- background-color: #E42217;
- }
- .label-scheduled {
- background-color: #157DEC;
- }
- .label-preferred {
- background-color: #006B47;
- }
- .label-verified {
- background-color: #149414;
- }
- .label-live-mode {
- background-color: #57a957;
- }
- .label-account-mode {
- background-color: #5897fb;
- }
- .label-store-info {
- background-color: #85B0BE;
- }
- .label-seller {
- background-color: #24A8B1;
- }
- .label-buyer {
- background-color: #E36056;
- }
- .label-draft {
- background-color: #2c8c00;
- }
- .label-pending {
- background-color: #80808d;
- }
- .label-declined {
- background-color: #A52A2A;
- }
- .label-withdrawn {
- background-color: #98AFC7;
- }
- .label-listin-site {
- background-color: #2B60DE;
- }
- .label-listin-store {
- background-color: #1200A2;
- }
- .label-listin-both {
- background-color: #DE2A60;
- }
- .label-featured {
- background-color: #F75D59;
- }
- .label-offer {
- background-color: #1f9f50;
- }
- .label-counter {
- background-color: #830f03;
- }
- .price-offer {
- font-size: 18px;
- }
- /* counter offer button */
- .btn-counter {
- background-color: #003580;
- color: #fff;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) !important;
- }
- /* css for timepicker */
- .ui-timepicker-div .ui-widget-header {
- margin-bottom: 8px;
- }
- .ui-timepicker-div dl {
- text-align: left;
- }
- .ui-timepicker-div dl dt {
- height: 25px;
- margin-bottom: -25px;
- }
- .ui-timepicker-div dl dd {
- margin: 0 10px 10px 65px;
- }
- .ui-timepicker-div td {
- font-size: 90%;
- }
- .ui-tpicker-grid-label {
- background: none;
- border: none;
- margin: 0;
- padding: 0;
- }
- .ui-timepicker-rtl {
- direction: rtl;
- }
- .ui-timepicker-rtl dl {
- text-align: right;
- }
- .ui-timepicker-rtl dl dd {
- margin: 0 65px 10px 10px;
- }
- /* listing preview fees total field */
- .fees-total {
- border-top: 1px dashed #ccc;
- padding-top: 8px;
- font-size: 18px;
- }
- /* block quotes custom css */
- .bq {
- border-left: 5px solid #eee;
- margin: 20px 0;
- padding: 15px 30px 15px 15px;
- }
- .bq-info {
- background-color: #F0F7FD;
- border-left-color: #D0E3F0;
- }
- .bq-success {
- background-color: #E8FFE8;
- border-left-color: #98D798;
- }
- .bq-alert {
- background-color: #F2DEDE;
- border-left-color: #B94A48;
- }
- /* reputation stars text colors */
- .star-yellow {
- color: #FDD017;
- }
- .star-green {
- color: #41A317;
- }
- .star-blue {
- color: #1569C7;
- }
- .star-red {
- color: #E42217;
- }
- .star-gold {
- color: #D4A017;
- }
- /* reputation details page user box */
- .user-box {
- margin-bottom: 20px;
- border: 1px solid #ddd;
- border-radius: 4px;
- padding: 8px 16px;
- }
- .user-box img {
- background-color: #FFFFFF;
- border: 1px solid rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- padding: 4px;
- }
- .user-box .lead {
- margin-bottom: 0;
- }
- /* sale status flags */
- .flag-pending {
- color: #bbb;
- }
- .flag-success {
- color: #468847;
- }
- .flag-pay-arrival {
- color: #4d5688;
- }
- .flag-failed {
- color: #b94a48;
- }
- .flag-na {
- color: #3a87ad;
- }
- /* language selector widget */
- ul.lang-selector li {
- float: left;
- padding: 0 2px;
- }
- /* PADDINGS */
- .pdl-5 {
- padding-left: 5px;
- }
- .pdl-10 {
- padding-left: 10px;
- }
- .pdl-20 {
- padding-left: 20px;
- }
- .pdl-30 {
- padding-left: 30px;
- }
- .pdl-40 {
- padding-left: 40px;
- }
- .pdl-50 {
- padding-left: 50px;
- }
- .pdr-5 {
- padding-right: 5px;
- }
- .pdr-10 {
- padding-right: 10px;
- }
- .pdr-20 {
- padding-right: 20px;
- }
- .pdr-30 {
- padding-right: 30px;
- }
- .pdr-40 {
- padding-right: 40px;
- }
- .pdr-50 {
- padding-right: 50px;
- }
- .pdt-5 {
- padding-top: 5px;
- }
- .pdt-10 {
- padding-top: 10px;
- }
- .pdt-20 {
- padding-top: 20px;
- }
- .pdt-30 {
- padding-top: 30px;
- }
- .pdt-40 {
- padding-top: 40px;
- }
- .pdt-50 {
- padding-top: 50px;
- }
- .pdb-5 {
- padding-bottom: 5px;
- }
- .pdb-10 {
- padding-bottom: 10px;
- }
- .pdb-20 {
- padding-bottom: 20px;
- }
- .pdb-30 {
- padding-bottom: 30px;
- }
- .pdb-40 {
- padding-bottom: 40px;
- }
- .pdb-50 {
- padding-bottom: 50px;
- }
- /* MARGINS */
- .mgl-5 {
- margin-left: 5px;
- }
- .mgl-10 {
- margin-left: 10px;
- }
- .mgl-20 {
- margin-left: 20px;
- }
- .mgl-30 {
- margin-left: 30px;
- }
- .mgl-40 {
- margin-left: 40px;
- }
- .mgl-50 {
- margin-left: 50px;
- }
- .mgr-5 {
- margin-right: 5px;
- }
- .mgr-10 {
- margin-right: 10px;
- }
- .mgr-20 {
- margin-right: 20px;
- }
- .mgr-30 {
- margin-right: 30px;
- }
- .mgr-40 {
- margin-right: 40px;
- }
- .mgr-50 {
- margin-right: 50px;
- }
- .mgt-5 {
- margin-top: 5px;
- }
- .mgt-10 {
- margin-top: 10px;
- }
- .mgt-20 {
- margin-top: 20px;
- }
- .mgt-30 {
- margin-top: 30px;
- }
- .mgt-40 {
- margin-top: 40px;
- }
- .mgt-50 {
- margin-top: 50px;
- }
- .mgb-5 {
- margin-bottom: 5px;
- }
- .mgb-10 {
- margin-bottom: 10px;
- }
- .mgb-20 {
- margin-bottom: 20px;
- }
- .mgb-30 {
- margin-bottom: 30px;
- }
- .mgb-40 {
- margin-bottom: 40px;
- }
- .mgb-50 {
- margin-bottom: 50px;
- }
- /* lists reset */
- ul {
- display: block;
- list-style-type: disc;
- margin: 1em 0;
- padding-left: 40px;
- }
- ol {
- display: block;
- list-style-type: decimal;
- margin: 1em 0;
- padding-left: 40px;
- }
- ul ul, ol ul {
- list-style-type: circle;
- padding-left: 20px;
- margin-top: 1em;
- margin-bottom: 1em;
- }
- ol ol, ul ol {
- list-style-type: lower-roman;
- padding-left: 20px;
- margin-top: 1em;
- margin-bottom: 1em;
- }
- /* masonry plugin css */
- .masonry .item {
- margin-bottom: 15px;
- padding-left: 0;
- padding-right: 0;
- }
- .masonry h2 {
- margin-bottom: 5px;
- }
- .masonry .category-title {
- border-radius: 3px;
- border: 1px solid #eee;
- max-width: 180px;
- height: 180px;
- position: relative;
- }
- .masonry .category-title a {
- background-color: #f0f0f0;
- width: 100%;
- padding: 4px 8px;
- opacity: 0.7;
- position: absolute;
- bottom: 0;
- left: 0;
- }
- /* browse page and mobile search box */
- .btn-icon-search.form-control-feedback {
- pointer-events: auto;
- }
- .btn-icon-search.form-control-feedback:hover {
- cursor: pointer;
- }
- /* create / edit listing page(s) */
- .product-thumb .thumbnail {
- margin-bottom: 0;
- }
- /* magnific popup */
- .mfp-inline-holder .mfp-content,
- .mfp-ajax-holder .mfp-content {
- width: auto !important;
- }
- /* details page main image and thumbnails for slick carousel */
- #jq-mainImage .item {
- margin: 5px 0;
- text-align: center;
- cursor: pointer;
- }
- #jq-mainImage iframe {
- display: block;
- width: 100%;
- }
- #jq-thumbnails .item {
- padding: 0;
- margin: 5px;
- text-align: center;
- cursor: pointer;
- }
- /* home page slider slick carousel */
- .jq-slider .img-advert {
- display: block;
- width: 100%;
- height: auto;
- }
- .jq-slider {
- margin-bottom: 60px;
- }
- /* listing details view file - description tabs */
- .description-tabs {
- margin-top: 40px;
- }
- /* definition lists */
- .dl-horizontal dd {
- margin-bottom: 10px;
- }
- /* used in the listing details page */
- .details-content .dl-horizontal dt {
- width: 150px;
- font-size: 95%;
- }
- .details-content .dl-horizontal dd {
- margin-left: 165px;
- }
- form .dl-horizontal dd.desc {
- margin-bottom: 10px;
- font-size: 18px;
- font-weight: 500;
- }
- /* listing details page */
- .product .thumbnail {
- padding: 0;
- }
- .product .thumbnails {
- margin-bottom: 0;
- }
- .product .thumbnails .img-thumbnail {
- border: none;
- padding: 0;
- width: 100%;
- }
- .product .thumbnail > img {
- border-radius: 2px;
- *display: inline-block;
- }
- .product .jq-thumb {
- margin-top: 10px;
- }
- .product .jq-thumb li {
- margin-left: 16px;
- margin-bottom: 12px;
- float: left;
- }
- .product .spacer {
- border-bottom: 1px solid #eee;
- margin-bottom: 8px;
- margin-top: 10px;
- }
- .product .tab-content {
- padding: 15px 10px;
- min-height: 300px;
- }
- .actions {
- margin-top: 30px;
- }
- .actions .details-tabs {
- border-bottom: none;
- margin-bottom: 0;
- margin-left: 20px;
- }
- .actions .details-tabs > li {
- margin-bottom: -1px;
- }
- .actions .nav > li > a {
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .nav-tabs > li.active > a,
- .nav-tabs > li.active > a:hover,
- .nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #f6f6f6;
- }
- .actions .details-tabs > .active > a,
- .actions .details-tabs > .active > a:hover,
- .actions .details-tabs > .active > a:focus {
- border: 1px solid #ddd;
- border-bottom-color: transparent;
- }
- .actions .details-content {
- border: 1px solid #dddddd;
- border-radius: 4px;
- padding: 16px 10px 12px;
- min-height: 308px;
- background: #f7f7f7;
- }
- .actions .nav-tabs {
- margin-bottom: 0;
- }
- .fees-desc {
- padding: 8px 10px;
- }
- .current-bid span.bids-number {
- float: right;
- margin-right: 40px;
- }
- .current-price {
- margin-left: 20px;
- color: #248EC7;
- }
- .current-price span.number-bids {
- float: right;
- margin-right: 32px;
- }
- .your-bid {
- text-align: center;
- }
- .purchase dt.bid {
- color: #248EC7;
- }
- .purchase dt.buy {
- color: #64ae3c;
- }
- .purchase dt.offer {
- color: #fc9200;
- }
- .purchase .btn {
- margin-right: 10px;
- float: right;
- }
- .purchase span {
- margin-right: 10px;
- }
- .time span {
- color: #a90068;
- }
- span.closed {
- color: #C11B17;
- }
- .buyout-amount {
- color: #4083A9;
- }
- .under-reserve-amount {
- color: #c11b17;
- }
- .over-reserve-amount {
- color: #008000;
- }
- .shipping-calculator {
- border-bottom: 1px solid #e5e5e5;
- margin-bottom: 20px;
- padding-bottom: 20px;
- }
- .btn-sidebar {
- display: none;
- }
- .invoice-logo {
- max-width: 400px;
- margin-bottom: 24px;
- }
- /* featured items box */
- .featured {
- background: #f6f6f6;
- position: relative;
- border: 1px solid #ddd;
- padding: 10px 3%;
- margin-bottom: 24px;
- overflow: hidden;
- }
- .ui-autocomplete-input {
- font-size: inherit;
- }
- div.category-breadcrumbs > a {
- display: inline;
- font-weight: bold;
- }
- /* browse pages - view switch buttons */
- #list {
- display: inline-block;
- background: url(../img/browse-sprite.png) -31px 0 no-repeat;
- width: 30px;
- height: 22px;
- float: left;
- text-indent: -9999px;
- /*margin: 0 5px;*/
- }
- #list:hover {
- background-position: -31px -23px;
- }
- #grid {
- display: inline-block;
- background: url(../img/browse-sprite.png) 0 0 no-repeat;
- width: 30px;
- height: 22px;
- float: left;
- text-indent: -9999px;
- margin: 0 5px;
- }
- #grid:hover {
- background-position: 0 -23px;
- }
- .list .img-thumbnail,
- .grid .img-thumbnail {
- box-shadow: 1px 1px 1px #eee;
- width: 100%;
- }
- /* listing title */
- .list .title h3,
- .grid .title h3 {
- margin: 0;
- padding: 0;
- font-size: 18px;
- line-height: 18px;
- }
- /* listing subtitle */
- .list .title p,
- .grid .title p {
- font-size: 14px;
- font-weight: normal;
- color: #999;
- height: 40px;
- overflow: hidden;
- padding: 5px 0 0;
- }
- .list .price,
- .grid .price {
- display: inline-block;
- float: right;
- font-size: 18px;
- font-weight: bold;
- }
- .list .bids,
- .list .ends,
- .list .reserve,
- .list .quantity,
- .grid .bids,
- .grid .ends,
- .grid .reserve,
- .grid .quantity {
- display: inline-block;
- float: right;
- clear: right;
- font-size: 12px;
- }
- .list .owner,
- .grid .owner {
- float: left;
- width: 100%;
- height: 38px;
- position: relative;
- overflow: hidden;
- color: #666;
- font-size: 90%;
- }
- /* list box display */
- .list {
- width: 100%;
- display: block;
- overflow: hidden;
- }
- .list .image {
- display: inline;
- float: left;
- margin-right: 2%;
- width: 20%;
- margin-left: 0;
- }
- .list .description {
- display: inline;
- float: left;
- width: 78%;
- }
- .list .stats {
- border-top: 1px dotted #ccc;
- margin-top: 16px;
- padding-top: 4px;
- width: 100%;
- }
- .list .description .title {
- float: left;
- margin-right: 10px;
- position: relative;
- height: 85px;
- overflow: hidden;
- width: 74%;
- }
- .list .bids,
- .list .ends,
- .list .reserve,
- .list .quantity {
- clear: right;
- }
- .list .reserve {
- color: #8F0000;
- font-style: italic;
- }
- .listings .list {
- border-bottom: 1px dotted #ddd;
- padding: 6px 0;
- margin: 6px 0;
- }
- /* home page list/grid */
- .home-page .list .image {
- width: 16%;
- }
- .home-page .list .description {
- width: 82%;
- }
- /* grid box display */
- /* default will accept 4 boxes per row and 2 on smartphones (col-sm-3 :: col-xs-6) */
- .grid {
- float: left;
- position: relative;
- min-height: 1px;
- width: 25%;
- padding-top: 6px;
- margin-top: 15px;
- margin-bottom: 15px;
- overflow: hidden;
- padding-left: 15px;
- padding-right: 15px;
- }
- .grid .image {
- text-align: center;
- padding: 0 6px;
- margin-bottom: 7px;
- }
- .grid .description {
- height: 90px;
- overflow: hidden;
- }
- .grid .description .title {
- height: 36px;
- overflow: hidden;
- margin: 6px;
- }
- .grid .title a {
- color: #999;
- font-size: 14px;
- font-weight: normal;
- }
- .grid .title p,
- .grid .owner,
- .grid .bids {
- display: none;
- }
- .grid .price {
- float: left;
- padding: 0 5px;
- font-weight: bold;
- font-size: 16px;
- /*margin-top: 10px;*/
- }
- .grid .ends {
- clear: both;
- }
- /* recently viewed box */
- .recently-viewed {
- background-color: #f2f2f2;
- border: 1px solid #ddd;
- margin: 12px 0 24px;
- overflow: hidden;
- position: relative;
- }
- .recently-viewed .headline {
- margin: 12px 16px 0;
- }
- .recently-viewed .grid {
- width: 16.66%;
- }
- .recently-viewed .grid .description {
- display: none;
- }
- /* highlighted listing css */
- .highlighted {
- background-color: #ffffc2;
- }
- .list.highlighted .image {
- /*margin-left: 1%;*/
- }
- .list.highlighted .description {
- width: 77%;
- }
- .home-page .list.highlighted .description {
- width: 81%;
- }
- /* category select button */
- .btn-category {
- white-space: normal;
- text-align: left;
- }
- .btn-category-cancel {
- cursor: pointer;
- padding-right: 10px;
- }
- .shipping-costs-padding {
- padding-top: 8px;
- }
- /* pagination links override */
- .pagination > .active > a,
- .pagination > .active > span,
- .pagination > .active > a:hover,
- .pagination > .active > span:hover,
- .pagination > .active > a:focus,
- .pagination > .active > span:focus {
- text-shadow: 0 1px 0 #333;
- }
- /* browse pages pagination container related css */
- .no-results {
- text-align: center;
- padding: 0;
- margin-bottom: 24px;
- }
- p.bg-info {
- padding: 10px;
- }
- /* shopping cart page */
- .table-cart {
- border: 1px solid #e5e5e5;
- }
- .table-cart th {
- background-color: #eee;
- }
- .shopping-cart-totals {
- border: 1px solid #dfdfdf;
- padding: 8px;
- margin-bottom: 15px;
- }
- .shopping-cart-totals .dl-horizontal dd,
- .shopping-cart-totals .dl-horizontal dt {
- line-height: 24px;
- }
- .shopping-cart-totals .headline {
- margin-top: 0;
- }
- .shopping-cart-totals .form-group {
- margin-left: 5px;
- margin-right: 5px;
- }
- .label-voucher {
- margin-top: 8px;
- }
- .discount {
- font-size: 85%;
- }
- .shopping-cart-totals dd.total {
- color: #4083A9;
- font-size: 18px;
- font-weight: bold;
- }
- .reset-label label {
- margin-top: 0;
- margin-bottom: 0;
- }
- /* members module current bids page */
- .bid-details small {
- border-bottom: 1px dotted #ccc;
- cursor: help;
- }
- /* sale partial download box */
- .download-box {
- margin-bottom: 8px;
- overflow: hidden;
- }
- .download-box div {
- margin-right: 8px;
- }
- /* maintenance mode page */
- .maintenance-mode {
- max-width: 640px;
- margin: 100px auto 0;
- background: transparent url('../img/maintenance.png') no-repeat right top;
- min-height: 200px;
- padding-left: 10px;
- padding-right: 10px;
- }
- /* video player view */
- .video-player-container {
- margin: 50px auto 0;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 640px;
- }
- .video-js {
- width: 100%;
- }
- /* cookie usage confirmation box */
- .cookie-usage {
- width: 100%;
- bottom: 0;
- position: fixed;
- font-size: 85%;
- background-color: #333;
- color: #fff;
- padding: 10px 0;
- z-index: 1050;
- }
- .cookie-usage .row {
- max-width: 960px;
- margin: 0 auto;
- }
- /* site fees page */
- .site-fees {
- clear: both;
- margin-top: 16px;
- }
- .site-fees .fee-tier {
- display: inline-block;
- width: 300px;
- }
- /* placeholder ie class */
- .placeholdersjs {
- color: #aaa;
- }
- /* shopping cart header button and dropdown css */
- .navbar-nav .btn-shopping-cart-dropdown {
- margin-top: 10px;
- padding: 4px 12px;
- font-weight: normal;
- }
- .navbar-nav .btn-shopping-cart-dropdown span {
- padding-left: 2px;
- font-size: 85%;
- }
- .shopping-cart-dropdown {
- padding: 8px;
- min-width: 500px;
- font-weight: normal;
- color: #000;
- }
- .shopping-cart-dropdown table {
- margin-bottom: 0;
- }
- .shopping-cart-dropdown th {
- font-size: 85%;
- font-weight: normal;
- }
- /* loading modal - used when clicking proceed */
- .loading-modal {
- display: none;
- position: fixed;
- z-index: 5000;
- top: 0;
- left: 0;
- height: 100%;
- width: 100%;
- background: rgba(255, 255, 255, .6) url('../img/loading.png') 50% 50% no-repeat;
- }
- body.loading {
- overflow: hidden;
- }
- body.loading .loading-modal {
- display: block;
- }
- body #redactor_modal_overlay, body #redactor_modal, body .redactor_dropdown {
- z-index: 3000 !important;
- }
- .dropdown-menu {
- left: inherit;
- right: 0;
- }
- .img-advert {
- max-width: 100%;
- }
- /* @version 7.5 */
- .product-attribute-element {
- margin-top: 15px;
- }
- .product-attribute-element label {
- font-size: 80%;
- display: block;
- }
- select.form-control option:disabled {
- color: #ccc;
- }
- /* @version 7.6 */
- .listing-social {
- float: right;
- }
- .listing-social .social-button {
- padding-left: 8px;
- float: left;
- }
- /* payment page style */
- .payment-box {
- overflow: hidden;
- border: 1px solid #eee;
- background-color: #fff;
- margin: 0;
- padding: 10px 25px 10px 15px;
- }
- .payment-box form {
- margin: 0;
- }
- .payment-box .payment-desc {
- margin: 10px 40px;
- max-width: 450px;
- }
- .payment-box .payment-btn {
- margin-top: 20px;
- }
- /* store browse page - reset margin */
- #store .navbar-brand {
- margin-left: 0;
- }
- /* NEWSLETTER SUBSCRIPTION BOX */
- .box-newsletter-subscription {
- margin-top: 5px;
- margin-bottom: 10px;
- }
- .box-newsletter-subscription h5 {
- color: #555;
- text-transform: uppercase;
- margin-bottom: 5px;
- }
- /* LANGUAGE DROPDOWN */
- .language-dropdown {
- margin-top: 12px;
- text-align: right;
- }
- .language-dropdown .btn {
- padding: 0 12px;
- color: #333;
- }
- .language-dropdown .btn {
- text-decoration: none;
- }
- .language-dropdown .caret {
- margin-left: 4px;
- }
- .language-dropdown li > a > span {
- padding-left: 4px;
- font-size: 12px;
- }
- /* DATEIMEPICKER SELECTOR */
- .form-group-datetime.has-feedback {
- display: inline-block;
- margin: 0;
- }
- .form-group-datetime.has-feedback .form-control-feedback {
- right: 0;
- }
|