|
Revision 1798, 1.1 KB
(checked in by vdigital, 6 years ago)
|
|
First try on clear theme for mail...
And xml template in yoga.
|
| Line | |
|---|
| 1 | /* $Id$ */ |
|---|
| 2 | /* Including like css style on HTML mail */ |
|---|
| 3 | |
|---|
| 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(http://127.0.0.1/phpwebgallery/trunk/template/yoga/mail/text/html/images/mailbody-bg.jpg) repeat-y scroll left top; |
|---|
| 6 | margin:0px;padding:0px;text-align: left;} |
|---|
| 7 | a {text-decoration: none} |
|---|
| 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 | hr {width:632px;margin-left:0px;} |
|---|
| 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 | color: #69c;font-size:10px;margin:0px;padding:98px 0px 62px 62px;} |
|---|
| 13 | .PWG {font-family: verdana, sans-serif !important; font-size: 0.9em; font-weight: normal; letter-spacing: 0px;} |
|---|
| 14 | a.PWG { border: 0px; } |
|---|
| 15 | a.PWG .P { color : #f92; } |
|---|
| 16 | a.PWG .W { color : #aaa; } |
|---|
| 17 | a.PWG .G { color : #69c; } |
|---|
| 18 | a.PWG:hover .P { color : #69c; } |
|---|
| 19 | a.PWG:hover .G { color : #f92; } |
|---|