- Timestamp:
- Feb 10, 2007, 9:34:10 PM (18 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/ws_checker.tpl
r1780 r1798 262 262 </fieldset> 263 263 </form> 264 <object data="http://127.0.0.1/phpwebgallery/trunk/ws.php?&method=pwg.getVersion&partner=Public" type="text/html" 265 style="width: 660px; height: 230px; position: relative; overflow: auto;"> 266 </object> 264 267 <!-- END acc_list --> -
trunk/template/yoga/mail/text/html/default-layout-mail-css.tpl
r1797 r1798 3 3 4 4 body{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; 6 6 margin:0px;padding:0px;text-align: left;} 7 7 a {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; 9 margin:0px;padding:82px 0px 0px 62px; width:732px;} 10 10 hr {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; 12 12 color: #69c;font-size:10px;margin:0px;padding:98px 0px 62px 62px;} 13 13 .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 2 2 /* Including like css style on HTML mail */ 3 3 4 body{background-color:#ffffff;} 5 #the_page {background-color: #ffffff;} 4 H2 { background-color: #ddd; padding: 7px 15px; width:617px} 5 img { margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; } 6 img:hover { padding: 15px; border: 1px solid yellow; -moz-border-radius: 4px; border-radius: 4px 4px; } 7 A { color: #005e89; background: transparent; } 8 A:hover { color: #858460; }
Note: See TracChangeset
for help on using the changeset viewer.