picasso 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/docs/todo.html ADDED
@@ -0,0 +1,148 @@
1
+ <!DOCTYPE html>
2
+ <!--[if IE 7]> <html class="ie7"> <![endif]-->
3
+ <!--[if IE 8]> <html class="ie8"> <![endif]-->
4
+ <!--[if IE 9]> <html class="ie9"> <![endif]-->
5
+ <!--[if gt IE 9]><!--> <html> <!--<![endif]-->
6
+
7
+ <head>
8
+ <meta charset="utf-8">
9
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
10
+ <title>Picasso. Framework CSS/Sass.</title>
11
+
12
+ <link type="text/css" rel="stylesheet" href="./css/markdown.css">
13
+ <link type="text/css" rel="stylesheet" href="./css/github.css">
14
+ <link type="text/css" rel="stylesheet" href="./css/style.css">
15
+ </head>
16
+
17
+ <body>
18
+
19
+
20
+ <header>
21
+ <h1>Picasso. Framework CSS/Sass.</h1>
22
+ </header>
23
+
24
+
25
+
26
+
27
+ <hr>
28
+
29
+ <h2>Contenidos</h2>
30
+
31
+ <aside>
32
+ <nav>
33
+ <ol>
34
+
35
+ <li>
36
+ <a href="./intro.html#introduccioacuten">Introducci&amp;oacute;n</a>
37
+
38
+ <ol>
39
+
40
+ <li><a href="./intro.html#repositorio">Repositorio</a></li>
41
+
42
+ <li><a href="./intro.html#instalacioacuten">Instalaci&amp;oacute;n</a></li>
43
+
44
+ <li><a href="./intro.html#actualizacioacuten">Actualizaci&amp;oacute;n</a></li>
45
+
46
+ </ol>
47
+
48
+ </li>
49
+
50
+ <li>
51
+ <a href="./changelog.html#changelog">Changelog</a>
52
+
53
+ <ol>
54
+
55
+ <li><a href="./changelog.html#003">0.0.3</a></li>
56
+
57
+ <li><a href="./changelog.html#002">0.0.2</a></li>
58
+
59
+ <li><a href="./changelog.html#001">0.0.1</a></li>
60
+
61
+ </ol>
62
+
63
+ </li>
64
+
65
+ <li>
66
+ <a href="./todo.html#todo">Todo</a>
67
+
68
+ <ol>
69
+
70
+ </ol>
71
+
72
+ </li>
73
+
74
+ <li>
75
+ <a href="./docs.html#generar-la-documentacioacuten">Generar la documentaci&amp;oacute;n</a>
76
+
77
+ <ol>
78
+
79
+ </ol>
80
+
81
+ </li>
82
+
83
+ <li>
84
+ <a href="./components.html#components">Components</a>
85
+
86
+ <ol>
87
+
88
+ <li><a href="./buttons.html#buttons">Buttons</a></li>
89
+
90
+ <li><a href="./buttons.html#mini-buttons">Mini-Buttons</a></li>
91
+
92
+ <li><a href="./arrows.html#arrows">Arrows</a></li>
93
+
94
+ <li><a href="./bubbles.html#bubbles">Bubbles</a></li>
95
+
96
+ <li><a href="./ie.html#internet-explorer">Internet Explorer</a></li>
97
+
98
+ </ol>
99
+
100
+ </li>
101
+
102
+ <li>
103
+ <a href="./utils.html#utils">Utils</a>
104
+
105
+ <ol>
106
+
107
+ <li><a href="./utils.html#clearfix">Clearfix</a></li>
108
+
109
+ </ol>
110
+
111
+ </li>
112
+
113
+ <li>
114
+ <a href="./despegar.html#despegar">Despegar</a>
115
+
116
+ <ol>
117
+
118
+ <li><a href="./despegar.html#variables">Variables</a></li>
119
+
120
+ </ol>
121
+
122
+ </li>
123
+
124
+ </ol>
125
+ </nav>
126
+ </aside>
127
+
128
+
129
+
130
+ <hr>
131
+
132
+ <article>
133
+ <a name="todo"></a><h1>Todo</h1>
134
+ <p>...</p>
135
+
136
+ </article>
137
+
138
+
139
+ <footer>
140
+ </footer>
141
+
142
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
143
+ <script src="./js/docs.js"></script>
144
+ <script src="./js/rainbow-custom.min.js"></script>
145
+
146
+ </body>
147
+
148
+ </html>
data/docs/utils.html CHANGED
@@ -1,10 +1,13 @@
1
- <!doctype html>
2
- <html>
1
+ <!DOCTYPE html>
2
+ <!--[if IE 7]> <html class="ie7"> <![endif]-->
3
+ <!--[if IE 8]> <html class="ie8"> <![endif]-->
4
+ <!--[if IE 9]> <html class="ie9"> <![endif]-->
5
+ <!--[if gt IE 9]><!--> <html> <!--<![endif]-->
3
6
 
4
7
  <head>
5
8
  <meta charset="utf-8">
