Files
2025-03-12 17:06:23 +01:00

303 lines
4.2 KiB
CSS

#st_category-list > li
{
padding: 10px;
}
#st_category-list li > h2 a
{
font-size: 1.2em;
font-weight: normal;
text-decoration: none;
}
.st_category-product-list > li
{
float: left;
margin-right: 10px;
padding: 10px;
text-align: center;
}
.st_category-list-more
{
text-align: right;
padding: 0;
margin: 0;
}
.st_category-list-more a
{
font-size: 1.2em;
}
.st_category-product-list h3
{
margin-bottom: 10px;
}
#st_component-tree
{
padding: 5px 15px 10px 15px;
}
ul.st_list_category
{
margin:0px;
padding:0px;
}
ul.st_list_category li
{
border-bottom:1px solid #e3e3e3;
text-align:left;
padding:5px 0px;
}
ul.st_list_category li a
{
color:#4d4d4d;
font-size:1.2em;
text-decoration:none;
}
ul.st_list_category li img
{
padding-right:6px;
}
.x-tree-arrows .x-tree-elbow-plus
{
background:transparent url(/images/frontend/theme/default2/arrow_category.png) no-repeat scroll center center;
width: 12px;
height: 16px;
vertical-align: top;
cursor: hand;
cursor: pointer;
}
.x-tree-arrows .x-tree-elbow-minus
{
background:transparent url(/images/frontend/theme/default2/arrow_category_open.png) no-repeat scroll center center;
width: 12px;
height: 16px;
vertical-align: top;
cursor: hand;
cursor: pointer;
}
.x-tree-arrows .x-tree-elbow-leaf
{
background:transparent url(/images/frontend/theme/default2/arrow_category_leaf.png) no-repeat scroll center center;
cursor: default;
}
.x-tree-arrows .x-tree-node-anchor-selected
{
font-weight: bold;
}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus,
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus
{
background-position: center left;
}
.x-tree .x-panel-body
{
background-color: transparent;
}
.st_category-tree
{
overflow: visible;
padding: 0px 5px;
}
.st_category-tree ul
{
list-style: none;
}
.x-panel-bwrap
{
overflow: visible;
}
.st_category-tree ul.x-tree-root-ct
{
overflow: visible;
}
.st_category-tree-element {
padding-top: 3px;
margin-top: 3px;
border-top: 1px solid #eee;
}
.st_category-tree-element ul .st_category-tree-element
{
padding-left: 10px;
}
.st_category-tree-element a {
color: #222;
font-size: 12px;
text-decoration: none;
}
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon
{
background-image: none;
}
/*
CategoryTree
*/
.st_category-tree_subcategories
{
width:145px;
min-height:130px;
float:left;
padding-top: 10px;
}
.st_category-tree_product li
{
font-size:1.2em;
text-align:left;
padding-top: 10px;
padding-left:10px;
padding-bottom:5px;
height: 35px;
}
.st_category-tree_product li img
{
padding-right:5px;
}
.st_category-tree_product .st_category-tree_separator
{
padding-left:15px;
font-size:1em;
color:#5e5e5e;
padding-top: 0px;
}
.st_space_category
{
height:15px;
}
#st_component-st_product-product_list .st_application
{
margin-bottom: 10px;
}
/*default2*/
#main_categories, #subcategories
{
overflow: hidden;
}
#main_categories ul
{
list-style: none;
}
#main_categories .box, #subcategories .box
{
margin-bottom: 3px;
}
#main_categories .item, #subcategories .item
{
float: left;
display: inline;
}
#main_categories .image, #subcategories .image
{
text-align: center;
vertical-align: middle;
padding: 10px 0px;
}
#main_categories .photo *
{
vertical-align: middle;
}
#main_categories .names
{
padding-bottom: 10px;
}
#main_categories .names li
{
text-align:left;
}
#main_categories .names li img
{
display: none;
}
#main_categories .names .subcategory
{
padding-left: 10px;
}
#subcategories .name
{
padding-bottom: 10px;
}
/*Category info*/
#category_info
{
padding-bottom: 10px;
}
#category_info .image
{
width: 128px;
float: left;
margin: 10px;
}
#category_info .description
{
padding: 10px;
width: 400px;
float: left;
}
#category_tree .content
{
padding: 5px 0px;
}
.st_category-tree-element div
{
padding-left: 16px;
}
.st_category-tree-element img
{
margin-left: -16px;
}
.st_category-tree ul ul
{
margin-left: 0px;
}