picasso 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/.gitignore +1 -0
  2. data/docs/accordions.html +267 -0
  3. data/docs/all.html +934 -56
  4. data/docs/arrows.html +45 -8
  5. data/docs/bubbles.html +49 -10
  6. data/docs/build/manifest.json +19 -2
  7. data/docs/build/md/changelog.md +16 -0
  8. data/docs/build/md/components/accordions.md +97 -0
  9. data/docs/build/md/{arrows.md → components/arrows.md} +10 -2
  10. data/docs/build/md/{bubbles.md → components/bubbles.md} +16 -4
  11. data/docs/build/md/{buttons.md → components/buttons.md} +50 -5
  12. data/docs/build/md/components/components.md +37 -0
  13. data/docs/build/md/components/inputs.md +73 -0
  14. data/docs/build/md/components/list-grids.md +180 -0
  15. data/docs/build/md/components/navs.md +107 -0
  16. data/docs/build/md/components/pagination.md +112 -0
  17. data/docs/build/md/components/popups.md +162 -0
  18. data/docs/build/md/{despegar.md → despegar/despegar.md} +0 -0
  19. data/docs/build/md/intro.md +3 -2
  20. data/docs/build/md/mejoras.md +69 -0
  21. data/docs/build/md/todo.md +11 -1
  22. data/docs/build/md/utils/utils.md +62 -0
  23. data/docs/buttons.html +80 -14
  24. data/docs/changelog.html +74 -2
  25. data/docs/components.html +65 -2
  26. data/docs/config.rb +14 -6
  27. data/docs/css/markdown.css +8 -0
  28. data/docs/css/style.css +1508 -64
  29. data/docs/despegar.html +34 -2
  30. data/docs/ie.html +42 -11
  31. data/docs/img/picasso-buttons.png +0 -0
  32. data/docs/img/picasso-mini-buttons.png +0 -0
  33. data/docs/img/picasso-nav.png +0 -0
  34. data/docs/img/picasso-popup.png +0 -0
  35. data/docs/index.html +37 -4
  36. data/docs/{docs.html → inputs.html} +95 -21
  37. data/docs/intro.html +37 -4
  38. data/docs/js/docs.js +16 -0
  39. data/docs/js/viewer.js +12 -0
  40. data/docs/list-grids.html +341 -0
  41. data/docs/mejoras.html +241 -0
  42. data/docs/navs.html +272 -0
  43. data/docs/pagination.html +277 -0
  44. data/docs/popups.html +328 -0
  45. data/docs/sass/style.scss +113 -0
  46. data/docs/todo.html +49 -3
  47. data/docs/utils.html +68 -3
  48. data/lib/picasso/version.rb +1 -1
  49. data/picasso.gemspec +2 -0
  50. data/stylesheets/picasso/_components.scss +7 -1
  51. data/stylesheets/picasso/_utils.scss +3 -1
  52. data/stylesheets/picasso/components/_accordions.scss +96 -0
  53. data/stylesheets/picasso/components/_arrows.scss +9 -3
  54. data/stylesheets/picasso/components/_bubbles.scss +28 -17
  55. data/stylesheets/picasso/components/_inputs.scss +59 -0
  56. data/stylesheets/picasso/components/_list-grids.scss +118 -0
  57. data/stylesheets/picasso/components/_navs.scss +266 -0
  58. data/stylesheets/picasso/components/_pagination.scss +144 -0
  59. data/stylesheets/picasso/components/_popups.scss +257 -0
  60. data/stylesheets/picasso/components/buttons/_buttons.scss +124 -54
  61. data/stylesheets/picasso/components/buttons/_mini-buttons.scss +87 -19
  62. data/stylesheets/picasso/utils/_ie.scss +36 -0
  63. data/stylesheets/picasso/utils/_sprite.scss +32 -0
  64. metadata +65 -13
  65. data/docs/build/md/components.md +0 -3
  66. data/docs/build/md/docs.md +0 -21
  67. data/docs/build/md/ie.md +0 -32
  68. data/docs/build/md/utils.md +0 -19
@@ -52,6 +52,8 @@
52
52
 
53
53
  <ol>
54
54
 
55
+ <li><a href="./changelog.html#010">0.1.0</a></li>
56
+
55
57
  <li><a href="./changelog.html#003">0.0.3</a></li>
56
58
 
57
59
  <li><a href="./changelog.html#002">0.0.2</a></li>
@@ -67,15 +69,29 @@
67
69
 
68
70
  <ol>
69
71
 
72
+ <li><a href="./todo.html#componentes">Componentes</a></li>
73
+
74
+ <li><a href="./todo.html#utilidades">Utilidades</a></li>
75
+
76
+ <li><a href="./todo.html#otros">Otros</a></li>
77
+
70
78
  </ol>
71
79
 
72
80
  </li>
73
81
 
74
82
  <li>
75
- <a href="./docs.html#generar-la-documentacioacuten">Generar la documentaci&amp;oacute;n</a>
83
+ <a href="./mejoras.html#mejoras-antildeadidos">Mejoras / A&amp;ntilde;adidos</a>
76
84
 
77
85
  <ol>
78
86
 
87
+ <li><a href="./mejoras.html#utilizar-el-coacutedigo-fuente">Utilizar el c&amp;oacute;digo fuente</a></li>
88
+
89
+ <li><a href="./mejoras.html#pruebas-locales-de-nuevos-antildeadidos-cambios">Pruebas locales de nuevos a&amp;ntilde;adidos/cambios:</a></li>
90
+
91
+ <li><a href="./mejoras.html#subidas-en-el-repositorio">Subidas en el repositorio</a></li>
92
+
93
+ <li><a href="./mejoras.html#generar-la-documentacioacuten">Generar la documentaci&amp;oacute;n</a></li>
94
+
79
95
  </ol>
80
96
 
81
97
  </li>
@@ -85,15 +101,27 @@
85
101
 
86
102
  <ol>
87
103
 
104
+ <li><a href="./components.html#componentes-disponibles">Componentes disponibles</a></li>
105
+
88
106
  <li><a href="./buttons.html#buttons">Buttons</a></li>
89
107
 
90
108
  <li><a href="./buttons.html#mini-buttons">Mini-Buttons</a></li>
91
109
 
110
+ <li><a href="./inputs.html#inputs">Inputs</a></li>
111
+
112
+ <li><a href="./navs.html#navs">Navs</a></li>
113
+
114
+ <li><a href="./list-grids.html#list-grid">List Grid</a></li>
115
+
92
116
  <li><a href="./arrows.html#arrows">Arrows</a></li>
93
117
 
118
+ <li><a href="./pagination.html#pagination">Pagination</a></li>
119
+
94
120
  <li><a href="./bubbles.html#bubbles">Bubbles</a></li>
95
121
 
96
- <li><a href="./ie.html#internet-explorer">Internet Explorer</a></li>
122
+ <li><a href="./popups.html#popups">Popups</a></li>
123
+
124
+ <li><a href="./accordions.html#accordions">Accordions</a></li>
97
125
 
98
126
  </ol>
99
127
 
@@ -106,6 +134,10 @@
106
134
 
107
135
  <li><a href="./utils.html#clearfix">Clearfix</a></li>
108
136
 
137
+ <li><a href="./utils.html#ie">IE</a></li>
138
+
139
+ <li><a href="./utils.html#sprite">Sprite</a></li>
140
+
109
141
  </ol>
110
142
 
111
143
  </li>
@@ -131,6 +163,46 @@
131
163
 
132
164
  <article>
133
165
  <a name="changelog"></a><h1>Changelog</h1>
166
+ <a name="010"></a><h2>0.1.0</h2>
167
+ <ul>
168
+ <li>Agregados nuevos componentes:</li>
169
+ <li><ul>
170
+ <li>Popups</li>
171
+ </ul>
172
+ </li>
173
+ <li><ul>
174
+ <li>Pagination</li>
175
+ </ul>
176
+ </li>
177
+ <li><ul>
178
+ <li>Navs</li>
179
+ </ul>
180
+ </li>
181
+ <li><ul>
182
+ <li>List Grids</li>
183
+ </ul>
184
+ </li>
185
+ <li><ul>
186
+ <li>Inputs</li>
187
+ </ul>
188
+ </li>
189
+ <li><ul>
190
+ <li>Accordions</li>
191
+ </ul>
192
+ </li>
193
+ <li>Agregadas nuevas utilidades:</li>
194
+ <li><ul>
195
+ <li>Sprite: <code>insert-in-sprite()</code></li>
196
+ </ul>
197
+ </li>
198
+ <li><ul>
199
+ <li>IE: <code>after()</code> / <code>before()</code></li>
200
+ </ul>
201
+ </li>
202
+ <li>Nuevo fallback para IE: Generación dinámica de sprites para componentes a través de <a href="https://github.com/StanAngeloff/compass-magick">compass-magick</a>.</li>
203
+ <li>Se elimina el soporte para CSS3 Pie, siendo reemplazado por fallback de sprites.</li>
204
+ <li>Reorganizaci&ooacute;n interna de la documentaci&ooacute;n.</li>
205
+ </ul>
134
206
  <a name="003"></a><h2>0.0.3</h2>
135
207
  <ul>
136
208
  <li>Agregados estilos de fallback para Internet Explorer.</li>
@@ -52,6 +52,8 @@
52
52
 
53
53
  <ol>
54
54
 
55
+ <li><a href="./changelog.html#010">0.1.0</a></li>
56
+
55
57
  <li><a href="./changelog.html#003">0.0.3</a></li>
56
58
 
57
59
  <li><a href="./changelog.html#002">0.0.2</a></li>
@@ -67,15 +69,29 @@
67
69
 
68
70
  <ol>
69
71
 
72
+ <li><a href="./todo.html#componentes">Componentes</a></li>
73
+
74
+ <li><a href="./todo.html#utilidades">Utilidades</a></li>
75
+
76
+ <li><a href="./todo.html#otros">Otros</a></li>
77
+
70
78
  </ol>
71
79
 
72
80
  </li>
73
81
 
74
82
  <li>
75
- <a href="./docs.html#generar-la-documentacioacuten">Generar la documentaci&amp;oacute;n</a>
83
+ <a href="./mejoras.html#mejoras-antildeadidos">Mejoras / A&amp;ntilde;adidos</a>
76
84
 
77
85
  <ol>
78
86
 
87
+ <li><a href="./mejoras.html#utilizar-el-coacutedigo-fuente">Utilizar el c&amp;oacute;digo fuente</a></li>
88
+
89
+ <li><a href="./mejoras.html#pruebas-locales-de-nuevos-antildeadidos-cambios">Pruebas locales de nuevos a&amp;ntilde;adidos/cambios:</a></li>
90
+
91
+ <li><a href="./mejoras.html#subidas-en-el-repositorio">Subidas en el repositorio</a></li>
92
+
93
+ <li><a href="./mejoras.html#generar-la-documentacioacuten">Generar la documentaci&amp;oacute;n</a></li>
94
+
79
95
  </ol>
80
96
 
81
97
  </li>
@@ -85,15 +101,27 @@
85
101
 
86
102
  <ol>
87
103
 
104
+ <li><a href="./components.html#componentes-disponibles">Componentes disponibles</a></li>
105
+
88
106
  <li><a href="./buttons.html#buttons">Buttons</a></li>
89
107
 
90
108
  <li><a href="./buttons.html#mini-buttons">Mini-Buttons</a></li>
91
109
 
110
+ <li><a href="./inputs.html#inputs">Inputs</a></li>
111
+
112
+ <li><a href="./navs.html#navs">Navs</a></li>
113
+
114
+ <li><a href="./list-grids.html#list-grid">List Grid</a></li>
115
+
92
116
  <li><a href="./arrows.html#arrows">Arrows</a></li>
93
117
 
118
+ <li><a href="./pagination.html#pagination">Pagination</a></li>
119
+
94
120
  <li><a href="./bubbles.html#bubbles">Bubbles</a></li>
95
121
 
96
- <li><a href="./ie.html#internet-explorer">Internet Explorer</a></li>
122
+ <li><a href="./popups.html#popups">Popups</a></li>
123
+
124
+ <li><a href="./accordions.html#accordions">Accordions</a></li>
97
125
 
98
126
  </ol>
99
127
 
@@ -106,6 +134,10 @@
106
134
 
107
135
  <li><a href="./utils.html#clearfix">Clearfix</a></li>
108
136
 
137
+ <li><a href="./utils.html#ie">IE</a></li>
138
+
139
+ <li><a href="./utils.html#sprite">Sprite</a></li>
140
+
109
141
  </ol>
110
142
 
111
143
  </li>
@@ -132,6 +164,37 @@
132
164
  <article>
133
165
  <hr>
134
166
  <a name="components"></a><h1>Components</h1>
