Changeset 3537 for websites/inamode9

Show
Ignore:
Timestamp:
12/24/07 20:13:52 (5 years ago)
Author:
tokuhirom
Message:

Inamode9: some design changes.

Location:
websites/inamode9/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • websites/inamode9/trunk/root/lib/site/footer

    r3516 r3537  
    1 <div id="copyright">&copy; tokuhirom</div> 
     1<span id="copyright">&copy; 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  
    22 
    33[% IF c.session.open_id %] 
    4     <div>hi. [% c.session.open_id %] <form method="post" action="/logout" class="LogoutForm"><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> 
    55 
    66    <form action="/post" method="post"> 
  • websites/inamode9/trunk/root/static/css/inamode9.css

    r3536 r3537  
    1 .hfeed .hentry .author { 
     1body { 
     2    background-color: black; 
     3    color: white; 
     4} 
     5 
     6.MainContainer { 
     7    margin-right: 10%; 
     8    margin-left: 10%; 
     9} 
     10 
     11form.Logout { 
     12    display: inline; 
     13} 
     14 
     15#content .hfeed .hentry .author { 
    216    display: none; 
    317} 
    418 
     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}