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

Last change on this file since 18300 was 18300, checked in by plg, 12 years ago

fix a centering bug for photo on homepage

File size: 942 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.content_block {max-width:none;}
7 
8.myHomePage_photo {text-align: center; margin:50px 0 20px 0;}
9.myHomePage_photo a img {border-width:2px; border-style:solid; border-color:#666;}
10.myHomePage_links {letter-spacing:2px; text-align:center; margin-bottom:0; font-weight:bold;}
11.myHomePage_name {margin-top:30px; letter-spacing:2px; text-align:center;}
12</style>
13 
14<div id="myHomePage">
15  <div class="myHomePage_photo">
16    <a href="index.php?/categories">[photo id=12345 size=L link=no]</a>
17  </div>
18 
19  <div class="myHomePage_links">
20    <a href="index.php?/categories">Albums</a> &#9679; <a href="index.php?/contact">Contact</a>
21  </div>
22 
23  <div class="myHomePage_name">
24    by Piwigo.com Team &middot; This is a demo gallery
25  </div>
26</div>
Note: See TracBrowser for help on using the repository browser.