source: extensions/gally/gally-lapis-lazuli/mail-css.tpl @ 6769

Last change on this file since 6769 was 6109, checked in by grum, 14 years ago

Gally's themes compatibles with piwigo 2.1

  • Property svn:executable set to *
File size: 1003 bytes
Line 
1{literal}
2body {
3  background:#303030 url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/backgd.png{literal});
4  color:#dedede;
5}
6#the_page {
7  width:1012px;
8  margin:auto;
9}
10#content {
11  width:1012px;
12  background:transparent url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/skin_page.png{literal}) repeat-y;
13  color:#dedede;
14  margin:0px;
15  padding:32px;
16}
17#header {
18  width:1012px;
19  height:120px;
20  background:transparent url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/skin_top.png{literal}) no-repeat;
21}
22#copyright {
23  background:transparent url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/skin_bottom.png{literal}) no-repeat;
24  font-size:9px;
25  height:45px;
26  padding:16px;
27  width:1012px;
28}
29
30h2 { background: #303030 url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/backgd.png{literal}); }
31img { border:1px #303030 solid; margin:8px; }
32img:hover { border:1px #fff solid; margin:8px; padding:0px;}
33a { color: #0066cc; }
34a:hover { color: #F07D00; }
35{/literal}
36
37
Note: See TracBrowser for help on using the repository browser.