Changeset 8573 for extensions
- Timestamp:
- Jan 10, 2011, 12:57:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gally/gally-black-graphite/mail-css.tpl
r8534 r8573 1 1 {literal} 2 2 body { 3 background:# 303030 url({/literal}{$ROOT_URL}themes/gally-lapis-lazuli/icon/backgd.png{literal});4 color:#d edede;3 background:#101010; 4 color:#d9d9d9; 5 5 } 6 6 #the_page { 7 width: 1012px;7 width:954; 8 8 margin:auto; 9 9 } 10 10 #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; 13 12 color:#dedede; 14 13 margin:0px; 15 padding: 32px;14 padding:0px; 16 15 } 17 16 #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; 21 24 } 22 25 #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; 26 31 padding:16px; 27 width: 1012px;32 width:954px; 28 33 } 29 34 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; } 35 hr { border:none; border-top:2px solid #292929; } 36 #copyright hr { display:none; } 37 38 h2 { background: #101010 } 39 img { border:4px solid #101010; margin:8px; padding:0; } 40 img:hover { border:4px solid #292929; border:none; margin:8px; padding:0; } 41 a { color: #C0C0C0; } 42 a:hover { color: #F0F0F0; } 35 43 {/literal} 36 44
Note: See TracChangeset
for help on using the changeset viewer.