6
9
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
7
- <title>Picasso Docs</title>
10
+ <title>Picasso. Framework CSS/Sass.</title>
8
11
 
9
12
  <link type="text/css" rel="stylesheet" href="./css/markdown.css">
10
13
  <link type="text/css" rel="stylesheet" href="./css/github.css">
@@ -14,67 +17,121 @@
14
17
  <body>
15
18
 
16
19
 
20
+ <header>
21
+ <h1>Picasso. Framework CSS/Sass.</h1>
22
+ </header>
23
+
24
+
25
+
26
+
27
+ <hr>
28
+
29
+ <h2>Contenidos</h2>
30
+
31
+ <aside>
32
+ <nav>
33
+ <ol>
34
+
35
+ <li>
36
+ <a href="./intro.html#introduccioacuten">Introducci&amp;oacute;n</a>
37
+
38
+ <ol>
39
+
40
+ <li><a href="./intro.html#repositorio">Repositorio</a></li>
41
+
42
+ <li><a href="./intro.html#instalacioacuten">Instalaci&amp;oacute;n</a></li>
43
+
44
+ <li><a href="./intro.html#actualizacioacuten">Actualizaci&amp;oacute;n</a></li>
45
+
46
+ </ol>
47
+
48
+ </li>
49
+
50
+ <li>
51
+ <a href="./changelog.html#changelog">Changelog</a>
52
+
53
+ <ol>
54
+
55
+ <li><a href="./changelog.html#003">0.0.3</a></li>
56
+
57
+ <li><a href="./changelog.html#002">0.0.2</a></li>
58
+
59
+ <li><a href="./changelog.html#001">0.0.1</a></li>
60
+
61
+ </ol>
62
+
63
+ </li>
64
+
65
+ <li>
66
+ <a href="./todo.html#todo">Todo</a>
67
+
68
+ <ol>
69
+
70
+ </ol>
71
+
72
+ </li>
73
+
74
+ <li>
75
+ <a href="./docs.html#generar-la-documentacioacuten">Generar la documentaci&amp;oacute;n</a>
76
+
77
+ <ol>
78
+
79
+ </ol>
80
+
81
+ </li>
82
+
83
+ <li>
84
+ <a href="./components.html#components">Components</a>
85
+
86
+ <ol>
87
+
88
+ <li><a href="./buttons.html#buttons">Buttons</a></li>
89
+
90
+ <li><a href="./buttons.html#mini-buttons">Mini-Buttons</a></li>
91
+
92
+ <li><a href="./arrows.html#arrows">Arrows</a></li>
93
+
94
+ <li><a href="./bubbles.html#bubbles">Bubbles</a></li>
95
+
96
+ <li><a href="./ie.html#internet-explorer">Internet Explorer</a></li>
97
+
98
+ </ol>
99
+
100
+ </li>
101
+
102
+ <li>
103
+ <a href="./utils.html#utils">Utils</a>
104
+
105
+ <ol>
106
+
107
+ <li><a href="./utils.html#clearfix">Clearfix</a></li>
108
+
109
+ </ol>
110
+
111
+ </li>
112
+
113
+ <li>
114
+ <a href="./despegar.html#despegar">Despegar</a>
115
+
116
+ <ol>
117
+
118
+ <li><a href="./despegar.html#variables">Variables</a></li>
119
+
120
+ </ol>
121
+
122
+ </li>
123
+
124
+ </ol>
125
+ </nav>
126
+ </aside>
17
127
 
18
128
 
19
- <aside>
20
- <nav>
21
- <ol>
22
-
23
- <li>
24
- <a href="./intro.html#picasso-framework-css-sass">Picasso. Framework CSS/Sass.</a>
25
-
26
- <ol>
27
-
28
- </ol>
29
-
30
- </li>
31
-
32
- <li>
33
- <a href="./components.html#components">Components</a>
34
-
35
- <ol>
36
-
37
- <li><a href="./buttons.html#buttons">Buttons</a></li>
38
-
39
- <li><a href="./buttons.html#mini-buttons">Mini-Buttons</a></li>
40
-
41
- <li><a href="./arrows.html#arrows">Arrows</a></li>
42
-
43
- <li><a href="./bubbles.html#bubbles">Bubbles</a></li>
44
-
45
- </ol>
46
-
47
- </li>
48
-
49
- <li>
50
- <a href="./utils.html#utils">Utils</a>
51
-
52
- <ol>
53
-
54
- <li><a href="./utils.html#clearfix">Clearfix</a></li>
55
-
56
- </ol>
57
-
58
- </li>
59
-
60
- <li>
61
- <a href="./despegar.html#despegar">Despegar</a>
62
-
63
- <ol>
64
-
65
- <li><a href="./despegar.html#variables">Variables</a></li>
66
-
67
- </ol>
68
-
69
- </li>
70
-
71
- </ol>
72
- </nav>
73
- </aside>
74
-
75
-
76
- <article>
77
- <a name="utils"></a><h1>Utils</h1>
129
+
130
+ <hr>
131
+
132
+ <article>
133
+ <hr>
134
+ <a name="utils"></a><h1>Utils</h1>
78
135
  <a name="clearfix"></a><h2>Clearfix</h2>
