source: extensions/AdditionalPages/trunk/distribued/standalone_home/content.tpl @ 16122

Last change on this file since 16122 was 16122, checked in by mistic100, 12 years ago

-remove '.svn' from templates list
-update home template with new ExtendedDescription option

File size: 896 bytes
Line 
1<style type="text/css">
2#menubar {display:none !important;}
3.titrePage {display:none}
4.content {max-width:1120px; margin:0 auto 10px auto !important;}
5.Online {display:none;}
6 
7.myHomePage_photo {text-align: center; margin:50px 0 20px 0;}
8.myHomePage_photo a img {border-width:2px; border-style:solid; border-color:#666;}
9.myHomePage_links {letter-spacing:2px; text-align:center; margin-bottom:0; font-weight:bold;}
10.myHomePage_name {margin-top:30px; letter-spacing:2px; text-align:center;}
11</style>
12 
13<div id="myHomePage">
14  <div class="myHomePage_photo">
15    <a href="index.php?/categories">[photo=12345;L;false]</a>
16  </div>
17 
18  <div class="myHomePage_links">
19    <a href="index.php?/categories">Albums</a> &#9679; <a href="index.php?/contact">Contact</a>
20  </div>
21 
22  <div class="myHomePage_name">
23    by Piwigo.com Team &middot; This is a demo gallery
24  </div>
25</div>
Note: See TracBrowser for help on using the repository browser.