themes page, done

v1.18.x
psychobunny 10 years ago
parent fd46b31d6e
commit 1ce464c7c0

@ -34,12 +34,10 @@
.mdl-card__title {
height: 223px;
background-size: contain;
}
.mdl-card__title-text {
background: rgba(0,0,0,0.65);
color: white;
padding: 5px 20px;
}
.mdl-card__supporting-text h2 {
margin-bottom: 15px;
}
}

@ -1,10 +1,9 @@
<!-- BEGIN themes -->
<div class="col-xs-4" data-type="{themes.type}" data-theme="{themes.id}"<!-- IF themes.css --> data-css="{themes.css}"<!-- ENDIF themes.css -->>
<div class="theme-card mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" style="background-image: url('{themes.screenshot_url}');">
<h2 class="mdl-card__title-text">{themes.name}</h2>
</div>
<div class="mdl-card__title mdl-card--expand" style="background-image: url('{themes.screenshot_url}');"></div>
<div class="mdl-card__supporting-text">
<h2 class="mdl-card__title-text">{themes.name}</h2>
<p>
{themes.description}
</p>

Loading…
Cancel
Save