Last change
on this file since 10517 was
7590,
checked in by plg, 14 years ago
|
update theme Csn for Piwigo 2.1 compatibility
|
File size:
1.1 KB
|
Line | |
---|
1 | /* Theme mail css */ |
---|
2 | /* for MontBlanc/MontBlancXL */ |
---|
3 | |
---|
4 | {literal} |
---|
5 | * { margin: 0; padding: 0; border: 0; } |
---|
6 | body { |
---|
7 | font-size:0.7em; font-family: Verdana,Arial,Helvetica,sans-serif; color: black; |
---|
8 | background: white; |
---|
9 | } |
---|
10 | #the_page { |
---|
11 | background: white |
---|
12 | url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/background.jpg) |
---|
13 | repeat-y left top; |
---|
14 | position: absolute; left: 0px; top: 16px; width: 800px; } |
---|
15 | .content { background: transparent |
---|
16 | url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/header.jpg) |
---|
17 | no-repeat left top; |
---|
18 | padding-top: 200px; width: 800px; } |
---|
19 | #copyright { |
---|
20 | background: transparent |
---|
21 | url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/footer.jpg) |
---|
22 | no-repeat left bottom; width: 800px; } |
---|
23 | h2 {color:#06c;margin-top:1em;margin-left:-0.5em;} |
---|
24 | h2:before {content: "»»»";} |
---|
25 | images { margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; } |
---|
26 | images:hover {border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; } |
---|
27 | a { color: #06c; background: transparent; } |
---|
28 | {/literal} |
---|
Note: See
TracBrowser
for help on using the repository browser.