Files
PrestaShop/themes/default-bootstrap/css/sitemap.css
2013-11-22 14:55:48 +02:00

55 lines
1.2 KiB
CSS

/******************************************************************
Sitemap Page Styles
*******************************************************************/
#sitemap .sitemap_block .page-subheading {
margin-bottom: 16px;
}
#sitemap .sitemap_block li {
line-height: 16px;
padding-bottom: 11px;
}
#sitemap .sitemap_block li a:before {
content: "";
display: inline-block;
font-family: "FontAwesome";
padding-right: 10px;
}
#sitemap .sitemap_block li a:hover {
font-weight: bold;
}
#listpage_content div.tree_top {
padding-left: 27px;
padding-top: 5px;
}
#listpage_content div.tree_top a:before {
content: "";
display: inline-block;
font-family: "FontAwesome";
font-size: 20px;
color: #333333;
}
#listpage_content div.tree_top a:hover:before {
color: #515151;
}
ul.tree {
padding-left: 24px;
}
ul.tree li {
margin: 0 0 0 21px;
padding: 5px 0 0 33px;
border-left: 1px solid #d6d4d4;
background: url(../img/sitemap-horizontal.png) no-repeat left 15px transparent;
}
ul.tree li a:hover {
font-weight: bold;
}
ul.tree > li {
margin: 0 0 0 11px;
}
ul.tree li.last {
border: medium none;
background: url(../img/sitemap-last.png) no-repeat 0px -4px transparent;
}