Removed both "retrieve" and "limit retrieve" pickers from Account Settings
[modest] / www / accordion.css
1 * { margin: 0; padding: 0; }\r
2
3 html, body, #main { 
4         background: #7D8085;    
5 }\r
6 body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }\r
7 body { margin: 0; padding: 0; font-size: small; color: #333 }\r
8 h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }\r
9 h1 { font-size: large }\r
10 h3 { margin-top: .5em; }\r
11
12 #main {
13         padding: 1em;
14         background: #7D8085 scroll center; 
15 }\r
16
17 .content {
18         background: #7D8085 url(images/bg.jpg) repeat-y scroll;
19         width: 810px;
20         text-align: left;
21 }
22
23 .top {
24         background: #7D8085 url(images/top.jpg) no-repeat scroll 0px bottom;
25         height: 75px;
26         text-align: center;
27         color: #fff;
28         width: 810px;
29         font-family: "Times New Roman",Times,serif;
30         font-size: 2em;
31 }
32
33 .bottom {
34         background: #7D8085 url(images/bot.jpg) no-repeat scroll;
35         width: 810px;
36         height: 37px;
37 }
38 \r
39 pre { margin-bottom: 1em; }
40
41 .active {
42         background: #777;
43 }
44
45 #list1  {
46         width: 754px;\r
47         font-family: verdana;
48         margin:  0px 0px 0px 23px;\r
49 }
50 .cont {
51         color: white;
52         text-decoration: none;
53         font-size: 1em;
54         margin: 0px;
55         padding: 0px;
56         background: #444 ;\r
57         overflow: hidden;
58         border-bottom: 1px solid #999;
59 }
60 .cont p {
61         padding: 10px;
62 }
63 .cont ol {
64         padding: 10px 10px 10px 40px;
65 }
66 .cont ul {
67         padding: 10px 10px 10px 40px;
68 }
69 a {
70         color: CadetBlue ;
71 }
72 img {
73         border:none;
74 }
75 a:hover {
76         color: white;
77 }
78 a:visited {
79         color: aqua;
80 }
81 \r
82 #list1 h3 {
83         cursor:pointer;
84         display:block;
85         padding: 0px 5px 0px 10px;
86         margin-top: 0px;
87         text-decoration: none;
88         font-size: 1.5em;
89         color: white;
90         background-color: #444;
91         font-family: "Times New Roman",Times,serif;
92         border-bottom: 1px solid #999;
93 }
94 #list1 h3 img {
95         margin-top:2px;
96         padding-right:10px;
97 }
98 #list1 h3:hover {
99         color: #222     ;
100         background-color: #999;
101 }
102 #list1 h3.selected {
103         color: #333;
104         background-color: #999;
105 }