picasso 0.2.3 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/README.md +216 -3
- data/docs/_picasso.html +38 -0
- data/docs/config.rb +1 -1
- data/docs/css/{style.css → picasso-docs.css} +797 -1331
- data/docs/img/picasso-buttons-glossy.png +0 -0
- data/docs/img/picasso-nav.png +0 -0
- data/docs/img/picasso-popup.png +0 -0
- data/docs/index.html +201 -198
- data/docs/picasso-_components.html +83 -0
- data/docs/picasso-_despegar.html +34 -0
- data/docs/picasso-_utils.html +40 -0
- data/docs/picasso-components-_accordions.html +183 -0
- data/docs/picasso-components-_arrows.html +124 -0
- data/docs/picasso-components-_bubbles.html +142 -0
- data/docs/picasso-components-_buttons.html +38 -0
- data/docs/picasso-components-_inputs.html +122 -0
- data/docs/picasso-components-_list-grids.html +253 -0
- data/docs/picasso-components-_mini-tooltips.html +152 -0
- data/docs/picasso-components-_navs.html +360 -0
- data/docs/picasso-components-_pagination.html +258 -0
- data/docs/picasso-components-_popups.html +359 -0
- data/docs/picasso-components-buttons-_3d.html +284 -0
- data/docs/picasso-components-buttons-_glossy.html +290 -0
- data/docs/picasso-components-buttons-_mini.html +224 -0
- data/docs/picasso-despegar-_variables.html +145 -0
- data/docs/picasso-utils-_clearfix.html +56 -0
- data/docs/picasso-utils-_grid.html +390 -0
- data/docs/picasso-utils-_ie.html +50 -0
- data/docs/picasso-utils-_sprite.html +62 -0
- data/docs/resources/docs.jade +46 -0
- data/docs/resources/docs.js +52 -0
- data/docs/sass/{style.scss → picasso-docs.scss} +71 -96
- data/lib/picasso/version.rb +1 -1
- data/picasso.gemspec +1 -1
- data/stylesheets/_picasso.scss +14 -0
- data/stylesheets/picasso/_components.scss +54 -0
- data/stylesheets/picasso/_despegar.scss +12 -0
- data/stylesheets/picasso/_utils.scss +17 -1
- data/stylesheets/picasso/components/_accordions.scss +52 -2
- data/stylesheets/picasso/components/_arrows.scss +39 -2
- data/stylesheets/picasso/components/_bubbles.scss +36 -2
- data/stylesheets/picasso/components/_buttons.scss +14 -0
- data/stylesheets/picasso/components/_inputs.scss +41 -2
- data/stylesheets/picasso/components/_list-grids.scss +84 -3
- data/stylesheets/picasso/components/_mini-tooltips.scss +128 -0
- data/stylesheets/picasso/components/_navs.scss +52 -2
- data/stylesheets/picasso/components/_pagination.scss +63 -2
- data/stylesheets/picasso/components/_popups.scss +73 -2
- data/stylesheets/picasso/components/buttons/_3d.scss +75 -2
- data/stylesheets/picasso/components/buttons/_glossy.scss +41 -2
- data/stylesheets/picasso/components/buttons/_mini.scss +44 -2
- data/stylesheets/picasso/despegar/_variables.scss +61 -60
- data/stylesheets/picasso/utils/_clearfix.scss +24 -16
- data/stylesheets/picasso/utils/_grid.scss +269 -0
- data/stylesheets/picasso/utils/_ie.scss +23 -28
- data/stylesheets/picasso/utils/_sprite.scss +15 -3
- metadata +34 -50
- data/docs/accordions.html +0 -276
- data/docs/all.html +0 -1588
- data/docs/arrows.html +0 -233
- data/docs/bubbles.html +0 -231
- data/docs/build/manifest.json +0 -21
- data/docs/build/md/changelog.md +0 -53
- data/docs/build/md/components/accordions.md +0 -97
- data/docs/build/md/components/arrows.md +0 -53
- data/docs/build/md/components/bubbles.md +0 -57
- data/docs/build/md/components/buttons.md +0 -205
- data/docs/build/md/components/components.md +0 -37
- data/docs/build/md/components/inputs.md +0 -73
- data/docs/build/md/components/list-grids.md +0 -180
- data/docs/build/md/components/navs.md +0 -107
- data/docs/build/md/components/pagination.md +0 -112
- data/docs/build/md/components/popups.md +0 -162
- data/docs/build/md/despegar/despegar.md +0 -200
- data/docs/build/md/intro.md +0 -59
- data/docs/build/md/mejoras.md +0 -69
- data/docs/build/md/todo.md +0 -14
- data/docs/build/md/utils/utils.md +0 -62
- data/docs/build/templates/index.html +0 -37
- data/docs/build/templates/layout.html +0 -68
- data/docs/build/templates/page.html +0 -3
- data/docs/buttons.html +0 -357
- data/docs/changelog.html +0 -264
- data/docs/components.html +0 -220
- data/docs/css/github.css +0 -88
- data/docs/css/markdown.css +0 -108
- data/docs/despegar.html +0 -377
- data/docs/inputs.html +0 -248
- data/docs/intro.html +0 -233
- data/docs/js/docs.js +0 -32
- data/docs/js/rainbow-custom.min.js +0 -13
- data/docs/js/viewer.js +0 -12
- data/docs/list-grids.html +0 -350
- data/docs/mejoras.html +0 -250
- data/docs/navs.html +0 -281
- data/docs/pagination.html +0 -286
- data/docs/popups.html +0 -337
- data/docs/todo.html +0 -204
- data/docs/utils.html +0 -233
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,218 @@
|
|
1
|
-
|
1
|
+
![Picasso. Framework CSS/Sass.](img/picasso.png "Picasso. Framework CSS/Sass.")
|
2
2
|
|
3
|
-
|
3
|
+
### Framework CSS/Sass.
|
4
|
+
|
5
|
+
http://gitorious.despegar.it/picasso/picasso
|
6
|
+
|
7
|
+
|
8
|
+
-----
|
9
|
+
|
10
|
+
|
11
|
+
# Instalación
|
12
|
+
|
13
|
+
Ejecutar:
|
14
|
+
|
15
|
+
```
|
16
|
+
$ (sudo) gem install picasso
|
17
|
+
```
|
18
|
+
|
19
|
+
> Opcional: [Instalación de oily_png](#oily-png).
|
20
|
+
|
21
|
+
En el `config.rb` agregar:
|
22
|
+
|
23
|
+
```
|
24
|
+
require 'picasso'
|
25
|
+
require 'magick'
|
26
|
+
gem 'picasso', '~> 0.3.0'
|
27
|
+
```
|
28
|
+
|
29
|
+
Modificar el número de versión a medida que se quiere usar nuevas versiones del framework.
|
30
|
+
|
31
|
+
Finalmente, en el archivo Sass importar el framework completo:
|
32
|
+
|
33
|
+
```
|
34
|
+
@import "picasso";
|
35
|
+
```
|
36
|
+
|
37
|
+
o sólo lo necesario:
|
38
|
+
|
39
|
+
```
|
40
|
+
@import "picasso/components/buttons";
|
41
|
+
@import "picasso/despegar/variables";
|
42
|
+
```
|
43
|
+
|
44
|
+
|
45
|
+
# Actualización
|
46
|
+
|
47
|
+
```
|
48
|
+
$ (sudo) gem update picasso
|
49
|
+
```
|
50
|
+
|
51
|
+
# <a id="oily-png"></a>Opcional: Instalación de oily_png
|
52
|
+
|
53
|
+
[oily_png](https://github.com/wvanbergen/oily_png/) es una gema que permite acelerar la creación de imágenes dinámicas. Se recomienda su instalación en caso de utilizar Picasso para la creación de sprites.
|
54
|
+
|
55
|
+
## Windows
|
56
|
+
|
57
|
+
Bajar el paquete [Development Kit](http://rubyinstaller.org/downloads/). Extraer dicho paquete en una ruta conocida (por ejemplo `C:\DevKit`). Abrir una consola, ir a la ruta en donde se pusieron los archivos del *Development Kit* y ejecutar `ruby dk.rb init` y luego `ruby dk.rb install`.
|
58
|
+
|
59
|
+
## Linux
|
60
|
+
|
61
|
+
```
|
62
|
+
$ (sudo) apt-get update
|
63
|
+
$ (sudo) apt-get install ruby-oily-png
|
64
|
+
```
|
65
|
+
|
66
|
+
-----
|
67
|
+
|
68
|
+
|
69
|
+
# <a id="changelog"></a>Changelog
|
70
|
+
|
71
|
+
## 0.3.0
|
72
|
+
|
73
|
+
* Nueva utilidad: Grillas;
|
74
|
+
* Nuevo componente: mini-tooltips;
|
75
|
+
* Nuevo sistema para documentar (styledocco);
|
76
|
+
|
77
|
+
## 0.2.3
|
78
|
+
|
79
|
+
* Fix estado estado `disabled` para IE;
|
80
|
+
|
81
|
+
## 0.2.2
|
82
|
+
|
83
|
+
* Se agrega estado `disabled` para los botones 3D;
|
84
|
+
|
85
|
+
## 0.2.1
|
86
|
+
|
87
|
+
* Fix sombras, gradientes y bordes de botones y nav de IE9;
|
88
|
+
|
89
|
+
## 0.2.0
|
90
|
+
|
91
|
+
* Fix degradados de botones en Chrome;
|
92
|
+
* Separación de botones por tipo;
|
93
|
+
* Nuevos botones 3D;
|
94
|
+
* Se quita a oily_png como dependencia;
|
95
|
+
|
96
|
+
## 0.1.0
|
97
|
+
|
98
|
+
* Agregados nuevos componentes:
|
99
|
+
* - Popups
|
100
|
+
* - Pagination
|
101
|
+
* - Navs
|
102
|
+
* - List Grids
|
103
|
+
* - Inputs
|
104
|
+
* - Accordions
|
105
|
+
* Agregadas nuevas utilidades:
|
106
|
+
* - Sprite: `insert-in-sprite()`
|
107
|
+
* - IE: `after()` / `before()`
|
108
|
+
* Nuevo fallback para IE: Generación dinámica de sprites para componentes a través de [compass-magick](https://github.com/StanAngeloff/compass-magick).
|
109
|
+
* Se elimina el soporte para CSS3 Pie, siendo reemplazado por fallback de sprites.
|
110
|
+
* Reorganización interna de la documentación.
|
111
|
+
|
112
|
+
## 0.0.3
|
113
|
+
|
114
|
+
* Agregados estilos de fallback para Internet Explorer.
|
115
|
+
* Soporte para CSS3 Pie (de manera predeterminado apagado).
|
116
|
+
* Agregada la documentación sobre la generación de docs.
|
117
|
+
|
118
|
+
## 0.0.2
|
119
|
+
|
120
|
+
* Modularización del componente.
|
121
|
+
* Agregados: buttons, mini-buttons, bubbles y arrows.
|
122
|
+
* Creación de la documentación.
|
123
|
+
|
124
|
+
## 0.0.1
|
125
|
+
|
126
|
+
* Versión inicial.
|
127
|
+
* Agregadas las variables de la marca Despegar y clearfix.
|
128
|
+
|
129
|
+
|
130
|
+
-----
|
131
|
+
|
132
|
+
|
133
|
+
# Todo
|
134
|
+
|
135
|
+
## Componentes
|
136
|
+
* Tabs;
|
137
|
+
* Tooltips;
|
138
|
+
* Breadcrumbs;
|
139
|
+
|
140
|
+
## Utilidades
|
141
|
+
* Grillas responsivas;
|
142
|
+
* Tipografias con pictogramas comunes;
|
143
|
+
|
144
|
+
## Otros
|
145
|
+
* Creación de sprites: Implementar API para poder detectar si un archivo ya existe.
|
146
|
+
* Mejoras en la documentación especificando variables por defecto de cada componente y mejor descripción de sus parámetros.
|
147
|
+
|
148
|
+
|
149
|
+
-----
|
150
|
+
|
151
|
+
|
152
|
+
# Mejoras / Añadidos
|
153
|
+
|
154
|
+
## Utilizar el código fuente
|
155
|
+
|
156
|
+
* Clonar el repositorio de Picasso:
|
157
|
+
|
158
|
+
```
|
159
|
+
$ git clone git@gitorious.despegar.it:picasso/picasso.git
|
160
|
+
```
|
161
|
+
|
162
|
+
* Pasarse al branch `development`:
|
163
|
+
|
164
|
+
```
|
165
|
+
$ cd picasso
|
166
|
+
$ git checkout --track origin/development
|
167
|
+
```
|
168
|
+
|
169
|
+
* Verificar que se esta parado en dicho branch:
|
170
|
+
|
171
|
+
```
|
172
|
+
$ git branch
|
173
|
+
```
|
174
|
+
|
175
|
+
## Pruebas locales de nuevos añadidos/cambios:
|
176
|
+
|
177
|
+
* En la carpeta del proyecto donde se encuentra el archivo `config.rb`, crear una carpeta `extensions`.
|
178
|
+
* En dicha lugar copiar la carpeta `picasso` tal cual se la clonó del repositorio, de manera tal que quede `extensiones\picasso\<archivos de picasso>`.
|
179
|
+
* En caso que el proyecto este configurado para usar Picasso, comentar dichas lineas en el `config.rb`.
|
180
|
+
* Compass de manera predeterminada detecta las extensiones que sean guardadas en la carpeta `extensions`, por lo tanto, las directivas `@import "picasso";` deberían funcionar sin problemas.
|
181
|
+
|
182
|
+
El núcleo de Picasso se encuentra en la carpeta `stylesheets`. Allí mismo existen tres carpetas `components`, `utils` y `despegar` en donde se alojan, de manera modularizada, los mixins y variables de cada sección.
|
183
|
+
En caso de agregar alguna funcionalidad nueva, tomar de ejemplo algún componente ya existente para entender su lógica interna.
|
184
|
+
|
185
|
+
## Subidas en el repositorio
|
186
|
+
|
187
|
+
* Una vez realizados los cambios o añadidos, subirlos al repositorio:
|
188
|
+
|
189
|
+
```
|
190
|
+
$ git status
|
191
|
+
$ git add <archivos a subir>;
|
192
|
+
$ git commit -m "<un mensaje descriptivo del commit>"
|
193
|
+
$ git push
|
194
|
+
```
|
195
|
+
|
196
|
+
> **Nota**: Toda mejora o cambio debe tener su documentación pertinente, caso contrario, no se incorporarán en Picasso.
|
197
|
+
|
198
|
+
|
199
|
+
## Generar la documentación
|
200
|
+
|
201
|
+
* Para generar una nueva versión de la documentación es necesario tener instalado node.js: http://nodejs.org/#download
|
202
|
+
|
203
|
+
* Abrir una terminal e instalar [Styledocco](https://github.com/jacobrask/styledocco):
|
204
|
+
|
205
|
+
```
|
206
|
+
$ npm install -g styledocco
|
207
|
+
```
|
208
|
+
|
209
|
+
* Dentro de la carpeta `stylesheets`, existen archivos `.scss` que componen a Picasso. Cada archivo posee la documentación pertinente que se utiliza para generar el documento final. La anotación de la documentación utiliza la sintaxis [markdown](http://daringfireball.net/projects/markdown/basics).
|
210
|
+
|
211
|
+
* Pararse sobre la carpeta raiz del proyecto y ejecutar:
|
212
|
+
|
213
|
+
```
|
214
|
+
$ compass compile docs/ && styledocco --name "Picasso" --preprocessor "--compass" --resources docs/resources/ --include docs/css/picasso-docs.css stylesheets/
|
215
|
+
```
|
216
|
+
|
217
|
+
* Revisar que la documentación se haya generado correctamente abriendo el archivo `docs/index.html`.
|
4
218
|
|
5
|
-
$ gem install picasso
|
data/docs/_picasso.html
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
<!DOCTYPE html><!--[if IE 7]><html class="ie7"></html><![endif]--><!--[if IE 8]><html class="ie8"></html><![endif]--><!--[if IE 9]><html class="ie9"></html><![endif]--><!-- [if gt IE 9] <!--><html><head><title>_picasso | Picasso. Framework CSS/Sass.
|
2
|
+
</title><meta charset="utf-8"><style>.styledocco-docs img{width:100%}.button-glossy-demo-1{width:90px;height:30px;display:inline-block;text-align:center;position:relative;z-index:1;font-family:sans-serif;font-size:12px;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#de1f2a),color-stop(100%,#c81c26)),-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#b11922),color-stop(100%,#6e0f15));background:-webkit-linear-gradient(#de1f2a,#c81c26),-webkit-linear-gradient(#b11922,#6e0f15);background:-moz-linear-gradient(#de1f2a,#c81c26),-moz-linear-gradient(#b11922,#6e0f15);background:-o-linear-gradient(#de1f2a,#c81c26),-o-linear-gradient(#b11922,#6e0f15);background:linear-gradient(#de1f2a,#c81c26),linear-gradient(#b11922,#6e0f15);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-position:left top,left 15px}.button-glossy-demo-1:after,.button-glossy-demo-1:before{content:"";position:absolute;display:inline-block}.button-glossy-demo-1:after{width:88px;height:28px;left:1px;top:1px;z-index:2}.button-glossy-demo-1:before{width:86px;height:26px;left:2px;top:2px;z-index:3}.button-glossy-demo-1 span{position:relative;z-index:4;line-height:30px}.button-glossy-demo-1 span{color:white}.button-glossy-demo-1:after,.button-glossy-demo-1:before{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.button-glossy-demo-1:after{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(15%,#f2a4a8),color-stop(100%,#150304)) 50%;background:-webkit-linear-gradient(#f2a4a8 15%,#150304) 50%;background:-moz-linear-gradient(#f2a4a8 15%,#150304) 50%;background:-o-linear-gradient(#f2a4a8 15%,#150304) 50%;background:linear-gradient(#f2a4a8 15%,#150304) 50%}.button-glossy-demo-1:before{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#de1f2a),color-stop(100%,#c81c26)),-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#b11922),color-stop(100%,#6e0f15));background:-webkit-linear-gradient(#de1f2a,#c81c26),-webkit-linear-gradient(#b11922,#6e0f15);background:-moz-linear-gradient(#de1f2a,#c81c26),-moz-linear-gradient(#b11922,#6e0f15);background:-o-linear-gradient(#de1f2a,#c81c26),-o-linear-gradient(#b11922,#6e0f15);background:linear-gradient(#de1f2a,#c81c26),linear-gradient(#b11922,#6e0f15);background-position:left top,left 13px}.button-glossy-demo-1,.button-glossy-demo-1:before{background-size:100% 50%;background-repeat:no-repeat}.button-glossy-demo-1:hover{text-decoration:none;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#e96168),color-stop(50%,#bf1b24),color-stop(100%,#f10c19));background:-webkit-linear-gradient(#e96168,#bf1b24,#f10c19);background:-moz-linear-gradient(#e96168,#bf1b24,#f10c19);background:-o-linear-gradient(#e96168,#bf1b24,#f10c19);background:linear-gradient(#e96168,#bf1b24,#f10c19)}.button-glossy-demo-1:hover:after{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4b1b5),color-stop(100%,#d11d27)) 50%;background:-webkit-linear-gradient(#f4b1b5 20%,#d11d27) 50%;background:-moz-linear-gradient(#f4b1b5 20%,#d11d27) 50%;background:-o-linear-gradient(#f4b1b5 20%,#d11d27) 50%;background:linear-gradient(#f4b1b5 20%,#d11d27) 50%}.button-glossy-demo-1:hover:before{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#e96168),color-stop(50%,#bf1b24),color-stop(100%,#f10c19));background:-webkit-linear-gradient(#e96168,#bf1b24,#f10c19);background:-moz-linear-gradient(#e96168,#bf1b24,#f10c19);background:-o-linear-gradient(#e96168,#bf1b24,#f10c19);background:linear-gradient(#e96168,#bf1b24,#f10c19)}.button-glossy-demo-1:hover,.button-glossy-demo-1:hover:before{background-size:100% 100%;background-position:left top;background-repeat:no-repeat}.ie7 .button-glossy-demo-1,.ie8 .button-glossy-demo-1,.ie9 .button-glossy-demo-1{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;background:url('../img/picasso-buttons-glossy.png');background-position:0 -1px}.ie7 .button-glossy-demo-1:hover,.ie8 .button-glossy-demo-1:hover,.ie9 .button-glossy-demo-1:hover{background-position:0 -31px}.ie9 .button-glossy-demo-1{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none}.button-glossy-demo-2{width:70px;height:30px;display:inline-block;text-align:center;position:relative;z-index:1;font-family:sans-serif;font-size:12px;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#08c),color-stop(100%,#0077b3)),-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#069),color-stop(100%,#00334d));background:-webkit-linear-gradient(#08c,#0077b3),-webkit-linear-gradient(#069,#00334d);background:-moz-linear-gradient(#08c,#0077b3),-moz-linear-gradient(#069,#00334d);background:-o-linear-gradient(#08c,#0077b3),-o-linear-gradient(#069,#00334d);background:linear-gradient(#08c,#0077b3),linear-gradient(#069,#00334d);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-position:left top,left 15px}.button-glossy-demo-2:after,.button-glossy-demo-2:before{content:"";position:absolute;display:inline-block}.button-glossy-demo-2:after{width:68px;height:28px;left:1px;top:1px;z-index:2}.button-glossy-demo-2:before{width:66px;height:26px;left:2px;top:2px;z-index:3}.button-glossy-demo-2 span{position:relative;z-index:4;line-height:30px}.button-glossy-demo-2 span{color:white}.button-glossy-demo-2:after,.button-glossy-demo-2:before{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.button-glossy-demo-2:after{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(15%,#6cf),color-stop(100%,#000)) 50%;background:-webkit-linear-gradient(#6cf 15%,#000) 50%;background:-moz-linear-gradient(#6cf 15%,#000) 50%;background:-o-linear-gradient(#6cf 15%,#000) 50%;background:linear-gradient(#6cf 15%,#000) 50%}.button-glossy-demo-2:before{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#08c),color-stop(100%,#0077b3)),-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#069),color-stop(100%,#00334d));background:-webkit-linear-gradient(#08c,#0077b3),-webkit-linear-gradient(#069,#00334d);background:-moz-linear-gradient(#08c,#0077b3),-moz-linear-gradient(#069,#00334d);background:-o-linear-gradient(#08c,#0077b3),-o-linear-gradient(#069,#00334d);background:linear-gradient(#08c,#0077b3),linear-gradient(#069,#00334d);background-position:left top,left 13px}.button-glossy-demo-2,.button-glossy-demo-2:before{background-size:100% 50%;background-repeat:no-repeat}.button-glossy-demo-2:hover{text-decoration:none;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#1ab2ff),color-stop(50%,#0070a8),color-stop(100%,#08c));background:-webkit-linear-gradient(#1ab2ff,#0070a8,#08c);background:-moz-linear-gradient(#1ab2ff,#0070a8,#08c);background:-o-linear-gradient(#1ab2ff,#0070a8,#08c);background:linear-gradient(#1ab2ff,#0070a8,#08c)}.button-glossy-demo-2:hover:after{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#75d1ff),color-stop(100%,#007ebd)) 50%;background:-webkit-linear-gradient(#75d1ff 20%,#007ebd) 50%;background:-moz-linear-gradient(#75d1ff 20%,#007ebd) 50%;background:-o-linear-gradient(#75d1ff 20%,#007ebd) 50%;background:linear-gradient(#75d1ff 20%,#007ebd) 50%}.button-glossy-demo-2:hover:before{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#1ab2ff),color-stop(50%,#0070a8),color-stop(100%,#08c));background:-webkit-linear-gradient(#1ab2ff,#0070a8,#08c);background:-moz-linear-gradient(#1ab2ff,#0070a8,#08c);background:-o-linear-gradient(#1ab2ff,#0070a8,#08c);background:linear-gradient(#1ab2ff,#0070a8,#08c)}.button-glossy-demo-2:hover,.button-glossy-demo-2:hover:before{background-size:100% 100%;background-position:left top;background-repeat:no-repeat}.ie7 .button-glossy-demo-2,.ie8 .button-glossy-demo-2,.ie9 .button-glossy-demo-2{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;background:url('../img/picasso-buttons-glossy.png');background-position:0 -61px}.ie7 .button-glossy-demo-2:hover,.ie8 .button-glossy-demo-2:hover,.ie9 .button-glossy-demo-2:hover{background-position:0 -91px}.ie9 .button-glossy-demo-2{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none}.button-glossy-demo-3{width:80px;height:30px;display:inline-block;text-align:center;position:relative;z-index:1;font-family:sans-serif;font-size:12px;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fbb450),color-stop(100%,#faa937)),-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fa9f1e),color-stop(100%,#c77605));background:-webkit-linear-gradient(#fbb450,#faa937),-webkit-linear-gradient(#fa9f1e,#c77605);background:-moz-linear-gradient(#fbb450,#faa937),-moz-linear-gradient(#fa9f1e,#c77605);background:-o-linear-gradient(#fbb450,#faa937),-o-linear-gradient(#fa9f1e,#c77605);background:linear-gradient(#fbb450,#faa937),linear-gradient(#fa9f1e,#c77605);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-position:left top,left 15px}.button-glossy-demo-3:after,.button-glossy-demo-3:before{content:"";position:absolute;display:inline-block}.button-glossy-demo-3:after{width:78px;height:28px;left:1px;top:1px;z-index:2}.button-glossy-demo-3:before{width:76px;height:26px;left:2px;top:2px;z-index:3}.button-glossy-demo-3 span{position:relative;z-index:4;line-height:30px}.button-glossy-demo-3 span{color:white}.button-glossy-demo-3:after,.button-glossy-demo-3:before{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.button-glossy-demo-3:after{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(15%,#fef4e6),color-stop(100%,#633b02)) 50%;background:-webkit-linear-gradient(#fef4e6 15%,#633b02) 50%;background:-moz-linear-gradient(#fef4e6 15%,#633b02) 50%;background:-o-linear-gradient(#fef4e6 15%,#633b02) 50%;background:linear-gradient(#fef4e6 15%,#633b02) 50%}.button-glossy-demo-3:before{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fbb450),color-stop(100%,#faa937)),-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fa9f1e),color-stop(100%,#c77605));background:-webkit-linear-gradient(#fbb450,#faa937),-webkit-linear-gradient(#fa9f1e,#c77605);background:-moz-linear-gradient(#fbb450,#faa937),-moz-linear-gradient(#fa9f1e,#c77605);background:-o-linear-gradient(#fbb450,#faa937),-o-linear-gradient(#fa9f1e,#c77605);background:linear-gradient(#fbb450,#faa937),linear-gradient(#fa9f1e,#c77605);background-position:left top,left 13px}.button-glossy-demo-3,.button-glossy-demo-3:before{background-size:100% 50%;background-repeat:no-repeat}.button-glossy-demo-3:hover{text-decoration:none;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fdd49b),color-stop(50%,#faa52d),color-stop(100%,#ffb54c));background:-webkit-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:-moz-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:-o-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:linear-gradient(#fdd49b,#faa52d,#ffb54c)}.button-glossy-demo-3:hover:after{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fffbf5),color-stop(100%,#fbae41)) 50%;background:-webkit-linear-gradient(#fffbf5 20%,#fbae41) 50%;background:-moz-linear-gradient(#fffbf5 20%,#fbae41) 50%;background:-o-linear-gradient(#fffbf5 20%,#fbae41) 50%;background:linear-gradient(#fffbf5 20%,#fbae41) 50%}.button-glossy-demo-3:hover:before{background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fdd49b),color-stop(50%,#faa52d),color-stop(100%,#ffb54c));background:-webkit-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:-moz-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:-o-linear-gradient(#fdd49b,#faa52d,#ffb54c);background:linear-gradient(#fdd49b,#faa52d,#ffb54c)}.button-glossy-demo-3:hover,.button-glossy-demo-3:hover:before{background-size:100% 100%;background-position:left top;background-repeat:no-repeat}.ie7 .button-glossy-demo-3,.ie8 .button-glossy-demo-3,.ie9 .button-glossy-demo-3{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;background:url('../img/picasso-buttons-glossy.png');background-position:0 -121px}.ie7 .button-glossy-demo-3:hover,.ie8 .button-glossy-demo-3:hover,.ie9 .button-glossy-demo-3:hover{background-position:0 -151px}.ie9 .button-glossy-demo-3{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none}.button-3d-demo-1{overflow:hidden;display:inline-block;line-height:2.2em;color:white;border:1px solid #c00811;font-family:sans-serif;font-size:13px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 black;-webkit-border-radius:.4em;-moz-border-radius:.4em;-ms-border-radius:.4em;-o-border-radius:.4em;border-radius:.4em}.button-3d-demo-1:active{position:relative;top:1px}.button-3d-demo-1.disabled:active{position:static}.button-3d-demo-1 span{display:block;padding:0 13px}.button-3d-demo-1:visited{color:white}.button-3d-demo-1:hover{text-decoration:none;color:white}.button-3d-demo-1 span{background-color:#f73741;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f73741),color-stop(100%,#8f060d));background-image:-webkit-linear-gradient(#f73741,#8f060d);background-image:-moz-linear-gradient(#f73741,#8f060d);background-image:-o-linear-gradient(#f73741,#8f060d);background-image:linear-gradient(#f73741,#8f060d);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5)}.button-3d-demo-1 span:hover{background-color:#ff2f3a;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#c00811));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#c00811);background-image:-moz-linear-gradient(rgba(255,255,255,0),#c00811);background-image:-o-linear-gradient(rgba(255,255,255,0),#c00811);background-image:linear-gradient(rgba(255,255,255,0),#c00811);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #ff2f3a;-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #ff2f3a;box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #ff2f3a}.button-3d-demo-1 span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f73741),color-stop(100%,#8f060d));background-image:-webkit-linear-gradient(#f73741,#8f060d);background-image:-moz-linear-gradient(#f73741,#8f060d);background-image:-o-linear-gradient(#f73741,#8f060d);background-image:linear-gradient(#f73741,#8f060d);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75)}.button-3d-demo-1.disabled{border:1px solid #755354;cursor:not-allowed;color:white}.button-3d-demo-1.disabled span,.button-3d-demo-1.disabled span:hover,.button-3d-demo-1.disabled span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#979797),color-stop(100%,#4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75)}.ie7 .button-3d-demo-1 span,.ie8 .button-3d-demo-1 span,.ie9 .button-3d-demo-1 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00F73741',endColorstr='#FF8F060D')}.ie7 .button-3d-demo-1 span:hover,.ie8 .button-3d-demo-1 span:hover,.ie9 .button-3d-demo-1 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00FFFFFF',endColorstr='#FFC00811')}.ie7 .button-3d-demo-1 span:active,.ie8 .button-3d-demo-1 span:active,.ie9 .button-3d-demo-1 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00F73741',endColorstr='#FF8F060D')}.ie7 .button-3d-demo-1.disabled span,.ie7 .button-3d-demo-1.disabled span:hover,.ie7 .button-3d-demo-1.disabled span:active,.ie8 .button-3d-demo-1.disabled span,.ie8 .button-3d-demo-1.disabled span:hover,.ie8 .button-3d-demo-1.disabled span:active,.ie9 .button-3d-demo-1.disabled span,.ie9 .button-3d-demo-1.disabled span:hover,.ie9 .button-3d-demo-1.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF979797',endColorstr='#FF4B4B4B')}.button-3d-demo-2{overflow:hidden;display:inline-block;line-height:2.2em;color:white;border:1px solid #046;font-family:sans-serif;font-size:13px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 black;-webkit-border-radius:.4em;-moz-border-radius:.4em;-ms-border-radius:.4em;-o-border-radius:.4em;border-radius:.4em}.button-3d-demo-2:active{position:relative;top:1px}.button-3d-demo-2.disabled:active{position:static}.button-3d-demo-2 span{display:block;padding:0 13px}.button-3d-demo-2:visited{color:white}.button-3d-demo-2:hover{text-decoration:none;color:white}.button-3d-demo-2 span{background-color:#08c;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#08c),color-stop(100%,#023));background-image:-webkit-linear-gradient(#08c,#023);background-image:-moz-linear-gradient(#08c,#023);background-image:-o-linear-gradient(#08c,#023);background-image:linear-gradient(#08c,#023);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5)}.button-3d-demo-2 span:hover{background-color:#08c;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#046));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#046);background-image:-moz-linear-gradient(rgba(255,255,255,0),#046);background-image:-o-linear-gradient(rgba(255,255,255,0),#046);background-image:linear-gradient(rgba(255,255,255,0),#046);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #08c;-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #08c;box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #08c}.button-3d-demo-2 span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#08c),color-stop(100%,#023));background-image:-webkit-linear-gradient(#08c,#023);background-image:-moz-linear-gradient(#08c,#023);background-image:-o-linear-gradient(#08c,#023);background-image:linear-gradient(#08c,#023);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75)}.button-3d-demo-2.disabled{border:1px solid #755354;cursor:not-allowed;color:white}.button-3d-demo-2.disabled span,.button-3d-demo-2.disabled span:hover,.button-3d-demo-2.disabled span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#979797),color-stop(100%,#4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75)}.ie7 .button-3d-demo-2 span,.ie8 .button-3d-demo-2 span,.ie9 .button-3d-demo-2 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#000088CC',endColorstr='#FF002233')}.ie7 .button-3d-demo-2 span:hover,.ie8 .button-3d-demo-2 span:hover,.ie9 .button-3d-demo-2 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00FFFFFF',endColorstr='#FF004466')}.ie7 .button-3d-demo-2 span:active,.ie8 .button-3d-demo-2 span:active,.ie9 .button-3d-demo-2 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#000088CC',endColorstr='#FF002233')}.ie7 .button-3d-demo-2.disabled span,.ie7 .button-3d-demo-2.disabled span:hover,.ie7 .button-3d-demo-2.disabled span:active,.ie8 .button-3d-demo-2.disabled span,.ie8 .button-3d-demo-2.disabled span:hover,.ie8 .button-3d-demo-2.disabled span:active,.ie9 .button-3d-demo-2.disabled span,.ie9 .button-3d-demo-2.disabled span:hover,.ie9 .button-3d-demo-2.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF979797',endColorstr='#FF4B4B4B')}.button-3d-demo-3{overflow:hidden;display:inline-block;line-height:2.2em;color:white;border:1px solid #e08505;font-family:sans-serif;font-size:13px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 black;-webkit-border-radius:.4em;-moz-border-radius:.4em;-ms-border-radius:.4em;-o-border-radius:.4em;border-radius:.4em}.button-3d-demo-3:active{position:relative;top:1px}.button-3d-demo-3.disabled:active{position:static}.button-3d-demo-3 span{display:block;padding:0 13px}.button-3d-demo-3:visited{color:white}.button-3d-demo-3:hover{text-decoration:none;color:white}.button-3d-demo-3 span{background-color:#fbb450;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fbb450),color-stop(100%,#ae6704));background-image:-webkit-linear-gradient(#fbb450,#ae6704);background-image:-moz-linear-gradient(#fbb450,#ae6704);background-image:-o-linear-gradient(#fbb450,#ae6704);background-image:linear-gradient(#fbb450,#ae6704);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5)}.button-3d-demo-3 span:hover{background-color:#ffb54c;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#e08505));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#e08505);background-image:-moz-linear-gradient(rgba(255,255,255,0),#e08505);background-image:-o-linear-gradient(rgba(255,255,255,0),#e08505);background-image:linear-gradient(rgba(255,255,255,0),#e08505);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #ffb54c;-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #ffb54c;box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #ffb54c}.button-3d-demo-3 span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fbb450),color-stop(100%,#ae6704));background-image:-webkit-linear-gradient(#fbb450,#ae6704);background-image:-moz-linear-gradient(#fbb450,#ae6704);background-image:-o-linear-gradient(#fbb450,#ae6704);background-image:linear-gradient(#fbb450,#ae6704);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75)}.button-3d-demo-3.disabled{border:1px solid #755354;cursor:not-allowed;color:white}.button-3d-demo-3.disabled span,.button-3d-demo-3.disabled span:hover,.button-3d-demo-3.disabled span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#979797),color-stop(100%,#4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75)}.ie7 .button-3d-demo-3 span,.ie8 .button-3d-demo-3 span,.ie9 .button-3d-demo-3 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00FBB450',endColorstr='#FFAE6704')}.ie7 .button-3d-demo-3 span:hover,.ie8 .button-3d-demo-3 span:hover,.ie9 .button-3d-demo-3 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00FFFFFF',endColorstr='#FFE08505')}.ie7 .button-3d-demo-3 span:active,.ie8 .button-3d-demo-3 span:active,.ie9 .button-3d-demo-3 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00FBB450',endColorstr='#FFAE6704')}.ie7 .button-3d-demo-3.disabled span,.ie7 .button-3d-demo-3.disabled span:hover,.ie7 .button-3d-demo-3.disabled span:active,.ie8 .button-3d-demo-3.disabled span,.ie8 .button-3d-demo-3.disabled span:hover,.ie8 .button-3d-demo-3.disabled span:active,.ie9 .button-3d-demo-3.disabled span,.ie9 .button-3d-demo-3.disabled span:hover,.ie9 .button-3d-demo-3.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF979797',endColorstr='#FF4B4B4B')}.button-3d-demo-4{overflow:hidden;display:block;line-height:2.2em;color:white;border:1px solid #00132e;font-family:sans-serif;font-size:24px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 black;-webkit-border-radius:.4em;-moz-border-radius:.4em;-ms-border-radius:.4em;-o-border-radius:.4em;border-radius:.4em}.button-3d-demo-4:active{position:relative;top:1px}.button-3d-demo-4.disabled:active{position:static}.button-3d-demo-4 span{display:block;padding:0 24px}.button-3d-demo-4:visited{color:white}.button-3d-demo-4:hover{text-decoration:none;color:white}.button-3d-demo-4 span{background-color:#013d93;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#013d93),color-stop(100%,#000));background-image:-webkit-linear-gradient(#013d93,#000);background-image:-moz-linear-gradient(#013d93,#000);background-image:-o-linear-gradient(#013d93,#000);background-image:linear-gradient(#013d93,#000);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5)}.button-3d-demo-4 span:hover{background-color:#003d94;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#00132e));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#00132e);background-image:-moz-linear-gradient(rgba(255,255,255,0),#00132e);background-image:-o-linear-gradient(rgba(255,255,255,0),#00132e);background-image:linear-gradient(rgba(255,255,255,0),#00132e);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #003d94;-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #003d94;box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #003d94}.button-3d-demo-4 span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#013d93),color-stop(100%,#000));background-image:-webkit-linear-gradient(#013d93,#000);background-image:-moz-linear-gradient(#013d93,#000);background-image:-o-linear-gradient(#013d93,#000);background-image:linear-gradient(#013d93,#000);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75)}.button-3d-demo-4.disabled{border:1px solid #755354;cursor:not-allowed;color:white}.button-3d-demo-4.disabled span,.button-3d-demo-4.disabled span:hover,.button-3d-demo-4.disabled span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#979797),color-stop(100%,#4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75)}.ie7 .button-3d-demo-4 span,.ie8 .button-3d-demo-4 span,.ie9 .button-3d-demo-4 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00013D93',endColorstr='#FF000000')}.ie7 .button-3d-demo-4 span:hover,.ie8 .button-3d-demo-4 span:hover,.ie9 .button-3d-demo-4 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00FFFFFF',endColorstr='#FF00132E')}.ie7 .button-3d-demo-4 span:active,.ie8 .button-3d-demo-4 span:active,.ie9 .button-3d-demo-4 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00013D93',endColorstr='#FF000000')}.ie7 .button-3d-demo-4.disabled span,.ie7 .button-3d-demo-4.disabled span:hover,.ie7 .button-3d-demo-4.disabled span:active,.ie8 .button-3d-demo-4.disabled span,.ie8 .button-3d-demo-4.disabled span:hover,.ie8 .button-3d-demo-4.disabled span:active,.ie9 .button-3d-demo-4.disabled span,.ie9 .button-3d-demo-4.disabled span:hover,.ie9 .button-3d-demo-4.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF979797',endColorstr='#FF4B4B4B')}.button-3d-demo-5{overflow:hidden;display:inline-block;line-height:1.75em;color:#013d93;border:1px solid #bbb;font-family:sans-serif;font-size:11px;text-decoration:none;text-align:center;cursor:pointer;text-shadow:0 1px 0 #b5b5b5;-webkit-border-radius:1.1em;-moz-border-radius:1.1em;-ms-border-radius:1.1em;-o-border-radius:1.1em;border-radius:1.1em}.button-3d-demo-5:active{position:relative;top:1px}.button-3d-demo-5.disabled:active{position:static}.button-3d-demo-5 span{display:block;padding:0 11px}.button-3d-demo-5:visited{color:#013d93}.button-3d-demo-5:hover{text-decoration:none;color:#013d93}.button-3d-demo-5 span{background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#eee),color-stop(100%,#a2a2a2));background-image:-webkit-linear-gradient(#eee,#a2a2a2);background-image:-moz-linear-gradient(#eee,#a2a2a2);background-image:-o-linear-gradient(#eee,#a2a2a2);background-image:linear-gradient(#eee,#a2a2a2);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5)}.button-3d-demo-5 span:hover{background-color:#f0ecec;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#bbb));background-image:-webkit-linear-gradient(rgba(255,255,255,0),#bbb);background-image:-moz-linear-gradient(rgba(255,255,255,0),#bbb);background-image:-o-linear-gradient(rgba(255,255,255,0),#bbb);background-image:linear-gradient(rgba(255,255,255,0),#bbb);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #f0ecec;-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #f0ecec;box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.5),inset 0 0 1em #f0ecec}.button-3d-demo-5 span:active{text-shadow:0 -1px 0 #b5b5b5;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#eee),color-stop(100%,#a2a2a2));background-image:-webkit-linear-gradient(#eee,#a2a2a2);background-image:-moz-linear-gradient(#eee,#a2a2a2);background-image:-o-linear-gradient(#eee,#a2a2a2);background-image:linear-gradient(#eee,#a2a2a2);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.1),inset 0 .1em .2em rgba(0,0,0,.5),inset 0 .1em 0 rgba(0,0,0,.1),inset 0 0 1em rgba(0,0,0,.75)}.button-3d-demo-5.disabled{border:1px solid #755354;cursor:not-allowed;color:white}.button-3d-demo-5.disabled span,.button-3d-demo-5.disabled span:hover,.button-3d-demo-5.disabled span:active{text-shadow:0 -1px 0 black;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#979797),color-stop(100%,#4b4b4b));background-image:-webkit-linear-gradient(#979797,#4b4b4b);background-image:-moz-linear-gradient(#979797,#4b4b4b);background-image:-o-linear-gradient(#979797,#4b4b4b);background-image:linear-gradient(#979797,#4b4b4b);-webkit-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);-moz-box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75);box-shadow:0 .1em .1em rgba(0,0,0,.5),inset 0 .1em 0 rgba(255,255,255,.25),inset 0 0 1em rgba(0,0,0,.75)}.ie7 .button-3d-demo-5 span,.ie8 .button-3d-demo-5 span,.ie9 .button-3d-demo-5 span{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00EEEEEE',endColorstr='#FFA2A2A2')}.ie7 .button-3d-demo-5 span:hover,.ie8 .button-3d-demo-5 span:hover,.ie9 .button-3d-demo-5 span:hover{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00FFFFFF',endColorstr='#FFBBBBBB')}.ie7 .button-3d-demo-5 span:active,.ie8 .button-3d-demo-5 span:active,.ie9 .button-3d-demo-5 span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00EEEEEE',endColorstr='#FFA2A2A2')}.ie7 .button-3d-demo-5.disabled span,.ie7 .button-3d-demo-5.disabled span:hover,.ie7 .button-3d-demo-5.disabled span:active,.ie8 .button-3d-demo-5.disabled span,.ie8 .button-3d-demo-5.disabled span:hover,.ie8 .button-3d-demo-5.disabled span:active,.ie9 .button-3d-demo-5.disabled span,.ie9 .button-3d-demo-5.disabled span:hover,.ie9 .button-3d-demo-5.disabled span:active{*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF979797',endColorstr='#FF4B4B4B')}.button-mini-demo-1{display:inline-block;height:20px;padding-right:10px;padding-right:10px;font-family:sans-serif;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f0f0f0),color-stop(50%,#e3e3e3),color-stop(51%,#d6d6d6),color-stop(100%,#cacaca));background:-webkit-linear-gradient(top,#f0f0f0 0,#e3e3e3 50%,#d6d6d6 51%,#cacaca 100%);background:-moz-linear-gradient(top,#f0f0f0 0,#e3e3e3 50%,#d6d6d6 51%,#cacaca 100%);background:-o-linear-gradient(top,#f0f0f0 0,#e3e3e3 50%,#d6d6d6 51%,#cacaca 100%);background:linear-gradient(top,#f0f0f0 0,#e3e3e3 50%,#d6d6d6 51%,#cacaca 100%);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:#333 0 1px 2px 0;-moz-box-shadow:#333 0 1px 2px 0;box-shadow:#333 0 1px 2px 0}.button-mini-demo-1 span{height:20px;line-height:20px;padding-left:10px;display:block}.button-mini-demo-1:hover{text-decoration:none;background:#e3e3e3}.button-mini-demo-1:active{background:#cacaca;-webkit-box-shadow:#999 0 0 3px 3px inset;-moz-box-shadow:#999 0 0 3px 3px inset;box-shadow:#999 0 0 3px 3px inset}.button-mini-demo-1 span{color:#0e6695;font-size:11px}.ie7 .button-mini-demo-1,.ie8 .button-mini-demo-1,.ie9 .button-mini-demo-1{background:url('../img/picasso-buttons-mini.png');background-position:right -1px}.ie7 .button-mini-demo-1:hover,.ie8 .button-mini-demo-1:hover,.ie9 .button-mini-demo-1:hover{background-position:right -21px}.ie7 .button-mini-demo-1 span,.ie8 .button-mini-demo-1 span,.ie9 .button-mini-demo-1 span{background-image:url('../img/picasso-buttons-mini.png');background-color:white;background-position:0 -1px}.ie7 .button-mini-demo-1 span:hover,.ie8 .button-mini-demo-1 span:hover,.ie9 .button-mini-demo-1 span:hover{background-position:0 -21px}.ie9 .button-mini-demo-1{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.button-mini-demo-2{display:inline-block;height:20px;padding-right:10px;padding-right:10px;font-family:sans-serif;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#08c),color-stop(50%,#0077b3),color-stop(51%,#069),color-stop(100%,#005580));background:-webkit-linear-gradient(top,#08c 0,#0077b3 50%,#069 51%,#005580 100%);background:-moz-linear-gradient(top,#08c 0,#0077b3 50%,#069 51%,#005580 100%);background:-o-linear-gradient(top,#08c 0,#0077b3 50%,#069 51%,#005580 100%);background:linear-gradient(top,#08c 0,#0077b3 50%,#069 51%,#005580 100%);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:#333 0 1px 2px 0;-moz-box-shadow:#333 0 1px 2px 0;box-shadow:#333 0 1px 2px 0}.button-mini-demo-2 span{height:20px;line-height:20px;padding-left:10px;display:block}.button-mini-demo-2:hover{text-decoration:none;background:#0077b3}.button-mini-demo-2:active{background:#005580;-webkit-box-shadow:#999 0 0 3px 3px inset;-moz-box-shadow:#999 0 0 3px 3px inset;box-shadow:#999 0 0 3px 3px inset}.button-mini-demo-2 span{color:white;font-size:11px}.ie7 .button-mini-demo-2,.ie8 .button-mini-demo-2,.ie9 .button-mini-demo-2{background:url('../img/picasso-buttons-mini.png');background-position:right -41px}.ie7 .button-mini-demo-2:hover,.ie8 .button-mini-demo-2:hover,.ie9 .button-mini-demo-2:hover{background-position:right -61px}.ie7 .button-mini-demo-2 span,.ie8 .button-mini-demo-2 span,.ie9 .button-mini-demo-2 span{background-image:url('../img/picasso-buttons-mini.png');background-color:white;background-position:0 -41px}.ie7 .button-mini-demo-2 span:hover,.ie8 .button-mini-demo-2 span:hover,.ie9 .button-mini-demo-2 span:hover{background-position:0 -61px}.ie9 .button-mini-demo-2{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.button-mini-demo-3{display:inline-block;height:20px;padding-right:10px;padding-right:10px;font-family:sans-serif;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#da4f49),color-stop(50%,#d63b34),color-stop(51%,#c72f29),color-stop(100%,#b22a24));background:-webkit-linear-gradient(top,#da4f49 0,#d63b34 50%,#c72f29 51%,#b22a24 100%);background:-moz-linear-gradient(top,#da4f49 0,#d63b34 50%,#c72f29 51%,#b22a24 100%);background:-o-linear-gradient(top,#da4f49 0,#d63b34 50%,#c72f29 51%,#b22a24 100%);background:linear-gradient(top,#da4f49 0,#d63b34 50%,#c72f29 51%,#b22a24 100%);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:#333 0 1px 2px 0;-moz-box-shadow:#333 0 1px 2px 0;box-shadow:#333 0 1px 2px 0}.button-mini-demo-3 span{height:20px;line-height:20px;padding-left:10px;display:block}.button-mini-demo-3:hover{text-decoration:none;background:#d63b34}.button-mini-demo-3:active{background:#b22a24;-webkit-box-shadow:#999 0 0 3px 3px inset;-moz-box-shadow:#999 0 0 3px 3px inset;box-shadow:#999 0 0 3px 3px inset}.button-mini-demo-3 span{color:white;font-size:11px}.ie7 .button-mini-demo-3,.ie8 .button-mini-demo-3,.ie9 .button-mini-demo-3{background:url('../img/picasso-buttons-mini.png');background-position:right -81px}.ie7 .button-mini-demo-3:hover,.ie8 .button-mini-demo-3:hover,.ie9 .button-mini-demo-3:hover{background-position:right -101px}.ie7 .button-mini-demo-3 span,.ie8 .button-mini-demo-3 span,.ie9 .button-mini-demo-3 span{background-image:url('../img/picasso-buttons-mini.png');background-color:white;background-position:0 -81px}.ie7 .button-mini-demo-3 span:hover,.ie8 .button-mini-demo-3 span:hover,.ie9 .button-mini-demo-3 span:hover{background-position:0 -101px}.ie9 .button-mini-demo-3{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.button-mini-demo-4{display:inline-block;height:20px;padding-right:10px;padding-right:10px;font-family:sans-serif;text-decoration:none;cursor:pointer;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#414141),color-stop(50%,#343434),color-stop(51%,#272727),color-stop(100%,#1b1b1b));background:-webkit-linear-gradient(top,#414141 0,#343434 50%,#272727 51%,#1b1b1b 100%);background:-moz-linear-gradient(top,#414141 0,#343434 50%,#272727 51%,#1b1b1b 100%);background:-o-linear-gradient(top,#414141 0,#343434 50%,#272727 51%,#1b1b1b 100%);background:linear-gradient(top,#414141 0,#343434 50%,#272727 51%,#1b1b1b 100%);-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:#333 0 1px 2px 0;-moz-box-shadow:#333 0 1px 2px 0;box-shadow:#333 0 1px 2px 0}.button-mini-demo-4 span{height:20px;line-height:20px;padding-left:10px;display:block}.button-mini-demo-4:hover{text-decoration:none;background:#343434}.button-mini-demo-4:active{background:#1b1b1b;-webkit-box-shadow:#999 0 0 3px 3px inset;-moz-box-shadow:#999 0 0 3px 3px inset;box-shadow:#999 0 0 3px 3px inset}.button-mini-demo-4 span{color:white;font-size:11px}.ie7 .button-mini-demo-4,.ie8 .button-mini-demo-4,.ie9 .button-mini-demo-4{background:url('../img/picasso-buttons-mini.png');background-position:right -121px}.ie7 .button-mini-demo-4:hover,.ie8 .button-mini-demo-4:hover,.ie9 .button-mini-demo-4:hover{background-position:right -141px}.ie7 .button-mini-demo-4 span,.ie8 .button-mini-demo-4 span,.ie9 .button-mini-demo-4 span{background-image:url('../img/picasso-buttons-mini.png');background-color:white;background-position:0 -121px}.ie7 .button-mini-demo-4 span:hover,.ie8 .button-mini-demo-4 span:hover,.ie9 .button-mini-demo-4 span:hover{background-position:0 -141px}.ie9 .button-mini-demo-4{-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;border-radius:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.list-grid-demo-1:before,.list-grid-demo-1:after{content:"";display:table}.list-grid-demo-1:after{clear:both}.ie6 .list-grid-demo-1,.ie7 .list-grid-demo-1{zoom:1}.list-grid-demo-1 ul{float:left;padding:0;margin:0;width:130px}.list-grid-demo-1 ul li{height:30px;line-height:30px;padding-left:10px;padding-right:10px}.list-grid-demo-1 ul{list-style:none outside none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc}.list-grid-demo-1 ul:first-child{border-left:1px solid #ccc}.list-grid-demo-1 ul li{text-align:center;border:1px solid transparent}.list-grid-demo-1 ul li:first-child{border-bottom:1px solid #ccc}.list-grid-demo-1 ul li:nth-child(odd){background:none repeat scroll 0 0 #eee}.list-grid-demo-1 ul li:nth-child(even){background:none repeat scroll 0 0 white}.list-grid-demo-1 ul li.cell-hover:hover{border:1px solid #319fda;background:#f4fafd;cursor:pointer}.ie7 .list-grid-demo-1 ul li:first-child,.ie8 .list-grid-demo-1 ul li:first-child{background:none repeat scroll 0 0 #eee}.ie7 .list-grid-demo-1 ul li.even,.ie8 .list-grid-demo-1 ul li.even{background:none repeat scroll 0 0 white}.ie7 .list-grid-demo-1 ul li.odd,.ie8 .list-grid-demo-1 ul li.odd{background:none repeat scroll 0 0 #eee}.nav-demo-1:before,.nav-demo-1:after{content:"";display:table}.nav-demo-1:after{clear:both}.ie6 .nav-demo-1,.ie7 .nav-demo-1{zoom:1}.nav-demo-1 ul{margin:0;padding:0;text-align:center;float:left}.nav-demo-1 ul:before,.nav-demo-1 ul:after{content:"";display:table}.nav-demo-1 ul:after{clear:both}.ie6 .nav-demo-1 ul,.ie7 .nav-demo-1 ul{zoom:1}.nav-demo-1 ul li{display:inline-block;height:40px;line-height:40px;float:left}.nav-demo-1 ul li a{display:block;padding:0 15px}.ie7 .nav-demo-1 ul li,.ie8 .nav-demo-1 ul li,.ie9 .nav-demo-1 ul li{height:46px}.nav-demo-1 ul{list-style:none;-webkit-box-shadow:0 6px 6px -6px black;-moz-box-shadow:0 6px 6px -6px black;box-shadow:0 6px 6px -6px black}.nav-demo-1 ul li{background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fff),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(#fff,#e6e6e6);background-image:-moz-linear-gradient(#fff,#e6e6e6);background-image:-o-linear-gradient(#fff,#e6e6e6);background-image:linear-gradient(#fff,#e6e6e6);border-left:1px solid #acacac;border-top:1px solid #acacac;border-bottom:1px solid #acacac}.nav-demo-1 ul li:hover{background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#fff),color-stop(100%,#f2f2f2));background-image:-webkit-linear-gradient(#fff,#f2f2f2);background-image:-moz-linear-gradient(#fff,#f2f2f2);background-image:-o-linear-gradient(#fff,#f2f2f2);background-image:linear-gradient(#fff,#f2f2f2)}.nav-demo-1 ul li:first-child{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.nav-demo-1 ul li:last-child{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px;border-right:1px solid #acacac}.nav-demo-1 ul li a{font-size:16px;font-family:sans-serif}.nav-demo-1 ul .active{background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#e6e6e6),color-stop(100%,#fff));background-image:-webkit-linear-gradient(#e6e6e6,#fff);background-image:-moz-linear-gradient(#e6e6e6,#fff);background-image:-o-linear-gradient(#e6e6e6,#fff);background-image:linear-gradient(#e6e6e6,#fff)}.ie7 .nav-demo-1 ul li,.ie8 .nav-demo-1 ul li,.ie9 .nav-demo-1 ul li{border-left:0;border-top:0;border-bottom:0;background:transparent url('../img/picasso-nav.png') no-repeat center -1px}.ie7 .nav-demo-1 ul li a,.ie8 .nav-demo-1 ul li a,.ie9 .nav-demo-1 ul li a{border-left:1px solid #acacac}.ie7 .nav-demo-1 ul li:hover,.ie8 .nav-demo-1 ul li:hover,.ie9 .nav-demo-1 ul li:hover{background:transparent url('../img/picasso-nav.png') center -47px no-repeat}.ie7 .nav-demo-1 ul li:first-child,.ie8 .nav-demo-1 ul li:first-child,.ie9 .nav-demo-1 ul li:first-child{background:transparent url('../img/picasso-nav.png') no-repeat left -1px}.ie7 .nav-demo-1 ul li:first-child a,.ie8 .nav-demo-1 ul li:first-child a,.ie9 .nav-demo-1 ul li:first-child a{border-left:0}.ie7 .nav-demo-1 ul li:first-child:hover,.ie8 .nav-demo-1 ul li:first-child:hover,.ie9 .nav-demo-1 ul li:first-child:hover{background:transparent url('../img/picasso-nav.png') left -47px no-repeat}.ie7 .nav-demo-1 ul li:first-child.active,.ie8 .nav-demo-1 ul li:first-child.active,.ie9 .nav-demo-1 ul li:first-child.active{background:transparent url('../img/picasso-nav.png') no-repeat left -47px}.ie7 .nav-demo-1 ul .last,.ie8 .nav-demo-1 ul .last,.ie9 .nav-demo-1 ul .last{background:transparent url('../img/picasso-nav.png') no-repeat right -47px}.ie7 .nav-demo-1 ul .last:hover,.ie8 .nav-demo-1 ul .last:hover,.ie9 .nav-demo-1 ul .last:hover{background:transparent url('../img/picasso-nav.png') right -47px no-repeat}.ie7 .nav-demo-1 ul .active,.ie8 .nav-demo-1 ul .active,.ie9 .nav-demo-1 ul .active{background:transparent url('../img/picasso-nav.png') no-repeat center -47px}.ie7 .nav-demo-1 ul .last.active,.ie8 .nav-demo-1 ul .last.active,.ie9 .nav-demo-1 ul .last.active{background:transparent url('../img/picasso-nav.png') no-repeat right -47px}.ie9 .nav-demo-1 ul{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ie9 .nav-demo-1 ul li:first-child{-moz-border-radius-topleft:none;-webkit-border-top-left-radius:none;border-top-left-radius:none;-moz-border-radius-bottomleft:none;-webkit-border-bottom-left-radius:none;border-bottom-left-radius:none}.ie9 .nav-demo-1 ul li:last-child{-moz-border-radius-topright:none;-webkit-border-top-right-radius:none;border-top-right-radius:none;-moz-border-radius-bottomright:none;-webkit-border-bottom-right-radius:none;border-bottom-right-radius:none;border:0}.picasso-_popups .styledocco-example{position:relative;height:150px}.popup-demo-1{padding:10px;position:absolute}.popup-demo-1:after,.ie7 .popup-demo-1 .after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.popup-demo-1 .popup-header h4{line-height:20px;padding:10px}.popup-demo-1 .popup-container{z-index:1;position:relative}.popup-demo-1 .popup-arrow{position:absolute;height:0;width:0}.popup-demo-1 .popup-arrow-bottom{bottom:-10px;left:10px}.popup-demo-1 .popup-arrow-top{top:-10px;left:10px}.popup-demo-1 .popup-arrow-left{left:-10px;top:10px}.popup-demo-1 .popup-arrow-right{right:-10px;top:10px}.popup-demo-1 .popup-close{position:absolute;z-index:10;text-align:center;line-height:17px;height:20px;width:20px;top:-13px;right:-13px}.ie7 .popup-demo-1 .popup-close,.ie8 .popup-demo-1 .popup-close{line-height:23px;height:26px;width:26px;top:-13px;right:-13px}.ie7 .popup-demo-1{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.popup-demo-1:after,.ie7 .popup-demo-1 .after{background:rgba(0,0,0,.7);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:rgba(0,0,0,.5) 0 0 10px;-moz-box-shadow:rgba(0,0,0,.5) 0 0 10px;box-shadow:rgba(0,0,0,.5) 0 0 10px}.popup-demo-1 .popup-header{background:none repeat scroll 0 0 #f7f7f7;display:block}.popup-demo-1 .popup-header h4{margin:0;color:#003770;font-family:sans-serif;font-size:16px;font-weight:normal}.popup-demo-1 .popup-content{background:white;border:1px solid transparent}.popup-demo-1 .popup-arrow-bottom{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(0,0,0,.7)}.popup-demo-1 .popup-arrow-top{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(0,0,0,.7)}.popup-demo-1 .popup-arrow-left{border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid rgba(0,0,0,.7)}.popup-demo-1 .popup-arrow-right{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid rgba(0,0,0,.7)}.popup-demo-1 .popup-close{cursor:pointer;border:3px solid white;color:white;font-weight:bold;font-family:sans-serif;font-size:16px;background:#319fda;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:rgba(0,0,0,.5) 0 0 10px;-moz-box-shadow:rgba(0,0,0,.5) 0 0 10px;box-shadow:rgba(0,0,0,.5) 0 0 10px}.ie7 .popup-demo-1:after,.ie7 .popup-demo-1 .after,.ie8 .popup-demo-1:after,.ie8 .popup-demo-1 .after{background:black;filter:alpha(opacity=70)}.ie7 .popup-demo-1 .popup-arrow,.ie8 .popup-demo-1 .popup-arrow{filter:alpha(opacity=70)}.ie7 .popup-demo-1 .popup-arrow-bottom,.ie8 .popup-demo-1 .popup-arrow-bottom{border-top:10px solid black}.ie7 .popup-demo-1 .popup-arrow-top,.ie8 .popup-demo-1 .popup-arrow-top{border-bottom:10px solid black}.ie7 .popup-demo-1 .popup-arrow-left,.ie8 .popup-demo-1 .popup-arrow-left{border-right:10px solid black}.ie7 .popup-demo-1 .popup-arrow-right,.ie8 .popup-demo-1 .popup-arrow-right{border-left:10px solid black}.ie7 .popup-demo-1 .popup-close,.ie8 .popup-demo-1 .popup-close{border-width:0;background-color:transparent;background-image:url('../img/picasso-popup.png');background-position:0 -1px}.popup-demo-2{padding:10px;position:absolute}.popup-demo-2:after,.ie7 .popup-demo-2 .after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.popup-demo-2 .popup-header h4{line-height:20px;padding:10px}.popup-demo-2 .popup-container{z-index:1;position:relative}.popup-demo-2 .popup-arrow{position:absolute;height:0;width:0}.popup-demo-2 .popup-arrow-bottom{bottom:-10px;left:10px}.popup-demo-2 .popup-arrow-top{top:-10px;left:10px}.popup-demo-2 .popup-arrow-left{left:-10px;top:10px}.popup-demo-2 .popup-arrow-right{right:-10px;top:10px}.popup-demo-2 .popup-close{position:absolute;z-index:10;text-align:center;line-height:17px;height:20px;width:20px;top:-13px;right:-13px}.ie7 .popup-demo-2 .popup-close,.ie8 .popup-demo-2 .popup-close{line-height:23px;height:26px;width:26px;top:-13px;right:-13px}.ie7 .popup-demo-2{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.popup-demo-2:after,.ie7 .popup-demo-2 .after{background:rgba(1,61,147,.7);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;-webkit-box-shadow:rgba(0,0,0,.5) 0 0 20px;-moz-box-shadow:rgba(0,0,0,.5) 0 0 20px;box-shadow:rgba(0,0,0,.5) 0 0 20px}.popup-demo-2 .popup-header{background:rgba(1,61,147,.7);display:block}.popup-demo-2 .popup-header h4{margin:0;color:white;font-family:sans-serif;font-size:16px;font-weight:normal}.popup-demo-2 .popup-content{background:black;border:1px solid transparent}.popup-demo-2 .popup-arrow-bottom{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(1,61,147,.7)}.popup-demo-2 .popup-arrow-top{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(1,61,147,.7)}.popup-demo-2 .popup-arrow-left{border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid rgba(1,61,147,.7)}.popup-demo-2 .popup-arrow-right{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid rgba(1,61,147,.7)}.popup-demo-2 .popup-close{cursor:pointer;border:3px solid black;color:black;font-weight:bold;font-family:sans-serif;font-size:16px;background:red;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:rgba(0,0,0,.5) 0 0 20px;-moz-box-shadow:rgba(0,0,0,.5) 0 0 20px;box-shadow:rgba(0,0,0,.5) 0 0 20px}.ie7 .popup-demo-2:after,.ie7 .popup-demo-2 .after,.ie8 .popup-demo-2:after,.ie8 .popup-demo-2 .after{background:#013d93;filter:alpha(opacity=70)}.ie7 .popup-demo-2 .popup-arrow,.ie8 .popup-demo-2 .popup-arrow{filter:alpha(opacity=70)}.ie7 .popup-demo-2 .popup-arrow-bottom,.ie8 .popup-demo-2 .popup-arrow-bottom{border-top:10px solid #013d93}.ie7 .popup-demo-2 .popup-arrow-top,.ie8 .popup-demo-2 .popup-arrow-top{border-bottom:10px solid #013d93}.ie7 .popup-demo-2 .popup-arrow-left,.ie8 .popup-demo-2 .popup-arrow-left{border-right:10px solid #013d93}.ie7 .popup-demo-2 .popup-arrow-right,.ie8 .popup-demo-2 .popup-arrow-right{border-left:10px solid #013d93}.ie7 .popup-demo-2 .popup-close,.ie8 .popup-demo-2 .popup-close{border-width:0;background-color:transparent;background-image:url('../img/picasso-popup.png');background-position:0 -27px}.bubble-demo-1{padding:10px;display:block;width:auto;position:relative;background:#eee;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.bubble-demo-1:after,.ie7 .bubble-demo-1 .after{content:"";position:absolute;bottom:-15px;right:20px;width:0;height:0}.ie7 .bubble-demo-1{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.bubble-demo-1 blockquote{color:#999}.bubble-demo-1:after,.ie7 .bubble-demo-1 .after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:15px solid #eee}.accordion-demo-1 .accordion-header{position:relative;height:20px;padding:0 10px;display:block}.accordion-demo-1 .accordion-header h4{line-height:20px;margin:0}.accordion-demo-1 .accordion-header .arrow{height:0;position:absolute;right:10px;width:0}.accordion-demo-1 .accordion-header-open .arrow{top:7.5px}.accordion-demo-1 .accordion-header-close .arrow{top:6px}.accordion-demo-1 .accordion-content{position:relative;top:-1px}.accordion-demo-1 .accordion-header{cursor:pointer;background:#013d93;border-bottom:1px solid white}.accordion-demo-1 .accordion-header h4{color:white;font-size:13px}.accordion-demo-1 .accordion-header-open .arrow{border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid white}.accordion-demo-1 .accordion-header-close .arrow{border-left:8px solid white;border-bottom:5px solid transparent;border-top:5px solid transparent}.accordion-demo-1 .accordion-content{border:1px solid #ccc}.pagination-demo-1{text-align:center}.pagination-demo-1 ul{display:inline-block}.pagination-demo-1 ul li{display:inline-block;height:27px;text-align:center;float:left;margin-left:2px;margin-right:2px}.pagination-demo-1 ul li a{display:block;line-height:27px;min-width:27px}.pagination-demo-1 ul .prev{margin:0 10px 0 0}.pagination-demo-1 ul .next{margin:0 0 0 10px}.pagination-demo-1 ul .disabled{display:none}.pagination-demo-1 li{background:#eee;border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;list-style:none}.pagination-demo-1 li a{color:#319fda}.pagination-demo-1 li a:hover{color:white;text-decoration:none}.pagination-demo-1 li:hover{background:#013d93}.pagination-demo-1 .active,.pagination-demo-1 .prev,.pagination-demo-1 .next,.pagination-demo-1 .dots{background:0;border:0}.pagination-demo-1 .active a:hover,.pagination-demo-1 .prev a:hover,.pagination-demo-1 .next a:hover,.pagination-demo-1 .dots a:hover{color:#319fda}.pagination-demo-1 .active:hover,.pagination-demo-1 .prev:hover,.pagination-demo-1 .next:hover,.pagination-demo-1 .dots:hover{background:0}.pagination-demo-1 .prev:hover,.pagination-demo-1 .next:hover{text-decoration:underline}.pagination-demo-1 .active a,.pagination-demo-1 .dots a{color:#888;cursor:default;text-decoration:none}.pagination-demo-1 .active a:hover,.pagination-demo-1 .dots a:hover{color:#888;text-decoration:none}.text-input-demo-1{width:200px;height:20px;line-height:20px;padding:1px;border:1px solid #ddd;border-top:1px solid #919191;color:#333;font-size:11px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2) inset;-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.2) inset;box-shadow:0 1px 2px 0 rgba(0,0,0,.2) inset}.text-input-demo-1:focus{outline:0;border:1px solid #319fda;-webkit-box-shadow:rgba(0,0,0,.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0;-moz-box-shadow:rgba(0,0,0,.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0;box-shadow:rgba(0,0,0,.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0}.select-demo-1{width:200px;height:20px;line-height:20px;padding:1px;border:1px solid #ddd;border-top:1px solid #919191;color:#333;font-size:11px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2) inset;-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.2) inset;box-shadow:0 1px 2px 0 rgba(0,0,0,.2) inset}.select-demo-1:focus{outline:0;border:1px solid #319fda;-webkit-box-shadow:rgba(0,0,0,.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0;-moz-box-shadow:rgba(0,0,0,.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0;box-shadow:rgba(0,0,0,.2) 0 1px 2px 0 inset,#01a9db 0 0 2px 0}.arrow-demo-1,.arrow-demo-2,.arrow-demo-3,.arrow-demo-4{margin:0 10px 0 0}.arrow-demo-1{padding:0 5px;display:inline-block;height:14px;line-height:16px;position:relative;background:#888;color:white;font-family:sans-serif;font-style:normal;font-size:9px}.arrow-demo-1:after,.ie7 .arrow-demo-1 .after{content:"";position:absolute;top:0;right:-7px;width:0;height:0}.ie7 .arrow-demo-1{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.arrow-demo-1:after,.ie7 .arrow-demo-1 .after{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #888}.arrow-demo-2{padding:0 5px;display:inline-block;height:14px;line-height:16px;position:relative;background:#b94a48;color:white;font-family:sans-serif;font-style:normal;font-size:9px}.arrow-demo-2:after,.ie7 .arrow-demo-2 .after{content:"";position:absolute;top:0;right:-7px;width:0;height:0}.ie7 .arrow-demo-2{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.arrow-demo-2:after,.ie7 .arrow-demo-2 .after{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #b94a48}.arrow-demo-3{padding:0 5px;display:inline-block;height:14px;line-height:16px;position:relative;background:#f89406;color:white;font-family:sans-serif;font-style:normal;font-size:9px}.arrow-demo-3:after,.ie7 .arrow-demo-3 .after{content:"";position:absolute;top:0;right:-7px;width:0;height:0}.ie7 .arrow-demo-3{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.arrow-demo-3:after,.ie7 .arrow-demo-3 .after{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #f89406}.arrow-demo-4{padding:0 5px;display:inline-block;height:14px;line-height:16px;position:relative;background:#468847;color:white;font-family:sans-serif;font-style:normal;font-size:9px}.arrow-demo-4:after,.ie7 .arrow-demo-4 .after{content:"";position:absolute;top:0;right:-7px;width:0;height:0}.ie7 .arrow-demo-4{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.arrow-demo-4:after,.ie7 .arrow-demo-4 .after{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #468847}.mini-tooltip-demo-1{color:white;font-size:11px;float:left;position:relative;padding:0 10px;margin-left:10px;z-index:0;line-height:20px}.mini-tooltip-demo-1:after,.ie7 .mini-tooltip-demo-1 .after{opacity:.5;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid black}.mini-tooltip-demo-1:before,.ie7 .mini-tooltip-demo-1 .before{background:black;opacity:.5}.ie7 .mini-tooltip-demo-1:before,.ie7 .mini-tooltip-demo-1 .before,.ie8 .mini-tooltip-demo-1:before,.ie8 .mini-tooltip-demo-1 .before{filter:alpha(opacity=50);opacity:.5}.mini-tooltip-demo-1:after,.ie7 .mini-tooltip-demo-1 .after{content:"";position:absolute;width:0;height:0;left:-7px;top:3px}.mini-tooltip-demo-1:before,.ie7 .mini-tooltip-demo-1 .before{content:"";position:absolute;width:100%;height:20px;top:0;left:0;z-index:-1}.ie7 .mini-tooltip-demo-1{zoom:expression(this.runtimeStyle.zoom="1",this.insertBefore(document.createElement("i"),this.firstChild).className="before")}.ie7 .mini-tooltip-demo-1 .before{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.mini-tooltip-demo-2{color:black;font-size:11px;float:left;position:relative;padding:0 10px;margin-left:10px;z-index:0;line-height:30px}.mini-tooltip-demo-2:after,.ie7 .mini-tooltip-demo-2 .after{opacity:.4;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid red}.mini-tooltip-demo-2:before,.ie7 .mini-tooltip-demo-2 .before{background:red;opacity:.4}.ie7 .mini-tooltip-demo-2:before,.ie7 .mini-tooltip-demo-2 .before,.ie8 .mini-tooltip-demo-2:before,.ie8 .mini-tooltip-demo-2 .before{filter:alpha(opacity=40);opacity:.4}.mini-tooltip-demo-2:after,.ie7 .mini-tooltip-demo-2 .after{content:"";position:absolute;width:0;height:0;left:-7px;top:8px}.mini-tooltip-demo-2:before,.ie7 .mini-tooltip-demo-2 .before{content:"";position:absolute;width:100%;height:30px;top:0;left:0;z-index:-1}.ie7 .mini-tooltip-demo-2{zoom:expression(this.runtimeStyle.zoom="1",this.insertBefore(document.createElement("i"),this.firstChild).className="before")}.ie7 .mini-tooltip-demo-2 .before{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.mini-tooltip-demo-3{color:white;font-size:11px;float:left;position:relative;padding:0 10px;margin-left:10px;z-index:0;line-height:20px}.mini-tooltip-demo-3:after,.ie7 .mini-tooltip-demo-3 .after{opacity:1;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #013d93}.mini-tooltip-demo-3:before,.ie7 .mini-tooltip-demo-3 .before{background:#013d93;opacity:1}.ie7 .mini-tooltip-demo-3:before,.ie7 .mini-tooltip-demo-3 .before,.ie8 .mini-tooltip-demo-3:before,.ie8 .mini-tooltip-demo-3 .before{filter:alpha(opacity=100);opacity:1}.mini-tooltip-demo-3:after,.ie7 .mini-tooltip-demo-3 .after{content:"";position:absolute;width:0;height:0;left:-7px;top:3px}.mini-tooltip-demo-3:before,.ie7 .mini-tooltip-demo-3 .before{content:"";position:absolute;width:100%;height:20px;top:0;left:0;z-index:-1}.ie7 .mini-tooltip-demo-3{zoom:expression(this.runtimeStyle.zoom="1",this.insertBefore(document.createElement("i"),this.firstChild).className="before")}.ie7 .mini-tooltip-demo-3 .before{zoom:expression(this.runtimeStyle.zoom="1",this.appendChild(document.createElement("i")).className="after")}.container{width:90%;max-width:1200px;min-width:950px}.row-col{width:100%}.row-col:before,.row-col:after{content:"";display:table}.row-col:after{clear:both}.ie6 .row-col,.ie7 .row-col{zoom:1}.row-col [class^="col"]{width:100%;min-height:25px;display:block;float:left;margin-left:2.174%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-col [class^="col"]:first-child{margin-left:0}.row-col [class^="col"] img{max-width:100%}.row-col .col1{width:6.341%}.ie7 .row-col .col1{width:6.249%}.row-col [class^="col"].offset1{margin-left:10.507%}.row-col [class^="col"].offset1:first-child{margin-left:8.424%}.row-col .col2{width:14.855%}.ie7 .row-col .col2{width:14.763%}.row-col [class^="col"].offset2{margin-left:19.022%}.row-col [class^="col"].offset2:first-child{margin-left:16.938%}.row-col .col3{width:23.37%}.ie7 .row-col .col3{width:23.278%}.row-col [class^="col"].offset3{margin-left:27.536%}.row-col [class^="col"].offset3:first-child{margin-left:25.453%}.row-col .col4{width:31.884%}.ie7 .row-col .col4{width:31.792%}.row-col [class^="col"].offset4{margin-left:36.051%}.row-col [class^="col"].offset4:first-child{margin-left:33.967%}.row-col .col5{width:40.399%}.ie7 .row-col .col5{width:40.307%}.row-col [class^="col"].offset5{margin-left:44.565%}.row-col [class^="col"].offset5:first-child{margin-left:42.482%}.row-col .col6{width:48.913%}.ie7 .row-col .col6{width:48.821%}.row-col [class^="col"].offset6{margin-left:53.08%}.row-col [class^="col"].offset6:first-child{margin-left:50.996%}.row-col .col7{width:57.428%}.ie7 .row-col .col7{width:57.336%}.row-col [class^="col"].offset7{margin-left:61.594%}.row-col [class^="col"].offset7:first-child{margin-left:59.511%}.row-col .col8{width:65.942%}.ie7 .row-col .col8{width:65.85%}.row-col [class^="col"].offset8{margin-left:70.109%}.row-col [class^="col"].offset8:first-child{margin-left:68.025%}.row-col .col9{width:74.457%}.ie7 .row-col .col9{width:74.365%}.row-col [class^="col"].offset9{margin-left:78.623%}.row-col [class^="col"].offset9:first-child{margin-left:76.54%}.row-col .col10{width:82.971%}.ie7 .row-col .col10{width:82.879%}.row-col [class^="col"].offset10{margin-left:87.138%}.row-col [class^="col"].offset10:first-child{margin-left:85.054%}.row-col .col11{width:91.486%}.ie7 .row-col .col11{width:91.394%}.row-col [class^="col"].offset11{margin-left:95.652%}.row-col [class^="col"].offset11:first-child{margin-left:93.569%}.row-col .col12{width:100%}.row-col [class^="col"].offset12{margin-left:104.167%}.row-col [class^="col"].offset12:first-child{margin-left:102.083%}.row-col{margin:10px 0}[class^="col"]{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;background:#ccc}[class^="col"] [class^="col"]{background:#aaa}[class^="col"] [class^="col"] [class^="col"]{background:#696969;color:#c0c0c0}.clearfix-demo{background:#58608d;width:100%;padding:10px}.clearfix-demo:before,.clearfix-demo:after{content:"";display:table}.clearfix-demo:after{clear:both}.ie6 .clearfix-demo,.ie7 .clearfix-demo{zoom:1}.clearfix-demo div{background:white}.despegar-size-1-demo{font-size:11px}.despegar-size-2-demo{font-size:13px}.despegar-size-3-demo{font-size:16px}.despegar-size-4-demo{font-size:20px}.despegar-size-5-demo{font-size:24px}.despegar-size-6-demo{font-size:28px}.despegar-black-demo{padding:10px;background:black;color:white}.despegar-white-demo{padding:10px;background:white}.despegar-yellow-demo{padding:10px;background:#ff3}.despegar-red-demo{padding:10px;background:red}.despegar-blue-demo{padding:10px;background:#013d93;color:white}.despegar-gray-1-demo{padding:10px;background:#222;color:white}.despegar-gray-2-demo{padding:10px;background:#444;color:white}.despegar-gray-3-demo{padding:10px;background:#666;color:white}.despegar-gray-4-demo{padding:10px;background:#888;color:white}.despegar-gray-5-demo{padding:10px;background:#aaa;color:white}.despegar-gray-6-demo{padding:10px;background:#ccc}.despegar-gray-7-demo{padding:10px;background:#eee}.despegar-searchbox-bg-demo{padding:10px;background:#ff3}.despegar-title-color-demo{padding:10px;background:#013d93;color:white}.despegar-titlealt-color-demo{padding:10px;background:#f90}.despegar-link-color-demo{padding:10px;background:#319fda}.despegar-link-color-hover-demo{padding:10px;background:#6cf}.despegar-error-bg-demo{padding:10px;background:#ffe6e6}.despegar-error-border-demo{padding:10px;background:red}.despegar-warning-bg-demo{padding:10px;background:#ffffe1}.despegar-warning-border-demo{padding:10px;background:#fc3}body{width:100%;max-width:100%;margin:0;padding:0;background-color:#f6f7f9}.styledocco-sidebar,.styledocco-docs>:not(.styledocco-example){box-sizing:content-box;margin:15px 20px;color:#334;line-height:1.618;font-family:sans-serif;-webkit-font-smoothing:subpixel-antialiased}.styledocco-sidebar,.styledocco-docs>p,.styledocco-docs>ul,.styledocco-docs>ol,.styledocco-docs>a{font-size:12px}.styledocco-docs>h1,.styledocco-docs>h2,.styledocco-docs>h3,.styledocco-docs>h4,.styledocco-docs>h5,.styledocco-docs>h6{font-weight:bold;margin:25px 20px 0!important;line-height:1.2!important;color:#555f6a!important}.styledocco-docs>:not(.styledocco-example) a{color:#27a;text-decoration:none}.styledocco-docs>:not(.styledocco-example) a:hover{color:#157;text-decoration:underline}.styledocco-docs>:not(.styledocco-example) a:visited{color:#146}.styledocco-docs>:not(.styledocco-example):not(pre) var,.styledocco-docs>:not(.styledocco-example):not(pre) code{padding:.1em 3px;background:rgba(0,0,0,.025);border:1px solid rgba(0,0,0,.05);border-radius:3px;font-style:normal;font-family:"Ubuntu Mono","Andale Mono","DejaVu Sans Mono","Monaco","Bitstream Vera Sans Mono","Consolas","Lucida Console",monospace}.styledocco-code pre code,.styledocco-docs>pre samp,.styledocco-docs>pre code{padding:0;background:transparent;border:0;font-family:"Ubuntu Mono","Andale Mono","DejaVu Sans Mono","Monaco","Bitstream Vera Sans Mono","Consolas","Lucida Console",monospace;font-size:12px}.styledocco-code code::selection,.styledocco-docs>pre code::selection{background:#248;color:#fff}.styledocco-container{width:95%;max-width:1500px;margin:0 auto}.styledocco-main{float:right;width:83%}.styledocco-sidebar{position:fixed;width:9%;padding:1%}.styledocco-section{position:relative;min-height:200px}.styledocco-sidebar{max-height:90%;overflow-y:auto;margin-top:20px;word-wrap:break-word;background-color:#777f88;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.25);opacity:.75;-webkit-transition:opacity 2.5s;-moz-transition:opacity 2.5s;-o-transition:opacity 2.5s}.styledocco-sidebar:hover{opacity:1;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s}.styledocco-sidebar a{text-decoration:none}.styledocco-brand{display:block;margin:0 0 10px;text-align:center;color:#eee;font-size:16px;font-weight:bold;text-shadow:rgba(0,0,0,.5) 0 0 1px}.styledocco-brand:hover{color:#fff;text-decoration:none}.styledocco-nav{margin:0;padding:0}.styledocco-nav-heading{display:block;padding:.3em 0;margin:.5em 0 0;color:#ddd;font-size:13px;text-shadow:rgba(0,0,0,.25) 0 0 1px}.styledocco-nav li{margin:0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.1)}.styledocco-nav li:active,.styledocco-nav li:focus,.styledocco-nav li:hover{background:rgba(255,255,255,.2);border-color:transparent;border-radius:3px;text-decoration:none}.styledocco-nav li:active + li,.styledocco-nav li:focus + li,.styledocco-nav li:hover + li{border-color:transparent}.styledocco-nav a{display:block;padding:.2em 5%;color:#f7f7f7}.styledocco-docs{position:relative;width:58%;min-height:200px;margin:20px 0 40px;background:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,.1)}.styledocco-code{position:absolute;top:5px;bottom:5px;right:0;width:42%;overflow:auto;padding:10px;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0 5px 5px 0;border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.75);opacity:.75;-webkit-transition:opacity .25s;-moz-transition:opacity .25s;-o-transition:opacity .25s}.styledocco-code:hover{opacity:1}.styledocco-example{margin-top:10px;padding:15px;overflow:auto;background:url(data:image/png;base64,ivborw0kggoaaaansuheugaaabaaaaaqaqmaaaalpw0iaaaaaxnsr0iars4c6qaaaazqtfrf+vr6////+o8bnqaaabbjrefucb1jypjpgbxheayafr8p8bm+jeoaaaaasuvork5cyii=);border-top:1px dotted #dcdce1}pre + .styledocco-example{margin-top:0;border-top:0}.styledocco-example:before,.styledocco-example:after{display:table;content:""}.styledocco-example:after{clear:both}.styledocco-docs>pre,.styledocco-code pre{white-space:pre-wrap;word-wrap:break-word;color:#445;margin:0!important;line-height:1.1!important}.styledocco-docs>.pilcrow{position:absolute;right:0;top:0;text-decoration:none;font-weight:bold;opacity:.5}.styledocco-docs>.pilcrow:hover{opacity:1}.styledocco-docs>pre{max-height:200px;overflow-y:auto;padding:10px 20px;background:#f8f9fb;border:1px solid rgba(220,220,225,.8);border-left:0;border-right:0}.styledocco-example + pre{border-top:1px dotted #dcdce1}.styledocco-docs>pre:first-child{border-top:0}.styledocco-docs>pre:last-child{border-bottom:0}.styledocco-code pre{padding:0;background:transparent;border:0}</style></head><body class="picasso-_picasso"><div class="styledocco-container"><div class="styledocco-sidebar"><a href="index.html" class="styledocco-brand">Picasso</a><ul class="styledocco-nav"><li><a href="_picasso.html">_picasso
|
3
|
+
</a></li></ul><strong class="styledocco-nav-heading">picasso</strong><ul class="styledocco-nav"><li><a href="picasso-_components.html">_components
|
4
|
+
</a></li><li><a href="picasso-_despegar.html">_despegar
|
5
|
+
</a></li><li><a href="picasso-_utils.html">_utils
|
6
|
+
</a></li></ul><strong class="styledocco-nav-heading">components</strong><ul class="styledocco-nav"><li><a href="picasso-components-_accordions.html">_accordions
|
7
|
+
</a></li><li><a href="picasso-components-_arrows.html">_arrows
|
8
|
+
</a></li><li><a href="picasso-components-_bubbles.html">_bubbles
|
9
|
+
</a></li><li><a href="picasso-components-_buttons.html">_buttons
|
10
|
+
</a></li><li><a href="picasso-components-_inputs.html">_inputs
|
11
|
+
</a></li><li><a href="picasso-components-_list-grids.html">_list-grids
|
12
|
+
</a></li><li><a href="picasso-components-_mini-tooltips.html">_mini-tooltips
|
13
|
+
</a></li><li><a href="picasso-components-_navs.html">_navs
|
14
|
+
</a></li><li><a href="picasso-components-_pagination.html">_pagination
|
15
|
+
</a></li><li><a href="picasso-components-_popups.html">_popups
|
16
|
+
</a></li></ul><strong class="styledocco-nav-heading">buttons</strong><ul class="styledocco-nav"><li><a href="picasso-components-buttons-_3d.html">_3d
|
17
|
+
</a></li><li><a href="picasso-components-buttons-_glossy.html">_glossy
|
18
|
+
</a></li><li><a href="picasso-components-buttons-_mini.html">_mini
|
19
|
+
</a></li></ul><strong class="styledocco-nav-heading">despegar</strong><ul class="styledocco-nav"><li><a href="picasso-despegar-_variables.html">_variables
|
20
|
+
</a></li></ul><strong class="styledocco-nav-heading">utils</strong><ul class="styledocco-nav"><li><a href="picasso-utils-_clearfix.html">_clearfix
|
21
|
+
</a></li><li><a href="picasso-utils-_grid.html">_grid
|
22
|
+
</a></li><li><a href="picasso-utils-_ie.html">_ie
|
23
|
+
</a></li><li><a href="picasso-utils-_sprite.html">_sprite
|
24
|
+
</a></li></ul></div><div class="styledocco-main"><div id="section-1" class="styledocco-section"><div class="styledocco-docs"><a href="#section-1" class="pilcrow">¶</a><h2>Picasso</h2>
|
25
|
+
<p> Módulo principal que importa los siguientes sub-módulos:
|
26
|
+
</p>
|
27
|
+
<ul>
|
28
|
+
<li><code>utils</code> (<a href="picasso-_utils.html">sección dedicada</a>)</li>
|
29
|
+
<li><code>components</code> (<a href="picasso-_components.html">sección dedicada</a>)</li>
|
30
|
+
<li><code>despegar</code> (<a href="picasso-_utils.html">sección dedicada</a>)</li>
|
31
|
+
</ul>
|
32
|
+
<h3>Sass</h3>
|
33
|
+
<h4>Import</h4>
|
34
|
+
<p> <code>@import "picasso";</code>
|
35
|
+
</p>
|
36
|
+
</div><div class="styledocco-code"><pre><code>@import "picasso/utils";
|
37
|
+
@import "picasso/components";
|
38
|
+
@import "picasso/despegar";</code></pre></div></div></div></div><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script>(function(){"use strict";var a=function(a){return Array.prototype.slice.call(a,0)},b=function(a,b){return a+b},c=["link","visited","hover","active","focus","target","enabled","disabled","checked"],d=new RegExp(":(("+c.join(")|(")+"))","gi"),e=a(document.styleSheets).filter(function(a){return a.href==null}).map(function(c){return a(c.cssRules).filter(function(a){return a.selectorText&&a.selectorText.match(d)}).map(function(a){return a.cssText.replace(d,".\\3A $1")}).reduce(b)}).reduce(b,"");if(e.length){var f=document.createElement("style");return f.innerText=e,document.querySelectorAll("head")[0].appendChild(f)}})(),$(document).ready(function(){$(".accordion-header").click(function(){var a=$(this),b=a.parent().find(".accordion-content");b.slideToggle("fast"),a.hasClass("accordion-header-open")?(a.removeClass("accordion-header-open"),a.addClass("accordion-header-close")):(a.removeClass("accordion-header-close"),a.addClass("accordion-header-open"))})})</script></body></html><!-- Generated with StyleDocco (http://jacobrask.github.com/styledocco). -->
|
data/docs/config.rb
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
.styledocco-docs img {
|
2
|
+
width: 100%;
|
3
|
+
}
|
4
|
+
|
1
5
|
.button-glossy-demo-1 {
|
2
6
|
width: 90px;
|
3
7
|
height: 30px;
|
@@ -367,129 +371,6 @@
|
|
367
371
|
border-radius: none;
|
368
372
|
}
|
369
373
|
|
370
|
-
.button-glossy-demo-4 {
|
371
|
-
width: 250px;
|
372
|
-
height: 30px;
|
373
|
-
display: inline-block;
|
374
|
-
text-align: center;
|
375
|
-
position: relative;
|
376
|
-
z-index: 1;
|
377
|
-
font-family: sans-serif;
|
378
|
-
font-size: 12px;
|
379
|
-
text-decoration: none;
|
380
|
-
cursor: pointer;
|
381
|
-
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #4fbd4f)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #42b142), color-stop(100%, #2d792d));
|
382
|
-
background: -webkit-linear-gradient(#62c462, #4fbd4f), -webkit-linear-gradient(#42b142, #2d792d);
|
383
|
-
background: -moz-linear-gradient(#62c462, #4fbd4f), -moz-linear-gradient(#42b142, #2d792d);
|
384
|
-
background: -o-linear-gradient(#62c462, #4fbd4f), -o-linear-gradient(#42b142, #2d792d);
|
385
|
-
background: linear-gradient(#62c462, #4fbd4f), linear-gradient(#42b142, #2d792d);
|
386
|
-
-webkit-border-radius: 5px;
|
387
|
-
-moz-border-radius: 5px;
|
388
|
-
-ms-border-radius: 5px;
|
389
|
-
-o-border-radius: 5px;
|
390
|
-
border-radius: 5px;
|
391
|
-
background-position: left top, left 15px;
|
392
|
-
}
|
393
|
-
.button-glossy-demo-4:after, .button-glossy-demo-4:before {
|
394
|
-
content: "";
|
395
|
-
position: absolute;
|
396
|
-
display: inline-block;
|
397
|
-
}
|
398
|
-
.button-glossy-demo-4:after {
|
399
|
-
width: 248px;
|
400
|
-
height: 28px;
|
401
|
-
left: 1px;
|
402
|
-
top: 1px;
|
403
|
-
z-index: 2;
|
404
|
-
}
|
405
|
-
.button-glossy-demo-4:before {
|
406
|
-
width: 246px;
|
407
|
-
height: 26px;
|
408
|
-
left: 2px;
|
409
|
-
top: 2px;
|
410
|
-
z-index: 3;
|
411
|
-
}
|
412
|
-
.button-glossy-demo-4 span {
|
413
|
-
position: relative;
|
414
|
-
z-index: 4;
|
415
|
-
line-height: 30px;
|
416
|
-
}
|
417
|
-
.button-glossy-demo-4 span {
|
418
|
-
color: white;
|
419
|
-
}
|
420
|
-
.button-glossy-demo-4:after, .button-glossy-demo-4:before {
|
421
|
-
-webkit-border-radius: 4px;
|
422
|
-
-moz-border-radius: 4px;
|
423
|
-
-ms-border-radius: 4px;
|
424
|
-
-o-border-radius: 4px;
|
425
|
-
border-radius: 4px;
|
426
|
-
}
|
427
|
-
.button-glossy-demo-4:after {
|
428
|
-
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #d1eed1), color-stop(100%, #122f12)) 50%;
|
429
|
-
background: -webkit-linear-gradient(#d1eed1 15%, #122f12) 50%;
|
430
|
-
background: -moz-linear-gradient(#d1eed1 15%, #122f12) 50%;
|
431
|
-
background: -o-linear-gradient(#d1eed1 15%, #122f12) 50%;
|
432
|
-
background: linear-gradient(#d1eed1 15%, #122f12) 50%;
|
433
|
-
}
|
434
|
-
.button-glossy-demo-4:before {
|
435
|
-
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62c462), color-stop(100%, #4fbd4f)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #42b142), color-stop(100%, #2d792d));
|
436
|
-
background: -webkit-linear-gradient(#62c462, #4fbd4f), -webkit-linear-gradient(#42b142, #2d792d);
|
437
|
-
background: -moz-linear-gradient(#62c462, #4fbd4f), -moz-linear-gradient(#42b142, #2d792d);
|
438
|
-
background: -o-linear-gradient(#62c462, #4fbd4f), -o-linear-gradient(#42b142, #2d792d);
|
439
|
-
background: linear-gradient(#62c462, #4fbd4f), linear-gradient(#42b142, #2d792d);
|
440
|
-
background-position: left top, left 13px;
|
441
|
-
}
|
442
|
-
.button-glossy-demo-4, .button-glossy-demo-4:before {
|
443
|
-
background-size: 100% 50%;
|
444
|
-
background-repeat: no-repeat;
|
445
|
-
}
|
446
|
-
.button-glossy-demo-4:hover {
|
447
|
-
text-decoration: none;
|
448
|
-
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9ad99a), color-stop(50%, #48ba48), color-stop(100%, #52d452));
|
449
|
-
background: -webkit-linear-gradient(#9ad99a, #48ba48, #52d452);
|
450
|
-
background: -moz-linear-gradient(#9ad99a, #48ba48, #52d452);
|
451
|
-
background: -o-linear-gradient(#9ad99a, #48ba48, #52d452);
|
452
|
-
background: linear-gradient(#9ad99a, #48ba48, #52d452);
|
453
|
-
}
|
454
|
-
.button-glossy-demo-4:hover:after {
|
455
|
-
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #dcf2dc), color-stop(100%, #57c057)) 50%;
|
456
|
-
background: -webkit-linear-gradient(#dcf2dc 20%, #57c057) 50%;
|
457
|
-
background: -moz-linear-gradient(#dcf2dc 20%, #57c057) 50%;
|
458
|
-
background: -o-linear-gradient(#dcf2dc 20%, #57c057) 50%;
|
459
|
-
background: linear-gradient(#dcf2dc 20%, #57c057) 50%;
|
460
|
-
}
|
461
|
-
.button-glossy-demo-4:hover:before {
|
462
|
-
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9ad99a), color-stop(50%, #48ba48), color-stop(100%, #52d452));
|
463
|
-
background: -webkit-linear-gradient(#9ad99a, #48ba48, #52d452);
|
464
|
-
background: -moz-linear-gradient(#9ad99a, #48ba48, #52d452);
|
465
|
-
background: -o-linear-gradient(#9ad99a, #48ba48, #52d452);
|
466
|
-
background: linear-gradient(#9ad99a, #48ba48, #52d452);
|
467
|
-
}
|
468
|
-
.button-glossy-demo-4:hover, .button-glossy-demo-4:hover:before {
|
469
|
-
background-size: 100% 100%;
|
470
|
-
background-position: left top;
|
471
|
-
background-repeat: no-repeat;
|
472
|
-
}
|
473
|
-
.ie7 .button-glossy-demo-4, .ie8 .button-glossy-demo-4, .ie9 .button-glossy-demo-4 {
|
474
|
-
-webkit-border-radius: none;
|
475
|
-
-moz-border-radius: none;
|
476
|
-
-ms-border-radius: none;
|
477
|
-
-o-border-radius: none;
|
478
|
-
border-radius: none;
|
479
|
-
background: url('../img/picasso-buttons-glossy.png');
|
480
|
-
background-position: 0 -181px;
|
481
|
-
}
|
482
|
-
.ie7 .button-glossy-demo-4:hover, .ie8 .button-glossy-demo-4:hover, .ie9 .button-glossy-demo-4:hover {
|
483
|
-
background-position: 0 -211px;
|
484
|
-
}
|
485
|
-
.ie9 .button-glossy-demo-4 {
|
486
|
-
-webkit-border-radius: none;
|
487
|
-
-moz-border-radius: none;
|
488
|
-
-ms-border-radius: none;
|
489
|
-
-o-border-radius: none;
|
490
|
-
border-radius: none;
|
491
|
-
}
|
492
|
-
|
493
374
|
.button-3d-demo-1 {
|
494
375
|
overflow: hidden;
|
495
376
|
display: inline-block;
|
@@ -1272,178 +1153,63 @@
|
|
1272
1153
|
box-shadow: none;
|
1273
1154
|
}
|
1274
1155
|
|
1275
|
-
.
|
1276
|
-
|
1277
|
-
|
1278
|
-
line-height: 20px;
|
1279
|
-
padding: 1px;
|
1280
|
-
border: 1px solid #dddddd;
|
1281
|
-
border-top: 1px solid #919191;
|
1282
|
-
color: #333333;
|
1283
|
-
font-size: 11px;
|
1284
|
-
-webkit-box-sizing: border-box;
|
1285
|
-
-moz-box-sizing: border-box;
|
1286
|
-
box-sizing: border-box;
|
1287
|
-
-webkit-border-radius: 3px 3px 3px 3px;
|
1288
|
-
-moz-border-radius: 3px 3px 3px 3px;
|
1289
|
-
-ms-border-radius: 3px 3px 3px 3px;
|
1290
|
-
-o-border-radius: 3px 3px 3px 3px;
|
1291
|
-
border-radius: 3px 3px 3px 3px;
|
1292
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1293
|
-
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1294
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1156
|
+
.list-grid-demo-1:before, .list-grid-demo-1:after {
|
1157
|
+
content: "";
|
1158
|
+
display: table;
|
1295
1159
|
}
|
1296
|
-
.
|
1297
|
-
|
1298
|
-
border: 1px solid #319fda;
|
1299
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1300
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1301
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1160
|
+
.list-grid-demo-1:after {
|
1161
|
+
clear: both;
|
1302
1162
|
}
|
1303
|
-
|
1304
|
-
|
1305
|
-
width: 120px;
|
1306
|
-
height: 20px;
|
1307
|
-
line-height: 20px;
|
1308
|
-
padding: 1px;
|
1309
|
-
border: 1px solid red;
|
1310
|
-
border-top: 1px solid #660000;
|
1311
|
-
color: #333333;
|
1312
|
-
font-size: 11px;
|
1313
|
-
-webkit-box-sizing: border-box;
|
1314
|
-
-moz-box-sizing: border-box;
|
1315
|
-
box-sizing: border-box;
|
1316
|
-
-webkit-border-radius: 10px;
|
1317
|
-
-moz-border-radius: 10px;
|
1318
|
-
-ms-border-radius: 10px;
|
1319
|
-
-o-border-radius: 10px;
|
1320
|
-
border-radius: 10px;
|
1321
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1322
|
-
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1323
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1163
|
+
.ie6 .list-grid-demo-1, .ie7 .list-grid-demo-1 {
|
1164
|
+
zoom: 1;
|
1324
1165
|
}
|
1325
|
-
.
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1166
|
+
.list-grid-demo-1 ul {
|
1167
|
+
float: left;
|
1168
|
+
padding: 0px;
|
1169
|
+
margin: 0px;
|
1170
|
+
width: 130px;
|
1331
1171
|
}
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
padding: 1px;
|
1338
|
-
border: 1px solid #dddddd;
|
1339
|
-
border-top: 1px solid #919191;
|
1340
|
-
color: blue;
|
1341
|
-
font-size: 25px;
|
1342
|
-
-webkit-box-sizing: border-box;
|
1343
|
-
-moz-box-sizing: border-box;
|
1344
|
-
box-sizing: border-box;
|
1345
|
-
-webkit-border-radius: 3px;
|
1346
|
-
-moz-border-radius: 3px;
|
1347
|
-
-ms-border-radius: 3px;
|
1348
|
-
-o-border-radius: 3px;
|
1349
|
-
border-radius: 3px;
|
1350
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1351
|
-
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1352
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1172
|
+
.list-grid-demo-1 ul li {
|
1173
|
+
height: 30px;
|
1174
|
+
line-height: 30px;
|
1175
|
+
padding-left: 10px;
|
1176
|
+
padding-right: 10px;
|
1353
1177
|
}
|
1354
|
-
.
|
1355
|
-
|
1356
|
-
border: 1px solid
|
1357
|
-
-
|
1358
|
-
-
|
1359
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1178
|
+
.list-grid-demo-1 ul {
|
1179
|
+
list-style: none outside none;
|
1180
|
+
border-top: 1px solid #cccccc;
|
1181
|
+
border-bottom: 1px solid #cccccc;
|
1182
|
+
border-right: 1px solid #cccccc;
|
1360
1183
|
}
|
1361
|
-
|
1362
|
-
|
1363
|
-
width: 200px;
|
1364
|
-
height: 20px;
|
1365
|
-
line-height: 20px;
|
1366
|
-
padding: 1px;
|
1367
|
-
border: 1px solid #dddddd;
|
1368
|
-
border-top: 1px solid #919191;
|
1369
|
-
color: #333333;
|
1370
|
-
font-size: 11px;
|
1371
|
-
-webkit-box-sizing: border-box;
|
1372
|
-
-moz-box-sizing: border-box;
|
1373
|
-
box-sizing: border-box;
|
1374
|
-
-webkit-border-radius: 3px 3px 3px 3px;
|
1375
|
-
-moz-border-radius: 3px 3px 3px 3px;
|
1376
|
-
-ms-border-radius: 3px 3px 3px 3px;
|
1377
|
-
-o-border-radius: 3px 3px 3px 3px;
|
1378
|
-
border-radius: 3px 3px 3px 3px;
|
1379
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1380
|
-
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1381
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1184
|
+
.list-grid-demo-1 ul:first-child {
|
1185
|
+
border-left: 1px solid #cccccc;
|
1382
1186
|
}
|
1383
|
-
.
|
1384
|
-
|
1385
|
-
border: 1px solid
|
1386
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1387
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1388
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1187
|
+
.list-grid-demo-1 ul li {
|
1188
|
+
text-align: center;
|
1189
|
+
border: 1px solid transparent;
|
1389
1190
|
}
|
1390
|
-
|
1391
|
-
|
1392
|
-
width: 120px;
|
1393
|
-
height: 20px;
|
1394
|
-
line-height: 20px;
|
1395
|
-
padding: 1px;
|
1396
|
-
border: 1px solid red;
|
1397
|
-
border-top: 1px solid #660000;
|
1398
|
-
color: #333333;
|
1399
|
-
font-size: 11px;
|
1400
|
-
-webkit-box-sizing: border-box;
|
1401
|
-
-moz-box-sizing: border-box;
|
1402
|
-
box-sizing: border-box;
|
1403
|
-
-webkit-border-radius: 10px;
|
1404
|
-
-moz-border-radius: 10px;
|
1405
|
-
-ms-border-radius: 10px;
|
1406
|
-
-o-border-radius: 10px;
|
1407
|
-
border-radius: 10px;
|
1408
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1409
|
-
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1410
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1191
|
+
.list-grid-demo-1 ul li:first-child {
|
1192
|
+
border-bottom: 1px solid #cccccc;
|
1411
1193
|
}
|
1412
|
-
.
|
1413
|
-
|
1414
|
-
border: 1px solid green;
|
1415
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1416
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1417
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1194
|
+
.list-grid-demo-1 ul li:nth-child(odd) {
|
1195
|
+
background: none repeat scroll 0 0 #eeeeee;
|
1418
1196
|
}
|
1419
|
-
|
1420
|
-
|
1421
|
-
width: 200px;
|
1422
|
-
height: 40px;
|
1423
|
-
line-height: 40px;
|
1424
|
-
padding: 1px;
|
1425
|
-
border: 1px solid #dddddd;
|
1426
|
-
border-top: 1px solid #919191;
|
1427
|
-
color: blue;
|
1428
|
-
font-size: 25px;
|
1429
|
-
-webkit-box-sizing: border-box;
|
1430
|
-
-moz-box-sizing: border-box;
|
1431
|
-
box-sizing: border-box;
|
1432
|
-
-webkit-border-radius: 3px;
|
1433
|
-
-moz-border-radius: 3px;
|
1434
|
-
-ms-border-radius: 3px;
|
1435
|
-
-o-border-radius: 3px;
|
1436
|
-
border-radius: 3px;
|
1437
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1438
|
-
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1439
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1197
|
+
.list-grid-demo-1 ul li:nth-child(even) {
|
1198
|
+
background: none repeat scroll 0 0 white;
|
1440
1199
|
}
|
1441
|
-
.
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1200
|
+
.list-grid-demo-1 ul li.cell-hover:hover {
|
1201
|
+
border: 1px solid #319fda;
|
1202
|
+
background: #f4fafd;
|
1203
|
+
cursor: pointer;
|
1204
|
+
}
|
1205
|
+
.ie7 .list-grid-demo-1 ul li:first-child, .ie8 .list-grid-demo-1 ul li:first-child {
|
1206
|
+
background: none repeat scroll 0 0 #eeeeee;
|
1207
|
+
}
|
1208
|
+
.ie7 .list-grid-demo-1 ul li.even, .ie8 .list-grid-demo-1 ul li.even {
|
1209
|
+
background: none repeat scroll 0 0 white;
|
1210
|
+
}
|
1211
|
+
.ie7 .list-grid-demo-1 ul li.odd, .ie8 .list-grid-demo-1 ul li.odd {
|
1212
|
+
background: none repeat scroll 0 0 #eeeeee;
|
1447
1213
|
}
|
1448
1214
|
|
1449
1215
|
.nav-demo-1:before, .nav-demo-1:after {
|
@@ -1595,468 +1361,540 @@
|
|
1595
1361
|
border: none;
|
1596
1362
|
}
|
1597
1363
|
|
1598
|
-
.
|
1599
|
-
|
1600
|
-
|
1601
|
-
}
|
1602
|
-
.nav-demo-2:after {
|
1603
|
-
clear: both;
|
1604
|
-
}
|
1605
|
-
.ie6 .nav-demo-2, .ie7 .nav-demo-2 {
|
1606
|
-
zoom: 1;
|
1364
|
+
.picasso-_popups .styledocco-example {
|
1365
|
+
position: relative;
|
1366
|
+
height: 150px;
|
1607
1367
|
}
|
1608
|
-
|
1609
|
-
|
1610
|
-
padding:
|
1611
|
-
|
1612
|
-
float: right;
|
1368
|
+
|
1369
|
+
.popup-demo-1 {
|
1370
|
+
padding: 10px;
|
1371
|
+
position: absolute;
|
1613
1372
|
}
|
1614
|
-
.
|
1373
|
+
.popup-demo-1:after, .ie7 .popup-demo-1 .after {
|
1615
1374
|
content: "";
|
1616
|
-
|
1375
|
+
position: absolute;
|
1376
|
+
top: 0px;
|
1377
|
+
left: 0px;
|
1378
|
+
width: 100%;
|
1379
|
+
height: 100%;
|
1380
|
+
z-index: 0;
|
1617
1381
|
}
|
1618
|
-
.
|
1619
|
-
|
1382
|
+
.popup-demo-1 .popup-header h4 {
|
1383
|
+
line-height: 20px;
|
1384
|
+
padding: 10px;
|
1620
1385
|
}
|
1621
|
-
.
|
1622
|
-
|
1386
|
+
.popup-demo-1 .popup-container {
|
1387
|
+
z-index: 1;
|
1388
|
+
position: relative;
|
1623
1389
|
}
|
1624
|
-
.
|
1625
|
-
|
1626
|
-
height:
|
1627
|
-
|
1628
|
-
float: left;
|
1390
|
+
.popup-demo-1 .popup-arrow {
|
1391
|
+
position: absolute;
|
1392
|
+
height: 0px;
|
1393
|
+
width: 0px;
|
1629
1394
|
}
|
1630
|
-
.
|
1631
|
-
|
1632
|
-
|
1395
|
+
.popup-demo-1 .popup-arrow-bottom {
|
1396
|
+
bottom: -10px;
|
1397
|
+
left: 10px;
|
1633
1398
|
}
|
1634
|
-
.
|
1635
|
-
|
1399
|
+
.popup-demo-1 .popup-arrow-top {
|
1400
|
+
top: -10px;
|
1401
|
+
left: 10px;
|
1636
1402
|
}
|
1637
|
-
.
|
1638
|
-
|
1639
|
-
|
1640
|
-
-moz-box-shadow: 0 6px 6px -6px black;
|
1641
|
-
box-shadow: 0 6px 6px -6px black;
|
1403
|
+
.popup-demo-1 .popup-arrow-left {
|
1404
|
+
left: -10px;
|
1405
|
+
top: 10px;
|
1642
1406
|
}
|
1643
|
-
.
|
1644
|
-
|
1645
|
-
|
1646
|
-
background-image: -moz-linear-gradient(#1164bf, #0d4b90);
|
1647
|
-
background-image: -o-linear-gradient(#1164bf, #0d4b90);
|
1648
|
-
background-image: linear-gradient(#1164bf, #0d4b90);
|
1649
|
-
border-left: 1px solid #083c78;
|
1650
|
-
border-top: 1px solid #083c78;
|
1651
|
-
border-bottom: 1px solid #083c78;
|
1652
|
-
}
|
1653
|
-
.nav-demo-2 ul li:hover {
|
1654
|
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1164bf), color-stop(100%, #0f58a8));
|
1655
|
-
background-image: -webkit-linear-gradient(#1164bf, #0f58a8);
|
1656
|
-
background-image: -moz-linear-gradient(#1164bf, #0f58a8);
|
1657
|
-
background-image: -o-linear-gradient(#1164bf, #0f58a8);
|
1658
|
-
background-image: linear-gradient(#1164bf, #0f58a8);
|
1659
|
-
}
|
1660
|
-
.nav-demo-2 ul li:first-child {
|
1661
|
-
-moz-border-radius-topleft: 5px;
|
1662
|
-
-webkit-border-top-left-radius: 5px;
|
1663
|
-
border-top-left-radius: 5px;
|
1664
|
-
-moz-border-radius-bottomleft: 5px;
|
1665
|
-
-webkit-border-bottom-left-radius: 5px;
|
1666
|
-
border-bottom-left-radius: 5px;
|
1407
|
+
.popup-demo-1 .popup-arrow-right {
|
1408
|
+
right: -10px;
|
1409
|
+
top: 10px;
|
1667
1410
|
}
|
1668
|
-
.
|
1669
|
-
|
1670
|
-
-
|
1671
|
-
|
1672
|
-
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
|
1411
|
+
.popup-demo-1 .popup-close {
|
1412
|
+
position: absolute;
|
1413
|
+
z-index: 10;
|
1414
|
+
text-align: center;
|
1415
|
+
line-height: 17px;
|
1416
|
+
height: 20px;
|
1417
|
+
width: 20px;
|
1418
|
+
top: -13px;
|
1419
|
+
right: -13px;
|
1676
1420
|
}
|
1677
|
-
.
|
1678
|
-
|
1679
|
-
|
1421
|
+
.ie7 .popup-demo-1 .popup-close, .ie8 .popup-demo-1 .popup-close {
|
1422
|
+
line-height: 23px;
|
1423
|
+
height: 26px;
|
1424
|
+
width: 26px;
|
1425
|
+
top: -13px;
|
1426
|
+
right: -13px;
|
1680
1427
|
}
|
1681
|
-
.
|
1682
|
-
|
1683
|
-
background-image: -webkit-linear-gradient(#0d4b90, #1164bf);
|
1684
|
-
background-image: -moz-linear-gradient(#0d4b90, #1164bf);
|
1685
|
-
background-image: -o-linear-gradient(#0d4b90, #1164bf);
|
1686
|
-
background-image: linear-gradient(#0d4b90, #1164bf);
|
1428
|
+
.ie7 .popup-demo-1 {
|
1429
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
1687
1430
|
}
|
1688
|
-
.
|
1689
|
-
|
1690
|
-
border-
|
1691
|
-
border-
|
1692
|
-
|
1431
|
+
.popup-demo-1:after, .ie7 .popup-demo-1 .after {
|
1432
|
+
background: rgba(0, 0, 0, 0.7);
|
1433
|
+
-webkit-border-radius: 3px;
|
1434
|
+
-moz-border-radius: 3px;
|
1435
|
+
-ms-border-radius: 3px;
|
1436
|
+
-o-border-radius: 3px;
|
1437
|
+
border-radius: 3px;
|
1438
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
1439
|
+
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
1440
|
+
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
1693
1441
|
}
|
1694
|
-
.
|
1695
|
-
|
1442
|
+
.popup-demo-1 .popup-header {
|
1443
|
+
background: none repeat scroll 0 0 #f7f7f7;
|
1444
|
+
display: block;
|
1696
1445
|
}
|
1697
|
-
.
|
1698
|
-
|
1446
|
+
.popup-demo-1 .popup-header h4 {
|
1447
|
+
margin: 0;
|
1448
|
+
color: #003770;
|
1449
|
+
font-family: sans-serif;
|
1450
|
+
font-size: 16px;
|
1451
|
+
font-weight: normal;
|
1699
1452
|
}
|
1700
|
-
.
|
1701
|
-
background:
|
1453
|
+
.popup-demo-1 .popup-content {
|
1454
|
+
background: white;
|
1455
|
+
border: 1px solid transparent;
|
1702
1456
|
}
|
1703
|
-
.
|
1704
|
-
border-left:
|
1457
|
+
.popup-demo-1 .popup-arrow-bottom {
|
1458
|
+
border-left: 10px solid transparent;
|
1459
|
+
border-right: 10px solid transparent;
|
1460
|
+
border-top: 10px solid rgba(0, 0, 0, 0.7);
|
1705
1461
|
}
|
1706
|
-
.
|
1707
|
-
|
1462
|
+
.popup-demo-1 .popup-arrow-top {
|
1463
|
+
border-left: 10px solid transparent;
|
1464
|
+
border-right: 10px solid transparent;
|
1465
|
+
border-bottom: 10px solid rgba(0, 0, 0, 0.7);
|
1708
1466
|
}
|
1709
|
-
.
|
1710
|
-
|
1467
|
+
.popup-demo-1 .popup-arrow-left {
|
1468
|
+
border-top: 10px solid transparent;
|
1469
|
+
border-bottom: 10px solid transparent;
|
1470
|
+
border-right: 10px solid rgba(0, 0, 0, 0.7);
|
1711
1471
|
}
|
1712
|
-
.
|
1713
|
-
|
1472
|
+
.popup-demo-1 .popup-arrow-right {
|
1473
|
+
border-top: 10px solid transparent;
|
1474
|
+
border-bottom: 10px solid transparent;
|
1475
|
+
border-left: 10px solid rgba(0, 0, 0, 0.7);
|
1714
1476
|
}
|
1715
|
-
.
|
1716
|
-
|
1477
|
+
.popup-demo-1 .popup-close {
|
1478
|
+
cursor: pointer;
|
1479
|
+
border: 3px solid white;
|
1480
|
+
color: white;
|
1481
|
+
font-weight: bold;
|
1482
|
+
font-family: sans-serif;
|
1483
|
+
font-size: 16px;
|
1484
|
+
background: #319fda;
|
1485
|
+
-webkit-border-radius: 20px;
|
1486
|
+
-moz-border-radius: 20px;
|
1487
|
+
-ms-border-radius: 20px;
|
1488
|
+
-o-border-radius: 20px;
|
1489
|
+
border-radius: 20px;
|
1490
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
1491
|
+
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
1492
|
+
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
1717
1493
|
}
|
1718
|
-
.ie7 .
|
1719
|
-
background:
|
1494
|
+
.ie7 .popup-demo-1:after, .ie7 .popup-demo-1 .after, .ie8 .popup-demo-1:after, .ie8 .popup-demo-1 .after {
|
1495
|
+
background: black;
|
1496
|
+
filter: alpha(opacity=70);
|
1720
1497
|
}
|
1721
|
-
.ie7 .
|
1722
|
-
|
1498
|
+
.ie7 .popup-demo-1 .popup-arrow, .ie8 .popup-demo-1 .popup-arrow {
|
1499
|
+
filter: alpha(opacity=70);
|
1723
1500
|
}
|
1724
|
-
.
|
1725
|
-
-
|
1726
|
-
-moz-box-shadow: none;
|
1727
|
-
box-shadow: none;
|
1501
|
+
.ie7 .popup-demo-1 .popup-arrow-bottom, .ie8 .popup-demo-1 .popup-arrow-bottom {
|
1502
|
+
border-top: 10px solid black;
|
1728
1503
|
}
|
1729
|
-
.
|
1730
|
-
|
1731
|
-
-webkit-border-top-left-radius: none;
|
1732
|
-
border-top-left-radius: none;
|
1733
|
-
-moz-border-radius-bottomleft: none;
|
1734
|
-
-webkit-border-bottom-left-radius: none;
|
1735
|
-
border-bottom-left-radius: none;
|
1504
|
+
.ie7 .popup-demo-1 .popup-arrow-top, .ie8 .popup-demo-1 .popup-arrow-top {
|
1505
|
+
border-bottom: 10px solid black;
|
1736
1506
|
}
|
1737
|
-
.
|
1738
|
-
|
1739
|
-
-webkit-border-top-right-radius: none;
|
1740
|
-
border-top-right-radius: none;
|
1741
|
-
-moz-border-radius-bottomright: none;
|
1742
|
-
-webkit-border-bottom-right-radius: none;
|
1743
|
-
border-bottom-right-radius: none;
|
1744
|
-
border: none;
|
1507
|
+
.ie7 .popup-demo-1 .popup-arrow-left, .ie8 .popup-demo-1 .popup-arrow-left {
|
1508
|
+
border-right: 10px solid black;
|
1745
1509
|
}
|
1746
|
-
.
|
1747
|
-
|
1510
|
+
.ie7 .popup-demo-1 .popup-arrow-right, .ie8 .popup-demo-1 .popup-arrow-right {
|
1511
|
+
border-left: 10px solid black;
|
1512
|
+
}
|
1513
|
+
.ie7 .popup-demo-1 .popup-close, .ie8 .popup-demo-1 .popup-close {
|
1514
|
+
border-width: 0px;
|
1515
|
+
background-color: transparent;
|
1516
|
+
background-image: url('../img/picasso-popup.png');
|
1517
|
+
background-position: 0px -1px;
|
1748
1518
|
}
|
1749
1519
|
|
1750
|
-
.
|
1520
|
+
.popup-demo-2 {
|
1521
|
+
padding: 10px;
|
1522
|
+
position: absolute;
|
1523
|
+
}
|
1524
|
+
.popup-demo-2:after, .ie7 .popup-demo-2 .after {
|
1751
1525
|
content: "";
|
1752
|
-
|
1526
|
+
position: absolute;
|
1527
|
+
top: 0px;
|
1528
|
+
left: 0px;
|
1529
|
+
width: 100%;
|
1530
|
+
height: 100%;
|
1531
|
+
z-index: 0;
|
1753
1532
|
}
|
1754
|
-
.
|
1755
|
-
|
1533
|
+
.popup-demo-2 .popup-header h4 {
|
1534
|
+
line-height: 20px;
|
1535
|
+
padding: 10px;
|
1756
1536
|
}
|
1757
|
-
.
|
1758
|
-
|
1537
|
+
.popup-demo-2 .popup-container {
|
1538
|
+
z-index: 1;
|
1539
|
+
position: relative;
|
1759
1540
|
}
|
1760
|
-
.
|
1761
|
-
|
1762
|
-
|
1763
|
-
|
1764
|
-
width: 130px;
|
1541
|
+
.popup-demo-2 .popup-arrow {
|
1542
|
+
position: absolute;
|
1543
|
+
height: 0px;
|
1544
|
+
width: 0px;
|
1765
1545
|
}
|
1766
|
-
.
|
1767
|
-
|
1768
|
-
|
1769
|
-
padding-left: 10px;
|
1770
|
-
padding-right: 10px;
|
1546
|
+
.popup-demo-2 .popup-arrow-bottom {
|
1547
|
+
bottom: -10px;
|
1548
|
+
left: 10px;
|
1771
1549
|
}
|
1772
|
-
.
|
1773
|
-
|
1774
|
-
|
1775
|
-
border-bottom: 1px solid #cccccc;
|
1776
|
-
border-right: 1px solid #cccccc;
|
1550
|
+
.popup-demo-2 .popup-arrow-top {
|
1551
|
+
top: -10px;
|
1552
|
+
left: 10px;
|
1777
1553
|
}
|
1778
|
-
.
|
1779
|
-
|
1554
|
+
.popup-demo-2 .popup-arrow-left {
|
1555
|
+
left: -10px;
|
1556
|
+
top: 10px;
|
1780
1557
|
}
|
1781
|
-
.
|
1558
|
+
.popup-demo-2 .popup-arrow-right {
|
1559
|
+
right: -10px;
|
1560
|
+
top: 10px;
|
1561
|
+
}
|
1562
|
+
.popup-demo-2 .popup-close {
|
1563
|
+
position: absolute;
|
1564
|
+
z-index: 10;
|
1782
1565
|
text-align: center;
|
1783
|
-
|
1566
|
+
line-height: 17px;
|
1567
|
+
height: 20px;
|
1568
|
+
width: 20px;
|
1569
|
+
top: -13px;
|
1570
|
+
right: -13px;
|
1784
1571
|
}
|
1785
|
-
.
|
1786
|
-
|
1572
|
+
.ie7 .popup-demo-2 .popup-close, .ie8 .popup-demo-2 .popup-close {
|
1573
|
+
line-height: 23px;
|
1574
|
+
height: 26px;
|
1575
|
+
width: 26px;
|
1576
|
+
top: -13px;
|
1577
|
+
right: -13px;
|
1787
1578
|
}
|
1788
|
-
.
|
1789
|
-
|
1579
|
+
.ie7 .popup-demo-2 {
|
1580
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
1790
1581
|
}
|
1791
|
-
.
|
1792
|
-
background:
|
1582
|
+
.popup-demo-2:after, .ie7 .popup-demo-2 .after {
|
1583
|
+
background: rgba(1, 61, 147, 0.7);
|
1584
|
+
-webkit-border-radius: 10px;
|
1585
|
+
-moz-border-radius: 10px;
|
1586
|
+
-ms-border-radius: 10px;
|
1587
|
+
-o-border-radius: 10px;
|
1588
|
+
border-radius: 10px;
|
1589
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
1590
|
+
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
1591
|
+
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
1793
1592
|
}
|
1794
|
-
.
|
1795
|
-
|
1796
|
-
|
1797
|
-
cursor: pointer;
|
1593
|
+
.popup-demo-2 .popup-header {
|
1594
|
+
background: rgba(1, 61, 147, 0.7);
|
1595
|
+
display: block;
|
1798
1596
|
}
|
1799
|
-
.
|
1800
|
-
|
1597
|
+
.popup-demo-2 .popup-header h4 {
|
1598
|
+
margin: 0;
|
1599
|
+
color: white;
|
1600
|
+
font-family: sans-serif;
|
1601
|
+
font-size: 16px;
|
1602
|
+
font-weight: normal;
|
1801
1603
|
}
|
1802
|
-
.
|
1803
|
-
background:
|
1604
|
+
.popup-demo-2 .popup-content {
|
1605
|
+
background: black;
|
1606
|
+
border: 1px solid transparent;
|
1804
1607
|
}
|
1805
|
-
.
|
1806
|
-
|
1608
|
+
.popup-demo-2 .popup-arrow-bottom {
|
1609
|
+
border-left: 10px solid transparent;
|
1610
|
+
border-right: 10px solid transparent;
|
1611
|
+
border-top: 10px solid rgba(1, 61, 147, 0.7);
|
1807
1612
|
}
|
1808
|
-
.
|
1809
|
-
|
1613
|
+
.popup-demo-2 .popup-arrow-top {
|
1614
|
+
border-left: 10px solid transparent;
|
1615
|
+
border-right: 10px solid transparent;
|
1616
|
+
border-bottom: 10px solid rgba(1, 61, 147, 0.7);
|
1810
1617
|
}
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
1814
|
-
|
1618
|
+
.popup-demo-2 .popup-arrow-left {
|
1619
|
+
border-top: 10px solid transparent;
|
1620
|
+
border-bottom: 10px solid transparent;
|
1621
|
+
border-right: 10px solid rgba(1, 61, 147, 0.7);
|
1815
1622
|
}
|
1816
|
-
.
|
1817
|
-
|
1623
|
+
.popup-demo-2 .popup-arrow-right {
|
1624
|
+
border-top: 10px solid transparent;
|
1625
|
+
border-bottom: 10px solid transparent;
|
1626
|
+
border-left: 10px solid rgba(1, 61, 147, 0.7);
|
1818
1627
|
}
|
1819
|
-
.
|
1820
|
-
|
1628
|
+
.popup-demo-2 .popup-close {
|
1629
|
+
cursor: pointer;
|
1630
|
+
border: 3px solid black;
|
1631
|
+
color: black;
|
1632
|
+
font-weight: bold;
|
1633
|
+
font-family: sans-serif;
|
1634
|
+
font-size: 16px;
|
1635
|
+
background: red;
|
1636
|
+
-webkit-border-radius: 20px;
|
1637
|
+
-moz-border-radius: 20px;
|
1638
|
+
-ms-border-radius: 20px;
|
1639
|
+
-o-border-radius: 20px;
|
1640
|
+
border-radius: 20px;
|
1641
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
1642
|
+
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
1643
|
+
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
1821
1644
|
}
|
1822
|
-
.
|
1823
|
-
|
1824
|
-
|
1825
|
-
margin: 0px;
|
1826
|
-
width: 400px;
|
1645
|
+
.ie7 .popup-demo-2:after, .ie7 .popup-demo-2 .after, .ie8 .popup-demo-2:after, .ie8 .popup-demo-2 .after {
|
1646
|
+
background: #013d93;
|
1647
|
+
filter: alpha(opacity=70);
|
1827
1648
|
}
|
1828
|
-
.
|
1829
|
-
|
1830
|
-
line-height: 30px;
|
1831
|
-
padding-left: 10px;
|
1832
|
-
padding-right: 10px;
|
1649
|
+
.ie7 .popup-demo-2 .popup-arrow, .ie8 .popup-demo-2 .popup-arrow {
|
1650
|
+
filter: alpha(opacity=70);
|
1833
1651
|
}
|
1834
|
-
.
|
1835
|
-
|
1836
|
-
border-top: 1px solid transparent;
|
1837
|
-
border-bottom: 1px solid transparent;
|
1838
|
-
border-right: 1px solid transparent;
|
1652
|
+
.ie7 .popup-demo-2 .popup-arrow-bottom, .ie8 .popup-demo-2 .popup-arrow-bottom {
|
1653
|
+
border-top: 10px solid #013d93;
|
1839
1654
|
}
|
1840
|
-
.
|
1841
|
-
border-
|
1655
|
+
.ie7 .popup-demo-2 .popup-arrow-top, .ie8 .popup-demo-2 .popup-arrow-top {
|
1656
|
+
border-bottom: 10px solid #013d93;
|
1842
1657
|
}
|
1843
|
-
.
|
1844
|
-
|
1845
|
-
border: 1px solid transparent;
|
1658
|
+
.ie7 .popup-demo-2 .popup-arrow-left, .ie8 .popup-demo-2 .popup-arrow-left {
|
1659
|
+
border-right: 10px solid #013d93;
|
1846
1660
|
}
|
1847
|
-
.
|
1848
|
-
border-
|
1661
|
+
.ie7 .popup-demo-2 .popup-arrow-right, .ie8 .popup-demo-2 .popup-arrow-right {
|
1662
|
+
border-left: 10px solid #013d93;
|
1849
1663
|
}
|
1850
|
-
.
|
1851
|
-
|
1664
|
+
.ie7 .popup-demo-2 .popup-close, .ie8 .popup-demo-2 .popup-close {
|
1665
|
+
border-width: 0px;
|
1666
|
+
background-color: transparent;
|
1667
|
+
background-image: url('../img/picasso-popup.png');
|
1668
|
+
background-position: 0px -27px;
|
1852
1669
|
}
|
1853
|
-
|
1854
|
-
|
1670
|
+
|
1671
|
+
.bubble-demo-1 {
|
1672
|
+
padding: 10px;
|
1673
|
+
display: block;
|
1674
|
+
width: auto;
|
1675
|
+
position: relative;
|
1676
|
+
background: #eeeeee;
|
1677
|
+
-webkit-border-radius: 5px;
|
1678
|
+
-moz-border-radius: 5px;
|
1679
|
+
-ms-border-radius: 5px;
|
1680
|
+
-o-border-radius: 5px;
|
1681
|
+
border-radius: 5px;
|
1855
1682
|
}
|
1856
|
-
.
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1683
|
+
.bubble-demo-1:after, .ie7 .bubble-demo-1 .after {
|
1684
|
+
content: "";
|
1685
|
+
position: absolute;
|
1686
|
+
bottom: -15px;
|
1687
|
+
right: 20px;
|
1688
|
+
width: 0;
|
1689
|
+
height: 0;
|
1860
1690
|
}
|
1861
|
-
.ie7 .
|
1862
|
-
|
1691
|
+
.ie7 .bubble-demo-1 {
|
1692
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
1863
1693
|
}
|
1864
|
-
.
|
1865
|
-
|
1694
|
+
.bubble-demo-1 blockquote {
|
1695
|
+
color: #999999;
|
1866
1696
|
}
|
1867
|
-
.
|
1868
|
-
|
1697
|
+
.bubble-demo-1:after, .ie7 .bubble-demo-1 .after {
|
1698
|
+
border-left: 10px solid transparent;
|
1699
|
+
border-right: 10px solid transparent;
|
1700
|
+
border-top: 15px solid #eeeeee;
|
1869
1701
|
}
|
1870
1702
|
|
1871
|
-
.
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
clear: both;
|
1877
|
-
}
|
1878
|
-
.ie6 .list-grid-demo-3, .ie7 .list-grid-demo-3 {
|
1879
|
-
zoom: 1;
|
1703
|
+
.accordion-demo-1 .accordion-header {
|
1704
|
+
position: relative;
|
1705
|
+
height: 20px;
|
1706
|
+
padding: 0 10px;
|
1707
|
+
display: block;
|
1880
1708
|
}
|
1881
|
-
.
|
1882
|
-
|
1883
|
-
padding: 0px;
|
1709
|
+
.accordion-demo-1 .accordion-header h4 {
|
1710
|
+
line-height: 20px;
|
1884
1711
|
margin: 0px;
|
1885
|
-
width: 130px;
|
1886
|
-
}
|
1887
|
-
.list-grid-demo-3 ul li {
|
1888
|
-
height: 40px;
|
1889
|
-
line-height: 40px;
|
1890
|
-
padding-left: 10px;
|
1891
|
-
padding-right: 10px;
|
1892
1712
|
}
|
1893
|
-
.
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
|
1898
|
-
}
|
1899
|
-
.list-grid-demo-3 ul:first-child {
|
1900
|
-
border-left: 1px solid #999999;
|
1901
|
-
}
|
1902
|
-
.list-grid-demo-3 ul li {
|
1903
|
-
text-align: center;
|
1904
|
-
border: 1px solid transparent;
|
1713
|
+
.accordion-demo-1 .accordion-header .arrow {
|
1714
|
+
height: 0;
|
1715
|
+
position: absolute;
|
1716
|
+
right: 10px;
|
1717
|
+
width: 0;
|
1905
1718
|
}
|
1906
|
-
.
|
1907
|
-
|
1719
|
+
.accordion-demo-1 .accordion-header-open .arrow {
|
1720
|
+
top: 7.5px;
|
1908
1721
|
}
|
1909
|
-
.
|
1910
|
-
|
1722
|
+
.accordion-demo-1 .accordion-header-close .arrow {
|
1723
|
+
top: 6px;
|
1911
1724
|
}
|
1912
|
-
.
|
1913
|
-
|
1725
|
+
.accordion-demo-1 .accordion-content {
|
1726
|
+
position: relative;
|
1727
|
+
top: -1px;
|
1914
1728
|
}
|
1915
|
-
.
|
1916
|
-
border: 1px solid #319fda;
|
1917
|
-
background: #f4fafd;
|
1729
|
+
.accordion-demo-1 .accordion-header {
|
1918
1730
|
cursor: pointer;
|
1731
|
+
background: #013d93;
|
1732
|
+
border-bottom: 1px solid white;
|
1919
1733
|
}
|
1920
|
-
.
|
1921
|
-
|
1734
|
+
.accordion-demo-1 .accordion-header h4 {
|
1735
|
+
color: white;
|
1736
|
+
font-size: 13px;
|
1737
|
+
}
|
1738
|
+
.accordion-demo-1 .accordion-header-open .arrow {
|
1739
|
+
border-left: 5px solid transparent;
|
1740
|
+
border-right: 5px solid transparent;
|
1741
|
+
border-top: 8px solid white;
|
1922
1742
|
}
|
1923
|
-
.
|
1924
|
-
|
1743
|
+
.accordion-demo-1 .accordion-header-close .arrow {
|
1744
|
+
border-left: 8px solid white;
|
1745
|
+
border-bottom: 5px solid transparent;
|
1746
|
+
border-top: 5px solid transparent;
|
1925
1747
|
}
|
1926
|
-
.
|
1927
|
-
|
1748
|
+
.accordion-demo-1 .accordion-content {
|
1749
|
+
border: 1px solid #CCCCCC;
|
1928
1750
|
}
|
1929
1751
|
|
1930
|
-
.
|
1931
|
-
|
1932
|
-
display: table;
|
1933
|
-
}
|
1934
|
-
.list-grid-demo-4:after {
|
1935
|
-
clear: both;
|
1752
|
+
.pagination-demo-1 {
|
1753
|
+
text-align: center;
|
1936
1754
|
}
|
1937
|
-
.
|
1938
|
-
|
1755
|
+
.pagination-demo-1 ul {
|
1756
|
+
display: inline-block;
|
1939
1757
|
}
|
1940
|
-
.
|
1758
|
+
.pagination-demo-1 ul li {
|
1759
|
+
display: inline-block;
|
1760
|
+
height: 27px;
|
1761
|
+
text-align: center;
|
1941
1762
|
float: left;
|
1942
|
-
|
1943
|
-
margin:
|
1944
|
-
width: 130px;
|
1945
|
-
}
|
1946
|
-
.list-grid-demo-4 ul li {
|
1947
|
-
height: 15px;
|
1948
|
-
line-height: 15px;
|
1949
|
-
padding-left: 10px;
|
1950
|
-
padding-right: 10px;
|
1763
|
+
margin-left: 2px;
|
1764
|
+
margin-right: 2px;
|
1951
1765
|
}
|
1952
|
-
.
|
1953
|
-
|
1954
|
-
|
1955
|
-
|
1956
|
-
border-right: 1px solid black;
|
1766
|
+
.pagination-demo-1 ul li a {
|
1767
|
+
display: block;
|
1768
|
+
line-height: 27px;
|
1769
|
+
min-width: 27px;
|
1957
1770
|
}
|
1958
|
-
.
|
1959
|
-
|
1771
|
+
.pagination-demo-1 ul .prev {
|
1772
|
+
margin: 0 10px 0 0;
|
1960
1773
|
}
|
1961
|
-
.
|
1962
|
-
|
1963
|
-
border: 1px solid transparent;
|
1774
|
+
.pagination-demo-1 ul .next {
|
1775
|
+
margin: 0 0 0 10px;
|
1964
1776
|
}
|
1965
|
-
.
|
1966
|
-
|
1777
|
+
.pagination-demo-1 ul .disabled {
|
1778
|
+
display: none;
|
1967
1779
|
}
|
1968
|
-
.
|
1969
|
-
background:
|
1780
|
+
.pagination-demo-1 li {
|
1781
|
+
background: #eeeeee;
|
1782
|
+
border: 1px solid #cccccc;
|
1783
|
+
-webkit-border-radius: 5px;
|
1784
|
+
-moz-border-radius: 5px;
|
1785
|
+
-ms-border-radius: 5px;
|
1786
|
+
-o-border-radius: 5px;
|
1787
|
+
border-radius: 5px;
|
1788
|
+
list-style: none;
|
1970
1789
|
}
|
1971
|
-
.
|
1972
|
-
|
1790
|
+
.pagination-demo-1 li a {
|
1791
|
+
color: #319fda;
|
1973
1792
|
}
|
1974
|
-
.
|
1975
|
-
|
1976
|
-
|
1977
|
-
cursor: pointer;
|
1793
|
+
.pagination-demo-1 li a:hover {
|
1794
|
+
color: white;
|
1795
|
+
text-decoration: none;
|
1978
1796
|
}
|
1979
|
-
.
|
1980
|
-
background:
|
1797
|
+
.pagination-demo-1 li:hover {
|
1798
|
+
background: #013d93;
|
1981
1799
|
}
|
1982
|
-
.
|
1983
|
-
background: none
|
1800
|
+
.pagination-demo-1 .active, .pagination-demo-1 .prev, .pagination-demo-1 .next, .pagination-demo-1 .dots {
|
1801
|
+
background: none;
|
1802
|
+
border: none;
|
1984
1803
|
}
|
1985
|
-
.
|
1986
|
-
|
1804
|
+
.pagination-demo-1 .active a:hover, .pagination-demo-1 .prev a:hover, .pagination-demo-1 .next a:hover, .pagination-demo-1 .dots a:hover {
|
1805
|
+
color: #319fda;
|
1987
1806
|
}
|
1988
|
-
|
1989
|
-
|
1990
|
-
padding: 0px 5px;
|
1991
|
-
display: inline-block;
|
1992
|
-
height: 14px;
|
1993
|
-
line-height: 16px;
|
1994
|
-
position: relative;
|
1995
|
-
background: #888888;
|
1996
|
-
color: white;
|
1997
|
-
font-family: sans-serif;
|
1998
|
-
font-style: normal;
|
1999
|
-
font-size: 9px;
|
1807
|
+
.pagination-demo-1 .active:hover, .pagination-demo-1 .prev:hover, .pagination-demo-1 .next:hover, .pagination-demo-1 .dots:hover {
|
1808
|
+
background: none;
|
2000
1809
|
}
|
2001
|
-
.
|
2002
|
-
|
2003
|
-
position: absolute;
|
2004
|
-
top: 0;
|
2005
|
-
right: -7px;
|
2006
|
-
width: 0;
|
2007
|
-
height: 0;
|
1810
|
+
.pagination-demo-1 .prev:hover, .pagination-demo-1 .next:hover {
|
1811
|
+
text-decoration: underline;
|
2008
1812
|
}
|
2009
|
-
.
|
2010
|
-
|
1813
|
+
.pagination-demo-1 .active a, .pagination-demo-1 .dots a {
|
1814
|
+
color: #888888;
|
1815
|
+
cursor: default;
|
1816
|
+
text-decoration: none;
|
2011
1817
|
}
|
2012
|
-
.
|
2013
|
-
|
2014
|
-
|
2015
|
-
border-left: 7px solid #888888;
|
1818
|
+
.pagination-demo-1 .active a:hover, .pagination-demo-1 .dots a:hover {
|
1819
|
+
color: #888888;
|
1820
|
+
text-decoration: none;
|
2016
1821
|
}
|
2017
1822
|
|
2018
|
-
.
|
2019
|
-
|
2020
|
-
|
2021
|
-
height:
|
2022
|
-
|
2023
|
-
|
2024
|
-
|
2025
|
-
color:
|
2026
|
-
font-
|
2027
|
-
|
2028
|
-
|
2029
|
-
|
2030
|
-
|
2031
|
-
|
2032
|
-
|
2033
|
-
|
2034
|
-
|
2035
|
-
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
|
2040
|
-
|
2041
|
-
|
2042
|
-
|
2043
|
-
|
2044
|
-
|
1823
|
+
.text-input-demo-1 {
|
1824
|
+
width: 200px;
|
1825
|
+
height: 20px;
|
1826
|
+
line-height: 20px;
|
1827
|
+
padding: 1px;
|
1828
|
+
border: 1px solid #dddddd;
|
1829
|
+
border-top: 1px solid #919191;
|
1830
|
+
color: #333333;
|
1831
|
+
font-size: 11px;
|
1832
|
+
-webkit-box-sizing: border-box;
|
1833
|
+
-moz-box-sizing: border-box;
|
1834
|
+
box-sizing: border-box;
|
1835
|
+
-webkit-border-radius: 3px 3px 3px 3px;
|
1836
|
+
-moz-border-radius: 3px 3px 3px 3px;
|
1837
|
+
-ms-border-radius: 3px 3px 3px 3px;
|
1838
|
+
-o-border-radius: 3px 3px 3px 3px;
|
1839
|
+
border-radius: 3px 3px 3px 3px;
|
1840
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1841
|
+
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1842
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1843
|
+
}
|
1844
|
+
.text-input-demo-1:focus {
|
1845
|
+
outline: 0;
|
1846
|
+
border: 1px solid #319fda;
|
1847
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1848
|
+
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1849
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
2045
1850
|
}
|
2046
1851
|
|
2047
|
-
.
|
1852
|
+
.select-demo-1 {
|
1853
|
+
width: 200px;
|
1854
|
+
height: 20px;
|
1855
|
+
line-height: 20px;
|
1856
|
+
padding: 1px;
|
1857
|
+
border: 1px solid #dddddd;
|
1858
|
+
border-top: 1px solid #919191;
|
1859
|
+
color: #333333;
|
1860
|
+
font-size: 11px;
|
1861
|
+
-webkit-box-sizing: border-box;
|
1862
|
+
-moz-box-sizing: border-box;
|
1863
|
+
box-sizing: border-box;
|
1864
|
+
-webkit-border-radius: 3px 3px 3px 3px;
|
1865
|
+
-moz-border-radius: 3px 3px 3px 3px;
|
1866
|
+
-ms-border-radius: 3px 3px 3px 3px;
|
1867
|
+
-o-border-radius: 3px 3px 3px 3px;
|
1868
|
+
border-radius: 3px 3px 3px 3px;
|
1869
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1870
|
+
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1871
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
|
1872
|
+
}
|
1873
|
+
.select-demo-1:focus {
|
1874
|
+
outline: 0;
|
1875
|
+
border: 1px solid #319fda;
|
1876
|
+
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1877
|
+
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1878
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
|
1879
|
+
}
|
1880
|
+
|
1881
|
+
.arrow-demo-1, .arrow-demo-2, .arrow-demo-3, .arrow-demo-4 {
|
1882
|
+
margin: 0 10px 0 0;
|
1883
|
+
}
|
1884
|
+
|
1885
|
+
.arrow-demo-1 {
|
2048
1886
|
padding: 0px 5px;
|
2049
1887
|
display: inline-block;
|
2050
1888
|
height: 14px;
|
2051
1889
|
line-height: 16px;
|
2052
1890
|
position: relative;
|
2053
|
-
background: #
|
1891
|
+
background: #888888;
|
2054
1892
|
color: white;
|
2055
1893
|
font-family: sans-serif;
|
2056
1894
|
font-style: normal;
|
2057
1895
|
font-size: 9px;
|
2058
1896
|
}
|
2059
|
-
.arrow-demo-
|
1897
|
+
.arrow-demo-1:after, .ie7 .arrow-demo-1 .after {
|
2060
1898
|
content: "";
|
2061
1899
|
position: absolute;
|
2062
1900
|
top: 0;
|
@@ -2064,28 +1902,28 @@
|
|
2064
1902
|
width: 0;
|
2065
1903
|
height: 0;
|
2066
1904
|
}
|
2067
|
-
.ie7 .arrow-demo-
|
1905
|
+
.ie7 .arrow-demo-1 {
|
2068
1906
|
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2069
1907
|
}
|
2070
|
-
.arrow-demo-
|
1908
|
+
.arrow-demo-1:after, .ie7 .arrow-demo-1 .after {
|
2071
1909
|
border-top: 7px solid transparent;
|
2072
1910
|
border-bottom: 7px solid transparent;
|
2073
|
-
border-left: 7px solid #
|
1911
|
+
border-left: 7px solid #888888;
|
2074
1912
|
}
|
2075
1913
|
|
2076
|
-
.arrow-demo-
|
1914
|
+
.arrow-demo-2 {
|
2077
1915
|
padding: 0px 5px;
|
2078
1916
|
display: inline-block;
|
2079
1917
|
height: 14px;
|
2080
1918
|
line-height: 16px;
|
2081
1919
|
position: relative;
|
2082
|
-
background: #
|
1920
|
+
background: #b94a48;
|
2083
1921
|
color: white;
|
2084
1922
|
font-family: sans-serif;
|
2085
1923
|
font-style: normal;
|
2086
1924
|
font-size: 9px;
|
2087
1925
|
}
|
2088
|
-
.arrow-demo-
|
1926
|
+
.arrow-demo-2:after, .ie7 .arrow-demo-2 .after {
|
2089
1927
|
content: "";
|
2090
1928
|
position: absolute;
|
2091
1929
|
top: 0;
|
@@ -2093,805 +1931,433 @@
|
|
2093
1931
|
width: 0;
|
2094
1932
|
height: 0;
|
2095
1933
|
}
|
2096
|
-
.ie7 .arrow-demo-
|
1934
|
+
.ie7 .arrow-demo-2 {
|
2097
1935
|
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2098
1936
|
}
|
2099
|
-
.arrow-demo-
|
1937
|
+
.arrow-demo-2:after, .ie7 .arrow-demo-2 .after {
|
2100
1938
|
border-top: 7px solid transparent;
|
2101
1939
|
border-bottom: 7px solid transparent;
|
2102
|
-
border-left: 7px solid #
|
2103
|
-
}
|
2104
|
-
|
2105
|
-
.pagination-demo-1 {
|
2106
|
-
text-align: center;
|
2107
|
-
}
|
2108
|
-
.pagination-demo-1 ul {
|
2109
|
-
display: inline-block;
|
2110
|
-
}
|
2111
|
-
.pagination-demo-1 ul li {
|
2112
|
-
display: inline-block;
|
2113
|
-
height: 27px;
|
2114
|
-
text-align: center;
|
2115
|
-
float: left;
|
2116
|
-
margin-left: 2px;
|
2117
|
-
margin-right: 2px;
|
2118
|
-
}
|
2119
|
-
.pagination-demo-1 ul li a {
|
2120
|
-
display: block;
|
2121
|
-
line-height: 27px;
|
2122
|
-
min-width: 27px;
|
2123
|
-
}
|
2124
|
-
.pagination-demo-1 ul .prev {
|
2125
|
-
margin: 0 10px 0 0;
|
2126
|
-
}
|
2127
|
-
.pagination-demo-1 ul .next {
|
2128
|
-
margin: 0 0 0 10px;
|
2129
|
-
}
|
2130
|
-
.pagination-demo-1 ul .disabled {
|
2131
|
-
display: none;
|
2132
|
-
}
|
2133
|
-
.pagination-demo-1 li {
|
2134
|
-
background: #eeeeee;
|
2135
|
-
border: 1px solid #cccccc;
|
2136
|
-
-webkit-border-radius: 5px;
|
2137
|
-
-moz-border-radius: 5px;
|
2138
|
-
-ms-border-radius: 5px;
|
2139
|
-
-o-border-radius: 5px;
|
2140
|
-
border-radius: 5px;
|
2141
|
-
list-style: none;
|
2142
|
-
}
|
2143
|
-
.pagination-demo-1 li a {
|
2144
|
-
color: #319fda;
|
2145
|
-
}
|
2146
|
-
.pagination-demo-1 li a:hover {
|
2147
|
-
color: white;
|
2148
|
-
text-decoration: none;
|
2149
|
-
}
|
2150
|
-
.pagination-demo-1 li:hover {
|
2151
|
-
background: #013d93;
|
2152
|
-
}
|
2153
|
-
.pagination-demo-1 .active, .pagination-demo-1 .prev, .pagination-demo-1 .next, .pagination-demo-1 .dots {
|
2154
|
-
background: none;
|
2155
|
-
border: none;
|
2156
|
-
}
|
2157
|
-
.pagination-demo-1 .active a:hover, .pagination-demo-1 .prev a:hover, .pagination-demo-1 .next a:hover, .pagination-demo-1 .dots a:hover {
|
2158
|
-
color: #319fda;
|
2159
|
-
}
|
2160
|
-
.pagination-demo-1 .active:hover, .pagination-demo-1 .prev:hover, .pagination-demo-1 .next:hover, .pagination-demo-1 .dots:hover {
|
2161
|
-
background: none;
|
2162
|
-
}
|
2163
|
-
.pagination-demo-1 .prev:hover, .pagination-demo-1 .next:hover {
|
2164
|
-
text-decoration: underline;
|
2165
|
-
}
|
2166
|
-
.pagination-demo-1 .active a, .pagination-demo-1 .dots a {
|
2167
|
-
color: #888888;
|
2168
|
-
cursor: default;
|
2169
|
-
text-decoration: none;
|
2170
|
-
}
|
2171
|
-
.pagination-demo-1 .active a:hover, .pagination-demo-1 .dots a:hover {
|
2172
|
-
color: #888888;
|
2173
|
-
text-decoration: none;
|
1940
|
+
border-left: 7px solid #b94a48;
|
2174
1941
|
}
|
2175
1942
|
|
2176
|
-
.
|
2177
|
-
|
2178
|
-
}
|
2179
|
-
.pagination-demo-2 ul {
|
2180
|
-
display: inline-block;
|
2181
|
-
}
|
2182
|
-
.pagination-demo-2 ul li {
|
1943
|
+
.arrow-demo-3 {
|
1944
|
+
padding: 0px 5px;
|
2183
1945
|
display: inline-block;
|
2184
|
-
height:
|
2185
|
-
|
2186
|
-
float: left;
|
2187
|
-
margin-left: 2px;
|
2188
|
-
margin-right: 2px;
|
2189
|
-
}
|
2190
|
-
.pagination-demo-2 ul li a {
|
2191
|
-
display: block;
|
2192
|
-
line-height: 27px;
|
2193
|
-
min-width: 27px;
|
2194
|
-
}
|
2195
|
-
.pagination-demo-2 ul .prev {
|
2196
|
-
margin: 0 10px 0 0;
|
2197
|
-
}
|
2198
|
-
.pagination-demo-2 ul .next {
|
2199
|
-
margin: 0 0 0 10px;
|
2200
|
-
}
|
2201
|
-
.pagination-demo-2 ul .disabled {
|
2202
|
-
display: none;
|
2203
|
-
}
|
2204
|
-
.pagination-demo-2 li {
|
2205
|
-
background: white;
|
2206
|
-
border: 1px solid red;
|
2207
|
-
-webkit-border-radius: 10px;
|
2208
|
-
-moz-border-radius: 10px;
|
2209
|
-
-ms-border-radius: 10px;
|
2210
|
-
-o-border-radius: 10px;
|
2211
|
-
border-radius: 10px;
|
2212
|
-
list-style: none;
|
2213
|
-
}
|
2214
|
-
.pagination-demo-2 li a {
|
2215
|
-
color: black;
|
2216
|
-
}
|
2217
|
-
.pagination-demo-2 li a:hover {
|
2218
|
-
color: yellow;
|
2219
|
-
text-decoration: none;
|
2220
|
-
}
|
2221
|
-
.pagination-demo-2 li:hover {
|
2222
|
-
background: green;
|
2223
|
-
}
|
2224
|
-
.pagination-demo-2 .active, .pagination-demo-2 .prev, .pagination-demo-2 .next, .pagination-demo-2 .dots {
|
2225
|
-
background: none;
|
2226
|
-
border: none;
|
2227
|
-
}
|
2228
|
-
.pagination-demo-2 .active a:hover, .pagination-demo-2 .prev a:hover, .pagination-demo-2 .next a:hover, .pagination-demo-2 .dots a:hover {
|
2229
|
-
color: black;
|
2230
|
-
}
|
2231
|
-
.pagination-demo-2 .active:hover, .pagination-demo-2 .prev:hover, .pagination-demo-2 .next:hover, .pagination-demo-2 .dots:hover {
|
2232
|
-
background: none;
|
2233
|
-
}
|
2234
|
-
.pagination-demo-2 .prev:hover, .pagination-demo-2 .next:hover {
|
2235
|
-
text-decoration: underline;
|
2236
|
-
}
|
2237
|
-
.pagination-demo-2 .active a, .pagination-demo-2 .dots a {
|
2238
|
-
color: blue;
|
2239
|
-
cursor: default;
|
2240
|
-
text-decoration: none;
|
2241
|
-
}
|
2242
|
-
.pagination-demo-2 .active a:hover, .pagination-demo-2 .dots a:hover {
|
2243
|
-
color: blue;
|
2244
|
-
text-decoration: none;
|
2245
|
-
}
|
2246
|
-
|
2247
|
-
.bubble-demo-1 {
|
2248
|
-
padding: 10px;
|
2249
|
-
display: block;
|
2250
|
-
width: auto;
|
1946
|
+
height: 14px;
|
1947
|
+
line-height: 16px;
|
2251
1948
|
position: relative;
|
2252
|
-
background: #
|
2253
|
-
|
2254
|
-
-
|
2255
|
-
-
|
2256
|
-
-
|
2257
|
-
border-radius: 5px;
|
1949
|
+
background: #f89406;
|
1950
|
+
color: white;
|
1951
|
+
font-family: sans-serif;
|
1952
|
+
font-style: normal;
|
1953
|
+
font-size: 9px;
|
2258
1954
|
}
|
2259
|
-
.
|
1955
|
+
.arrow-demo-3:after, .ie7 .arrow-demo-3 .after {
|
2260
1956
|
content: "";
|
2261
1957
|
position: absolute;
|
2262
|
-
|
2263
|
-
right:
|
1958
|
+
top: 0;
|
1959
|
+
right: -7px;
|
2264
1960
|
width: 0;
|
2265
1961
|
height: 0;
|
2266
1962
|
}
|
2267
|
-
.ie7 .
|
1963
|
+
.ie7 .arrow-demo-3 {
|
2268
1964
|
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2269
1965
|
}
|
2270
|
-
.
|
2271
|
-
|
2272
|
-
|
2273
|
-
|
2274
|
-
border-left: 10px solid transparent;
|
2275
|
-
border-right: 10px solid transparent;
|
2276
|
-
border-top: 15px solid #eeeeee;
|
1966
|
+
.arrow-demo-3:after, .ie7 .arrow-demo-3 .after {
|
1967
|
+
border-top: 7px solid transparent;
|
1968
|
+
border-bottom: 7px solid transparent;
|
1969
|
+
border-left: 7px solid #f89406;
|
2277
1970
|
}
|
2278
1971
|
|
2279
|
-
.
|
2280
|
-
padding:
|
2281
|
-
display: block;
|
2282
|
-
|
1972
|
+
.arrow-demo-4 {
|
1973
|
+
padding: 0px 5px;
|
1974
|
+
display: inline-block;
|
1975
|
+
height: 14px;
|
1976
|
+
line-height: 16px;
|
2283
1977
|
position: relative;
|
2284
|
-
background: #
|
2285
|
-
|
2286
|
-
-
|
2287
|
-
-
|
2288
|
-
-
|
2289
|
-
border-radius: 5px;
|
1978
|
+
background: #468847;
|
1979
|
+
color: white;
|
1980
|
+
font-family: sans-serif;
|
1981
|
+
font-style: normal;
|
1982
|
+
font-size: 9px;
|
2290
1983
|
}
|
2291
|
-
.
|
1984
|
+
.arrow-demo-4:after, .ie7 .arrow-demo-4 .after {
|
2292
1985
|
content: "";
|
2293
1986
|
position: absolute;
|
2294
|
-
|
2295
|
-
right:
|
1987
|
+
top: 0;
|
1988
|
+
right: -7px;
|
2296
1989
|
width: 0;
|
2297
1990
|
height: 0;
|
2298
1991
|
}
|
2299
|
-
.ie7 .
|
1992
|
+
.ie7 .arrow-demo-4 {
|
2300
1993
|
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2301
1994
|
}
|
2302
|
-
.
|
2303
|
-
|
2304
|
-
|
2305
|
-
|
2306
|
-
-ms-text-overflow: ellipsis;
|
2307
|
-
-o-text-overflow: ellipsis;
|
2308
|
-
text-overflow: ellipsis;
|
2309
|
-
}
|
2310
|
-
.bubble-demo-2 h4 {
|
2311
|
-
white-space: nowrap;
|
2312
|
-
overflow: hidden;
|
2313
|
-
-ms-text-overflow: ellipsis;
|
2314
|
-
-o-text-overflow: ellipsis;
|
2315
|
-
text-overflow: ellipsis;
|
2316
|
-
}
|
2317
|
-
.bubble-demo-2:after, .ie7 .bubble-demo-2 .after {
|
2318
|
-
border-left: 10px solid transparent;
|
2319
|
-
border-right: 10px solid transparent;
|
2320
|
-
border-top: 15px solid #e6e6e6;
|
2321
|
-
}
|
2322
|
-
|
2323
|
-
.bubble-demo-1, .bubble-demo-2 {
|
2324
|
-
margin: 20px 0;
|
1995
|
+
.arrow-demo-4:after, .ie7 .arrow-demo-4 .after {
|
1996
|
+
border-top: 7px solid transparent;
|
1997
|
+
border-bottom: 7px solid transparent;
|
1998
|
+
border-left: 7px solid #468847;
|
2325
1999
|
}
|
2326
2000
|
|
2327
|
-
.
|
2328
|
-
|
2329
|
-
|
2330
|
-
|
2331
|
-
|
2332
|
-
|
2333
|
-
|
2334
|
-
top: 0px;
|
2335
|
-
left: 0px;
|
2336
|
-
width: 100%;
|
2337
|
-
height: 100%;
|
2001
|
+
.mini-tooltip-demo-1 {
|
2002
|
+
color: white;
|
2003
|
+
font-size: 11px;
|
2004
|
+
float: left;
|
2005
|
+
position: relative;
|
2006
|
+
padding: 0px 10px;
|
2007
|
+
margin-left: 10px;
|
2338
2008
|
z-index: 0;
|
2339
|
-
}
|
2340
|
-
.popup-demo-1 .popup-header h4, .popup-demo-2 .popup-header h4, .popup-demo-3 .popup-header h4, .popup-demo-4 .popup-header h4 {
|
2341
2009
|
line-height: 20px;
|
2342
|
-
padding: 10px;
|
2343
|
-
}
|
2344
|
-
.popup-demo-1 .popup-container, .popup-demo-2 .popup-container, .popup-demo-3 .popup-container, .popup-demo-4 .popup-container {
|
2345
|
-
z-index: 1;
|
2346
|
-
position: relative;
|
2347
|
-
}
|
2348
|
-
.popup-demo-1 .popup-arrow, .popup-demo-2 .popup-arrow, .popup-demo-3 .popup-arrow, .popup-demo-4 .popup-arrow {
|
2349
|
-
position: absolute;
|
2350
|
-
height: 0px;
|
2351
|
-
width: 0px;
|
2352
|
-
}
|
2353
|
-
.popup-demo-1 .popup-arrow-bottom, .popup-demo-2 .popup-arrow-bottom, .popup-demo-3 .popup-arrow-bottom, .popup-demo-4 .popup-arrow-bottom {
|
2354
|
-
bottom: -10px;
|
2355
|
-
left: 10px;
|
2356
|
-
}
|
2357
|
-
.popup-demo-1 .popup-arrow-top, .popup-demo-2 .popup-arrow-top, .popup-demo-3 .popup-arrow-top, .popup-demo-4 .popup-arrow-top {
|
2358
|
-
top: -10px;
|
2359
|
-
left: 10px;
|
2360
|
-
}
|
2361
|
-
.popup-demo-1 .popup-arrow-left, .popup-demo-2 .popup-arrow-left, .popup-demo-3 .popup-arrow-left, .popup-demo-4 .popup-arrow-left {
|
2362
|
-
left: -10px;
|
2363
|
-
top: 10px;
|
2364
|
-
}
|
2365
|
-
.popup-demo-1 .popup-arrow-right, .popup-demo-2 .popup-arrow-right, .popup-demo-3 .popup-arrow-right, .popup-demo-4 .popup-arrow-right {
|
2366
|
-
right: -10px;
|
2367
|
-
top: 10px;
|
2368
|
-
}
|
2369
|
-
.popup-demo-1 .popup-close, .popup-demo-2 .popup-close, .popup-demo-3 .popup-close, .popup-demo-4 .popup-close {
|
2370
|
-
position: absolute;
|
2371
|
-
z-index: 10;
|
2372
|
-
text-align: center;
|
2373
|
-
line-height: 17px;
|
2374
|
-
height: 20px;
|
2375
|
-
width: 20px;
|
2376
|
-
top: -13px;
|
2377
|
-
right: -13px;
|
2378
|
-
}
|
2379
|
-
.ie7 .popup-demo-1 .popup-close, .ie8 .popup-demo-1 .popup-close, .ie7 .popup-demo-2 .popup-close, .ie8 .popup-demo-2 .popup-close, .ie7 .popup-demo-3 .popup-close, .ie8 .popup-demo-3 .popup-close, .ie7 .popup-demo-4 .popup-close, .ie8 .popup-demo-4 .popup-close {
|
2380
|
-
line-height: 23px;
|
2381
|
-
height: 26px;
|
2382
|
-
width: 26px;
|
2383
|
-
top: -13px;
|
2384
|
-
right: -13px;
|
2385
|
-
}
|
2386
|
-
.ie7 .popup-demo-1, .ie7 .popup-demo-2, .ie7 .popup-demo-3, .ie7 .popup-demo-4 {
|
2387
|
-
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2388
|
-
}
|
2389
|
-
.popup-demo-1:after, .ie7 .popup-demo-1 .after, .popup-demo-2:after, .ie7 .popup-demo-2 .after, .popup-demo-3:after, .ie7 .popup-demo-3 .after, .popup-demo-4:after, .ie7 .popup-demo-4 .after {
|
2390
|
-
background: rgba(0, 0, 0, 0.7);
|
2391
|
-
-webkit-border-radius: 3px;
|
2392
|
-
-moz-border-radius: 3px;
|
2393
|
-
-ms-border-radius: 3px;
|
2394
|
-
-o-border-radius: 3px;
|
2395
|
-
border-radius: 3px;
|
2396
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
2397
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
2398
|
-
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
2399
|
-
}
|
2400
|
-
.popup-demo-1 .popup-header, .popup-demo-2 .popup-header, .popup-demo-3 .popup-header, .popup-demo-4 .popup-header {
|
2401
|
-
background: none repeat scroll 0 0 #f7f7f7;
|
2402
|
-
display: block;
|
2403
|
-
}
|
2404
|
-
.popup-demo-1 .popup-header h4, .popup-demo-2 .popup-header h4, .popup-demo-3 .popup-header h4, .popup-demo-4 .popup-header h4 {
|
2405
|
-
margin: 0;
|
2406
|
-
color: #003770;
|
2407
|
-
font-family: sans-serif;
|
2408
|
-
font-size: 16px;
|
2409
|
-
font-weight: normal;
|
2410
|
-
}
|
2411
|
-
.popup-demo-1 .popup-content, .popup-demo-2 .popup-content, .popup-demo-3 .popup-content, .popup-demo-4 .popup-content {
|
2412
|
-
background: white;
|
2413
|
-
border: 1px solid transparent;
|
2414
|
-
}
|
2415
|
-
.popup-demo-1 .popup-arrow-bottom, .popup-demo-2 .popup-arrow-bottom, .popup-demo-3 .popup-arrow-bottom, .popup-demo-4 .popup-arrow-bottom {
|
2416
|
-
border-left: 10px solid transparent;
|
2417
|
-
border-right: 10px solid transparent;
|
2418
|
-
border-top: 10px solid rgba(0, 0, 0, 0.7);
|
2419
|
-
}
|
2420
|
-
.popup-demo-1 .popup-arrow-top, .popup-demo-2 .popup-arrow-top, .popup-demo-3 .popup-arrow-top, .popup-demo-4 .popup-arrow-top {
|
2421
|
-
border-left: 10px solid transparent;
|
2422
|
-
border-right: 10px solid transparent;
|
2423
|
-
border-bottom: 10px solid rgba(0, 0, 0, 0.7);
|
2424
|
-
}
|
2425
|
-
.popup-demo-1 .popup-arrow-left, .popup-demo-2 .popup-arrow-left, .popup-demo-3 .popup-arrow-left, .popup-demo-4 .popup-arrow-left {
|
2426
|
-
border-top: 10px solid transparent;
|
2427
|
-
border-bottom: 10px solid transparent;
|
2428
|
-
border-right: 10px solid rgba(0, 0, 0, 0.7);
|
2429
2010
|
}
|
2430
|
-
.
|
2431
|
-
|
2432
|
-
border-
|
2433
|
-
border-
|
2434
|
-
|
2435
|
-
.popup-demo-1 .popup-close, .popup-demo-2 .popup-close, .popup-demo-3 .popup-close, .popup-demo-4 .popup-close {
|
2436
|
-
cursor: pointer;
|
2437
|
-
border: 3px solid white;
|
2438
|
-
color: white;
|
2439
|
-
font-weight: bold;
|
2440
|
-
font-family: sans-serif;
|
2441
|
-
font-size: 16px;
|
2442
|
-
background: #319fda;
|
2443
|
-
-webkit-border-radius: 20px;
|
2444
|
-
-moz-border-radius: 20px;
|
2445
|
-
-ms-border-radius: 20px;
|
2446
|
-
-o-border-radius: 20px;
|
2447
|
-
border-radius: 20px;
|
2448
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
2449
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
2450
|
-
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
|
2011
|
+
.mini-tooltip-demo-1:after, .ie7 .mini-tooltip-demo-1 .after {
|
2012
|
+
opacity: 0.5;
|
2013
|
+
border-top: 7px solid transparent;
|
2014
|
+
border-bottom: 7px solid transparent;
|
2015
|
+
border-right: 7px solid black;
|
2451
2016
|
}
|
2452
|
-
.
|
2017
|
+
.mini-tooltip-demo-1:before, .ie7 .mini-tooltip-demo-1 .before {
|
2453
2018
|
background: black;
|
2454
|
-
|
2455
|
-
}
|
2456
|
-
.ie7 .popup-demo-1 .popup-arrow, .ie8 .popup-demo-1 .popup-arrow, .ie7 .popup-demo-2 .popup-arrow, .ie8 .popup-demo-2 .popup-arrow, .ie7 .popup-demo-3 .popup-arrow, .ie8 .popup-demo-3 .popup-arrow, .ie7 .popup-demo-4 .popup-arrow, .ie8 .popup-demo-4 .popup-arrow {
|
2457
|
-
filter: alpha(opacity=70);
|
2458
|
-
}
|
2459
|
-
.ie7 .popup-demo-1 .popup-arrow-bottom, .ie8 .popup-demo-1 .popup-arrow-bottom, .ie7 .popup-demo-2 .popup-arrow-bottom, .ie8 .popup-demo-2 .popup-arrow-bottom, .ie7 .popup-demo-3 .popup-arrow-bottom, .ie8 .popup-demo-3 .popup-arrow-bottom, .ie7 .popup-demo-4 .popup-arrow-bottom, .ie8 .popup-demo-4 .popup-arrow-bottom {
|
2460
|
-
border-top: 10px solid black;
|
2461
|
-
}
|
2462
|
-
.ie7 .popup-demo-1 .popup-arrow-top, .ie8 .popup-demo-1 .popup-arrow-top, .ie7 .popup-demo-2 .popup-arrow-top, .ie8 .popup-demo-2 .popup-arrow-top, .ie7 .popup-demo-3 .popup-arrow-top, .ie8 .popup-demo-3 .popup-arrow-top, .ie7 .popup-demo-4 .popup-arrow-top, .ie8 .popup-demo-4 .popup-arrow-top {
|
2463
|
-
border-bottom: 10px solid black;
|
2464
|
-
}
|
2465
|
-
.ie7 .popup-demo-1 .popup-arrow-left, .ie8 .popup-demo-1 .popup-arrow-left, .ie7 .popup-demo-2 .popup-arrow-left, .ie8 .popup-demo-2 .popup-arrow-left, .ie7 .popup-demo-3 .popup-arrow-left, .ie8 .popup-demo-3 .popup-arrow-left, .ie7 .popup-demo-4 .popup-arrow-left, .ie8 .popup-demo-4 .popup-arrow-left {
|
2466
|
-
border-right: 10px solid black;
|
2019
|
+
opacity: 0.5;
|
2467
2020
|
}
|
2468
|
-
.ie7 .
|
2469
|
-
|
2470
|
-
|
2471
|
-
.ie7 .popup-demo-1 .popup-close, .ie8 .popup-demo-1 .popup-close, .ie7 .popup-demo-2 .popup-close, .ie8 .popup-demo-2 .popup-close, .ie7 .popup-demo-3 .popup-close, .ie8 .popup-demo-3 .popup-close, .ie7 .popup-demo-4 .popup-close, .ie8 .popup-demo-4 .popup-close {
|
2472
|
-
border-width: 0px;
|
2473
|
-
background-color: transparent;
|
2474
|
-
background-image: url('../img/picasso-popup.png');
|
2475
|
-
background-position: 0px -1px;
|
2476
|
-
}
|
2477
|
-
|
2478
|
-
.popup-demo-5 {
|
2479
|
-
padding: 10px;
|
2480
|
-
position: absolute;
|
2021
|
+
.ie7 .mini-tooltip-demo-1:before, .ie7 .mini-tooltip-demo-1 .before, .ie8 .mini-tooltip-demo-1:before, .ie8 .mini-tooltip-demo-1 .before {
|
2022
|
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
|
2023
|
+
opacity: 0.5;
|
2481
2024
|
}
|
2482
|
-
.
|
2025
|
+
.mini-tooltip-demo-1:after, .ie7 .mini-tooltip-demo-1 .after {
|
2483
2026
|
content: "";
|
2484
2027
|
position: absolute;
|
2485
|
-
|
2486
|
-
|
2487
|
-
|
2488
|
-
|
2489
|
-
z-index: 0;
|
2490
|
-
}
|
2491
|
-
.popup-demo-5 .popup-header h4 {
|
2492
|
-
line-height: 20px;
|
2493
|
-
padding: 10px;
|
2494
|
-
}
|
2495
|
-
.popup-demo-5 .popup-container {
|
2496
|
-
z-index: 1;
|
2497
|
-
position: relative;
|
2498
|
-
}
|
2499
|
-
.popup-demo-5 .popup-arrow {
|
2500
|
-
position: absolute;
|
2501
|
-
height: 0px;
|
2502
|
-
width: 0px;
|
2503
|
-
}
|
2504
|
-
.popup-demo-5 .popup-arrow-bottom {
|
2505
|
-
bottom: -10px;
|
2506
|
-
left: 10px;
|
2507
|
-
}
|
2508
|
-
.popup-demo-5 .popup-arrow-top {
|
2509
|
-
top: -10px;
|
2510
|
-
left: 10px;
|
2511
|
-
}
|
2512
|
-
.popup-demo-5 .popup-arrow-left {
|
2513
|
-
left: -10px;
|
2514
|
-
top: 10px;
|
2515
|
-
}
|
2516
|
-
.popup-demo-5 .popup-arrow-right {
|
2517
|
-
right: -10px;
|
2518
|
-
top: 10px;
|
2519
|
-
}
|
2520
|
-
.popup-demo-5 .popup-close {
|
2521
|
-
position: absolute;
|
2522
|
-
z-index: 10;
|
2523
|
-
text-align: center;
|
2524
|
-
line-height: 17px;
|
2525
|
-
height: 20px;
|
2526
|
-
width: 20px;
|
2527
|
-
top: -13px;
|
2528
|
-
right: -13px;
|
2529
|
-
}
|
2530
|
-
.ie7 .popup-demo-5 .popup-close, .ie8 .popup-demo-5 .popup-close {
|
2531
|
-
line-height: 23px;
|
2532
|
-
height: 26px;
|
2533
|
-
width: 26px;
|
2534
|
-
top: -13px;
|
2535
|
-
right: -13px;
|
2536
|
-
}
|
2537
|
-
.ie7 .popup-demo-5 {
|
2538
|
-
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2539
|
-
}
|
2540
|
-
.popup-demo-5:after, .ie7 .popup-demo-5 .after {
|
2541
|
-
background: rgba(1, 61, 147, 0.7);
|
2542
|
-
-webkit-border-radius: 10px;
|
2543
|
-
-moz-border-radius: 10px;
|
2544
|
-
-ms-border-radius: 10px;
|
2545
|
-
-o-border-radius: 10px;
|
2546
|
-
border-radius: 10px;
|
2547
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
2548
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
2549
|
-
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
2550
|
-
}
|
2551
|
-
.popup-demo-5 .popup-header {
|
2552
|
-
background: rgba(1, 61, 147, 0.7);
|
2553
|
-
display: block;
|
2554
|
-
}
|
2555
|
-
.popup-demo-5 .popup-header h4 {
|
2556
|
-
margin: 0;
|
2557
|
-
color: white;
|
2558
|
-
font-family: sans-serif;
|
2559
|
-
font-size: 16px;
|
2560
|
-
font-weight: normal;
|
2561
|
-
}
|
2562
|
-
.popup-demo-5 .popup-content {
|
2563
|
-
background: black;
|
2564
|
-
border: 1px solid transparent;
|
2565
|
-
}
|
2566
|
-
.popup-demo-5 .popup-arrow-bottom {
|
2567
|
-
border-left: 10px solid transparent;
|
2568
|
-
border-right: 10px solid transparent;
|
2569
|
-
border-top: 10px solid rgba(1, 61, 147, 0.7);
|
2028
|
+
width: 0;
|
2029
|
+
height: 0;
|
2030
|
+
left: -7px;
|
2031
|
+
top: 3px;
|
2570
2032
|
}
|
2571
|
-
.
|
2572
|
-
|
2573
|
-
|
2574
|
-
|
2033
|
+
.mini-tooltip-demo-1:before, .ie7 .mini-tooltip-demo-1 .before {
|
2034
|
+
content: "";
|
2035
|
+
position: absolute;
|
2036
|
+
width: 100%;
|
2037
|
+
height: 20px;
|
2038
|
+
top: 0px;
|
2039
|
+
left: 0px;
|
2040
|
+
z-index: -1;
|
2575
2041
|
}
|
2576
|
-
.
|
2577
|
-
|
2578
|
-
border-bottom: 10px solid transparent;
|
2579
|
-
border-right: 10px solid rgba(1, 61, 147, 0.7);
|
2042
|
+
.ie7 .mini-tooltip-demo-1 {
|
2043
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="before" );
|
2580
2044
|
}
|
2581
|
-
.
|
2582
|
-
|
2583
|
-
border-bottom: 10px solid transparent;
|
2584
|
-
border-left: 10px solid rgba(1, 61, 147, 0.7);
|
2045
|
+
.ie7 .mini-tooltip-demo-1 .before {
|
2046
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2585
2047
|
}
|
2586
|
-
|
2587
|
-
|
2588
|
-
border: 3px solid black;
|
2048
|
+
|
2049
|
+
.mini-tooltip-demo-2 {
|
2589
2050
|
color: black;
|
2590
|
-
font-
|
2591
|
-
|
2592
|
-
|
2051
|
+
font-size: 11px;
|
2052
|
+
float: left;
|
2053
|
+
position: relative;
|
2054
|
+
padding: 0px 10px;
|
2055
|
+
margin-left: 10px;
|
2056
|
+
z-index: 0;
|
2057
|
+
line-height: 30px;
|
2058
|
+
}
|
2059
|
+
.mini-tooltip-demo-2:after, .ie7 .mini-tooltip-demo-2 .after {
|
2060
|
+
opacity: 0.4;
|
2061
|
+
border-top: 7px solid transparent;
|
2062
|
+
border-bottom: 7px solid transparent;
|
2063
|
+
border-right: 7px solid red;
|
2064
|
+
}
|
2065
|
+
.mini-tooltip-demo-2:before, .ie7 .mini-tooltip-demo-2 .before {
|
2593
2066
|
background: red;
|
2594
|
-
|
2595
|
-
-moz-border-radius: 20px;
|
2596
|
-
-ms-border-radius: 20px;
|
2597
|
-
-o-border-radius: 20px;
|
2598
|
-
border-radius: 20px;
|
2599
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
2600
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
2601
|
-
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
|
2067
|
+
opacity: 0.4;
|
2602
2068
|
}
|
2603
|
-
.ie7 .
|
2604
|
-
|
2605
|
-
|
2069
|
+
.ie7 .mini-tooltip-demo-2:before, .ie7 .mini-tooltip-demo-2 .before, .ie8 .mini-tooltip-demo-2:before, .ie8 .mini-tooltip-demo-2 .before {
|
2070
|
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
|
2071
|
+
opacity: 0.4;
|
2606
2072
|
}
|
2607
|
-
.
|
2608
|
-
|
2073
|
+
.mini-tooltip-demo-2:after, .ie7 .mini-tooltip-demo-2 .after {
|
2074
|
+
content: "";
|
2075
|
+
position: absolute;
|
2076
|
+
width: 0;
|
2077
|
+
height: 0;
|
2078
|
+
left: -7px;
|
2079
|
+
top: 8px;
|
2609
2080
|
}
|
2610
|
-
.
|
2611
|
-
|
2081
|
+
.mini-tooltip-demo-2:before, .ie7 .mini-tooltip-demo-2 .before {
|
2082
|
+
content: "";
|
2083
|
+
position: absolute;
|
2084
|
+
width: 100%;
|
2085
|
+
height: 30px;
|
2086
|
+
top: 0px;
|
2087
|
+
left: 0px;
|
2088
|
+
z-index: -1;
|
2612
2089
|
}
|
2613
|
-
.ie7 .
|
2614
|
-
|
2090
|
+
.ie7 .mini-tooltip-demo-2 {
|
2091
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="before" );
|
2615
2092
|
}
|
2616
|
-
.ie7 .
|
2617
|
-
|
2093
|
+
.ie7 .mini-tooltip-demo-2 .before {
|
2094
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2618
2095
|
}
|
2619
|
-
|
2620
|
-
|
2096
|
+
|
2097
|
+
.mini-tooltip-demo-3 {
|
2098
|
+
color: white;
|
2099
|
+
font-size: 11px;
|
2100
|
+
float: left;
|
2101
|
+
position: relative;
|
2102
|
+
padding: 0px 10px;
|
2103
|
+
margin-left: 10px;
|
2104
|
+
z-index: 0;
|
2105
|
+
line-height: 20px;
|
2621
2106
|
}
|
2622
|
-
.
|
2623
|
-
|
2624
|
-
|
2625
|
-
|
2626
|
-
|
2107
|
+
.mini-tooltip-demo-3:after, .ie7 .mini-tooltip-demo-3 .after {
|
2108
|
+
opacity: 1;
|
2109
|
+
border-top: 7px solid transparent;
|
2110
|
+
border-bottom: 7px solid transparent;
|
2111
|
+
border-right: 7px solid #013d93;
|
2627
2112
|
}
|
2628
|
-
.
|
2629
|
-
|
2113
|
+
.mini-tooltip-demo-3:before, .ie7 .mini-tooltip-demo-3 .before {
|
2114
|
+
background: #013d93;
|
2115
|
+
opacity: 1;
|
2630
2116
|
}
|
2631
|
-
|
2632
|
-
.
|
2633
|
-
|
2117
|
+
.ie7 .mini-tooltip-demo-3:before, .ie7 .mini-tooltip-demo-3 .before, .ie8 .mini-tooltip-demo-3:before, .ie8 .mini-tooltip-demo-3 .before {
|
2118
|
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
2119
|
+
opacity: 1;
|
2120
|
+
}
|
2121
|
+
.mini-tooltip-demo-3:after, .ie7 .mini-tooltip-demo-3 .after {
|
2122
|
+
content: "";
|
2634
2123
|
position: absolute;
|
2124
|
+
width: 0;
|
2125
|
+
height: 0;
|
2126
|
+
left: -7px;
|
2127
|
+
top: 3px;
|
2635
2128
|
}
|
2636
|
-
.
|
2129
|
+
.mini-tooltip-demo-3:before, .ie7 .mini-tooltip-demo-3 .before {
|
2637
2130
|
content: "";
|
2638
2131
|
position: absolute;
|
2132
|
+
width: 100%;
|
2133
|
+
height: 20px;
|
2639
2134
|
top: 0px;
|
2640
2135
|
left: 0px;
|
2136
|
+
z-index: -1;
|
2137
|
+
}
|
2138
|
+
.ie7 .mini-tooltip-demo-3 {
|
2139
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="before" );
|
2140
|
+
}
|
2141
|
+
.ie7 .mini-tooltip-demo-3 .before {
|
2142
|
+
zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
|
2143
|
+
}
|
2144
|
+
|
2145
|
+
.container {
|
2146
|
+
width: 90%;
|
2147
|
+
max-width: 1200px;
|
2148
|
+
min-width: 950px;
|
2149
|
+
}
|
2150
|
+
|
2151
|
+
.row-col {
|
2641
2152
|
width: 100%;
|
2642
|
-
height: 100%;
|
2643
|
-
z-index: 0;
|
2644
2153
|
}
|
2645
|
-
.
|
2646
|
-
|
2647
|
-
|
2154
|
+
.row-col:before, .row-col:after {
|
2155
|
+
content: "";
|
2156
|
+
display: table;
|
2648
2157
|
}
|
2649
|
-
.
|
2650
|
-
|
2651
|
-
position: relative;
|
2158
|
+
.row-col:after {
|
2159
|
+
clear: both;
|
2652
2160
|
}
|
2653
|
-
.
|
2654
|
-
|
2655
|
-
height: 0px;
|
2656
|
-
width: 0px;
|
2161
|
+
.ie6 .row-col, .ie7 .row-col {
|
2162
|
+
zoom: 1;
|
2657
2163
|
}
|
2658
|
-
.
|
2659
|
-
|
2660
|
-
|
2164
|
+
.row-col [class^="col"] {
|
2165
|
+
width: 100%;
|
2166
|
+
min-height: 25px;
|
2167
|
+
display: block;
|
2168
|
+
float: left;
|
2169
|
+
margin-left: 2.174%;
|
2170
|
+
-webkit-box-sizing: border-box;
|
2171
|
+
-moz-box-sizing: border-box;
|
2172
|
+
box-sizing: border-box;
|
2661
2173
|
}
|
2662
|
-
.
|
2663
|
-
|
2664
|
-
left: 10px;
|
2174
|
+
.row-col [class^="col"]:first-child {
|
2175
|
+
margin-left: 0;
|
2665
2176
|
}
|
2666
|
-
.
|
2667
|
-
|
2668
|
-
top: 10px;
|
2177
|
+
.row-col [class^="col"] img {
|
2178
|
+
max-width: 100%;
|
2669
2179
|
}
|
2670
|
-
.
|
2671
|
-
|
2672
|
-
top: 10px;
|
2180
|
+
.row-col .col1 {
|
2181
|
+
width: 6.341%;
|
2673
2182
|
}
|
2674
|
-
.
|
2675
|
-
|
2676
|
-
z-index: 10;
|
2677
|
-
text-align: center;
|
2678
|
-
line-height: 17px;
|
2679
|
-
height: 20px;
|
2680
|
-
width: 20px;
|
2681
|
-
top: -13px;
|
2682
|
-
right: -13px;
|
2183
|
+
.ie7 .row-col .col1 {
|
2184
|
+
width: 6.249%;
|
2683
2185
|
}
|
2684
|
-
.
|
2685
|
-
|
2686
|
-
height: 26px;
|
2687
|
-
width: 26px;
|
2688
|
-
top: -13px;
|
2689
|
-
right: -13px;
|
2186
|
+
.row-col [class^="col"].offset1 {
|
2187
|
+
margin-left: 10.507%;
|
2690
2188
|
}
|
2691
|
-
.
|
2692
|
-
|
2189
|
+
.row-col [class^="col"].offset1:first-child {
|
2190
|
+
margin-left: 8.424%;
|
2693
2191
|
}
|
2694
|
-
.
|
2695
|
-
|
2696
|
-
-webkit-border-radius: 20px;
|
2697
|
-
-moz-border-radius: 20px;
|
2698
|
-
-ms-border-radius: 20px;
|
2699
|
-
-o-border-radius: 20px;
|
2700
|
-
border-radius: 20px;
|
2701
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
|
2702
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
|
2703
|
-
box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
|
2192
|
+
.row-col .col2 {
|
2193
|
+
width: 14.855%;
|
2704
2194
|
}
|
2705
|
-
.
|
2706
|
-
|
2707
|
-
display: block;
|
2195
|
+
.ie7 .row-col .col2 {
|
2196
|
+
width: 14.763%;
|
2708
2197
|
}
|
2709
|
-
.
|
2710
|
-
margin:
|
2711
|
-
color: #003770;
|
2712
|
-
font-family: sans-serif;
|
2713
|
-
font-size: 16px;
|
2714
|
-
font-weight: normal;
|
2198
|
+
.row-col [class^="col"].offset2 {
|
2199
|
+
margin-left: 19.022%;
|
2715
2200
|
}
|
2716
|
-
.
|
2717
|
-
|
2718
|
-
border: 1px solid transparent;
|
2201
|
+
.row-col [class^="col"].offset2:first-child {
|
2202
|
+
margin-left: 16.938%;
|
2719
2203
|
}
|
2720
|
-
.
|
2721
|
-
|
2722
|
-
border-right: 10px solid transparent;
|
2723
|
-
border-top: 10px solid rgba(68, 137, 81, 0.7);
|
2204
|
+
.row-col .col3 {
|
2205
|
+
width: 23.37%;
|
2724
2206
|
}
|
2725
|
-
.
|
2726
|
-
|
2727
|
-
border-right: 10px solid transparent;
|
2728
|
-
border-bottom: 10px solid rgba(68, 137, 81, 0.7);
|
2207
|
+
.ie7 .row-col .col3 {
|
2208
|
+
width: 23.278%;
|
2729
2209
|
}
|
2730
|
-
.
|
2731
|
-
|
2732
|
-
border-bottom: 10px solid transparent;
|
2733
|
-
border-right: 10px solid rgba(68, 137, 81, 0.7);
|
2210
|
+
.row-col [class^="col"].offset3 {
|
2211
|
+
margin-left: 27.536%;
|
2734
2212
|
}
|
2735
|
-
.
|
2736
|
-
|
2737
|
-
border-bottom: 10px solid transparent;
|
2738
|
-
border-left: 10px solid rgba(68, 137, 81, 0.7);
|
2213
|
+
.row-col [class^="col"].offset3:first-child {
|
2214
|
+
margin-left: 25.453%;
|
2739
2215
|
}
|
2740
|
-
.
|
2741
|
-
|
2742
|
-
border: 3px solid white;
|
2743
|
-
color: white;
|
2744
|
-
font-weight: bold;
|
2745
|
-
font-family: sans-serif;
|
2746
|
-
font-size: 16px;
|
2747
|
-
background: rgba(68, 137, 81, 0.7);
|
2748
|
-
-webkit-border-radius: 20px;
|
2749
|
-
-moz-border-radius: 20px;
|
2750
|
-
-ms-border-radius: 20px;
|
2751
|
-
-o-border-radius: 20px;
|
2752
|
-
border-radius: 20px;
|
2753
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
|
2754
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
|
2755
|
-
box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
|
2216
|
+
.row-col .col4 {
|
2217
|
+
width: 31.884%;
|
2756
2218
|
}
|
2757
|
-
.ie7 .
|
2758
|
-
|
2759
|
-
filter: alpha(opacity=70);
|
2219
|
+
.ie7 .row-col .col4 {
|
2220
|
+
width: 31.792%;
|
2760
2221
|
}
|
2761
|
-
.
|
2762
|
-
|
2222
|
+
.row-col [class^="col"].offset4 {
|
2223
|
+
margin-left: 36.051%;
|
2763
2224
|
}
|
2764
|
-
.
|
2765
|
-
|
2225
|
+
.row-col [class^="col"].offset4:first-child {
|
2226
|
+
margin-left: 33.967%;
|
2766
2227
|
}
|
2767
|
-
.
|
2768
|
-
|
2228
|
+
.row-col .col5 {
|
2229
|
+
width: 40.399%;
|
2769
2230
|
}
|
2770
|
-
.ie7 .
|
2771
|
-
|
2231
|
+
.ie7 .row-col .col5 {
|
2232
|
+
width: 40.307%;
|
2772
2233
|
}
|
2773
|
-
.
|
2774
|
-
|
2234
|
+
.row-col [class^="col"].offset5 {
|
2235
|
+
margin-left: 44.565%;
|
2775
2236
|
}
|
2776
|
-
.
|
2777
|
-
|
2778
|
-
background-color: transparent;
|
2779
|
-
background-image: url('../img/picasso-popup.png');
|
2780
|
-
background-position: 0px -53px;
|
2237
|
+
.row-col [class^="col"].offset5:first-child {
|
2238
|
+
margin-left: 42.482%;
|
2781
2239
|
}
|
2782
|
-
.
|
2783
|
-
|
2240
|
+
.row-col .col6 {
|
2241
|
+
width: 48.913%;
|
2784
2242
|
}
|
2785
|
-
|
2786
|
-
.
|
2787
|
-
float: left;
|
2788
|
-
width: 330px;
|
2789
|
-
height: 180px;
|
2790
|
-
positon: relative;
|
2243
|
+
.ie7 .row-col .col6 {
|
2244
|
+
width: 48.821%;
|
2791
2245
|
}
|
2792
|
-
.
|
2793
|
-
|
2246
|
+
.row-col [class^="col"].offset6 {
|
2247
|
+
margin-left: 53.08%;
|
2794
2248
|
}
|
2795
|
-
|
2796
|
-
|
2797
|
-
position: relative;
|
2798
|
-
height: 20px;
|
2799
|
-
padding: 0 10px;
|
2800
|
-
display: block;
|
2249
|
+
.row-col [class^="col"].offset6:first-child {
|
2250
|
+
margin-left: 50.996%;
|
2801
2251
|
}
|
2802
|
-
.
|
2803
|
-
|
2804
|
-
margin: 0px;
|
2252
|
+
.row-col .col7 {
|
2253
|
+
width: 57.428%;
|
2805
2254
|
}
|
2806
|
-
.
|
2807
|
-
|
2808
|
-
position: absolute;
|
2809
|
-
right: 10px;
|
2810
|
-
width: 0;
|
2255
|
+
.ie7 .row-col .col7 {
|
2256
|
+
width: 57.336%;
|
2811
2257
|
}
|
2812
|
-
.
|
2813
|
-
|
2258
|
+
.row-col [class^="col"].offset7 {
|
2259
|
+
margin-left: 61.594%;
|
2814
2260
|
}
|
2815
|
-
.
|
2816
|
-
|
2261
|
+
.row-col [class^="col"].offset7:first-child {
|
2262
|
+
margin-left: 59.511%;
|
2817
2263
|
}
|
2818
|
-
.
|
2819
|
-
|
2820
|
-
top: -1px;
|
2264
|
+
.row-col .col8 {
|
2265
|
+
width: 65.942%;
|
2821
2266
|
}
|
2822
|
-
.
|
2823
|
-
|
2824
|
-
background: #013d93;
|
2825
|
-
border-bottom: 1px solid white;
|
2267
|
+
.ie7 .row-col .col8 {
|
2268
|
+
width: 65.85%;
|
2826
2269
|
}
|
2827
|
-
.
|
2828
|
-
|
2829
|
-
font-size: 13px;
|
2270
|
+
.row-col [class^="col"].offset8 {
|
2271
|
+
margin-left: 70.109%;
|
2830
2272
|
}
|
2831
|
-
.
|
2832
|
-
|
2833
|
-
border-right: 5px solid transparent;
|
2834
|
-
border-top: 8px solid white;
|
2273
|
+
.row-col [class^="col"].offset8:first-child {
|
2274
|
+
margin-left: 68.025%;
|
2835
2275
|
}
|
2836
|
-
.
|
2837
|
-
|
2838
|
-
border-bottom: 5px solid transparent;
|
2839
|
-
border-top: 5px solid transparent;
|
2276
|
+
.row-col .col9 {
|
2277
|
+
width: 74.457%;
|
2840
2278
|
}
|
2841
|
-
.
|
2842
|
-
|
2279
|
+
.ie7 .row-col .col9 {
|
2280
|
+
width: 74.365%;
|
2843
2281
|
}
|
2844
|
-
|
2845
|
-
|
2846
|
-
width: 300px;
|
2282
|
+
.row-col [class^="col"].offset9 {
|
2283
|
+
margin-left: 78.623%;
|
2847
2284
|
}
|
2848
|
-
.
|
2849
|
-
|
2850
|
-
height: 40px;
|
2851
|
-
padding: 0 10px;
|
2852
|
-
display: block;
|
2285
|
+
.row-col [class^="col"].offset9:first-child {
|
2286
|
+
margin-left: 76.54%;
|
2853
2287
|
}
|
2854
|
-
.
|
2855
|
-
|
2856
|
-
margin: 0px;
|
2288
|
+
.row-col .col10 {
|
2289
|
+
width: 82.971%;
|
2857
2290
|
}
|
2858
|
-
.
|
2859
|
-
|
2860
|
-
position: absolute;
|
2861
|
-
right: 10px;
|
2862
|
-
width: 0;
|
2291
|
+
.ie7 .row-col .col10 {
|
2292
|
+
width: 82.879%;
|
2863
2293
|
}
|
2864
|
-
.
|
2865
|
-
|
2294
|
+
.row-col [class^="col"].offset10 {
|
2295
|
+
margin-left: 87.138%;
|
2866
2296
|
}
|
2867
|
-
.
|
2868
|
-
|
2297
|
+
.row-col [class^="col"].offset10:first-child {
|
2298
|
+
margin-left: 85.054%;
|
2869
2299
|
}
|
2870
|
-
.
|
2871
|
-
|
2872
|
-
top: -1px;
|
2300
|
+
.row-col .col11 {
|
2301
|
+
width: 91.486%;
|
2873
2302
|
}
|
2874
|
-
.
|
2875
|
-
|
2876
|
-
background: #cccccc;
|
2877
|
-
border-bottom: 1px solid white;
|
2303
|
+
.ie7 .row-col .col11 {
|
2304
|
+
width: 91.394%;
|
2878
2305
|
}
|
2879
|
-
.
|
2880
|
-
|
2881
|
-
font-size: 13px;
|
2306
|
+
.row-col [class^="col"].offset11 {
|
2307
|
+
margin-left: 95.652%;
|
2882
2308
|
}
|
2883
|
-
.
|
2884
|
-
|
2885
|
-
border-right: 5px solid transparent;
|
2886
|
-
border-top: 8px solid black;
|
2309
|
+
.row-col [class^="col"].offset11:first-child {
|
2310
|
+
margin-left: 93.569%;
|
2887
2311
|
}
|
2888
|
-
.
|
2889
|
-
|
2890
|
-
border-bottom: 5px solid transparent;
|
2891
|
-
border-top: 5px solid transparent;
|
2312
|
+
.row-col .col12 {
|
2313
|
+
width: 100%;
|
2892
2314
|
}
|
2893
|
-
.
|
2894
|
-
|
2315
|
+
.row-col [class^="col"].offset12 {
|
2316
|
+
margin-left: 104.167%;
|
2317
|
+
}
|
2318
|
+
.row-col [class^="col"].offset12:first-child {
|
2319
|
+
margin-left: 102.083%;
|
2320
|
+
}
|
2321
|
+
|
2322
|
+
.row-col {
|
2323
|
+
margin: 10px 0;
|
2324
|
+
}
|
2325
|
+
|
2326
|
+
[class^="col"] {
|
2327
|
+
-webkit-border-radius: 5px;
|
2328
|
+
-moz-border-radius: 5px;
|
2329
|
+
-ms-border-radius: 5px;
|
2330
|
+
-o-border-radius: 5px;
|
2331
|
+
border-radius: 5px;
|
2332
|
+
background: #CCC;
|
2333
|
+
}
|
2334
|
+
|
2335
|
+
[class^="col"] [class^="col"] {
|
2336
|
+
background: #AAA;
|
2337
|
+
}
|
2338
|
+
|
2339
|
+
[class^="col"] [class^="col"] [class^="col"] {
|
2340
|
+
background: #696969;
|
2341
|
+
color: #C0C0C0;
|
2342
|
+
}
|
2343
|
+
|
2344
|
+
.clearfix-demo {
|
2345
|
+
background: #58608D;
|
2346
|
+
width: 100%;
|
2347
|
+
padding: 10px;
|
2348
|
+
}
|
2349
|
+
.clearfix-demo:before, .clearfix-demo:after {
|
2350
|
+
content: "";
|
2351
|
+
display: table;
|
2352
|
+
}
|
2353
|
+
.clearfix-demo:after {
|
2354
|
+
clear: both;
|
2355
|
+
}
|
2356
|
+
.ie6 .clearfix-demo, .ie7 .clearfix-demo {
|
2357
|
+
zoom: 1;
|
2358
|
+
}
|
2359
|
+
.clearfix-demo div {
|
2360
|
+
background: white;
|
2895
2361
|
}
|
2896
2362
|
|
2897
2363
|
.despegar-size-1-demo {
|