Project

General

Profile

Download (6.95 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * Checks if a list contains a certain value.
3
 * 
4
 * @param {list} $list - the list to check
5
 * @param {value} $var - the value to search for
6
 * @param {bool} $recursive (false) - should any contained lists be checked for the value
7
 * 
8
 * @return {bool} true if the value is found from the list, false otherwise
9
 * 
10
 * @group lists
11
 */
12

    
13
/**
14
 * Cross-browser opacity.
15
 *
16
 * @param {number} $value - opacity value from 0 to 1
17
 * @param {bool} $important (false) - should the property value be declared with !important
18
 *
19
 * @group util
20
 */
21

    
22

    
23
/*@import "";*/
24

    
25
@IMPORT url("../runo/legacy-styles.css");
26

    
27
/** 
28
 * "optional-" prefix means that the style is not necessarily used, it can be left blank
29
 * "generated-" prefix means that the style is calculated from some other color, and not directly selected by the editor user
30
 *
31
 **/
32
 
33

    
34
  
35
  .v-app {
36
/*background: white; #d0e2ec; */ 
37
background: url("icons/32/bg-column.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
38
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
39
color: #222;
40
}
41

    
42

    
43
 .login{
44
  /* background:red; */
45
 /*  background-color:red; */
46
 /* width: 40px; */
47

    
48
 
49
 margin-left: auto;
50
 margin-right:auto;
51
 
52
 border-radius: 10px 10px 10px 10px;
53
-moz-border-radius: 10px 10px 10px 10px;
54
-webkit-border-radius: 10px 10px 10px 10px;
55
border: 0px solid #000000;
56
 
57
-webkit-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.85);
58
-moz-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.85);
59
box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.85);
60
/*  -webkit-box-shadow: 7px 7px 7px -1px rgba(0,0,0,0.85);
61
-moz-box-shadow: 7px 7px 7px -1px rgba(0,0,0,0.85);
62
box-shadow: 7px 7px 7px -1px rgba(0,0,0,0.85);
63
 */
