source: trunk/themes/default/template/mail/text/html/mail-css-clear.tpl @ 25357

Last change on this file since 25357 was 25357, checked in by mistic100, 10 years ago

feature 2995: New email template
rewrite pwg_mail_group() and pwg_mail_notification_admins()
new function pwg_mail_admins()
add complete template management in pwg_mail()
TODO : font-size problem in Thunderbird

File size: 1.1 KB
RevLine 
[25344]1{strip}
2/* page */
3body {
4  color:#111;
5}
6
7html, body, #bodyTable {
8  background:#fff;
9}
10#contentTable {
11  width:600px;
12}
13
14/* main block */
15#header {
16  background:#eee;
[25357]17  background-image:radial-gradient(ellipse at center, #fefefe, #e5e5e5);
[25344]18  border-top:4px solid #f70;
19  text-align:center;
20  text-shadow:1px 1px 0px #fff;
21}
22#header #subtitle {
23  color:#e06900;
24}
25#content {
26  background:#fefefe;
27  border-width:1px;
28  border-style:solid;
29  border-color:#ddd #eee;
30  box-shadow:inset 0 0 20px #eee;
31}
32#footer {
33  background:#eee;
34  border-bottom:2px solid #f70;
35}
36
37/* links */
38a {
39  color:#f70;
40  text-decoration:none;
41}
42a:hover {
43  text-decoration:underline;
44}
45
46/* images */
47img.photo {
48  border:10px solid #ddd;
49}
50img.photo:hover {
51  border-color:#eee;
52}
53
54/* paragraphs */
55blockquote {
56  border-left:2px solid #aaa;
57  border-radius:2px;
58}
59
60/* tables */
61#content table td {
62  border-bottom:1px solid #efefef;
63}
64#content table th {
65  background:#aaa;
66  color:#fff;
67  border-right:1px solid #ddd;
68}
69#content table tfoot td {
70  background:#eee;
71  border-right:1px solid #fff;
72}
73{/strip}
Note: See TracBrowser for help on using the repository browser.