Ignore:
Timestamp:
Jan 10, 2011, 12:57:43 PM (13 years ago)
Author:
grum
Message:

update mail-css.tpl file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-black-graphite/mail-css.tpl

    r8534 r8573  
    11{literal}
    22body {
    3   background:#303030 url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/backgd.png{literal});
    4   color:#dedede;
     3  background:#101010;
     4  color:#d9d9d9;
    55}
    66#the_page {
    7   width:1012px;
     7  width:954;
    88  margin:auto;
    99}
    1010#content {
    11   width:1012px;
    12   background:transparent url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/skin_page.png{literal}) repeat-y;
     11  width:954px;
    1312  color:#dedede;
    1413  margin:0px;
    15   padding:32px;
     14  padding:0px;
    1615}
    1716#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;
     17  width:954px;
     18  -moz-border-radius: 12px;
     19  -webkit-border-radius: 12px;
     20  -khtml-border-radius: 12px;  font-size:9px;
     21  border-radius: 12px;
     22  background:#202020;
     23  margin-top: 8px;
    2124}
    2225#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  background:#202020;
     27  -moz-border-radius: 12px;
     28  -webkit-border-radius: 12px;
     29  -khtml-border-radius: 12px;  font-size:9px;
     30  border-radius: 12px;
    2631  padding:16px;
    27   width:1012px;
     32  width:954px;
    2833}
    2934
    30 h2 { background: #303030 url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/backgd.png{literal}); }
    31 img { border:1px #303030 solid; margin:8px; }
    32 img:hover { border:1px #fff solid; margin:8px; padding:0px;}
    33 a { color: #0066cc; }
    34 a:hover { color: #F07D00; }
     35hr { border:none; border-top:2px solid #292929; }
     36#copyright hr { display:none; }
     37
     38h2 { background: #101010 }
     39img { border:4px solid #101010; margin:8px; padding:0; }
     40img:hover { border:4px solid #292929; border:none; margin:8px; padding:0; }
     41a { color: #C0C0C0; }
     42a:hover { color: #F0F0F0; }
    3543{/literal}
    3644
Note: See TracChangeset for help on using the changeset viewer.