64

    
65
/*  -webkit-box-shadow: 7px 13px 14px -1px rgba(0,0,0,0.85);
66
-moz-box-shadow: 7px 13px 14px -1px rgba(0,0,0,0.85);
67
box-shadow: 7px 13px 14px -1px rgba(0,0,0,0.85); */
68
/* -webkit-box-shadow: 19px 10px 16px -1px rgba(0,0,0,0.85);
69
-moz-box-shadow: 19px 10px 16px -1px rgba(0,0,0,0.85);
70
box-shadow: 19px 10px 16px -1px rgba(0,0,0,0.85);  */
71
}
72

    
73
.defaults{
74
/* margin-left: auto;
75
 margin-right:auto;
76
 
77
 border-radius: 10px 10px 10px 10px;
78
-moz-border-radius: 10px 10px 10px 10px;
79
-webkit-border-radius: 10px 10px 10px 10px;
80
border: 0px solid #000000;
81
 
82
-webkit-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.85);
83
-moz-box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.85);
84
box-shadow: 5px 5px 10px -3px rgba(0,0,0,0.85);	
85
 */
86
}
87

    
88
.v-panel {
89
    background: url("icons/32/top-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
90
}
91
/* .login .v-panel {
92
    background: url("icons/32/top-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
93
}
94
 */
95
.login .v-panel-nocaption {
96
    background: url("icons/32/top-right.png") no-repeat scroll right top rgba(0, 0, 0, 0);
97
}
98

    
99
.login .v-panel-content{
100
	border-style: none;
101
	background: url("icons/32/loginpanel.png"); /*#98a0ad; */
102
	background-url:http://api.thumbr.it/whitenoise-361x370.png?background=c1c6c9ff&noise=626262&density=47&opacity=10;	
103
}
104

    
105

    
106
.login .v-panel-deco:before {
107
    background: url("icons/32/bottom-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
108
}
109

    
110
.login .v-panel-deco {
111
    background: url("icons/32/bottom-right.png")  repeat-x scroll right top transparent;
112
}
113

    
114
.descriptiveView .v-verticallayout-descriptiveView{
115
	background: white;
116
}
117

    
118
.taxonDetailView{
119
	background: white;
120
}
121

    
122
.descriptiveView{
123
	background: white;
124
}
125

    
126
/* .descriptiveView .v-tabsheet-tabs-light .v-tabsheet-tabitem{
127
	background: url("images/table-header-bg.png") repeat-x bottom left;
128
}
129
.descriptiveView .v-tabsheet-tabs-light .v-tabsheet-tabitem-selected .v-caption {
130
    background: url("images/table-header-bg.png") no-repeat scroll -7px 0 rgba(0, 0, 0, 0);
131
}
132

    
133
.descriptiveView .v-tabsheet-tabs-light .v-tabsheet-spacertd div {
134
	background: url("images/table-header-bg.png") repeat-x bottom left;
135
}
136
 */
137
.toolbar {
138
	background: #ccc url(images/gradient.png) repeat-x bottom left;
139
}
140

    
141
.toolbar .v-image{
142
   margin-right: 30px; 
143
}
144
.toolbar .v-label{
145
  display: block;
146
  height: 30px;
147
  color: #464f52;
148
  background: transparent;
149
  border: none;
150
  text-align: center;
151
  margin-left: auto;
152
  margin-right: auto;
153
  margin-top: 5px;
154
  padding-top: 2px;
155
  font-size: x-small;
156
  text-shadow: #fafafa 1px 1px 0;
157
/*  border: none;
158
  -webkit-border-radius: 0;
159
  -moz-border-radius: 0;
160
  border-radius: 0
161
  -webkit-box-shadow: none;
162
  -moz-box-shadow: none;
163
  box-shadow: none;
164
  background: transparent;
165
  -webkit-box-shadow: none;
166
  -moz-box-shadow: none;
167
  box-shadow: none; */
168
}
169

    
170
.toolbar .v-button {
171
display: block;
172
height: 55px;
173
background: transparent;
174
border: none;
175
text-align: center;
176
}
177

    
178
.toolbar .v-button img {
179
display: block;
180
margin-left: auto;
181
margin-right: auto;
182
margin-bottom: 5px;
183
}
184

    
185
	.toolbar .v-button span {
186
font-size: x-small;
187
text-shadow: #fafafa 1px 1px 0;
188
}
189
	.toolbar .v-button .v-button-wrap,
190
.toolbar .v-disabled.v-button .v-button-wrap {
191
background: transparent;
192
border: none;
193
-webkit-border-radius: 0;
194
-moz-border-radius: 0;
195
border-radius: 0;
196
-webkit-box-shadow: none;
197
-moz-box-shadow: none;
198
box-shadow: none;
199
}
200
.toolbar .v-button:active .v-button-wrap,
201
.toolbar .v-button.v-pressed .v-button-wrap {
202
background: transparent;
203
-webkit-box-shadow: none;
204
-moz-box-shadow: none;
205
box-shadow: none;
206
}
207
	
208
.v-panel-caption-view {
209
color: #004b98;
210
}
211
.view {
212
background: white;
213
}
214

    
215
.v-tree {
216
padding-top: 8px;
217
padding-left: 4px;
218
}
219

    
220
/*Tabsheet*/
221

    
222
.v-tabsheet-tabs-light .v-tabsheet-tabitem-selected{
223
	color: rgb(94, 92, 92);
224
	font-weight: bold;
225
}
226

    
227
.v-tabsheet-tabs-light .v-tabsheet-tabitem-selected:hover{
228
	color: rgb(94, 92, 92);
229
	font-weight: bold;
230
}
231

    
232

    
233
/* Theme table to look bit lighter */
234
.v-table-header-wrap {
235
height: 20px;
236
border: none;
237
border-bottom: 1px solid #555;
238
background: transparent url(images/table-header-bg.png);
239
}
240
.v-table-sort-indicator,
241
.v-table-header-cell-asc .v-table-sort-indicator,
242
.v-table-header-cell-desc .v-table-sort-indicator {
243
height: 20px;
244
}
245
.v-table-caption-container {
246
font-size: 11px;
247
color: #000;
248
font-weight: bold;
249
text-shadow: #fff 0 1px 0;
250
padding: 0;
251
}
252
.v-table-bodyborder:}
253
{
254
none;
255
.v-table-row-odd {
256
background: #f1f5fa;
257
}
258
.v-table-row:hover {
259
background: #fff;
260
}
261
.v-table-row-odd:hover {
262
background: #f1f5fa;
263
}
264
.v-table .v-selected {
265
background: #3d80df;
266
}
267
.v-table-cell-content {
268
padding: 2px 0 2px 3px;
269
line-height: normal;
270
font-size: 85%;
271
}
272

    
273
.wizard .v-panel-content pre,
274
.wizard .v-panel-content code {
275
font-family: Monaco, Courier, sans-serif;
276
}
277

    
278
.wizard .v-panel-content pre {
279
padding-left: 10px;
280
}
281

    
282
.wizard .v-panel-content p.narrow {
283
width: 400px;
284
}
285

    
286
.intro-arrow {
287
position: absolute;
288
bottom: 5px;
289
right: 70px;
290
-webkit-animation: hovering 2s infinite;
291
-moz-animation: hovering 2s infinite;
292
}
293

    
294
@-webkit-keyframes hovering {
295
0% { bottom: 5px; }
296
50% { bottom: 10px; }
297
100% { bottom: 5px; }
298
}
299
@-moz-keyframes hovering {
300
0% { bottom: 5px; }
301
50% { bottom: 10px; }
302
100% { bottom: 5px; }
303
}
304

    
305
.listen-arrow {
306
position: absolute;
307
top: 5px;
308
right: 280px;
309
-webkit-animation: hovering-top 2s infinite;
310
-moz-animation: hovering-top 2s infinite;
311
}
312

    
313
@-webkit-keyframes hovering-top {
314
0% { top: 5px; }
315
50% { top: 10px; }
316
100% { top: 5px; }
317
}
318
@-moz-keyframes hovering-top {
319
0% { top: 5px; }
320
50% { top: 10px; }
321
100% { top: 5px; }
322
}
(3-3/3)