Changeset 1798

Show
Ignore:
Timestamp:
02/10/07 21:34:10 (6 years ago)
Author:
vdigital
Message:

First try on clear theme for mail...

And xml template in yoga.

Location:
trunk/template/yoga
Files:
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/ws_checker.tpl

    r1780 r1798  
    262262  </fieldset> 
    263263</form> 
     264<object data="http://127.0.0.1/phpwebgallery/trunk/ws.php?&method=pwg.getVersion&partner=Public" type="text/html" 
     265style="width: 660px; height: 230px; position: relative; overflow: auto;"> 
     266</object> 
    264267<!-- END acc_list --> 
  • trunk/template/yoga/mail/text/html/default-layout-mail-css.tpl

    r1797 r1798  
    33 
    44body{background-color:#fff;font-family: Univers, Helvetica, Optima;font-size:12px; margin:0px;padding:0px; color:#369;} 
    5 #the_page {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/mailbody-bg.jpg) repeat-y scroll left top; 
     5#the_page {background: #fff url(http://127.0.0.1/phpwebgallery/trunk/template/yoga/mail/text/html/images/mailbody-bg.jpg) repeat-y scroll left top; 
    66margin:0px;padding:0px;text-align: left;} 
    77a {text-decoration: none} 
    8 #content {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.jpg) no-repeat scroll left top; 
    9 margin:0px;padding:82px 0px 0px 62px;} 
     8#content {background: transparent url(http://127.0.0.1/phpwebgallery/trunk/template/yoga/mail/text/html/images/header-bg.jpg) no-repeat scroll left top; 
     9margin:0px;padding:82px 0px 0px 62px; width:732px;} 
    1010hr {width:632px;margin-left:0px;} 
    11 #copyright {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.jpg) no-repeat scroll left bottom; 
     11#copyright {background: transparent url(http://127.0.0.1/phpwebgallery/trunk/template/yoga/mail/text/html/images/footer-bg.jpg) no-repeat scroll left bottom; 
    1212color: #69c;font-size:10px;margin:0px;padding:98px 0px 62px 62px;} 
    1313.PWG {font-family: verdana, sans-serif !important; font-size: 0.9em; font-weight: normal; letter-spacing: 0px;} 
  • trunk/template/yoga/theme/clear/layout-mail-css.tpl

    r1797 r1798  
    22/* Including like css style on HTML mail */ 
    33 
    4 body{background-color:#ffffff;} 
    5 #the_page {background-color: #ffffff;} 
     4H2 { background-color: #ddd; padding: 7px 15px; width:617px} 
     5img { margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; } 
     6img:hover { padding: 15px; border: 1px solid yellow; -moz-border-radius: 4px; border-radius: 4px 4px; } 
     7A { color: #005e89; background: transparent; } 
     8A:hover { color: #858460; }