source: greenstone3/trunk/web/interfaces/oran/style/berry.css@ 19855

Last change on this file since 19855 was 19855, checked in by oranfry, 15 years ago

styles for new interface

File size: 2.8 KB
Line 
1#berrybasket {
2 min-height: 22px;
3 padding: 5px;
4 margin: 0 0 1em 0;
5 /* background: #E0F0E0 url("../images/berrybasket.png") scroll no-repeat 0 0; */
6 background: transparent url("../images/kete2.png") scroll repeat 0 0;
7 z-index:10;
8 /*cursor: pointer;*/
9 font-size: 80%;
10 min-height: 2em;
11}
12
13#baskethandle {
14 cursor: move;
15 padding: 0;
16 margin: 0;
17 height: 30px;
18 width: auto;
19 background-color: #7f7;
20 display: none;
21}
22
23#berries {
24 text-align: left;
25 height: auto;
26 margin: 0;
27 padding: 0;
28 overflow: hidden;
29}
30#berries img {
31 margin: 3px 2px;
32}
33
34#trashbin {
35 float:right;
36}
37
38#berryFullViewLink {
39 display:block;
40 cursor: pointer;
41 text-align: right;
42 padding: .5em;
43}
44
45#berryHelpMsg {
46 font-size: 90%;
47 color: #888;
48}
49
50#doclist {
51 margin-bottom:0;
52}
53span.berryradio{
54 cursor: pointer;
55 margin:0 3em 0 3em;
56 font-weight: bold;
57}
58
59.berryOption {
60 text-decoration: underline;
61 cursor: pointer;
62}
63
64.berrycheck{
65 font-size: 80%;
66 cursor: pointer;
67 font-weight: bold;
68 margin: 0 0 0 0.5em;
69}
70
71#urlcheck{
72 float: left;
73 padding: 0;
74 margin: 0;
75
76}
77
78.pick {
79 visibility:hidden;
80}
81
82
83p#documentberries {
84 font-weight: bold;
85 font-size:90%;
86}
87
88.documentberry {
89 margin:0 2em 0 0;
90 padding:0;
91 visibility:hidden;
92}
93
94
95.content{
96 font-family:sans-serif;
97 text-align:left;
98}
99
100li.berryitem {
101 padding: 0;
102 margin: 0 ;
103 color: black;
104 font-size: 90%;
105}
106
107li.berrydoc {
108 font-size: 90%;
109 cursor: pointer;
110 padding: 0 ;
111 margin: 0 1em 0 0;
112}
113
114a.expandcontract {
115 font-size: 90%;
116 color: red
117}
118
119
120.item {
121 font-size: 90%;
122
123}
124
125.berrydelete{
126 font-family:sans-serif;
127 background-color:#E0F0E0;
128 border:1px solid #2E8B57;
129 padding: 4px 4px 4px 4px;
130 font-weight: bold;
131 cursor: pointer;
132 width: 6em;
133 color: red;
134 font-size: 90%;
135}
136
137.sendbutton{
138 font-family:sans-serif;
139 background-color:#E0F0E0;
140 border:1px solid #2E8B57;
141 padding: 4px 4px 4px 4px;
142 font-weight: bold;
143 cursor: pointer;
144 width: 5em;
145 font-size: 90%;
146 margin: 1em 0 0 0;
147}
148
149.berrybutton{
150 font-family:sans-serif;
151 background-color:#E0F0E0;
152 border:1px solid #2E8B57;
153 padding: 4px 4px 4px 4px;
154 font-weight: bold;
155 cursor: pointer;
156 width: 10em;
157 font-size: 90%;
158}
159
160.mailinput {
161 border:1px solid #2E8B57;
162 width: 20em;
163 height: 1.5em;
164 font-size: 90%
165}
166
167.mailitem{
168 text-align: left;
169 }
170
171
172textarea#pretextarea {
173 font-family:sans-serif;
174 border:1px solid #2E8B57;
175 width: 100%;
176 height: 25em;
177 font-size: 90%;
178 margin: 0.5em 0 0 0;
179 padding:0;
180}
181
182div#trashbin{
183 float: right;
184 height: 60px;
185 width: 55px;
186 padding: 0;
187 background: url("../images/trash-empty.png") 0 0 no-repeat;
188 margin:0;
189 z-index:10;
190}
191
192div#binhandle{
193 height: 60px;
194 width: 55px;
195 cursor: move;
196}
197
198span.extralink {
199 cursor:pointer;
200 font-size:80%;
201 font-weight:bold;
202 margin:0 2em 0 0;
203 color:black;
204}
205
206span.extralink:hover {
207 color: #2E8B57;
208}
209
Note: See TracBrowser for help on using the repository browser.