Changeset 3537 for websites/inamode9
- Timestamp:
- 12/24/07 20:13:52 (5 years ago)
- Location:
- websites/inamode9/trunk
- Files:
-
- 4 modified
-
inamode9.sqlite (modified) (previous)
-
root/lib/site/footer (modified) (1 diff)
-
root/src/root.tt2 (modified) (1 diff)
-
root/static/css/inamode9.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/inamode9/trunk/root/lib/site/footer
r3516 r3537 1 <div id="copyright">© tokuhirom</div> 1 <span id="copyright">© tokuhirom</span> 2 <div class="PoweredBy"> 3 <span>Perl5.10</span> 4 <span>Catalyst</span> 5 </div> -
websites/inamode9/trunk/root/src/root.tt2
r3525 r3537 2 2 3 3 [% IF c.session.open_id %] 4 <div>hi. [% c.session.open_id %] <form method="post" action="/logout" class="Logout Form"><input type="submit" value="logout" /></form></div>4 <div>hi. [% c.session.open_id %] <form method="post" action="/logout" class="Logout"><input type="submit" value="logout" /></form></div> 5 5 6 6 <form action="/post" method="post"> -
websites/inamode9/trunk/root/static/css/inamode9.css
r3536 r3537 1 .hfeed .hentry .author { 1 body { 2 background-color: black; 3 color: white; 4 } 5 6 .MainContainer { 7 margin-right: 10%; 8 margin-left: 10%; 9 } 10 11 form.Logout { 12 display: inline; 13 } 14 15 #content .hfeed .hentry .author { 2 16 display: none; 3 17 } 4 18 19 #content .hfeed .hentry .entry-title { 20 font-size: 70%; 21 } 22 23 #content .hfeed .hentry .updated { 24 font-size: 70%; 25 text-align: right; 26 } 27 28 #content .hfeed .hentry { 29 background-color: #111111; 30 margin-top: 3px; 31 } 32 33 #header { 34 text-align: center; 35 background-color: #000033; 36 } 37 38 #footer { 39 font-size: 70%; 40 text-align: center; 41 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)