mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +01:00
themes page, done
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user