167
+ <p>Representan a elementos comunes/patrones utilizados a lo largo del sitio. Estan pensandos para ser flexibles y configurables para ser implementados en distintas situaciones.
168
+
169
+ </p>
170
+ <p>La gran mayor&iacute;a de los componentes hacen uso intensivo de estilos CSS3 y ofrecen estrateg&iacute;as alternativas (<a href="https://encrypted.google.com/search?hl=en&amp;q=fallback%20definition">fallback</a>) para navegadores que no soportan dichos estilos (Internet Explorer &lt;= 9).
171
+
172
+ </p>
173
+ <p>Para tener compatibilidad con Internet Explorer, el &uacute;nico requisito es que la p&aacute;gina que carga los estilos generados por Picasso posean la <a href="http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/">t&eacute;cnica de clases condicionales en la etiqueta html</a>:
174
+
175
+ </p>
176
+ <pre><code class="lang-html">&lt;!DOCTYPE html&gt;
177
+ &lt;!--[if IE 7]&gt; &lt;html class=&quot;ie7&quot;&gt; &lt;![endif]--&gt;
178
+ &lt;!--[if IE 8]&gt; &lt;html class=&quot;ie8&quot;&gt; &lt;![endif]--&gt;
179
+ &lt;!--[if IE 9]&gt; &lt;html class=&quot;ie9&quot;&gt; &lt;![endif]--&gt;
180
+ &lt;!--[if gt IE 9]&gt;&lt;!--&gt; &lt;html&gt; &lt;!--&lt;![endif]--&gt;</code></pre>
181
+ <a name="estrategias-y-estilos-de-fallback-para-ie-en-componentes"></a><h3>Estrategias y estilos de fallback para IE en componentes</h3>
182
+ <p>Para ciertos componentes, Picasso ofrece dos estrategias para aplicar estilos de fallback. Dichas estrateg&iacute;as se setean en variables individuales de cada componente, por ejemplo:
183
+
184
+ </p>
185
+ <pre><code class="lang-css">$&lt;componente&gt;-ie-fallback: &quot;sprites&quot;|&quot;GD&quot;</code></pre>
186
+ <p>Los valores admitidos son <code>sprites</code> y <code>GD</code> (Graceful Degradation).
187
+
188
+ </p>
189
+ <a name="estrategiacutea-de-sprites"></a><h4>Estrateg&iacute;a de sprites</h4>
190
+ <p>Por cada componente, Picasso generar&aacute; dinamicamente un sprite para recrear los estilos de cada elemento y setear&aacute; los estilos para que Internet Explorer utilice el sprite generado.
191
+
192
+ </p>
193
+ <a name="estrategiacutea-gd"></a><h4>Estrateg&iacute;a GD</h4>
194
+ <p>Por cada componente, Picasso setear&aacute; estilos minimos, soportados por Internet Explorer, para que el componente siga siendo usable y funcional.
195
+
196
+ </p>
197
+ <a name="componentes-disponibles"></a><h2>Componentes disponibles</h2>
135
198
 
136
199
  </article>
137
200
 
@@ -1,6 +1,14 @@
1
- css_dir = "css"
2
- sass_dir = "sass"
3
- sass_options = { :cache => false }
4
- line_comments = false
5
- output_style = :expanded
6
- add_import_path "../stylesheets"
1
+ # Dependencias
2
+ require 'magick'
3
+
4
+ css_dir = "css"
5
+ sass_dir = "sass"
6
+ sass_options = { :cache => false }
7
+ line_comments = false
8
+ output_style = :expanded
9
+ add_import_path "../stylesheets"
10
+
11
+ #Utilizar URLs relativas
12
+ relative_assets = true
13
+ #Directorio Images relativo al config.rb
14
+ images_dir = "img"
@@ -45,6 +45,14 @@ h4{ font-size:1.2em; }
45
45
  h5{ font-size:1em; }
46
46
  h6{ font-size:0.9em; }
47
47
 
