989fd34886
From around 2012 Completely based on Duopuntozero. Modern look with different levels of transparency, rounded corners, a clear focus on the content and more. You can overwrite background.jpg to have a completely different look. Keep in mind that it must have a resolution of at least 1920x1080 (for wide screens). This theme is not finished yet. Keep that in mind. But it is usable.
12 lines
536 B
Smarty
12 lines
536 B
Smarty
<div id="directory-wrapper">
|
|
<div class="directory-item lframe" id="directory-item-$id" >
|
|
<div class="contact-photo-wrapper" id="directory-photo-wrapper-$id" >
|
|
<div class="contact-photo" id="directory-photo-$id" >
|
|
<a href="$profile_link" class="directory-profile-link" id="directory-profile-link-$id" ><img class="directory-photo-img" src="$photo" alt="$alt_text" title="$alt_text" /></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="contact-name" id="directory-name-$id">$name</div>
|
|
<div class="contact-details">$details</div>
|
|
</div>
|
|
</div>
|