[+] FO : New Responsive, Bootstrap template
This commit is contained in:
@@ -0,0 +1,160 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* module blockwishlist */
|
||||
/* lnk on detail product page */
|
||||
#primary_block #wishlist_button {
|
||||
font-weight: bold;
|
||||
}
|
||||
#primary_block #wishlist_button:before {
|
||||
content: "";
|
||||
font-family: FontAwesome;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
line-height: 31px;
|
||||
border-radius: 50px;
|
||||
-moz-border-radius: 50px;
|
||||
-webkit-border-radius: 50px;
|
||||
background: #929292;
|
||||
width: 30px;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
/* bt add */
|
||||
.add_wishlist_button a {
|
||||
padding: 5px 7px 5px 18px;
|
||||
}
|
||||
|
||||
.add_wishlist_button a span {
|
||||
z-index: 10;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: -12px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
background: url(img/icon/pict_add_wishlist.png) no-repeat 0 0 transparent;
|
||||
}
|
||||
|
||||
/* block */
|
||||
#wishlist_block #wishlist_block_list {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl {
|
||||
font-weight: normal;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl.products.no-products {
|
||||
font-weight: bold;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #d6d4d4;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl.products.no-products dt {
|
||||
padding-top: 0px;
|
||||
border-top: none;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl.products {
|
||||
border-bottom: 1px solid #d6d4d4;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl.products dt {
|
||||
padding-top: 20px;
|
||||
border-top: 1px solid #d6d4d4;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl.products dd {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl.products dt.first_item {
|
||||
padding-top: 0px;
|
||||
border-top: none;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl dt {
|
||||
position: relative;
|
||||
padding-right: 0px;
|
||||
}
|
||||
#wishlist_block #wishlist_block_list dl dd {
|
||||
margin-left: 24px;
|
||||
}
|
||||
#wishlist_block .lnk .form-group {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#wishlist_block .lnk .form-group select {
|
||||
max-width: 192px;
|
||||
}
|
||||
#wishlist_block .ajax_cart_block_remove_link {
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
color: #d3d2d2;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
float: right;
|
||||
}
|
||||
#wishlist_block .ajax_cart_block_remove_link:hover {
|
||||
color: #515151;
|
||||
}
|
||||
#wishlist_block .cart_block_product_name {
|
||||
width: 85%;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
}
|
||||
#wishlist_block .quantity-formated {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
#wishlist_block_list .price {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* page in my account ************************************************************************* */
|
||||
#mywishlist td.wishlist_delete a {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
/* wishlistLinkTop */
|
||||
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list {
|
||||
border-bottom: 1px dotted #ccc;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop li {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop .display_list li a {
|
||||
display: inline-block;
|
||||
padding: 7px 11px 5px 22px;
|
||||
color: #333;
|
||||
background: url(img/arrow_right_2.png) no-repeat 10px 10px transparent;
|
||||
}
|
||||
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
|
||||
#module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* wlp_bought ****************************************** */
|
||||
/* wlp_bought_list */
|
||||
ul.wlp_bought_list li .inner-content {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul.wlp_bought_list li .lnkdel {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
display: block;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
text-indent: -5000px;
|
||||
background: url(img/icon/delete.gif) no-repeat 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user