source: main/trunk/greenstone3/web/interfaces/default/style/favourites.css

Last change on this file was 38001, checked in by kjdon, 8 months ago

removed the pink thatching from favourites link

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