Changeset 5867


Ignore:
Timestamp:
Apr 15, 2010, 5:49:52 PM (14 years ago)
Author:
Gotcha
Message:

Daily revision

Location:
extensions/sobre
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/local_head.tpl

    r5628 r5867  
    22<style type="text/css">
    33#{$BODY_ID} #theHeader {ldelim}
    4         background: transparent no-repeat center bottom;
    5 }
    6 #{$BODY_ID} #theHeader h1 {ldelim} display: none; }
     4        background: transparent;
     5        height: 0px;
     6{rdelim}
     7#{$BODY_ID} #theHeader h1 {ldelim} display: none; {rdelim}
     8#{$BODY_ID} #theHeader p {ldelim} margin-top: 0px; {rdelim}
    79</style>
    810{/if}
  • extensions/sobre/theme.css

    r5850 r5867  
    2222/* Fonctionne avec l'administration du thème*/
    2323/* Désactivé par défaut */
     24#theHeader {
     25        background: transparent url("../../themes/sobre/images/header_bienvenue.png") no-repeat center bottom;
     26    height: 144px;
     27        margin: 0 auto;
     28}
     29#theHeader H1 {
     30    margin-top: 0px;
     31}
    2432#theHeader p {
    25         display:none;
     33  margin-top:72px;
    2634}
    2735
     
    511519border:0;
    512520color:#fff48e;
    513 padding:5px 0;
     521padding:5px 0 0;
    514522}
    515523
Note: See TracChangeset for help on using the changeset viewer.