source: main/trunk/greenstone3/web/interfaces/default_new/style/berry.css@ 29852

Last change on this file since 29852 was 29852, checked in by Georgiy Litvinov, 9 years ago

Ckeditor integration commit

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