48
+ h1{
49
+ padding: 40px 0 0 0;
50
+ }
51
+
52
+ h1:first-child{
53
+ padding: 0;
54
+ }
55
+
48
56
  blockquote{
49
57
  color:#666666;
50
58
  margin:0;
@@ -12,7 +12,6 @@
12
12
  background: -webkit-linear-gradient(#ff0000 30%, #660000);
13
13
  background: -moz-linear-gradient(#ff0000 30%, #660000);
14
14
  background: -o-linear-gradient(#ff0000 30%, #660000);
15
- background: -ms-linear-gradient(#ff0000 30%, #660000);
16
15
  background: linear-gradient(#ff0000 30%, #660000);
17
16
  -webkit-border-radius: 5px;
18
17
  -moz-border-radius: 5px;
@@ -59,7 +58,6 @@
59
58
  background: -webkit-linear-gradient(#ffcccc 20%, #4d0000);
60
59
  background: -moz-linear-gradient(#ffcccc 20%, #4d0000);
61
60
  background: -o-linear-gradient(#ffcccc 20%, #4d0000);
62
- background: -ms-linear-gradient(#ffcccc 20%, #4d0000);
63
61
  background: linear-gradient(#ffcccc 20%, #4d0000);
64
62
  }
65
63
  .button-demo-1:before {
@@ -67,7 +65,6 @@
67
65
  background: -webkit-linear-gradient(#ff0000 30%, #660000);
68
66
  background: -moz-linear-gradient(#ff0000 30%, #660000);
69
67
  background: -o-linear-gradient(#ff0000 30%, #660000);
70
- background: -ms-linear-gradient(#ff0000 30%, #660000);
71
68
  background: linear-gradient(#ff0000 30%, #660000);
72
69
  }
73
70
  .button-demo-1:hover {
@@ -75,7 +72,6 @@
75
72
  background: -webkit-linear-gradient(#ff0000 30%, #ff0505);
76
73
  background: -moz-linear-gradient(#ff0000 30%, #ff0505);
77
74
  background: -o-linear-gradient(#ff0000 30%, #ff0505);
78
- background: -ms-linear-gradient(#ff0000 30%, #ff0505);
79
75
  background: linear-gradient(#ff0000 30%, #ff0505);
80
76
  }
81
77
  .button-demo-1:hover:before {
@@ -83,11 +79,14 @@
83
79
  background: -webkit-linear-gradient(#ff0000 30%, #ff0505);
84
80
  background: -moz-linear-gradient(#ff0000 30%, #ff0505);
85
81
  background: -o-linear-gradient(#ff0000 30%, #ff0505);
86
- background: -ms-linear-gradient(#ff0000 30%, #ff0505);
87
82
  background: linear-gradient(#ff0000 30%, #ff0505);
88
83
  }
89
- .ie9 .button-demo-1, .ie8 .button-demo-1, .ie7 .button-demo-1 {
90
- background-color: red;
84
+ .ie7 .button-demo-1, .ie8 .button-demo-1, .ie9 .button-demo-1 {
85
+ background: url('../img/picasso-buttons.png');
86
+ background-position: 0 -1px;
87
+ }
88
+ .ie7 .button-demo-1:hover, .ie8 .button-demo-1:hover, .ie9 .button-demo-1:hover {
89
+ background-position: 0 -31px;
91
90
  }
92
91
 
93
92
  .button-demo-2 {
@@ -104,7 +103,6 @@
104
103
  background: -webkit-linear-gradient(#0088cc 30%, #002233);
105
104
  background: -moz-linear-gradient(#0088cc 30%, #002233);
106
105
  background: -o-linear-gradient(#0088cc 30%, #002233);
107
- background: -ms-linear-gradient(#0088cc 30%, #002233);
108
106
  background: linear-gradient(#0088cc 30%, #002233);
109
107
  -webkit-border-radius: 5px;
110
108
  -moz-border-radius: 5px;
@@ -151,7 +149,6 @@
151
149
  background: -webkit-linear-gradient(#99ddff 20%, #00111a);
152
150
  background: -moz-linear-gradient(#99ddff 20%, #00111a);
153
151
  background: -o-linear-gradient(#99ddff 20%, #00111a);
154
- background: -ms-linear-gradient(#99ddff 20%, #00111a);
155
152
  background: linear-gradient(#99ddff 20%, #00111a);
156
153
  }
157
154
  .button-demo-2:before {
@@ -159,7 +156,6 @@
159
156
  background: -webkit-linear-gradient(#0088cc 30%, #002233);
160
157
  background: -moz-linear-gradient(#0088cc 30%, #002233);
161
158
  background: -o-linear-gradient(#0088cc 30%, #002233);
162
- background: -ms-linear-gradient(#0088cc 30%, #002233);
163
159
  background: linear-gradient(#0088cc 30%, #002233);
164
160
  }
165
161
  .button-demo-2:hover {
@@ -167,7 +163,6 @@
167
163
  background: -webkit-linear-gradient(#0088cc 30%, #008bd1);
168
164
  background: -moz-linear-gradient(#0088cc 30%, #008bd1);
169
165
  background: -o-linear-gradient(#0088cc 30%, #008bd1);
170
- background: -ms-linear-gradient(#0088cc 30%, #008bd1);
171
166
  background: linear-gradient(#0088cc 30%, #008bd1);
172
167
  }
173
168
  .button-demo-2:hover:before {
@@ -175,11 +170,14 @@
175
170
  background: -webkit-linear-gradient(#0088cc 30%, #008bd1);
176
171
  background: -moz-linear-gradient(#0088cc 30%, #008bd1);
177
172
  background: -o-linear-gradient(#0088cc 30%, #008bd1);
178
- background: -ms-linear-gradient(#0088cc 30%, #008bd1);
179
173
  background: linear-gradient(#0088cc 30%, #008bd1);
180
174
  }
181
- .ie9 .button-demo-2, .ie8 .button-demo-2, .ie7 .button-demo-2 {
182
- background-color: #0088cc;
175
+ .ie7 .button-demo-2, .ie8 .button-demo-2, .ie9 .button-demo-2 {
176
+ background: url('../img/picasso-buttons.png');
177
+ background-position: 0 -61px;
178
+ }
179
+ .ie7 .button-demo-2:hover, .ie8 .button-demo-2:hover, .ie9 .button-demo-2:hover {
180
+ background-position: 0 -91px;
183
181
  }
184
182
 
185
183
  .button-demo-3 {
@@ -196,7 +194,6 @@
196
194
  background: -webkit-linear-gradient(#fbb450 30%, #ae6704);
197
195
  background: -moz-linear-gradient(#fbb450 30%, #ae6704);
198
196
  background: -o-linear-gradient(#fbb450 30%, #ae6704);
199
- background: -ms-linear-gradient(#fbb450 30%, #ae6704);
200
197
  background: linear-gradient(#fbb450 30%, #ae6704);
201
198
  -webkit-border-radius: 5px;
202
199
  -moz-border-radius: 5px;
@@ -243,7 +240,6 @@
243
240
  background: -webkit-linear-gradient(#ffffff 20%, #955903);
244
241
  background: -moz-linear-gradient(#ffffff 20%, #955903);
245
242
  background: -o-linear-gradient(#ffffff 20%, #955903);
246
- background: -ms-linear-gradient(#ffffff 20%, #955903);
247
243
  background: linear-gradient(#ffffff 20%, #955903);
248
244
  }
249
245
  .button-demo-3:before {
@@ -251,7 +247,6 @@
251
247
  background: -webkit-linear-gradient(#fbb450 30%, #ae6704);
252
248
  background: -moz-linear-gradient(#fbb450 30%, #ae6704);
253
249
  background: -o-linear-gradient(#fbb450 30%, #ae6704);
254
- background: -ms-linear-gradient(#fbb450 30%, #ae6704);
255
250
  background: linear-gradient(#fbb450 30%, #ae6704);
256
251
  }
257
252
  .button-demo-3:hover {
@@ -259,7 +254,6 @@
259
254
  background: -webkit-linear-gradient(#fbb450 30%, #fbb655);
260
255
  background: -moz-linear-gradient(#fbb450 30%, #fbb655);
261
256
  background: -o-linear-gradient(#fbb450 30%, #fbb655);
262
- background: -ms-linear-gradient(#fbb450 30%, #fbb655);
263
257
  background: linear-gradient(#fbb450 30%, #fbb655);
264
258
  }
265
259
  .button-demo-3:hover:before {
@@ -267,11 +261,14 @@
267
261
  background: -webkit-linear-gradient(#fbb450 30%, #fbb655);
268
262
  background: -moz-linear-gradient(#fbb450 30%, #fbb655);
269
263
  background: -o-linear-gradient(#fbb450 30%, #fbb655);
270
- background: -ms-linear-gradient(#fbb450 30%, #fbb655);
271
264
  background: linear-gradient(#fbb450 30%, #fbb655);
272
265
  }
273
- .ie9 .button-demo-3, .ie8 .button-demo-3, .ie7 .button-demo-3 {
274
- background-color: #fbb450;
266
+ .ie7 .button-demo-3, .ie8 .button-demo-3, .ie9 .button-demo-3 {
267
+ background: url('../img/picasso-buttons.png');
268
+ background-position: 0 -121px;
269
+ }
270
+ .ie7 .button-demo-3:hover, .ie8 .button-demo-3:hover, .ie9 .button-demo-3:hover {
271
+ background-position: 0 -151px;
275
272
  }
276
273
 
277
274
  .button-demo-4 {
@@ -288,7 +285,6 @@
288
285
  background: -webkit-linear-gradient(#62c462 30%, #276627);
289
286
  background: -moz-linear-gradient(#62c462 30%, #276627);
290
287
  background: -o-linear-gradient(#62c462 30%, #276627);
291
- background: -ms-linear-gradient(#62c462 30%, #276627);
292
288
  background: linear-gradient(#62c462 30%, #276627);
293
289
  -webkit-border-radius: 5px;
294
290
  -moz-border-radius: 5px;
@@ -335,7 +331,6 @@
335
331
  background: -webkit-linear-gradient(#f6fcf6 20%, #205420);
336
332
  background: -moz-linear-gradient(#f6fcf6 20%, #205420);
337
333
  background: -o-linear-gradient(#f6fcf6 20%, #205420);
338
- background: -ms-linear-gradient(#f6fcf6 20%, #205420);
339
334
  background: linear-gradient(#f6fcf6 20%, #205420);
340
335
  }
341
336
  .button-demo-4:before {
@@ -343,7 +338,6 @@
343
338
  background: -webkit-linear-gradient(#62c462 30%, #276627);
344
339
  background: -moz-linear-gradient(#62c462 30%, #276627);
345
340
  background: -o-linear-gradient(#62c462 30%, #276627);
346
- background: -ms-linear-gradient(#62c462 30%, #276627);
347
341
  background: linear-gradient(#62c462 30%, #276627);
348
342
  }
349
343
  .button-demo-4:hover {
@@ -351,7 +345,6 @@
351
345
  background: -webkit-linear-gradient(#62c462 30%, #66c566);
352
346
  background: -moz-linear-gradient(#62c462 30%, #66c566);
353
347
  background: -o-linear-gradient(#62c462 30%, #66c566);
354
- background: -ms-linear-gradient(#62c462 30%, #66c566);
355
348
  background: linear-gradient(#62c462 30%, #66c566);
356
349
  }
357
350
  .button-demo-4:hover:before {
@@ -359,25 +352,28 @@
359
352
  background: -webkit-linear-gradient(#62c462 30%, #66c566);
360
353
  background: -moz-linear-gradient(#62c462 30%, #66c566);
361
354
  background: -o-linear-gradient(#62c462 30%, #66c566);
362
- background: -ms-linear-gradient(#62c462 30%, #66c566);
363
355
  background: linear-gradient(#62c462 30%, #66c566);
364
356
  }
365
- .ie9 .button-demo-4, .ie8 .button-demo-4, .ie7 .button-demo-4 {
366
- background-color: #62c462;
357
+ .ie7 .button-demo-4, .ie8 .button-demo-4, .ie9 .button-demo-4 {
358
+ background: url('../img/picasso-buttons.png');
359
+ background-position: 0 -181px;
360
+ }
361
+ .ie7 .button-demo-4:hover, .ie8 .button-demo-4:hover, .ie9 .button-demo-4:hover {
362
+ background-position: 0 -211px;
367
363
  }
368
364
 
369
365
  .mini-button-demo-1 {
370
366
  display: inline-block;
371
367
  height: 20px;
372
- padding-right: 20px;
368
+ padding-right: 10px;
369
+ padding-right: 10px;
373
370
  font-family: sans-serif;
374
371
  text-decoration: none;
375
- text-align: center;
372
+ cursor: pointer;
376
373
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(50%, #e3e3e3), color-stop(51%, #d6d6d6), color-stop(100%, #cacaca));
377
374
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
378
375
  background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
379
376
  background: -o-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
380
- background: -ms-linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
381
377
  background: linear-gradient(top, #f0f0f0 0%, #e3e3e3 50%, #d6d6d6 51%, #cacaca 100%);
382
378
  -webkit-border-radius: 20px;
383
379
  -moz-border-radius: 20px;
@@ -390,8 +386,8 @@
390
386
  }
391
387
  .mini-button-demo-1 span {
392
388
  height: 20px;
393
- padding: 0 0 0 20px;
394
389
  line-height: 20px;
390
+ padding-left: 10px;
395
391
  }
396
392
  .mini-button-demo-1:hover {
397
393
  background: #e3e3e3;
@@ -407,22 +403,34 @@
407
403
  display: block;
408
404
  font-size: 11px;
409
405
  }
410
- .ie9 .mini-button-demo-1, .ie8 .mini-button-demo-1, .ie7 .mini-button-demo-1 {
411
- background-color: #f0f0f0;
406
+ .ie7 .mini-button-demo-1, .ie8 .mini-button-demo-1, .ie9 .mini-button-demo-1 {
407
+ background: url('../img/picasso-mini-buttons.png');
408
+ background-position: right -1px;
409
+ }
410
+ .ie7 .mini-button-demo-1:hover, .ie8 .mini-button-demo-1:hover, .ie9 .mini-button-demo-1:hover {
411
+ background-position: right -21px;
412
+ }
413
+ .ie7 .mini-button-demo-1 span, .ie8 .mini-button-demo-1 span, .ie9 .mini-button-demo-1 span {
414
+ background-image: url('../img/picasso-mini-buttons.png');
415
+ background-color: white;
416
+ background-position: 0 -1px;
417
+ }
418
+ .ie7 .mini-button-demo-1 span:hover, .ie8 .mini-button-demo-1 span:hover, .ie9 .mini-button-demo-1 span:hover {
419
+ background-position: 0 -21px;
412
420
  }
413
421
 
414
422
  .mini-button-demo-2 {
415
423
  display: inline-block;
416
424
  height: 20px;
417
- padding-right: 20px;
425
+ padding-right: 10px;
426
+ padding-right: 10px;
418
427
  font-family: sans-serif;
419
428
  text-decoration: none;
420
- text-align: center;
429
+ cursor: pointer;
421
430
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0088cc), color-stop(50%, #0077b3), color-stop(51%, #006699), color-stop(100%, #005580));
422
431
  background: -webkit-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
423
432
  background: -moz-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
424
433
  background: -o-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
425
- background: -ms-linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
426
434
  background: linear-gradient(top, #0088cc 0%, #0077b3 50%, #006699 51%, #005580 100%);
427
435
  -webkit-border-radius: 20px;
428
436
  -moz-border-radius: 20px;
@@ -435,8 +443,8 @@
435
443
  }
436
444
  .mini-button-demo-2 span {
437
445
  height: 20px;
438
- padding: 0 0 0 20px;
439
446
  line-height: 20px;
447
+ padding-left: 10px;
440
448
  }
441
449
  .mini-button-demo-2:hover {
442
450
  background: #0077b3;
@@ -452,22 +460,34 @@
452
460
  display: block;
453
461
  font-size: 11px;
454
462
  }
455
- .ie9 .mini-button-demo-2, .ie8 .mini-button-demo-2, .ie7 .mini-button-demo-2 {
456
- background-color: #0088cc;
463
+ .ie7 .mini-button-demo-2, .ie8 .mini-button-demo-2, .ie9 .mini-button-demo-2 {
464
+ background: url('../img/picasso-mini-buttons.png');
465
+ background-position: right -41px;
466
+ }
467
+ .ie7 .mini-button-demo-2:hover, .ie8 .mini-button-demo-2:hover, .ie9 .mini-button-demo-2:hover {
468
+ background-position: right -61px;
469
+ }
470
+ .ie7 .mini-button-demo-2 span, .ie8 .mini-button-demo-2 span, .ie9 .mini-button-demo-2 span {
471
+ background-image: url('../img/picasso-mini-buttons.png');
472
+ background-color: white;
473
+ background-position: 0 -41px;
474
+ }
475
+ .ie7 .mini-button-demo-2 span:hover, .ie8 .mini-button-demo-2 span:hover, .ie9 .mini-button-demo-2 span:hover {
476
+ background-position: 0 -61px;
457
477
  }
458
478
 
459
479
  .mini-button-demo-3 {
460
480
  display: inline-block;
461
481
  height: 20px;
462
- padding-right: 20px;
482
+ padding-right: 10px;
483
+ padding-right: 10px;
463
484
  font-family: sans-serif;
464
485
  text-decoration: none;
465
- text-align: center;
486
+ cursor: pointer;
466
487
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da4f49), color-stop(50%, #d63b34), color-stop(51%, #c72f29), color-stop(100%, #b22a24));
467
488
  background: -webkit-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
468
489
  background: -moz-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
469
490
  background: -o-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
470
- background: -ms-linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
471
491
  background: linear-gradient(top, #da4f49 0%, #d63b34 50%, #c72f29 51%, #b22a24 100%);
472
492
  -webkit-border-radius: 20px;
473
493
  -moz-border-radius: 20px;
@@ -480,8 +500,8 @@
480
500
  }
481
501
  .mini-button-demo-3 span {
482
502
  height: 20px;
483
- padding: 0 0 0 20px;
484
503
  line-height: 20px;
504
+ padding-left: 10px;
485
505
  }
486
506
  .mini-button-demo-3:hover {
487
507
  background: #d63b34;
@@ -497,22 +517,34 @@
497
517
  display: block;
498
518
  font-size: 11px;
499
519
  }
500
- .ie9 .mini-button-demo-3, .ie8 .mini-button-demo-3, .ie7 .mini-button-demo-3 {
501
- background-color: #da4f49;
520
+ .ie7 .mini-button-demo-3, .ie8 .mini-button-demo-3, .ie9 .mini-button-demo-3 {
521
+ background: url('../img/picasso-mini-buttons.png');
522
+ background-position: right -81px;
523
+ }
524
+ .ie7 .mini-button-demo-3:hover, .ie8 .mini-button-demo-3:hover, .ie9 .mini-button-demo-3:hover {
525
+ background-position: right -101px;
526
+ }
527
+ .ie7 .mini-button-demo-3 span, .ie8 .mini-button-demo-3 span, .ie9 .mini-button-demo-3 span {
528
+ background-image: url('../img/picasso-mini-buttons.png');
529
+ background-color: white;
530
+ background-position: 0 -81px;
531
+ }
532
+ .ie7 .mini-button-demo-3 span:hover, .ie8 .mini-button-demo-3 span:hover, .ie9 .mini-button-demo-3 span:hover {
533
+ background-position: 0 -101px;
502
534
  }
503
535
 
504
536
  .mini-button-demo-4 {
505
537
  display: inline-block;
506
538
  height: 20px;
507
- padding-right: 20px;
539
+ padding-right: 10px;
540
+ padding-right: 10px;
508
541
  font-family: sans-serif;
509
542
  text-decoration: none;
510
- text-align: center;
543
+ cursor: pointer;
511
544
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(50%, #343434), color-stop(51%, #272727), color-stop(100%, #1b1b1b));
512
545
  background: -webkit-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
513
546
  background: -moz-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
514
547
  background: -o-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
515
- background: -ms-linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
516
548
  background: linear-gradient(top, #414141 0%, #343434 50%, #272727 51%, #1b1b1b 100%);
517
549
  -webkit-border-radius: 20px;
518
550
  -moz-border-radius: 20px;
@@ -525,8 +557,8 @@
525
557
  }
526
558
  .mini-button-demo-4 span {
527
559
  height: 20px;
528
- padding: 0 0 0 20px;
529
560
  line-height: 20px;
561
+ padding-left: 10px;
530
562
  }
531
563
  .mini-button-demo-4:hover {
532
564
  background: #343434;
@@ -542,8 +574,690 @@
542
574
  display: block;
543
575
  font-size: 11px;
544
576
  }
545
- .ie9 .mini-button-demo-4, .ie8 .mini-button-demo-4, .ie7 .mini-button-demo-4 {
546
- background-color: #414141;
577
+ .ie7 .mini-button-demo-4, .ie8 .mini-button-demo-4, .ie9 .mini-button-demo-4 {
578
+ background: url('../img/picasso-mini-buttons.png');
579
+ background-position: right -121px;
580
+ }
581
+ .ie7 .mini-button-demo-4:hover, .ie8 .mini-button-demo-4:hover, .ie9 .mini-button-demo-4:hover {
582
+ background-position: right -141px;
583
+ }
584
+ .ie7 .mini-button-demo-4 span, .ie8 .mini-button-demo-4 span, .ie9 .mini-button-demo-4 span {
585
+ background-image: url('../img/picasso-mini-buttons.png');
586
+ background-color: white;
587
+ background-position: 0 -121px;
588
+ }
589
+ .ie7 .mini-button-demo-4 span:hover, .ie8 .mini-button-demo-4 span:hover, .ie9 .mini-button-demo-4 span:hover {
590
+ background-position: 0 -141px;
591
+ }
592
+
593
+ .text-input-demo-1 {
594
+ width: 200px;
595
+ height: 20px;
596
+ line-height: 20px;
597
+ padding: 1px;
598
+ border: 1px solid #dddddd;
599
+ border-top: 1px solid #919191;
600
+ color: #333333;
601
+ font-size: 11px;
602
+ -webkit-box-sizing: border-box;
603
+ -moz-box-sizing: border-box;
604
+ box-sizing: border-box;
605
+ -webkit-border-radius: 3px 3px 3px 3px;
606
+ -moz-border-radius: 3px 3px 3px 3px;
607
+ -ms-border-radius: 3px 3px 3px 3px;
608
+ -o-border-radius: 3px 3px 3px 3px;
609
+ border-radius: 3px 3px 3px 3px;
610
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
611
+ -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
612
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
613
+ }
614
+ .text-input-demo-1:focus {
615
+ outline: 0;
616
+ border: 1px solid #319fda;
617
+ -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
618
+ -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
619
+ box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
620
+ }
621
+
622
+ .text-input-demo-2 {
623
+ width: 120px;
624
+ height: 20px;
625
+ line-height: 20px;
626
+ padding: 1px;
627
+ border: 1px solid red;
628
+ border-top: 1px solid #660000;
629
+ color: #333333;
630
+ font-size: 11px;
631
+ -webkit-box-sizing: border-box;
632
+ -moz-box-sizing: border-box;
633
+ box-sizing: border-box;
634
+ -webkit-border-radius: 10px;
635
+ -moz-border-radius: 10px;
636
+ -ms-border-radius: 10px;
637
+ -o-border-radius: 10px;
638
+ border-radius: 10px;
639
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
640
+ -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
641
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
642
+ }
643
+ .text-input-demo-2:focus {
644
+ outline: 0;
645
+ border: 1px solid green;
646
+ -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
647
+ -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
648
+ box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
649
+ }
650
+
651
+ .text-input-demo-3 {
652
+ width: 200px;
653
+ height: 40px;
654
+ line-height: 40px;
655
+ padding: 1px;
656
+ border: 1px solid #dddddd;
657
+ border-top: 1px solid #919191;
658
+ color: blue;
659
+ font-size: 25px;
660
+ -webkit-box-sizing: border-box;
661
+ -moz-box-sizing: border-box;
662
+ box-sizing: border-box;
663
+ -webkit-border-radius: 3px;
664
+ -moz-border-radius: 3px;
665
+ -ms-border-radius: 3px;
666
+ -o-border-radius: 3px;
667
+ border-radius: 3px;
668
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
669
+ -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
670
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
671
+ }
672
+ .text-input-demo-3:focus {
673
+ outline: 0;
674
+ border: 1px solid blue;
675
+ -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
676
+ -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
677
+ box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
678
+ }
679
+
680
+ .select-demo-1 {
681
+ width: 200px;
682
+ height: 20px;
683
+ line-height: 20px;
684
+ padding: 1px;
685
+ border: 1px solid #dddddd;
686
+ border-top: 1px solid #919191;
687
+ color: #333333;
688
+ font-size: 11px;
689
+ -webkit-box-sizing: border-box;
690
+ -moz-box-sizing: border-box;
691
+ box-sizing: border-box;
692
+ -webkit-border-radius: 3px 3px 3px 3px;
693
+ -moz-border-radius: 3px 3px 3px 3px;
694
+ -ms-border-radius: 3px 3px 3px 3px;
695
+ -o-border-radius: 3px 3px 3px 3px;
696
+ border-radius: 3px 3px 3px 3px;
697
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
698
+ -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
699
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
700
+ }
701
+ .select-demo-1:focus {
702
+ outline: 0;
703
+ border: 1px solid #319fda;
704
+ -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
705
+ -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
706
+ box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
707
+ }
708
+
709
+ .select-demo-2 {
710
+ width: 120px;
711
+ height: 20px;
712
+ line-height: 20px;
713
+ padding: 1px;
714
+ border: 1px solid red;
715
+ border-top: 1px solid #660000;
716
+ color: #333333;
717
+ font-size: 11px;
718
+ -webkit-box-sizing: border-box;
719
+ -moz-box-sizing: border-box;
720
+ box-sizing: border-box;
721
+ -webkit-border-radius: 10px;
722
+ -moz-border-radius: 10px;
723
+ -ms-border-radius: 10px;
724
+ -o-border-radius: 10px;
725
+ border-radius: 10px;
726
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
727
+ -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
728
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
729
+ }
730
+ .select-demo-2:focus {
731
+ outline: 0;
732
+ border: 1px solid green;
733
+ -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
734
+ -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
735
+ box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
736
+ }
737
+
738
+ .select-demo-3 {
739
+ width: 200px;
740
+ height: 40px;
741
+ line-height: 40px;
742
+ padding: 1px;
743
+ border: 1px solid #dddddd;
744
+ border-top: 1px solid #919191;
745
+ color: blue;
746
+ font-size: 25px;
747
+ -webkit-box-sizing: border-box;
748
+ -moz-box-sizing: border-box;
749
+ box-sizing: border-box;
750
+ -webkit-border-radius: 3px;
751
+ -moz-border-radius: 3px;
752
+ -ms-border-radius: 3px;
753
+ -o-border-radius: 3px;
754
+ border-radius: 3px;
755
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
756
+ -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
757
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
758
+ }
759
+ .select-demo-3:focus {
760
+ outline: 0;
761
+ border: 1px solid blue;
762
+ -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
763
+ -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
764
+ box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset, #01a9db 0 0 2px 0;
765
+ }
766
+
767
+ .nav-demo-1:before, .nav-demo-1:after {
768
+ content: "";
769
+ display: table;
770
+ }
771
+ .nav-demo-1:after {
772
+ clear: both;
773
+ }
774
+ .ie6 .nav-demo-1, .ie7 .nav-demo-1 {
775
+ zoom: 1;
776
+ }
777
+ .nav-demo-1 ul {
778
+ margin: 0;
779
+ padding: 0;
780
+ text-align: center;
781
+ float: left;
782
+ }
783
+ .nav-demo-1 ul:before, .nav-demo-1 ul:after {
784
+ content: "";
785
+ display: table;
786
+ }
787
+ .nav-demo-1 ul:after {
788
+ clear: both;
789
+ }
790
+ .ie6 .nav-demo-1 ul, .ie7 .nav-demo-1 ul {
791
+ zoom: 1;
792
+ }
793
+ .nav-demo-1 ul li {
794
+ display: inline-block;
795
+ height: 40px;
796
+ line-height: 40px;
797
+ float: left;
798
+ }
799
+ .nav-demo-1 ul li a {
800
+ display: block;
801
+ padding: 0 15px;
802
+ }
803
+ .ie7 .nav-demo-1 ul li, .ie8 .nav-demo-1 ul li, .ie9 .nav-demo-1 ul li {
804
+ height: 46px;
805
+ }
806
+ .nav-demo-1 ul {
807
+ list-style: none;
808
+ -webkit-box-shadow: 0 6px 6px -6px black;
809
+ -moz-box-shadow: 0 6px 6px -6px black;
810
+ box-shadow: 0 6px 6px -6px black;
811
+ }
812
+ .nav-demo-1 ul li {
813
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
814
+ background-image: -webkit-linear-gradient(#ffffff, #e6e6e6);
815
+ background-image: -moz-linear-gradient(#ffffff, #e6e6e6);
816
+ background-image: -o-linear-gradient(#ffffff, #e6e6e6);
817
+ background-image: linear-gradient(#ffffff, #e6e6e6);
818
+ border-left: 1px solid #acacac;
819
+ border-top: 1px solid #acacac;
820
+ border-bottom: 1px solid #acacac;
821
+ }
822
+ .nav-demo-1 ul li:hover {
823
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
824
+ background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
825
+ background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
826
+ background-image: -o-linear-gradient(#ffffff, #f2f2f2);
827
+ background-image: linear-gradient(#ffffff, #f2f2f2);
828
+ }
829
+ .nav-demo-1 ul li:first-child {
830
+ -moz-border-radius-topleft: 5px;
831
+ -webkit-border-top-left-radius: 5px;
832
+ border-top-left-radius: 5px;
833
+ -moz-border-radius-bottomleft: 5px;
834
+ -webkit-border-bottom-left-radius: 5px;
835
+ border-bottom-left-radius: 5px;
836
+ }
837
+ .nav-demo-1 ul li:last-child {
838
+ -moz-border-radius-topright: 5px;
839
+ -webkit-border-top-right-radius: 5px;
840
+ border-top-right-radius: 5px;
841
+ -moz-border-radius-bottomright: 5px;
842
+ -webkit-border-bottom-right-radius: 5px;
843
+ border-bottom-right-radius: 5px;
844
+ border-right: 1px solid #acacac;
845
+ }
846
+ .nav-demo-1 ul li a {
847
+ font-size: 16px;
848
+ font-family: sans-serif;
849
+ }
850
+ .nav-demo-1 ul .active {
851
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
852
+ background-image: -webkit-linear-gradient(#e6e6e6, #ffffff);
853
+ background-image: -moz-linear-gradient(#e6e6e6, #ffffff);
854
+ background-image: -o-linear-gradient(#e6e6e6, #ffffff);
855
+ background-image: linear-gradient(#e6e6e6, #ffffff);
856
+ }
857
+ .ie7 .nav-demo-1 ul li, .ie8 .nav-demo-1 ul li, .ie9 .nav-demo-1 ul li {
858
+ border-left: none;
859
+ border-top: none;
860
+ border-bottom: none;
861
+ background: transparent url('../img/picasso-nav.png') no-repeat center -1px;
862
+ }
863
+ .ie7 .nav-demo-1 ul li a, .ie8 .nav-demo-1 ul li a, .ie9 .nav-demo-1 ul li a {
864
+ border-left: 1px solid #acacac;
865
+ }
866
+ .ie7 .nav-demo-1 ul li:hover, .ie8 .nav-demo-1 ul li:hover, .ie9 .nav-demo-1 ul li:hover {
867
+ background: transparent url('../img/picasso-nav.png') center -47px no-repeat;
868
+ }
869
+ .ie7 .nav-demo-1 ul li:first-child, .ie8 .nav-demo-1 ul li:first-child, .ie9 .nav-demo-1 ul li:first-child {
870
+ background: transparent url('../img/picasso-nav.png') no-repeat left -1px;
871
+ }
872
+ .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 {
873
+ border-left: none;
874
+ }
875
+ .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 {
876
+ background: transparent url('../img/picasso-nav.png') left -47px no-repeat;
877
+ }
878
+ .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 {
879
+ background: transparent url('../img/picasso-nav.png') no-repeat left -47px;
880
+ }
881
+ .ie7 .nav-demo-1 ul .last, .ie8 .nav-demo-1 ul .last, .ie9 .nav-demo-1 ul .last {
882
+ background: transparent url('../img/picasso-nav.png') no-repeat right -47px;
883
+ }
884
+ .ie7 .nav-demo-1 ul .last:hover, .ie8 .nav-demo-1 ul .last:hover, .ie9 .nav-demo-1 ul .last:hover {
885
+ background: transparent url('../img/picasso-nav.png') right -47px no-repeat;
886
+ }
887
+ .ie7 .nav-demo-1 ul .active, .ie8 .nav-demo-1 ul .active, .ie9 .nav-demo-1 ul .active {
888
+ background: transparent url('../img/picasso-nav.png') no-repeat center -47px;
889
+ }
890
+ .ie7 .nav-demo-1 ul .last.active, .ie8 .nav-demo-1 ul .last.active, .ie9 .nav-demo-1 ul .last.active {
891
+ background: transparent url('../img/picasso-nav.png') no-repeat right -47px;
892
+ }
893
+
894
+ .nav-demo-2:before, .nav-demo-2:after {
895
+ content: "";
896
+ display: table;
897
+ }
898
+ .nav-demo-2:after {
899
+ clear: both;
900
+ }
901
+ .ie6 .nav-demo-2, .ie7 .nav-demo-2 {
902
+ zoom: 1;
903
+ }
904
+ .nav-demo-2 ul {
905
+ margin: 0;
906
+ padding: 0;
907
+ text-align: center;
908
+ float: right;
909
+ }
910
+ .nav-demo-2 ul:before, .nav-demo-2 ul:after {
911
+ content: "";
912
+ display: table;
913
+ }
914
+ .nav-demo-2 ul:after {
915
+ clear: both;
916
+ }
917
+ .ie6 .nav-demo-2 ul, .ie7 .nav-demo-2 ul {
918
+ zoom: 1;
919
+ }
920
+ .nav-demo-2 ul li {
921
+ display: inline-block;
922
+ height: 30px;
923
+ line-height: 30px;
924
+ float: left;
925
+ }
926
+ .nav-demo-2 ul li a {
927
+ display: block;
928
+ padding: 0 15px;
929
+ }
930
+ .ie7 .nav-demo-2 ul li, .ie8 .nav-demo-2 ul li, .ie9 .nav-demo-2 ul li {
931
+ height: 36px;
932
+ }
933
+ .nav-demo-2 ul {
934
+ list-style: none;
935
+ -webkit-box-shadow: 0 6px 6px -6px black;
936
+ -moz-box-shadow: 0 6px 6px -6px black;
937
+ box-shadow: 0 6px 6px -6px black;
938
+ }
939
+ .nav-demo-2 ul li {
940
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1164bf), color-stop(100%, #0d4b90));
941
+ background-image: -webkit-linear-gradient(#1164bf, #0d4b90);
942
+ background-image: -moz-linear-gradient(#1164bf, #0d4b90);
943
+ background-image: -o-linear-gradient(#1164bf, #0d4b90);
944
+ background-image: linear-gradient(#1164bf, #0d4b90);
945
+ border-left: 1px solid #083c78;
946
+ border-top: 1px solid #083c78;
947
+ border-bottom: 1px solid #083c78;
948
+ }
949
+ .nav-demo-2 ul li:hover {
950
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1164bf), color-stop(100%, #0f58a8));
951
+ background-image: -webkit-linear-gradient(#1164bf, #0f58a8);
952
+ background-image: -moz-linear-gradient(#1164bf, #0f58a8);
953
+ background-image: -o-linear-gradient(#1164bf, #0f58a8);
954
+ background-image: linear-gradient(#1164bf, #0f58a8);
955
+ }
956
+ .nav-demo-2 ul li:first-child {
957
+ -moz-border-radius-topleft: 5px;
958
+ -webkit-border-top-left-radius: 5px;
959
+ border-top-left-radius: 5px;
960
+ -moz-border-radius-bottomleft: 5px;
961
+ -webkit-border-bottom-left-radius: 5px;
962
+ border-bottom-left-radius: 5px;
963
+ }
964
+ .nav-demo-2 ul li:last-child {
965
+ -moz-border-radius-topright: 5px;
966
+ -webkit-border-top-right-radius: 5px;
967
+ border-top-right-radius: 5px;
968
+ -moz-border-radius-bottomright: 5px;
969
+ -webkit-border-bottom-right-radius: 5px;
970
+ border-bottom-right-radius: 5px;
971
+ border-right: 1px solid #083c78;
972
+ }
973
+ .nav-demo-2 ul li a {
974
+ font-size: 16px;
975
+ font-family: sans-serif;
976
+ }
977
+ .nav-demo-2 ul .active {
978
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d4b90), color-stop(100%, #1164bf));
979
+ background-image: -webkit-linear-gradient(#0d4b90, #1164bf);
980
+ background-image: -moz-linear-gradient(#0d4b90, #1164bf);
981
+ background-image: -o-linear-gradient(#0d4b90, #1164bf);
982
+ background-image: linear-gradient(#0d4b90, #1164bf);
983
+ }
984
+ .ie7 .nav-demo-2 ul li, .ie8 .nav-demo-2 ul li, .ie9 .nav-demo-2 ul li {
985
+ border-left: none;
986
+ border-top: none;
987
+ border-bottom: none;
988
+ background: transparent url('../img/picasso-nav.png') no-repeat center -139px;
989
+ }
990
+ .ie7 .nav-demo-2 ul li a, .ie8 .nav-demo-2 ul li a, .ie9 .nav-demo-2 ul li a {
991
+ border-left: 1px solid #083c78;
992
+ }
993
+ .ie7 .nav-demo-2 ul li:hover, .ie8 .nav-demo-2 ul li:hover, .ie9 .nav-demo-2 ul li:hover {
994
+ background: transparent url('../img/picasso-nav.png') center -175px no-repeat;
995
+ }
996
+ .ie7 .nav-demo-2 ul li:first-child, .ie8 .nav-demo-2 ul li:first-child, .ie9 .nav-demo-2 ul li:first-child {
997
+ background: transparent url('../img/picasso-nav.png') no-repeat left -139px;
998
+ }
999
+ .ie7 .nav-demo-2 ul li:first-child a, .ie8 .nav-demo-2 ul li:first-child a, .ie9 .nav-demo-2 ul li:first-child a {
1000
+ border-left: none;
1001
+ }
1002
+ .ie7 .nav-demo-2 ul li:first-child:hover, .ie8 .nav-demo-2 ul li:first-child:hover, .ie9 .nav-demo-2 ul li:first-child:hover {
1003
+ background: transparent url('../img/picasso-nav.png') left -175px no-repeat;
1004
+ }
1005
+ .ie7 .nav-demo-2 ul li:first-child.active, .ie8 .nav-demo-2 ul li:first-child.active, .ie9 .nav-demo-2 ul li:first-child.active {
1006
+ background: transparent url('../img/picasso-nav.png') no-repeat left -175px;
1007
+ }
1008
+ .ie7 .nav-demo-2 ul .last, .ie8 .nav-demo-2 ul .last, .ie9 .nav-demo-2 ul .last {
1009
+ background: transparent url('../img/picasso-nav.png') no-repeat right -175px;
1010
+ }
1011
+ .ie7 .nav-demo-2 ul .last:hover, .ie8 .nav-demo-2 ul .last:hover, .ie9 .nav-demo-2 ul .last:hover {
1012
+ background: transparent url('../img/picasso-nav.png') right -175px no-repeat;
1013
+ }
1014
+ .ie7 .nav-demo-2 ul .active, .ie8 .nav-demo-2 ul .active, .ie9 .nav-demo-2 ul .active {
1015
+ background: transparent url('../img/picasso-nav.png') no-repeat center -175px;
1016
+ }
1017
+ .ie7 .nav-demo-2 ul .last.active, .ie8 .nav-demo-2 ul .last.active, .ie9 .nav-demo-2 ul .last.active {
1018
+ background: transparent url('../img/picasso-nav.png') no-repeat right -175px;
1019
+ }
1020
+ .nav-demo-2 a, .nav-demo-2 a:hover {
1021
+ color: white;
1022
+ }
1023
+
1024
+ .list-grid-demo-1:before, .list-grid-demo-1:after {
1025
+ content: "";
1026
+ display: table;
1027
+ }
1028
+ .list-grid-demo-1:after {
1029
+ clear: both;
1030
+ }
1031
+ .ie6 .list-grid-demo-1, .ie7 .list-grid-demo-1 {
1032
+ zoom: 1;
1033
+ }
1034
+ .list-grid-demo-1 ul {
1035
+ float: left;
1036
+ padding: 0px;
1037
+ margin: 0px;
1038
+ width: 130px;
1039
+ }
1040
+ .list-grid-demo-1 ul li {
1041
+ height: 30px;
1042
+ line-height: 30px;
1043
+ padding-left: 10px;
1044
+ padding-right: 10px;
1045
+ }
1046
+ .list-grid-demo-1 ul {
1047
+ list-style: none outside none;
1048
+ border-top: 1px solid #cccccc;
1049
+ border-bottom: 1px solid #cccccc;
1050
+ border-right: 1px solid #cccccc;
1051
+ }
1052
+ .list-grid-demo-1 ul:first-child {
1053
+ border-left: 1px solid #cccccc;
1054
+ }
1055
+ .list-grid-demo-1 ul li {
1056
+ text-align: center;
1057
+ border: 1px solid transparent;
1058
+ }
1059
+ .list-grid-demo-1 ul li:first-child {
1060
+ border-bottom: 1px solid #cccccc;
1061
+ }
1062
+ .list-grid-demo-1 ul li:nth-child(odd) {
1063
+ background: none repeat scroll 0 0 #eeeeee;
1064
+ }
1065
+ .list-grid-demo-1 ul li:nth-child(even) {
1066
+ background: none repeat scroll 0 0 white;
1067
+ }
1068
+ .list-grid-demo-1 ul li.hover-cell:hover {
1069
+ border: 1px solid #319fda;
1070
+ background: #f4fafd;
1071
+ cursor: pointer;
1072
+ }
1073
+ .ie7 .list-grid-demo-1 ul li:first-child, .ie8 .list-grid-demo-1 ul li:first-child {
1074
+ background: none repeat scroll 0 0 #eeeeee;
1075
+ }
1076
+ .ie7 .list-grid-demo-1 ul li.even, .ie8 .list-grid-demo-1 ul li.even {
1077
+ background: none repeat scroll 0 0 white;
1078
+ }
1079
+ .ie7 .list-grid-demo-1 ul li.odd, .ie8 .list-grid-demo-1 ul li.odd {
1080
+ background: none repeat scroll 0 0 #eeeeee;
1081
+ }
1082
+ .list-grid-demo-1 .first-column {
1083
+ width: 100px;
1084
+ }
1085
+
1086
+ .list-grid-demo-2:before, .list-grid-demo-2:after {
1087
+ content: "";
1088
+ display: table;
1089
+ }
1090
+ .list-grid-demo-2:after {
1091
+ clear: both;
1092
+ }
1093
+ .ie6 .list-grid-demo-2, .ie7 .list-grid-demo-2 {
1094
+ zoom: 1;
1095
+ }
1096
+ .list-grid-demo-2 ul {
1097
+ float: left;
1098
+ padding: 0px;
1099
+ margin: 0px;
1100
+ width: 400px;
1101
+ }
1102
+ .list-grid-demo-2 ul li {
1103
+ height: 30px;
1104
+ line-height: 30px;
1105
+ padding-left: 10px;
1106
+ padding-right: 10px;
1107
+ }
1108
+ .list-grid-demo-2 ul {
1109
+ list-style: none outside none;
1110
+ border-top: 1px solid transparent;
1111
+ border-bottom: 1px solid transparent;
1112
+ border-right: 1px solid transparent;
1113
+ }
1114
+ .list-grid-demo-2 ul:first-child {
1115
+ border-left: 1px solid transparent;
1116
+ }
1117
+ .list-grid-demo-2 ul li {
1118
+ text-align: center;
1119
+ border: 1px solid transparent;
1120
+ }
1121
+ .list-grid-demo-2 ul li:first-child {
1122
+ border-bottom: 1px solid transparent;
1123
+ }
1124
+ .list-grid-demo-2 ul li:nth-child(odd) {
1125
+ background: none repeat scroll 0 0 white;
1126
+ }
1127
+ .list-grid-demo-2 ul li:nth-child(even) {
1128
+ background: none repeat scroll 0 0 white;
1129
+ }
1130
+ .list-grid-demo-2 ul li.hover-cell:hover {
1131
+ border: 1px solid #319fda;
1132
+ background: #f4fafd;
1133
+ cursor: pointer;
1134
+ }
1135
+ .ie7 .list-grid-demo-2 ul li:first-child, .ie8 .list-grid-demo-2 ul li:first-child {
1136
+ background: none repeat scroll 0 0 white;
1137
+ }
1138
+ .ie7 .list-grid-demo-2 ul li.even, .ie8 .list-grid-demo-2 ul li.even {
1139
+ background: none repeat scroll 0 0 white;
1140
+ }
1141
+ .ie7 .list-grid-demo-2 ul li.odd, .ie8 .list-grid-demo-2 ul li.odd {
1142
+ background: none repeat scroll 0 0 white;
1143
+ }
1144
+
1145
+ .list-grid-demo-3:before, .list-grid-demo-3:after {
1146
+ content: "";
1147
+ display: table;
1148
+ }
1149
+ .list-grid-demo-3:after {
1150
+ clear: both;
1151
+ }
1152
+ .ie6 .list-grid-demo-3, .ie7 .list-grid-demo-3 {
1153
+ zoom: 1;
1154
+ }
1155
+ .list-grid-demo-3 ul {
1156
+ float: left;
1157
+ padding: 0px;
1158
+ margin: 0px;
1159
+ width: 130px;
1160
+ }
1161
+ .list-grid-demo-3 ul li {
1162
+ height: 40px;
1163
+ line-height: 40px;
1164
+ padding-left: 10px;
1165
+ padding-right: 10px;
1166
+ }
1167
+ .list-grid-demo-3 ul {
1168
+ list-style: none outside none;
1169
+ border-top: 1px solid #999999;
1170
+ border-bottom: 1px solid #999999;
1171
+ border-right: 1px solid #999999;
1172
+ }
1173
+ .list-grid-demo-3 ul:first-child {
1174
+ border-left: 1px solid #999999;
1175
+ }
1176
+ .list-grid-demo-3 ul li {
1177
+ text-align: center;
1178
+ border: 1px solid transparent;
1179
+ }
1180
+ .list-grid-demo-3 ul li:first-child {
1181
+ border-bottom: 1px solid #999999;
1182
+ }
1183
+ .list-grid-demo-3 ul li:nth-child(odd) {
1184
+ background: none repeat scroll 0 0 white;
1185
+ }
1186
+ .list-grid-demo-3 ul li:nth-child(even) {
1187
+ background: none repeat scroll 0 0 #319fda;
1188
+ }
1189
+ .list-grid-demo-3 ul li.hover-cell:hover {
1190
+ border: 1px solid #319fda;
1191
+ background: #f4fafd;
1192
+ cursor: pointer;
1193
+ }
1194
+ .ie7 .list-grid-demo-3 ul li:first-child, .ie8 .list-grid-demo-3 ul li:first-child {
1195
+ background: none repeat scroll 0 0 white;
1196
+ }
1197
+ .ie7 .list-grid-demo-3 ul li.even, .ie8 .list-grid-demo-3 ul li.even {
1198
+ background: none repeat scroll 0 0 #319fda;
1199
+ }
1200
+ .ie7 .list-grid-demo-3 ul li.odd, .ie8 .list-grid-demo-3 ul li.odd {
1201
+ background: none repeat scroll 0 0 white;
1202
+ }
1203
+
1204
+ .list-grid-demo-4:before, .list-grid-demo-4:after {
1205
+ content: "";
1206
+ display: table;
1207
+ }
1208
+ .list-grid-demo-4:after {
1209
+ clear: both;
1210
+ }
1211
+ .ie6 .list-grid-demo-4, .ie7 .list-grid-demo-4 {
1212
+ zoom: 1;
1213
+ }
1214
+ .list-grid-demo-4 ul {
1215
+ float: left;
1216
+ padding: 0px;
1217
+ margin: 0px;
1218
+ width: 130px;
1219
+ }
1220
+ .list-grid-demo-4 ul li {
1221
+ height: 15px;
1222
+ line-height: 15px;
1223
+ padding-left: 10px;
1224
+ padding-right: 10px;
1225
+ }
1226
+ .list-grid-demo-4 ul {
1227
+ list-style: none outside none;
1228
+ border-top: 1px solid black;
1229
+ border-bottom: 1px solid black;
1230
+ border-right: 1px solid black;
1231
+ }
1232
+ .list-grid-demo-4 ul:first-child {
1233
+ border-left: 1px solid black;
1234
+ }
1235
+ .list-grid-demo-4 ul li {
1236
+ text-align: center;
1237
+ border: 1px solid transparent;
1238
+ }
1239
+ .list-grid-demo-4 ul li:first-child {
1240
+ border-bottom: 1px solid black;
1241
+ }
1242
+ .list-grid-demo-4 ul li:nth-child(odd) {
1243
+ background: none repeat scroll 0 0 #cccccc;
1244
+ }
1245
+ .list-grid-demo-4 ul li:nth-child(even) {
1246
+ background: none repeat scroll 0 0 #eeeeee;
1247
+ }
1248
+ .list-grid-demo-4 ul li.hover-cell:hover {
1249
+ border: 1px solid red;
1250
+ background: #ffe5e5;
1251
+ cursor: pointer;
1252
+ }
1253
+ .ie7 .list-grid-demo-4 ul li:first-child, .ie8 .list-grid-demo-4 ul li:first-child {
1254
+ background: none repeat scroll 0 0 #cccccc;
1255
+ }
1256
+ .ie7 .list-grid-demo-4 ul li.even, .ie8 .list-grid-demo-4 ul li.even {
1257
+ background: none repeat scroll 0 0 #eeeeee;
1258
+ }
1259
+ .ie7 .list-grid-demo-4 ul li.odd, .ie8 .list-grid-demo-4 ul li.odd {
1260
+ background: none repeat scroll 0 0 #cccccc;
547
1261
  }
548
1262
 
549
1263
  .arrow-demo-1 {
@@ -558,7 +1272,7 @@
558
1272
  font-style: normal;
559
1273
  font-size: 9px;
560
1274
  }
561
- .arrow-demo-1:after {
1275
+ .arrow-demo-1:after, .ie7 .arrow-demo-1 .after {
562
1276
  content: "";
563
1277
  position: absolute;
564
1278
  top: 0;
@@ -566,7 +1280,10 @@
566
1280
  width: 0;
567
1281
  height: 0;
568
1282
  }
569
- .arrow-demo-1:after {
1283
+ .ie7 .arrow-demo-1 {
1284
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1285
+ }
1286
+ .arrow-demo-1:after, .ie7 .arrow-demo-1 .after {
570
1287
  border-top: 7px solid transparent;
571
1288
  border-bottom: 7px solid transparent;
572
1289
  border-left: 7px solid #888888;
@@ -584,7 +1301,7 @@
584
1301
  font-style: normal;
585
1302
  font-size: 9px;
586
1303
  }
587
- .arrow-demo-2:after {
1304
+ .arrow-demo-2:after, .ie7 .arrow-demo-2 .after {
588
1305
  content: "";
589
1306
  position: absolute;
590
1307
  top: 0;
@@ -592,7 +1309,10 @@
592
1309
  width: 0;
593
1310
  height: 0;
594
1311
  }
595
- .arrow-demo-2:after {
1312
+ .ie7 .arrow-demo-2 {
1313
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1314
+ }
1315
+ .arrow-demo-2:after, .ie7 .arrow-demo-2 .after {
596
1316
  border-top: 7px solid transparent;
597
1317
  border-bottom: 7px solid transparent;
598
1318
  border-left: 7px solid #b94a48;
@@ -610,7 +1330,7 @@
610
1330
  font-style: normal;
611
1331
  font-size: 9px;
612
1332
  }
613
- .arrow-demo-3:after {
1333
+ .arrow-demo-3:after, .ie7 .arrow-demo-3 .after {
614
1334
  content: "";
615
1335
  position: absolute;
616
1336
  top: 0;
@@ -618,7 +1338,10 @@
618
1338
  width: 0;
619
1339
  height: 0;
620
1340
  }
621
- .arrow-demo-3:after {
1341
+ .ie7 .arrow-demo-3 {
1342
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1343
+ }
1344
+ .arrow-demo-3:after, .ie7 .arrow-demo-3 .after {
622
1345
  border-top: 7px solid transparent;
623
1346
  border-bottom: 7px solid transparent;
624
1347
  border-left: 7px solid #f89406;
@@ -636,7 +1359,7 @@
636
1359
  font-style: normal;
637
1360
  font-size: 9px;
638
1361
  }
639
- .arrow-demo-4:after {
1362
+ .arrow-demo-4:after, .ie7 .arrow-demo-4 .after {
640
1363
  content: "";
641
1364
  position: absolute;
642
1365
  top: 0;
@@ -644,12 +1367,157 @@
644
1367
  width: 0;
645
1368
  height: 0;
646
1369
  }
647
- .arrow-demo-4:after {
1370
+ .ie7 .arrow-demo-4 {
1371
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1372
+ }
1373
+ .arrow-demo-4:after, .ie7 .arrow-demo-4 .after {
648
1374
  border-top: 7px solid transparent;
649
1375
  border-bottom: 7px solid transparent;
650
1376
  border-left: 7px solid #468847;
651
1377
  }
652
1378
 
1379
+ .pagination-demo-1 {
1380
+ text-align: center;
1381
+ }
1382
+ .pagination-demo-1 ul {
1383
+ display: inline-block;
1384
+ }
1385
+ .pagination-demo-1 ul li {
1386
+ display: inline-block;
1387
+ height: 27px;
1388
+ text-align: center;
1389
+ float: left;
1390
+ margin-left: 2px;
1391
+ margin-right: 2px;
1392
+ }
1393
+ .pagination-demo-1 ul li a {
1394
+ display: block;
1395
+ line-height: 27px;
1396
+ min-width: 27px;
1397
+ }
1398
+ .pagination-demo-1 ul .prev {
1399
+ margin: 0 10px 0 0;
1400
+ }
1401
+ .pagination-demo-1 ul .next {
1402
+ margin: 0 0 0 10px;
1403
+ }
1404
+ .pagination-demo-1 ul .disabled {
1405
+ display: none;
1406
+ }
1407
+ .pagination-demo-1 li {
1408
+ background: #eeeeee;
1409
+ border: 1px solid #cccccc;
1410
+ -webkit-border-radius: 5px;
1411
+ -moz-border-radius: 5px;
1412
+ -ms-border-radius: 5px;
1413
+ -o-border-radius: 5px;
1414
+ border-radius: 5px;
1415
+ list-style: none;
1416
+ }
1417
+ .pagination-demo-1 li a {
1418
+ color: #319fda;
1419
+ }
1420
+ .pagination-demo-1 li a:hover {
1421
+ color: white;
1422
+ text-decoration: none;
1423
+ }
1424
+ .pagination-demo-1 li:hover {
1425
+ background: #013d93;
1426
+ }
1427
+ .pagination-demo-1 .active, .pagination-demo-1 .prev, .pagination-demo-1 .next, .pagination-demo-1 .dots {
1428
+ background: none;
1429
+ border: none;
1430
+ }
1431
+ .pagination-demo-1 .active a:hover, .pagination-demo-1 .prev a:hover, .pagination-demo-1 .next a:hover, .pagination-demo-1 .dots a:hover {
1432
+ color: #319fda;
1433
+ }
1434
+ .pagination-demo-1 .active:hover, .pagination-demo-1 .prev:hover, .pagination-demo-1 .next:hover, .pagination-demo-1 .dots:hover {
1435
+ background: none;
1436
+ }
1437
+ .pagination-demo-1 .prev:hover, .pagination-demo-1 .next:hover {
1438
+ text-decoration: underline;
1439
+ }
1440
+ .pagination-demo-1 .active a, .pagination-demo-1 .dots a {
1441
+ color: #888888;
1442
+ cursor: default;
1443
+ text-decoration: none;
1444
+ }
1445
+ .pagination-demo-1 .active a:hover, .pagination-demo-1 .dots a:hover {
1446
+ color: #888888;
1447
+ text-decoration: none;
1448
+ }
1449
+
1450
+ .pagination-demo-2 {
1451
+ text-align: center;
1452
+ }
1453
+ .pagination-demo-2 ul {
1454
+ display: inline-block;
1455
+ }
1456
+ .pagination-demo-2 ul li {
1457
+ display: inline-block;
1458
+ height: 27px;
1459
+ text-align: center;
1460
+ float: left;
1461
+ margin-left: 2px;
1462
+ margin-right: 2px;
1463
+ }
1464
+ .pagination-demo-2 ul li a {
1465
+ display: block;
1466
+ line-height: 27px;
1467
+ min-width: 27px;
1468
+ }
1469
+ .pagination-demo-2 ul .prev {
1470
+ margin: 0 10px 0 0;
1471
+ }
1472
+ .pagination-demo-2 ul .next {
1473
+ margin: 0 0 0 10px;
1474
+ }
1475
+ .pagination-demo-2 ul .disabled {
1476
+ display: none;
1477
+ }
1478
+ .pagination-demo-2 li {
1479
+ background: white;
1480
+ border: 1px solid red;
1481
+ -webkit-border-radius: 10px;
1482
+ -moz-border-radius: 10px;
1483
+ -ms-border-radius: 10px;
1484
+ -o-border-radius: 10px;
1485
+ border-radius: 10px;
1486
+ list-style: none;
1487
+ }
1488
+ .pagination-demo-2 li a {
1489
+ color: black;
1490
+ }
1491
+ .pagination-demo-2 li a:hover {
1492
+ color: yellow;
1493
+ text-decoration: none;
1494
+ }
1495
+ .pagination-demo-2 li:hover {
1496
+ background: green;
1497
+ }
1498
+ .pagination-demo-2 .active, .pagination-demo-2 .prev, .pagination-demo-2 .next, .pagination-demo-2 .dots {
1499
+ background: none;
1500
+ border: none;
1501
+ }
1502
+ .pagination-demo-2 .active a:hover, .pagination-demo-2 .prev a:hover, .pagination-demo-2 .next a:hover, .pagination-demo-2 .dots a:hover {
1503
+ color: black;
1504
+ }
1505
+ .pagination-demo-2 .active:hover, .pagination-demo-2 .prev:hover, .pagination-demo-2 .next:hover, .pagination-demo-2 .dots:hover {
1506
+ background: none;
1507
+ }
1508
+ .pagination-demo-2 .prev:hover, .pagination-demo-2 .next:hover {
1509
+ text-decoration: underline;
1510
+ }
1511
+ .pagination-demo-2 .active a, .pagination-demo-2 .dots a {
1512
+ color: blue;
1513
+ cursor: default;
1514
+ text-decoration: none;
1515
+ }
1516
+ .pagination-demo-2 .active a:hover, .pagination-demo-2 .dots a:hover {
1517
+ color: blue;
1518
+ text-decoration: none;
1519
+ }
1520
+
653
1521
  .bubble-demo-1 {
654
1522
  padding: 10px;
655
1523
  display: block;
@@ -662,7 +1530,7 @@
662
1530
  -o-border-radius: 5px;
663
1531
  border-radius: 5px;
664
1532
  }
665
- .bubble-demo-1:after {
1533
+ .bubble-demo-1:after, .ie7 .bubble-demo-1 .after {
666
1534
  content: "";
667
1535
  position: absolute;
668
1536
  bottom: -15px;
@@ -670,10 +1538,13 @@
670
1538
  width: 0;
671
1539
  height: 0;
672
1540
  }
1541
+ .ie7 .bubble-demo-1 {
1542
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1543
+ }
673
1544
  .bubble-demo-1 blockquote {
674
1545
  color: #999999;
675
1546
  }
676
- .bubble-demo-1:after {
1547
+ .bubble-demo-1:after, .ie7 .bubble-demo-1 .after {
677
1548
  border-left: 10px solid transparent;
678
1549
  border-right: 10px solid transparent;
679
1550
  border-top: 15px solid #eeeeee;
@@ -691,7 +1562,7 @@
691
1562
  -o-border-radius: 5px;
692
1563
  border-radius: 5px;
693
1564
  }
694
- .bubble-demo-2:after {
1565
+ .bubble-demo-2:after, .ie7 .bubble-demo-2 .after {
695
1566
  content: "";
696
1567
  position: absolute;
697
1568
  bottom: -15px;
@@ -699,6 +1570,9 @@
699
1570
  width: 0;
700
1571
  height: 0;
701
1572
  }
1573
+ .ie7 .bubble-demo-2 {
1574
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1575
+ }
702
1576
  .bubble-demo-2 blockquote {
703
1577
  color: #333333;
704
1578
  white-space: nowrap;
@@ -714,7 +1588,7 @@
714
1588
  -o-text-overflow: ellipsis;
715
1589
  text-overflow: ellipsis;
716
1590
  }
717
- .bubble-demo-2:after {
1591
+ .bubble-demo-2:after, .ie7 .bubble-demo-2 .after {
718
1592
  border-left: 10px solid transparent;
719
1593
  border-right: 10px solid transparent;
720
1594
  border-top: 15px solid #e6e6e6;
@@ -724,6 +1598,576 @@
724
1598
  margin: 20px 0;
725
1599
  }
726
1600
 
1601
+ .popup-demo-1, .popup-demo-2, .popup-demo-3, .popup-demo-4 {
1602
+ padding: 10px;
1603
+ position: absolute;
1604
+ }
1605
+ .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 {
1606
+ content: "";
1607
+ position: absolute;
1608
+ top: 0px;
1609
+ left: 0px;
1610
+ width: 100%;
1611
+ height: 100%;
1612
+ z-index: 0;
1613
+ }
1614
+ .popup-demo-1 .popup-header h4, .popup-demo-2 .popup-header h4, .popup-demo-3 .popup-header h4, .popup-demo-4 .popup-header h4 {
1615
+ line-height: 20px;
1616
+ padding: 10px;
1617
+ }
1618
+ .popup-demo-1 .popup-container, .popup-demo-2 .popup-container, .popup-demo-3 .popup-container, .popup-demo-4 .popup-container {
1619
+ z-index: 1;
1620
+ position: relative;
1621
+ }
1622
+ .popup-demo-1 .popup-arrow, .popup-demo-2 .popup-arrow, .popup-demo-3 .popup-arrow, .popup-demo-4 .popup-arrow {
1623
+ position: absolute;
1624
+ height: 0px;
1625
+ width: 0px;
1626
+ }
1627
+ .popup-demo-1 .popup-arrow-bottom, .popup-demo-2 .popup-arrow-bottom, .popup-demo-3 .popup-arrow-bottom, .popup-demo-4 .popup-arrow-bottom {
1628
+ bottom: -10px;
1629
+ left: 10px;
1630
+ }
1631
+ .popup-demo-1 .popup-arrow-top, .popup-demo-2 .popup-arrow-top, .popup-demo-3 .popup-arrow-top, .popup-demo-4 .popup-arrow-top {
1632
+ top: -10px;
1633
+ left: 10px;
1634
+ }
1635
+ .popup-demo-1 .popup-arrow-left, .popup-demo-2 .popup-arrow-left, .popup-demo-3 .popup-arrow-left, .popup-demo-4 .popup-arrow-left {
1636
+ left: -10px;
1637
+ top: 10px;
1638
+ }
1639
+ .popup-demo-1 .popup-arrow-right, .popup-demo-2 .popup-arrow-right, .popup-demo-3 .popup-arrow-right, .popup-demo-4 .popup-arrow-right {
1640
+ right: -10px;
1641
+ top: 10px;
1642
+ }
1643
+ .popup-demo-1 .popup-close, .popup-demo-2 .popup-close, .popup-demo-3 .popup-close, .popup-demo-4 .popup-close {
1644
+ position: absolute;
1645
+ z-index: 10;
1646
+ text-align: center;
1647
+ line-height: 17px;
1648
+ height: 20px;
1649
+ width: 20px;
1650
+ top: -13px;
1651
+ right: -13px;
1652
+ }
1653
+ .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 {
1654
+ line-height: 23px;
1655
+ height: 26px;
1656
+ width: 26px;
1657
+ top: -13px;
1658
+ right: -13px;
1659
+ }
1660
+ .ie7 .popup-demo-1, .ie7 .popup-demo-2, .ie7 .popup-demo-3, .ie7 .popup-demo-4 {
1661
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1662
+ }
1663
+ .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 {
1664
+ background: rgba(0, 0, 0, 0.7);
1665
+ -webkit-border-radius: 3px;
1666
+ -moz-border-radius: 3px;
1667
+ -ms-border-radius: 3px;
1668
+ -o-border-radius: 3px;
1669
+ border-radius: 3px;
1670
+ -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
1671
+ -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
1672
+ box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
1673
+ }
1674
+ .popup-demo-1 .popup-header, .popup-demo-2 .popup-header, .popup-demo-3 .popup-header, .popup-demo-4 .popup-header {
1675
+ background: none repeat scroll 0 0 #f7f7f7;
1676
+ display: block;
1677
+ }
1678
+ .popup-demo-1 .popup-header h4, .popup-demo-2 .popup-header h4, .popup-demo-3 .popup-header h4, .popup-demo-4 .popup-header h4 {
1679
+ margin: 0;
1680
+ color: #003770;
1681
+ font-family: sans-serif;
1682
+ font-size: 16px;
1683
+ font-weight: normal;
1684
+ }
1685
+ .popup-demo-1 .popup-content, .popup-demo-2 .popup-content, .popup-demo-3 .popup-content, .popup-demo-4 .popup-content {
1686
+ background: white;
1687
+ border: 1px solid transparent;
1688
+ }
1689
+ .popup-demo-1 .popup-arrow-bottom, .popup-demo-2 .popup-arrow-bottom, .popup-demo-3 .popup-arrow-bottom, .popup-demo-4 .popup-arrow-bottom {
1690
+ border-left: 10px solid transparent;
1691
+ border-right: 10px solid transparent;
1692
+ border-top: 10px solid rgba(0, 0, 0, 0.7);
1693
+ }
1694
+ .popup-demo-1 .popup-arrow-top, .popup-demo-2 .popup-arrow-top, .popup-demo-3 .popup-arrow-top, .popup-demo-4 .popup-arrow-top {
1695
+ border-left: 10px solid transparent;
1696
+ border-right: 10px solid transparent;
1697
+ border-bottom: 10px solid rgba(0, 0, 0, 0.7);
1698
+ }
1699
+ .popup-demo-1 .popup-arrow-left, .popup-demo-2 .popup-arrow-left, .popup-demo-3 .popup-arrow-left, .popup-demo-4 .popup-arrow-left {
1700
+ border-top: 10px solid transparent;
1701
+ border-bottom: 10px solid transparent;
1702
+ border-right: 10px solid rgba(0, 0, 0, 0.7);
1703
+ }
1704
+ .popup-demo-1 .popup-arrow-right, .popup-demo-2 .popup-arrow-right, .popup-demo-3 .popup-arrow-right, .popup-demo-4 .popup-arrow-right {
1705
+ border-top: 10px solid transparent;
1706
+ border-bottom: 10px solid transparent;
1707
+ border-left: 10px solid rgba(0, 0, 0, 0.7);
1708
+ }
1709
+ .popup-demo-1 .popup-close, .popup-demo-2 .popup-close, .popup-demo-3 .popup-close, .popup-demo-4 .popup-close {
1710
+ cursor: pointer;
1711
+ border: 3px solid white;
1712
+ color: white;
1713
+ font-weight: bold;
1714
+ font-family: sans-serif;
1715
+ font-size: 16px;
1716
+ background: #319fda;
1717
+ -webkit-border-radius: 20px;
1718
+ -moz-border-radius: 20px;
1719
+ -ms-border-radius: 20px;
1720
+ -o-border-radius: 20px;
1721
+ border-radius: 20px;
1722
+ -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
1723
+ -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
1724
+ box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
1725
+ }
1726
+ .ie7 .popup-demo-1:after, .ie7 .popup-demo-1 .after, .ie8 .popup-demo-1:after, .ie8 .popup-demo-1 .after, .ie7 .popup-demo-2:after, .ie7 .popup-demo-2 .after, .ie8 .popup-demo-2:after, .ie8 .popup-demo-2 .after, .ie7 .popup-demo-3:after, .ie7 .popup-demo-3 .after, .ie8 .popup-demo-3:after, .ie8 .popup-demo-3 .after, .ie7 .popup-demo-4:after, .ie7 .popup-demo-4 .after, .ie8 .popup-demo-4:after, .ie8 .popup-demo-4 .after {
1727
+ background: black;
1728
+ filter: alpha(opacity=70);
1729
+ }
1730
+ .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 {
1731
+ filter: alpha(opacity=70);
1732
+ }
1733
+ .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 {
1734
+ border-top: 10px solid black;
1735
+ }
1736
+ .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 {
1737
+ border-bottom: 10px solid black;
1738
+ }
1739
+ .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 {
1740
+ border-right: 10px solid black;
1741
+ }
1742
+ .ie7 .popup-demo-1 .popup-arrow-right, .ie8 .popup-demo-1 .popup-arrow-right, .ie7 .popup-demo-2 .popup-arrow-right, .ie8 .popup-demo-2 .popup-arrow-right, .ie7 .popup-demo-3 .popup-arrow-right, .ie8 .popup-demo-3 .popup-arrow-right, .ie7 .popup-demo-4 .popup-arrow-right, .ie8 .popup-demo-4 .popup-arrow-right {
1743
+ border-left: 10px solid black;
1744
+ }
1745
+ .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 {
1746
+ border-width: 0px;
1747
+ background-color: transparent;
1748
+ background-image: url('../img/picasso-popup.png');
1749
+ background-position: 0px -1px;
1750
+ }
1751
+
1752
+ .popup-demo-5 {
1753
+ padding: 10px;
1754
+ position: absolute;
1755
+ }
1756
+ .popup-demo-5:after, .ie7 .popup-demo-5 .after {
1757
+ content: "";
1758
+ position: absolute;
1759
+ top: 0px;
1760
+ left: 0px;
1761
+ width: 100%;
1762
+ height: 100%;
1763
+ z-index: 0;
1764
+ }
1765
+ .popup-demo-5 .popup-header h4 {
1766
+ line-height: 20px;
1767
+ padding: 10px;
1768
+ }
1769
+ .popup-demo-5 .popup-container {
1770
+ z-index: 1;
1771
+ position: relative;
1772
+ }
1773
+ .popup-demo-5 .popup-arrow {
1774
+ position: absolute;
1775
+ height: 0px;
1776
+ width: 0px;
1777
+ }
1778
+ .popup-demo-5 .popup-arrow-bottom {
1779
+ bottom: -10px;
1780
+ left: 10px;
1781
+ }
1782
+ .popup-demo-5 .popup-arrow-top {
1783
+ top: -10px;
1784
+ left: 10px;
1785
+ }
1786
+ .popup-demo-5 .popup-arrow-left {
1787
+ left: -10px;
1788
+ top: 10px;
1789
+ }
1790
+ .popup-demo-5 .popup-arrow-right {
1791
+ right: -10px;
1792
+ top: 10px;
1793
+ }
1794
+ .popup-demo-5 .popup-close {
1795
+ position: absolute;
1796
+ z-index: 10;
1797
+ text-align: center;
1798
+ line-height: 17px;
1799
+ height: 20px;
1800
+ width: 20px;
1801
+ top: -13px;
1802
+ right: -13px;
1803
+ }
1804
+ .ie7 .popup-demo-5 .popup-close, .ie8 .popup-demo-5 .popup-close {
1805
+ line-height: 23px;
1806
+ height: 26px;
1807
+ width: 26px;
1808
+ top: -13px;
1809
+ right: -13px;
1810
+ }
1811
+ .ie7 .popup-demo-5 {
1812
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1813
+ }
1814
+ .popup-demo-5:after, .ie7 .popup-demo-5 .after {
1815
+ background: rgba(1, 61, 147, 0.7);
1816
+ -webkit-border-radius: 10px;
1817
+ -moz-border-radius: 10px;
1818
+ -ms-border-radius: 10px;
1819
+ -o-border-radius: 10px;
1820
+ border-radius: 10px;
1821
+ -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
1822
+ -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
1823
+ box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
1824
+ }
1825
+ .popup-demo-5 .popup-header {
1826
+ background: rgba(1, 61, 147, 0.7);
1827
+ display: block;
1828
+ }
1829
+ .popup-demo-5 .popup-header h4 {
1830
+ margin: 0;
1831
+ color: white;
1832
+ font-family: sans-serif;
1833
+ font-size: 16px;
1834
+ font-weight: normal;
1835
+ }
1836
+ .popup-demo-5 .popup-content {
1837
+ background: black;
1838
+ border: 1px solid transparent;
1839
+ }
1840
+ .popup-demo-5 .popup-arrow-bottom {
1841
+ border-left: 10px solid transparent;
1842
+ border-right: 10px solid transparent;
1843
+ border-top: 10px solid rgba(1, 61, 147, 0.7);
1844
+ }
1845
+ .popup-demo-5 .popup-arrow-top {
1846
+ border-left: 10px solid transparent;
1847
+ border-right: 10px solid transparent;
1848
+ border-bottom: 10px solid rgba(1, 61, 147, 0.7);
1849
+ }
1850
+ .popup-demo-5 .popup-arrow-left {
1851
+ border-top: 10px solid transparent;
1852
+ border-bottom: 10px solid transparent;
1853
+ border-right: 10px solid rgba(1, 61, 147, 0.7);
1854
+ }
1855
+ .popup-demo-5 .popup-arrow-right {
1856
+ border-top: 10px solid transparent;
1857
+ border-bottom: 10px solid transparent;
1858
+ border-left: 10px solid rgba(1, 61, 147, 0.7);
1859
+ }
1860
+ .popup-demo-5 .popup-close {
1861
+ cursor: pointer;
1862
+ border: 3px solid black;
1863
+ color: black;
1864
+ font-weight: bold;
1865
+ font-family: sans-serif;
1866
+ font-size: 16px;
1867
+ background: red;
1868
+ -webkit-border-radius: 20px;
1869
+ -moz-border-radius: 20px;
1870
+ -ms-border-radius: 20px;
1871
+ -o-border-radius: 20px;
1872
+ border-radius: 20px;
1873
+ -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
1874
+ -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
1875
+ box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
1876
+ }
1877
+ .ie7 .popup-demo-5:after, .ie7 .popup-demo-5 .after, .ie8 .popup-demo-5:after, .ie8 .popup-demo-5 .after {
1878
+ background: #013d93;
1879
+ filter: alpha(opacity=70);
1880
+ }
1881
+ .ie7 .popup-demo-5 .popup-arrow, .ie8 .popup-demo-5 .popup-arrow {
1882
+ filter: alpha(opacity=70);
1883
+ }
1884
+ .ie7 .popup-demo-5 .popup-arrow-bottom, .ie8 .popup-demo-5 .popup-arrow-bottom {
1885
+ border-top: 10px solid #013d93;
1886
+ }
1887
+ .ie7 .popup-demo-5 .popup-arrow-top, .ie8 .popup-demo-5 .popup-arrow-top {
1888
+ border-bottom: 10px solid #013d93;
1889
+ }
1890
+ .ie7 .popup-demo-5 .popup-arrow-left, .ie8 .popup-demo-5 .popup-arrow-left {
1891
+ border-right: 10px solid #013d93;
1892
+ }
1893
+ .ie7 .popup-demo-5 .popup-arrow-right, .ie8 .popup-demo-5 .popup-arrow-right {
1894
+ border-left: 10px solid #013d93;
1895
+ }
1896
+ .ie7 .popup-demo-5 .popup-close, .ie8 .popup-demo-5 .popup-close {
1897
+ border-width: 0px;
1898
+ background-color: transparent;
1899
+ background-image: url('../img/picasso-popup.png');
1900
+ background-position: 0px -27px;
1901
+ }
1902
+ .popup-demo-5 .popup-bottom-arrow:after {
1903
+ left: 132px;
1904
+ }
1905
+
1906
+ .popup-demo-6 {
1907
+ padding: 10px;
1908
+ position: absolute;
1909
+ }
1910
+ .popup-demo-6:after, .ie7 .popup-demo-6 .after {
1911
+ content: "";
1912
+ position: absolute;
1913
+ top: 0px;
1914
+ left: 0px;
1915
+ width: 100%;
1916
+ height: 100%;
1917
+ z-index: 0;
1918
+ }
1919
+ .popup-demo-6 .popup-header h4 {
1920
+ line-height: 20px;
1921
+ padding: 10px;
1922
+ }
1923
+ .popup-demo-6 .popup-container {
1924
+ z-index: 1;
1925
+ position: relative;
1926
+ }
1927
+ .popup-demo-6 .popup-arrow {
1928
+ position: absolute;
1929
+ height: 0px;
1930
+ width: 0px;
1931
+ }
1932
+ .popup-demo-6 .popup-arrow-bottom {
1933
+ bottom: -10px;
1934
+ left: 10px;
1935
+ }
1936
+ .popup-demo-6 .popup-arrow-top {
1937
+ top: -10px;
1938
+ left: 10px;
1939
+ }
1940
+ .popup-demo-6 .popup-arrow-left {
1941
+ left: -10px;
1942
+ top: 10px;
1943
+ }
1944
+ .popup-demo-6 .popup-arrow-right {
1945
+ right: -10px;
1946
+ top: 10px;
1947
+ }
1948
+ .popup-demo-6 .popup-close {
1949
+ position: absolute;
1950
+ z-index: 10;
1951
+ text-align: center;
1952
+ line-height: 17px;
1953
+ height: 20px;
1954
+ width: 20px;
1955
+ top: -13px;
1956
+ right: -13px;
1957
+ }
1958
+ .ie7 .popup-demo-6 .popup-close, .ie8 .popup-demo-6 .popup-close {
1959
+ line-height: 23px;
1960
+ height: 26px;
1961
+ width: 26px;
1962
+ top: -13px;
1963
+ right: -13px;
1964
+ }
1965
+ .ie7 .popup-demo-6 {
1966
+ zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
1967
+ }
1968
+ .popup-demo-6:after, .ie7 .popup-demo-6 .after {
1969
+ background: rgba(68, 137, 81, 0.7);
1970
+ -webkit-border-radius: 20px;
1971
+ -moz-border-radius: 20px;
1972
+ -ms-border-radius: 20px;
1973
+ -o-border-radius: 20px;
1974
+ border-radius: 20px;
1975
+ -webkit-box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
1976
+ -moz-box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
1977
+ box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
1978
+ }
1979
+ .popup-demo-6 .popup-header {
1980
+ background: none repeat scroll 0 0 #f7f7f7;
1981
+ display: block;
1982
+ }
1983
+ .popup-demo-6 .popup-header h4 {
1984
+ margin: 0;
1985
+ color: #003770;
1986
+ font-family: sans-serif;
1987
+ font-size: 16px;
1988
+ font-weight: normal;
1989
+ }
1990
+ .popup-demo-6 .popup-content {
1991
+ background: white;
1992
+ border: 1px solid transparent;
1993
+ }
1994
+ .popup-demo-6 .popup-arrow-bottom {
1995
+ border-left: 10px solid transparent;
1996
+ border-right: 10px solid transparent;
1997
+ border-top: 10px solid rgba(68, 137, 81, 0.7);
1998
+ }
1999
+ .popup-demo-6 .popup-arrow-top {
2000
+ border-left: 10px solid transparent;
2001
+ border-right: 10px solid transparent;
2002
+ border-bottom: 10px solid rgba(68, 137, 81, 0.7);
2003
+ }
2004
+ .popup-demo-6 .popup-arrow-left {
2005
+ border-top: 10px solid transparent;
2006
+ border-bottom: 10px solid transparent;
2007
+ border-right: 10px solid rgba(68, 137, 81, 0.7);
2008
+ }
2009
+ .popup-demo-6 .popup-arrow-right {
2010
+ border-top: 10px solid transparent;
2011
+ border-bottom: 10px solid transparent;
2012
+ border-left: 10px solid rgba(68, 137, 81, 0.7);
2013
+ }
2014
+ .popup-demo-6 .popup-close {
2015
+ cursor: pointer;
2016
+ border: 3px solid white;
2017
+ color: white;
2018
+ font-weight: bold;
2019
+ font-family: sans-serif;
2020
+ font-size: 16px;
2021
+ background: rgba(68, 137, 81, 0.7);
2022
+ -webkit-border-radius: 20px;
2023
+ -moz-border-radius: 20px;
2024
+ -ms-border-radius: 20px;
2025
+ -o-border-radius: 20px;
2026
+ border-radius: 20px;
2027
+ -webkit-box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
2028
+ -moz-box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
2029
+ box-shadow: rgba(0, 0, 0, 0.5) 10px -10px 10px;
2030
+ }
2031
+ .ie7 .popup-demo-6:after, .ie7 .popup-demo-6 .after, .ie8 .popup-demo-6:after, .ie8 .popup-demo-6 .after {
2032
+ background: #448951;
2033
+ filter: alpha(opacity=70);
2034
+ }
2035
+ .ie7 .popup-demo-6 .popup-arrow, .ie8 .popup-demo-6 .popup-arrow {
2036
+ filter: alpha(opacity=70);
2037
+ }
2038
+ .ie7 .popup-demo-6 .popup-arrow-bottom, .ie8 .popup-demo-6 .popup-arrow-bottom {
2039
+ border-top: 10px solid #448951;
2040
+ }
2041
+ .ie7 .popup-demo-6 .popup-arrow-top, .ie8 .popup-demo-6 .popup-arrow-top {
2042
+ border-bottom: 10px solid #448951;
2043
+ }
2044
+ .ie7 .popup-demo-6 .popup-arrow-left, .ie8 .popup-demo-6 .popup-arrow-left {
2045
+ border-right: 10px solid #448951;
2046
+ }
2047
+ .ie7 .popup-demo-6 .popup-arrow-right, .ie8 .popup-demo-6 .popup-arrow-right {
2048
+ border-left: 10px solid #448951;
2049
+ }
2050
+ .ie7 .popup-demo-6 .popup-close, .ie8 .popup-demo-6 .popup-close {
2051
+ border-width: 0px;
2052
+ background-color: transparent;
2053
+ background-image: url('../img/picasso-popup.png');
2054
+ background-position: 0px -53px;
2055
+ }
2056
+ .popup-demo-6 .popup-bottom-arrow:after {
2057
+ left: 132px;
2058
+ }
2059
+
2060
+ .popup-demo-container {
2061
+ float: left;
2062
+ width: 330px;
2063
+ height: 180px;
2064
+ positon: relative;
2065
+ }
2066
+ .ie8 .popup-demo-container, .ie7 .popup-demo-container {
2067
+ width: 240px;
2068
+ }
2069
+
2070
+ .accordion-demo-1 .accordion-header {
2071
+ position: relative;
2072
+ height: 20px;
2073
+ padding: 0 10px;
2074
+ display: block;
2075
+ }
2076
+ .accordion-demo-1 .accordion-header h4 {
2077
+ line-height: 20px;
2078
+ margin: 0px;
2079
+ }
2080
+ .accordion-demo-1 .accordion-header .arrow {
2081
+ height: 0;
2082
+ position: absolute;
2083
+ right: 10px;
2084
+ width: 0;
2085
+ }
2086
+ .accordion-demo-1 .accordion-header-open .arrow {
2087
+ top: 7.5px;
2088
+ }
2089
+ .accordion-demo-1 .accordion-header-close .arrow {
2090
+ top: 6px;
2091
+ }
2092
+ .accordion-demo-1 .accordion-content {
2093
+ position: relative;
2094
+ top: -1px;
2095
+ }
2096
+ .accordion-demo-1 .accordion-header {
2097
+ cursor: pointer;
2098
+ background: #013d93;
2099
+ border-bottom: 1px solid white;
2100
+ }
2101
+ .accordion-demo-1 .accordion-header h4 {
2102
+ color: white;
2103
+ font-size: 13px;
2104
+ }
2105
+ .accordion-demo-1 .accordion-header-open .arrow {
2106
+ border-left: 5px solid transparent;
2107
+ border-right: 5px solid transparent;
2108
+ border-top: 8px solid white;
2109
+ }
2110
+ .accordion-demo-1 .accordion-header-close .arrow {
2111
+ border-left: 8px solid white;
2112
+ border-bottom: 5px solid transparent;
2113
+ border-top: 5px solid transparent;
2114
+ }
2115
+ .accordion-demo-1 .accordion-content {
2116
+ border: 1px solid #CCCCCC;
2117
+ }
2118
+
2119
+ .accordion-demo-2 {
2120
+ width: 300px;
2121
+ }
2122
+ .accordion-demo-2 .accordion-header {
2123
+ position: relative;
2124
+ height: 40px;
2125
+ padding: 0 10px;
2126
+ display: block;
2127
+ }
2128
+ .accordion-demo-2 .accordion-header h4 {
2129
+ line-height: 40px;
2130
+ margin: 0px;
2131
+ }
2132
+ .accordion-demo-2 .accordion-header .arrow {
2133
+ height: 0;
2134
+ position: absolute;
2135
+ right: 10px;
2136
+ width: 0;
2137
+ }
2138
+ .accordion-demo-2 .accordion-header-open .arrow {
2139
+ top: 17.5px;
2140
+ }
2141
+ .accordion-demo-2 .accordion-header-close .arrow {
2142
+ top: 16px;
2143
+ }
2144
+ .accordion-demo-2 .accordion-content {
2145
+ position: relative;
2146
+ top: -1px;
2147
+ }
2148
+ .accordion-demo-2 .accordion-header {
2149
+ cursor: pointer;
2150
+ background: #cccccc;
2151
+ border-bottom: 1px solid white;
2152
+ }
2153
+ .accordion-demo-2 .accordion-header h4 {
2154
+ color: black;
2155
+ font-size: 13px;
2156
+ }
2157
+ .accordion-demo-2 .accordion-header-open .arrow {
2158
+ border-left: 5px solid transparent;
2159
+ border-right: 5px solid transparent;
2160
+ border-top: 8px solid black;
2161
+ }
2162
+ .accordion-demo-2 .accordion-header-close .arrow {
2163
+ border-left: 8px solid black;
2164
+ border-bottom: 5px solid transparent;
2165
+ border-top: 5px solid transparent;
2166
+ }
2167
+ .accordion-demo-2 .accordion-content {
2168
+ border: 1px solid #CCCCCC;
2169
+ }
2170
+
727
2171
  .despegar-size-1-demo {
728
2172
  font-size: 11px;
729
2173
  }