source: extensions/gally/gally-black-graphite/mail-css.tpl @ 16017

Last change on this file since 16017 was 8573, checked in by grum, 13 years ago

update mail-css.tpl file

  • Property svn:executable set to *
File size: 873 bytes
Line 
1{literal}
2body {
3  background:#101010;
4  color:#d9d9d9;
5}
6#the_page {
7  width:954;
8  margin:auto;
9}
10#content {
11  width:954px;
12  color:#dedede;
13  margin:0px;
14  padding:0px;
15}
16#header {
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;
24}
25#copyright {
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;
31  padding:16px;
32  width:954px;
33}
34
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; }
43{/literal}
44
45
Note: See TracBrowser for help on using the repository browser.