Last change
on this file since 17335 was
2454,
checked in by vdigital, 16 years ago
|
Swift Theme Creator (minor changes): Still incomplete but first functional version (5).
|
File size:
1.5 KB
|
Line | |
---|
1 | /* Theme {$main.newtheme} mail css */ |
---|
2 | |
---|
3 | body {$main.ldelim} background-color:{$main.color1}; color:{$main.color2};} |
---|
4 | #the_page {$main.ldelim} background: {$main.color1} url({ldelim}$ROOT_URL}template/{ldelim}$themeconf.template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;} |
---|
5 | #content {$main.ldelim} background: transparent url({ldelim}$ROOT_URL}template/{ldelim}$themeconf.template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;} |
---|
6 | #copyright {$main.ldelim} background: transparent url({ldelim}$ROOT_URL}template/{ldelim}$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom; |
---|
7 | color: {$main.color2};} |
---|
8 | h2 {$main.ldelim} background-color: {$main.color7};color:#eee;background-image: url({ldelim}$ROOT_URL}template/{ldelim}$themeconf.template}/theme/{ldelim}$themeconf.theme}/images/tableh1_bg.png);} |
---|
9 | img {$main.ldelim} margin: 16px; padding:15px;border:1px solid #eee; -moz-border-radius: 4px; border-radius: 4px 4px; } |
---|
10 | img:hover {$main.ldelim} border:1px solid {$main.color2}; -moz-border-radius: 4px; border-radius: 4px 4px; } |
---|
11 | a {$main.ldelim} color: {$main.color2}; background: transparent; } |
---|
12 | a:hover {$main.ldelim} color: {$main.color3}; } |
---|
13 | a.PWG {$main.ldelim} border: 0px; } |
---|
14 | a.PWG .P {$main.ldelim} color : {$main.color3}; } |
---|
15 | a.PWG .W {$main.ldelim} color : {$main.color5}; } |
---|
16 | a.PWG .G {$main.ldelim} color : {$main.color2}; } |
---|
17 | a.PWG:hover .P {$main.ldelim} color : {$main.color2}; } |
---|
18 | a.PWG:hover .G {$main.ldelim} color : {$main.color3}; } |
---|
Note: See
TracBrowser
for help on using the repository browser.