source: gs3-installations/eurovision-lod/trunk/interfaces/eurovision/style/berry.css@ 37280

Last change on this file since 37280 was 34828, checked in by davidb, 3 years ago

These files are added in later on in a page-header sequence, and so easiest to customize by having copies in the new interface area

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