79
136
  <p>Basado en <a href="http://nicolasgallagher.com/micro-clearfix-hack/">http://nicolasgallagher.com/micro-clearfix-hack/</a>.
80
137
 
@@ -91,11 +148,9 @@
91
148
 
92
149
 
93
150
  <footer>
94
- <a href="./all.html">Everything on a single page</a>
95
-
96
151
  </footer>
97
152
 
98
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
153
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
99
154
  <script src="./js/docs.js"></script>
100
155
  <script src="./js/rainbow-custom.min.js"></script>
101
156
 
@@ -1,3 +1,3 @@
1
1
  module Picasso
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/picasso.gemspec CHANGED
@@ -2,18 +2,19 @@
2
2
  require File.expand_path('../lib/picasso/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
- gem.authors = ["Leandro D'Onofrio"]
6
- gem.email = ["ldonofrio@despegar.com"]
7
- gem.description = %q{Picasso - Sass/Compass Framework}
8
- gem.summary = %q{Picasso - Sass/Compass Framework. Despegar.com}
9
- gem.homepage = "http://www.despegar.com/"
5
+ gem.authors = ["Leandro D'Onofrio"]
6
+ gem.email = ["ldonofrio@despegar.com"]
7
+ gem.description = %q{Picasso - Sass/Compass Framework}
8
+ gem.summary = %q{Picasso - Sass/Compass Framework. Despegar.com}
9
+ gem.homepage = "http://www.despegar.com/"
10
10
 
11
- gem.has_rdoc = false
12
- gem.rubygems_version = "1.3.5"
13
- gem.files = `git ls-files`.split($\)
14
- gem.name = "picasso"
15
- gem.require_paths = ["lib"]
16
- gem.version = Picasso::VERSION
11
+ gem.has_rdoc = false
12
+ gem.rubygems_version = "1.3.5"
13
+ gem.files = `git ls-files`.split($\)
14
+ gem.name = "picasso"
15
+ gem.require_paths = ["lib"]
16
+ gem.version = Picasso::VERSION
17
+ gem.post_install_message = "\n\n##################################################\n## Picasso - Sass/Compass Framework\n\n## Versión: " + Picasso::VERSION + "\n## Documentación: http://dl.dropbox.com/u/54126/picasso/docs/all.html\n## CHANGELOG: http://dl.dropbox.com/u/54126/picasso/docs/changelog.html#changelog\n##################################################\n\n"
17
18
 
18
19
  gem.add_dependency("compass", [">= 0.12.1"])
19
20
  end
@@ -4,13 +4,14 @@
4
4
 
5
5
  @import "compass/css3/images";
6
6
  @import "compass/css3/border-radius";
7
- //@import "compass/css3/pie";
7
+ @import "compass/css3/pie";
8
8
 
9
9
  $button-default-width : 90px;
10
10
  $button-default-height: 30px;
11
11
  $button-default-background: red;
12
12
  $button-default-color: white;
13
13
  $button-default-font-size: 12px;
14
+ $experimental-support-for-pie: false;
14
15
 
15
16
  @mixin button(
16
17
 
@@ -64,6 +65,20 @@ $button-default-font-size: 12px;
64
65
 
65
66
  }
66
67
 
68
+ .ie9 &, .ie8 &, .ie7 &{
69
+
70
+ @if $experimental-support-for-pie == true {
71
+
72
+ @include pie;
73
+
74
+ } @else {
75
+
76
+ background-color: $background;
77
+
78
+ }
79
+
80
+ }
81
+
67
82
  }
68
83
 
69
84
  @mixin button-layout($width, $height){
@@ -5,12 +5,13 @@
5
5
  @import "compass/css3/images";
6
6
  @import "compass/css3/box-shadow";
7
7
  @import "compass/css3/border-radius";
8
- //@import "compass/css3/pie";
8
+ @import "compass/css3/pie";
9
9
 
10
10
  $mini-button-default-height : 20px;
11
11
  $mini-button-default-font-size: 11px;
12
12
  $mini-button-default-background: #F0F0F0;
13
13
  $mini-button-default-color: #0E6695;
14
+ $experimental-support-for-pie: false;
14
15
 
15
16
  @mixin mini-button(
16
17
 
@@ -49,6 +50,20 @@ $mini-button-default-color: #0E6695;
49
50
  font-size: $mini-button-default-font-size;
50
51
  }
51
52
 
53
+ .ie9 &, .ie8 &, .ie7 &{
54
+
55
+ @if $experimental-support-for-pie == true {
56
+
57
+ @include pie;
58
+
59
+ } @else {
60
+
61
+ background-color: $background;
62
+
63
+ }
64
+
65
+ }
66
+
52
67
  }
53
68
 
54
69
  @mixin mini-button-layout(){