source: extensions/Subscribe_to_comments/template/mail/style.css @ 15649

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

HUGE update, main features : global subscriptions (all images in an album, all images, all albums), beautyful (!) mails

File size: 830 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:3px solid #CE2E5A;
40  font-size:10px;
41  padding:5px;
42}
43
44#the_image img {
45  border:10px solid #444;
46}
47
48.button {
49  padding:8px 15px;
50  background:#A80D24;
51  color:#bbb;
52  border:1px solid #CE2E5A;
53  text-decoration:none;
54  font-size:14px;
55  font-weight:bold;
56}
Note: See TracBrowser for help on using the repository browser.