Changeset 132 for server/trunk


Ignore:
Timestamp:
12/17/10 21:55:28 (14 years ago)
Author:
grenoya
Message:

-add Id keyword to footer.tt and header.tt
-add icones and links to footer.tt
-modification of sophie.npg
-change colors for header and package_list according to linux rendering

Location:
server/trunk/web/root
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/static/sophie.css

    r121 r132  
    11/* $Id$ */ 
    2  
     2/* Colored links */ 
    33a:link { 
    4   color: #573B1D;/*#FAD170;  */ 
     4  color: #573B1D; 
    55} 
    66 
    77a:visited { 
    8   color: #F7B62D;/*#43A321;  */ 
     8  color: #F7A800; 
     9}  
     10 
     11/* White boxes around icones in the footer */ 
     12.sophie_footer img { 
     13  color: #FFFFFF; 
     14  vertical-align: middle; 
    915} 
    1016 
    1117p#sitename { 
    12     font-size: 1.2em; 
     18    font-size: 1.4em; 
    1319    padding-left: 1em; 
    1420} 
    1521 
    1622.flat_menu li { 
     23    font-size: 1.2em; 
     24    font-weight: bold; 
    1725    margin-left: 0em; 
    1826    display: inline; 
     
    4553div#sophie_header { 
    4654    border: outset; 
    47     background-color: #0DBE0D;/*#4E8E21;/*#4EB560;/*#3F98FC;*/ 
     55    background-color: #74D100; 
     56} 
     57 
     58#sophie_header a:visited { 
     59  color: #F7A800; 
    4860} 
    4961 
     
    6779 
    6880div.sophie_package_list { 
    69     background: #F5E0AB; /*F5F5DC;*/ 
     81    background: #f3f47a; 
    7082    margin-top: 2em; 
    7183} 
  • server/trunk/web/root/templates/includes/footer.tt

    r113 r132  
    1 <!-- $Id --> 
     1<!-- $Id$ --> 
     2</div> 
     3<div class="sophie_footer"> 
     4<hr style="clear: both"> 
     5<p style="text-align: center"> 
     6<a href="http://www.perl.org/"><img height="64" width="64" src="[% c.uri_for('/static/images', 'perl.png') -%]" alt="Perl"></a> :: 
     7<a href="http://catalyst.perl.org/"><img height="64" src="[% c.uri_for('/static/images', 'catalyst.png') -%]" alt="Catalyst"></a> :: 
     8<a href="http://www.postgresql.org/"><img height="64" width="64" src="[% c.uri_for('/static/images', 'postgresql.png') -%]" alt="PostgreSQL"></a> :: 
     9<a href="http://www.rpm.org/"><img height="64" width="64" src="[% c.uri_for('/static/images', 'rpmlogo.png') -%]" alt="RPM"></a> 
     10</p> 
    211</div> 
    312</body> 
  • server/trunk/web/root/templates/includes/header.tt

    r120 r132  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
    22<html> 
    3 <!-- $Id --> 
     3<!-- $Id$ --> 
    44<head> 
    55    <title>Sophie[% IF metatitle %]: [% metatitle | html %][% END %]</title> 
Note: See TracChangeset for help on using the changeset viewer.