source: extensions/UserCollections/template/mail.css @ 20384

Last change on this file since 20384 was 20090, checked in by mistic100, 11 years ago
  • add webservices
  • add mail function
  • add admin list
  • add admin export function
  • try to deal with Gthumb+
  • activate multisize dropdown menu of collection page

TODO : use webservices instead of toggle_image.php

File size: 1.2 KB
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  min-width:600px;
17  max-width:800px;
18  margin:10px auto; 
19  padding:0px; 
20}
21
22#the_header {
23  background:#222;
24  border-top:5px solid #CE2E5A;
25  border-bottom:1px solid #111;
26  font-size:16px;
27  padding:10px;
28}
29
30#the_content {
31  background:#333;
32  border-top:1px solid #555;
33  border-bottom:1px solid #111;
34  padding:10px;
35}
36
37#the_footer {
38  background:#222;
39  border-top:1px solid #555;
40  border-bottom:2px solid #CE2E5A;
41  font-size:10px;
42  padding:5px;
43}
44
45#the_image {
46  text-align:center;
47}
48  #the_image a {
49    position:relative;
50    display:inline-block;
51    border:10px solid #444;
52  }
53  #the_image span {
54    display:block;
55    width:100%;
56    position:absolute;
57    bottom:-10px;
58    left:0;
59    text-align:center;
60    background:#444;
61  }
62  #the_image img {
63    max-width:150px;
64    border:none;
65  }
66
67.button {
68  margin-top:25px;
69  text-align:center;
70}
71
72.button  a {
73  padding:8px 15px;
74  background:#A80D24;
75  color:#bbb;
76  border:1px solid #CE2E5A;
77  text-decoration:none;
78  font-size:14px;
79  font-weight:bold;
80}
Note: See TracBrowser for help on using the repository browser.