source: extensions/ContactForm/template/mail/style.css @ 17483

Last change on this file since 17483 was 17483, checked in by mistic100, 12 years ago

entirely rewrite the plugin

  • send mail in html format (configurable to plain)
  • fully configurable email list
  • more...
File size: 697 bytes
Line 
1body {
2  margin:0px; 
3  padding:0px;
4  font-family: Univers, Helvetica, Optima; 
5  font-size:12px;
6  text-align:left;
7  background:#111;
8  color:#aaa;
9}
10
11a {
12  color:#CE2E5A;
13}
14 
15#the_page {
16  width:600px;
17  margin:10px auto; 
18  padding:0px; 
19}
20
21#the_header {
22  background:#222;
23  border-top:5px solid #CE2E5A;
24  border-bottom:1px solid #111;
25  font-size:16px;
26  padding:10px;
27}
28
29#the_content {
30  background:#333;
31  border-top:1px solid #555;
32  border-bottom:1px solid #111;
33  padding:10px;
34}
35
36#the_footer {
37  background:#222;
38  border-top:1px solid #555;
39  border-bottom:2px solid #CE2E5A;
40  font-size:10px;
41  padding:5px;
42}
43
44blockquote {
45  border:1px solid #aaa;
46  margin:10px;
47  padding:10px;
48}
Note: See TracBrowser for help on using the repository browser.