{if !$bTopicList}
<ul class="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="{cfg name='path.root.web'}" itemprop="item">
<span itemprop="name">Главная</span>
</a>
<meta itemprop="position" content="1" />
<span class="separator">→</span>
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="{$oBlog->getUrlFull()}" class="topic-blog" itemprop="item">
<span itemprop="name">{$oBlog->getTitle()|escape:'html'}</span>
</a>
<meta itemprop="position" content="2" />
<span class="separator">→</span>
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="{$oTopic->getUrl()}" itemprop="item">
<span itemprop="name">{$oTopic->getTitle()|escape:'html'}</span>
</a>
<meta itemprop="position" content="3" />
</li>
</ul>
{/if}
div {
float:left;
width:33.3%
}
div.first,
div.last {
padding:200px 0 0
}
@media screen and (max-width: 960px) {
div {
paddint:0;
float:none;
width:auto;
}}
<div class="image">
<img src="http://i57.tinypic.com/3bl8n.png" alt="" />
<a href="#"></a>
</div>
.image a {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url('http://i62.tinypic.com/4jvwk7.png') no-repeat center / 53%;
opacity: 0;
z-index: 5;
}
.image:hover img {
opacity: 0.2;
}
.image:hover a {
opacity: 1;
}