Ignore:
Timestamp:
Mar 29, 2010, 6:52:45 PM (14 years ago)
Author:
patdenice
Message:

2.1 version with configuration page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/montblancxl/mail-css.tpl

    r3306 r5449  
    22/* for MontBlanc/MontBlancXL */
    33
    4 {literal}
    5 * { margin: 0; padding: 0; border: 0; }
    6 body {
     4* {ldelim} margin: 0; padding: 0; border: 0; }
     5
     6body {ldelim}
    77  font-size:0.7em; font-family: Verdana,Arial,Helvetica,sans-serif; color: black;
    88  background: white;
    99}
    10 #the_page {
    11   background: white
    12   url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/img/background.jpg)
    13   repeat-y left top;
    14   position: absolute; left: 0px; top: 16px; width: 800px; }
    15 .content { background: transparent
    16   url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/img/header.jpg)
    17   no-repeat left top;
    18   padding-top: 200px; width: 800px; }
    19 #copyright {
    20   background: transparent
    21   url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/img/footer.jpg)
    22   no-repeat left bottom; width: 800px; }
    23 h2 {color:#06c;margin-top:1em;margin-left:-0.5em;}
    24 h2:before {content: "»»»";}
    25 img { margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }
    26 img:hover {border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }
    27 a { color: #06c; background: transparent; }
    28 {/literal}
     10#the_page {ldelim}
     11  /* background: transparent url({$ROOT_URL}themes/montblancxl/img/header.jpg) no-repeat left top; */
     12  position: absolute; left: 0px; top: 16px; width: 800px;
     13}
     14
     15.content {ldelim}
     16  /* background: white url({$ROOT_URL}themes/montblancxl/img/background.jpg) repeat-y left top; */
     17  margin-top: 200px;
     18  width: 800px;
     19}
     20
     21#copyright {ldelim}
     22  /* background: transparent url({$ROOT_URL}themes/montblancxl/img/footer.jpg) no-repeat left bottom; */
     23  width: 800px;
     24}
     25
     26h2 {ldelim} color:#06c;margin-top:1em;margin-left:-0.5em; }
     27h2:before {ldelim} content: "»»»";}
     28img {ldelim} margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }
     29img:hover {ldelim} border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }
     30a {ldelim} color: #06c; background: transparent; }
Note: See TracChangeset for help on using the changeset viewer.