1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794
|
/* SLIDER STYLEZ */
*{margin:0;padding:0;}
* html img.captcha,*+html img.captcha{margin-bottom:1px!important;}
*+html ol.cf-ol,
*+html ol.cf-ol li,* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt{display:inline-block;/*for ie7*/}
/* */
/* disabled fields [disabled] does not work on IE! */
/* */
[disabled]{
background:none!important;
border-color:#dddddd!important;
color:#dddddd;
opacity:0.65;
}
/* */
/* Other:browser hacks */
/* */
a,.add-button:hover{text-decoration:none;}
a,.user-column a,
.features-block a,
#cart-content a,
.article-body a{color: {{ settings.link_color}};}
a:hover{text-decoration:underline;color:{{ settings.link_color_hover }};}
a:focus{outline:none;}
body{
{% if settings.use_bg_image %}
background: {{ settings.backdrop }} url({{ 'bg.gif' | asset_url }});
background-position: {{ settings.bg_image_y_position }} {{ settings.bg_image_x_position }};
background-repeat: {{ settings.bg_image_repeat }};
background-attachment: {{ settings.bg_image_attachment }};
{% else %}
background:#CFC5D0 url({{ 'bg-body.gif' | asset_url }}) repeat-x;
{% endif %}
color: {{ settings.text_color }};
font:12px Arial,Helvetica,sans-serif;
margin:0;
font-family: {{ settings.regular_font }};
}
/* */
/* change formatting of response msgs here */
/* */
div.cf_info{
color:#333;
display:none;
line-height:1.3em;
margin:10px auto;
padding:10px 15px!important;
width:380px;
}
div.cf_info a{
color:red!important;
text-decoration:underline!important;
}
div.cf_info ol{margin:0;padding:5px 15px 0 30px;}
div.cf_info ol li{margin:2px 0;padding:1px 0;}
div.failure{
background:#FFDFDF url({{ 'li-err-bg.png' | asset_url }}) repeat!important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0pt;
display:block;
}
div.success{
background:#F9F9F9 none repeat scroll 0%;
color:#AAAAAA;
display:block;
}
div.waiting{background:#F9F9F9;color:#AAAAAA;display:block;}
dt.error{
background:#FFFBE5;
border:1px solid #FED600;
color:#B30905;
font-weight:bold;
line-height:140%;
padding:3px 5px;
}
fieldset select{
line-height:22px;
list-style:none;
margin:5px 0;
padding:0;
width:320px;
}
.selector-wrapper label {
padding-top: 5px;
font-weight: bold;
}
#price-field
{
color:#green;
font-size: 18px;
display:block;
margin:0 0 10px;
text-transform:uppercase;
}
form,fieldset{border:0;margin:0;padding:0;width:auto;}
h3{
clear:both;
color:#2b2b2b;
font-size:12px;
margin:30px 0 10px 0;
text-transform:uppercase;
}
img{border-style:none;}
img{border:0;}
img.captcha{
border:none!important;
float:none!important;
margin:0 0 0 10px!important;
padding:0!important;
vertical-align:text-bottom;
}
img.captcha-reset{
background:url({{ 'captcha_reset_white.gif' | asset_url }}) no-repeat;
border:none;
height:21px;
margin:0 0 2px 3px;
vertical-align:text-bottom;
width:21px;
}
img.imgcalendar{border:none;}
img.smallleft{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
border-top-width:0;
float:left;
margin:0 16px 16px 0;
width:100px;
}
img.smallright{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
border-top-width:0;
float:right;
margin:0 0 16px 16px;
width:100px;
}
input.cf-box-a{
margin-left:100px;/* check with label 'width' incl. */
}
/* */
/* check boxes */
/* */
input.cf-box-a,
input.cf-box-b{
background:none!important;
border:none!important;
height:22px;
margin:1px 0 0 0;
width:16px;
}
input.secinput{vertical-align:text-bottom;}
label.cf-after{margin:4px 2px 0pt 6px;text-align:left;width:75px;}
label.cf-after span{display:block;width:75px;}
label.cf-before{margin:4px 10px 0 0;}
label.cf-group-after{margin:4px 0 0 2px;text-align:left;width:60px;}
label.cf-group-after span{display:block;width:60px;}
/* */
/* 'visitor verification' related styles */
/* */
label.secq,
label.seccap{margin-bottom:4px;vertical-align:text-bottom;}
ol.cf-ol{margin:0!important;padding:15px 0 0 0!important;}
ol.cf-ol li{
background:none!important;
line-height:1.1em;
list-style:none!important;
margin:5px 0!important;/*some themes may interfere otherwise*/
padding:0;
text-align:left;
}
ol.cf-ol li ul.cf_li_text_err{color:#333;margin:0 0 0 10px;padding:0;}
/* */
/* FORM FIELDS enhanced error display */
/* */
ol.cf-ol li.cf_li_err{
background:#FFDFDF url({{ 'li-err-bg.png' | asset_url }}) repeat!important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0pt;
margin:5px 0!important;
padding:5px 0!important;
}
/* */
/* check box groups */
/* */
ol.cf-ol li.cf-box-group{padding:0 0 5px 100px;}
/* */
/* radio button title */
/* */
ol.cf-ol li.cf-box-title{
color:#888888;
font-size:1em;
letter-spacing:2px;
margin:12px 0pt 0 !important;
padding:0pt 0pt 0pt 100px;
}
/* */
/* just for text-only fields (no input) */
/* */
ol.cf-ol li.textonly{
color:#888888;
font-size:1em;
letter-spacing:2px;
margin:12px 0pt !important;
padding:0pt 0pt 0pt 100px;
}
ol.cf-ol ul.cf_li_text_err li{
background:url({{ 'icon-alert.png' | asset_url }}) no-repeat left 1px!important;
font-weight:bold;
list-style:none!important;
margin:0 0 2px!important;
padding-left:15px;
text-indent:0;
}
ol.cf-ol ul.cf_li_text_err li:before{content:'';}
/* */
/* change formatting of response msgs here */
/* */
p.cf_info{margin:10px 0;text-align:center;}
/* */
/* FORM submit button */
/* */
p.cf-sb{
margin:0;
padding:0pt 3px 0pt 0pt !important;
text-align:right;
}
p.success{color:green;}
/* */
/* formatting for text:"(required)" & other */
/* */
span.reqtxt,
span.emailreqtxt{
color:#aaa;
display:block;
font-size:0.7em;
line-height:1.2em;
margin:0px 5px 7px 98px;
vertical-align:top;
}
.add-button{
background:#2b2b2b url({{ 'icon-plus.gif' | asset_url }}) no-repeat 9px 60%;
color:#aeaeae!important;
display:block;
font-size:11px;
line-height:20px;
overflow:hidden;
padding:0 0 0 30px;
text-transform:uppercase;
width:143px;
}
.add-form{margin:10px 0 0;overflow:hidden;width:100%;}
.banners-nav{
list-style:none;
margin:0 0 0 -20px;
overflow:hidden;
padding:5px 0 0 3px;
width:300px;
}
.banners-nav li{float:left;padding:0 0 0 20px;}
.banners-nav li img,div.mailerr{display:block;}
.btn-shoping-bag{
background:url({{ 'shopping-bag.png' | asset_url }}) no-repeat;
float:right;
height:29px;
overflow:hidden;
text-indent:-9999px;
width:21px;
}
.collection-block .row{margin:0 0 30px -45px;overflow:hidden;width:702px;}
.collection-block .row .block{
display:inline;
float:left;
margin:0 0 0 45px;
width:181px;
}
.collection-block .row .block img{display:block;margin:0 auto 5px auto; max-width: 188px;}
.collection-block .row .block span{color:#2e6b01;font-weight:bold;}
.column{float:left;margin:-15px 0 56px 0 0;width:288px;}
.column .box{height:1%;margin:0 0 24px;overflow:hidden;}
.column .view-all{
background:url({{ 'arrow.gif' | asset_url }}) no-repeat 100% 0;
color:#535353;
font-size:14px;
margin:0 0 0 5px;
padding:0 22px 0 0;
}
.column p{line-height:18px;margin:0 0 10px;}
/*reconfigured-list*/
.column ul{list-style:none;margin:0 0 15px;padding:0 0 0 3px;}
.column ul li{
background:url({{ 'icon-bullet.gif' | asset_url }}) no-repeat 0 55%;
margin:0 0 9px;
padding:0 0 0 16px;
}
.column ul li a{color:#535353;}
/*columns-holder*/
.columns-holder{margin:0 -56px 0 0;overflow:hidden;width:688px;}
.columntheleft{margin-right:60px;}
/*content*/
.content{float:left;padding:0;width:626px;}
/*COLLECTION*/
/*collection-block*/
.content-inner{float:left;padding:0 0 20px;width:626px;}
.content-inner h1{
color:#2b2b2b;
font-size:24px;
margin:0 0 15px;
text-transform:uppercase;
}
.content-inner p{margin:10px 0;padding:0;}
/* These 2 lines specify style applied while slider is loading */
.csw{
background:#fff;
height:317px;
overflow:hidden;
width:625px;
}
.csw .loading{margin:100px 0 300px 0;text-align:center;}
.disabled{border-color:#dddddd!important; opacity:0.65;}
.features-block{
height:1%;
overflow:hidden;
padding:32px 39px 33px 32px;
}
.features-block .info-box{height:1%;overflow:hidden;}
.features-block .info-box h1,.features-block .info-box h1 a{color:#fff;font-size:14px;margin:0 0 10px; text-decoration:underline;}
.features-block .info-box p{color:#aeaeae;line-height:18px;margin:0 0 12px;}
.features-block .visual{float:left;margin:0 32px 0 0;}
.add {
display: block;
}
.features-column{margin:0 0 15px;overflow:hidden;width:100%;}
.footer-nav{
float:right;
list-style:none;
margin:0;
overflow:hidden;
padding:0;
}
.footer-nav li{
background:url({{ 'separator.gif' | asset_url }}) no-repeat 0 55%;
float:left;
margin:0 0 0 -1px;
padding:0 5px;
}
.footer-nav li a{color:{{ settings.footer_links }};}
.heading img{float:left;margin:5px 5px 0 0;}
.holder{
margin:0 0 13px;
overflow:hidden;
padding:15px 0;
width:100%;
}
.info-box select{
color:#000;
font:11px Arial,Helvetica,sans-serif;
margin:0 0 10px;
width:164px;
}
.info-box span{
color:#a4ff2d;
display:block;
margin:0 0 10px;
text-transform:uppercase;
}
/* */
/* Other:link love */
/* */
.linklove{
margin:6px auto 10px !important;
padding:0pt 6px 0pt 0pt !important;
text-align:right;
width:410px;
}
.linklove a,
.linklove a:visited{color:#aaaaaa!important;font:0.8em Tahoma;}
.list li a{
border-bottom:1px solid #fff;
color:#535353;
display:block;
padding:0 14px;
}
.list-holder{
background:#e4e4e4 url({{ 'top-list-bg.gif' | asset_url }}) no-repeat;
margin:0 0 27px;
padding:12px 0 0;
width:223px;
}
.list-holder .list{
background:url({{ 'bottom-list-bg.gif' | asset_url }}) no-repeat 0 100%;
border-top:1px solid #fff;
line-height:23px;
list-style:none;
margin:0;
padding:0 0 14px;
}
.list-holder .list li{vertical-align:top;width:100%;}
.hint { padding: 10px; width: auto !important; }
/*logo*/
/* Remove this comment to use an image logo. Then replace logo.gif with the name of your logo.
.logo{
background:url({{ 'logo.gif' | asset_url }}) no-repeat;
height:38px;
left:1px;
overflow:hidden;
position:absolute;
text-indent:-9999px;
top:23px;
width:195px;
z-index:100;
}
.logo a{display:block;height:100%;}
*/
.logo{
height:38px;
left:1px;
overflow:hidden;
position:absolute;
top:23px;
z-index:100;
font-size: 28px;
text-transform: uppercase;
letter-spacing: -0.1px;
font-weight: bold;
color: #332d1d;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
{% if settings.use_logo_image %}
display:none;
{% endif %}
}
.logo a{color: #332d1d;}
.mailerr,
/*navigation*/
.navigation{
float:left;
font-size:10px;
line-height:37px;
list-style:none;
margin:0;
padding:0;
text-transform:uppercase;
}
.navigation li{
background:url({{ 'separator-nav.gif' | asset_url }}) no-repeat 100% 50%;
float:left;
}
.navigation li a{color:#fff;display:block;padding:0 10px; background:{{ settings.nav_bg }};}
.navigation li a:hover,.navigation li a.active,.list li a:hover,.list li a.active{
background:{{ settings.nav_bg_hover }};
color:#fff;
text-decoration:none;
}
.news-box{
border-bottom:1px solid #dadada;
height:1%;
margin:0 0 24px;
overflow:hidden;
padding:0 0 20px;
}
.news-box em{
color:#858585;
display:block;
font-size:10px;
margin:10px 0;
}
.notice{
background:#000;
background:#8A1111 url('http://static0.shopify.com/s/images/admin/bubbles_error.gif') top left no-repeat;
border-top:3px solid #000;
bottom:0;
color:#fff;
color:#fff;
font-size:100%;
left:0;
list-style-type:none;
padding:10px;
position:fixed;
text-align:center;
width:100%;
z-index:9999;
}
/*page-upper*/
.page-upper{overflow:hidden;padding:10px 0;width:100%;}
.page-upper a{color:#666;float:left;}
.page-upper span,.stripNav ul li{float:left;}
.page-upper span.current{color:#000;}
.page-upper span.page{margin-right:2px;}
.page-upper span.prev{padding-right:2px;}
.page-upper ul{
float:left;
list-style:none;
margin:0;
padding:0 2px;
}
.page-upper ul li{float:left;margin:0 2px 0 0;}
/*product*/
.product-block{
/*-- min-height:720px; edited by ss --*/
overflow:hidden;
}
/*search-form*/
.search-form{
background:url({{ 'search-form.gif' | asset_url }}) no-repeat;
display:inline;
float:right;
height:19px;
margin:8px 13px 0 0;
padding:2px 3px 0 5px;
width:219px;
}
.search-form .search-button{
background:url({{ 'search-button.gif' | asset_url }}) no-repeat;
border:0;
cursor:pointer;
height:16px !important;
text-indent:-9999px; color: transparent; text-transform: capitalize;
width:16px !important;
}
.search-form input{
background:none;
border-style:none;
float:left;
height:14px;
margin:0 4px 0 0;
width:195px;
}
.shoping-bag{
color: {{ settings.sb_info }};
font-size:10px;
position:absolute;
right:0;
text-transform:uppercase;
top:30px;
width:100%;
}
.shoping-bag a{color:#FFFFFF;}
.shoping-bag p{float:right;margin:10px 7px 0 0;}
.c-thumb {
float:left;
}
/*side-bar***/
.side-bar{float:right;width:224px; text-align : center;}
.soldout{color:red;display:block;font-size:0.5em;}
.stripNav{
background:#959494 url({{ 'bottom-nav.gif' | asset_url }}) repeat-x;
height:auto;
margin:auto;/* This is the div to hold your nav (the UL generated at run time) */
overflow:hidden;
width:625px;
}
.stripNav a{
color:#bebebe;
/* The nav links */
display:block;
overflow:hidden;
padding:0 14px;
}
.stripNav li a:hover,.stripNav li a.current{
background:#717171;
color:#e1e1e1;
text-decoration:none;
}
.stripNav ul{
float:right;/* The auto-generated set of links */
font-size:14px;
font-weight:bold;
line-height:30px;
list-style:none;
margin:0;
padding:0;
}
.stripNavL{left:0;}
.stripNavL{
background:url("images/arrow-left.gif") no-repeat center;
}
.stripNavL a,.stripNavR a{display:block;height:40px;width:40px;}
.stripNavL,.stripNavR{
position:absolute;/* The left and right arrows */
text-indent:-9000em;
top:230px;
}
.stripNavR{right:0;}
.stripNavR{
background:url("images/arrow-right.gif") no-repeat center;
}
.stripViewer{
background:#717171 url({{ 'features-block.gif' | asset_url }}) no-repeat;
clear:both;
margin:auto;
overflow:hidden;
/* This is the viewing window */
position:relative;
width:625px;/* Also specified in .stripViewer .panelContainer .panel below */
}
.stripViewer .panelContainer{
left:0;
list-style-type:none;
/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS */
position:relative;
top:0;
width:100%;
}
.stripViewer .panelContainer .panel{
float:left;/* Each panel is arranged end-to-end */
height:100%;
position:relative;
width:625px;/* Also specified in .stripViewer above */
}
.stripViewer .panelContainer .panel .wrapper{
padding:0;/* Wrapper to give some padding in the panels,without messing with existing panel width */
}
.stripViewer .panelContainer .panel ul{margin:0 15px 0 30px;text-align:left;}
.tools-bar{
background: {{ settings.nav_bg }};
bottom:0;
height:37px;
left:0;
position:absolute;
width:100%;
}
.user-column{float:right;width:320px;}
.user-column p{line-height:14px;margin:0 0 14px;}
.visual-column{float:left;width:297px;}
.visual-column img{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
display:block;
margin:0 0 16px;
max-width:284px;
}
#cart-content .visual-column img{width:auto;}
#cart-content .visual-column{width:100px;}
#cart-content .user-column {width:500px;}
#cart-content .product-block {padding: 15px 0;}
#cart-content h3 {margin: 0 0 5px 0;}
#cart-content .actions , #cart-content #total{padding: 15px 0; text-align: right; font-size: 2em; color: green;}
.visual-column ul{
list-style:none;
margin:0;
overflow:hidden;
padding:0;
}
.visual-column ul li{float:left;margin:0 9px 0 0;}
.visual-column ul li img{margin:0;width:87px;}
.wrapper,.heading{overflow:hidden;width:100%;}
#cart-content ul{list-style:none;}
#comment-list li{
border-bottom:1px solid #dadada;
height:1%;
margin:0 0 10px;
overflow:hidden;
padding:0 0 20px;
}
/*CONTAINER***/
#container{
background:#fff;
height:1%;
overflow:hidden;
padding:10px 17px 60px 15px; border: 2px solid red;
}
#container .news-box h2,.collection-block .row .block p{margin:0;}
#container .side-bar h2{margin:0 0 5px;}
/*h2*/
#container h2{
color: {{ settings.titles }};
font-size:14px;
font-family: {{ settings.header_font }};
letter-spacing: {{ settings.header_letter_spacing }};
margin:30px 0 10px 0;
text-transform:uppercase;
}
/*FOOTER*/
#footer{
background:url({{ 'bg-footer.gif' | asset_url }}) repeat-x;
font-size:11px;
height:1%;
overflow:hidden;
padding:0 20px 20px;
}
#footer .holder p{color: {{ settings.footer_text }};text-align:left;}
#footer p{color:#808080;margin:0;text-align:center;}
#footer p a{color:#808080;}
/*HEADER*/
#header{height:118px;position:relative;}
/*MAIN CONTAINER*/
#main{margin:0 auto;padding:0 0 100px;width:940px;}
/* SLIMBOX */
.lbLoading{background:#fff url({{ 'loading.gif' | asset_url }}) no-repeat center;}
#lbBottom{
border:10px solid #fff;
border-top-style:none;
color:#666;
font:10px/1.4em Verdana,Arial,Geneva,Helvetica,sans-serif;
text-align:left;
}
#lbCaption{font-weight:bold;}
#lbCaption,#lbNumber{margin-right:71px;}
#lbCenter,#lbBottomContainer{
background:#fff;
overflow:hidden;
position:absolute;
z-index:9999;
}
#lbCloseLink{
background:transparent url({{ 'closelabel.gif' | asset_url }}) no-repeat center;
display:block;
float:right;
height:22px;
margin:5px 0;
outline:none;
width:66px;
}
#lbImage{
background:no-repeat;
border:10px solid #fff;
left:0;
position:absolute;
top:0;
}
#lbNextLink{right:0;}
#lbNextLink:hover{
background:transparent url({{ 'nextlabel.gif' | asset_url }}) no-repeat 100% 15%;
}
#lbOverlay{
background:#000;
cursor:pointer;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:9999;
}
#lbPrevLink{left:0;}
#lbPrevLink,#lbNextLink{
display:block;
outline:none;
position:absolute;
top:0;
width:50%;
}
#lbPrevLink:hover{
background:transparent url({{ 'prevlabel.gif' | asset_url }}) no-repeat 0 15%;
}
#custom-logo{
height:81px;
{% if settings.use_logo_image %}
background: transparent url({{ 'logo.png' | asset_url }}) no-repeat top left
{% endif %};
}
Dès que je tape du texte au dessus du cadre gris foncé, cela baisse le cadre gris foncé mais aussi les carrés images de droite, alors que je voudrais que seul le rectangle gris foncé descende... |
Partager