source: main/branches/64_bit_Greenstone/greenstone3/web/interfaces/oran/style/berry.css@ 24007

Last change on this file since 24007 was 24007, checked in by sjm84, 13 years ago

Updating this branch to match the latest Greenstone3 changes

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