Skip to content

Commit 0baf93c

Browse files
committed
let's use gulp!
1 parent 4f496da commit 0baf93c

File tree

1,108 files changed

+133356
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,108 files changed

+133356
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tooltip.jquery
33

44
Meu primeiro plugin <3
55
<p>A primeira versão de uma brincadeira para estudo de jquery</p>
6+
http://tests.guiatech.com.br/tooltip/

gulpfile.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
var gulp = require( 'gulp' ) ;
2+
var sass = require( 'gulp-sass' ) ;
3+
var cssmin = require('cssmin');
4+
5+
gulp.task( 'tcharam', function() {
6+
gulp.src( './jquery.tooltip/sass/style-tooltip.scss' )
7+
.pipe( sass() )
8+
.pipe( gulp.dest('./jquery.tooltip/css') ) ;
9+
} ) ;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>tooltip - test</title>
55
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
6-
<script type="text/javascript" src="jquery.tooltip/jquery.tooltip.js"></script>
6+
<script type="text/javascript" src="jquery.tooltip/js/jquery.tooltip.js"></script>
77

88
<style type="text/css">
99
.container { margin: 0 auto; width: 1000px; }

jquery.tooltip/css/style-tooltip.css

Lines changed: 263 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
/* =============================================================================
2+
CSS Reset
3+
========================================================================== */
4+
/* HTML5 Boilerplate Reset - http://html5boilerplate.com/ */
5+
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
6+
display: block; }
7+
8+
audio, canvas, video {
9+
display: inline-block;
10+
*display: inline;
11+
*zoom: 1; }
12+
13+
audio:not([controls]) {
14+
display: none; }
15+
16+
[hidden] {
17+
display: none; }
18+
19+
html {
20+
font-size: 100%;
21+
-webkit-text-size-adjust: 100%;
22+
-ms-text-size-adjust: 100%;
23+
-webkit-font-smoothing: antialiased; }
24+
25+
html, button, input, select, textarea {
26+
font-family: sans-serif;
27+
color: #222; }
28+
29+
body {
30+
margin: 0;
31+
font-size: 1em;
32+
line-height: 1.4; }
33+
34+
::-moz-selection {
35+
background: #2a5075;
36+
color: #fff;
37+
text-shadow: none; }
38+
39+
::selection {
40+
background: #2a5075;
41+
color: #fff;
42+
text-shadow: none; }
43+
44+
a {
45+
color: #00e; }
46+
47+
a:visited {
48+
color: #551a8b; }
49+
50+
a:hover {
51+
color: #06e; }
52+
53+
a:focus {
54+
outline: thin dotted; }
55+
56+
a:hover, a:active {
57+
outline: 0; }
58+
59+
abbr[title] {
60+
border-bottom: 1px dotted; }
61+
62+
b, strong {
63+
font-weight: bold; }
64+
65+
blockquote {
66+
margin: 1em 40px; }
67+
68+
dfn {
69+
font-style: italic; }
70+
71+
hr {
72+
display: block;
73+
height: 1px;
74+
border: 0;
75+
border-top: 1px solid #ccc;
76+
margin: 1em 0;
77+
padding: 0; }
78+
79+
ins {
80+
background: #ff9;
81+
color: #000;
82+
text-decoration: none; }
83+
84+
mark {
85+
background: #ff0;
86+
color: #000;
87+
font-style: italic;
88+
font-weight: bold; }
89+
90+
pre, code, kbd, samp {
91+
font-family: monospace, serif;
92+
_font-family: 'courier new', monospace;
93+
font-size: 1em; }
94+
95+
pre {
96+
white-space: pre;
97+
white-space: pre-wrap;
98+
word-wrap: break-word; }
99+
100+
q {
101+
quotes: none; }
102+
103+
q:before, q:after {
104+
content: "";
105+
content: none; }
106+
107+
small {
108+
font-size: 85%; }
109+
110+
sub, sup {
111+
font-size: 75%;
112+
line-height: 0;
113+
position: relative;
114+
vertical-align: baseline; }
115+
116+
sup {
117+
top: -0.5em; }
118+
119+
sub {
120+
bottom: -0.25em; }
121+
122+
ul, ol {
123+
margin: 0;
124+
padding: 0; }
125+
126+
dd {
127+
margin: 0 0 0 40px; }
128+
129+
nav ul, nav ol {
130+
list-style: none;
131+
list-style-image: none; }
132+
133+
img {
134+
border: 0;
135+
-ms-interpolation-mode: bicubic;
136+
vertical-align: middle; }
137+
138+
svg:not(:root) {
139+
overflow: hidden; }
140+
141+
figure {
142+
margin: 0; }
143+
144+
form {
145+
margin: 0; }
146+
147+
fieldset {
148+
border: 0;
149+
margin: 0;
150+
padding: 0; }
151+
152+
label {
153+
cursor: pointer; }
154+
155+
legend {
156+
border: 0;
157+
*margin-left: -7px;
158+
padding: 0;
159+
white-space: normal; }
160+
161+
button, input, select, textarea {
162+
font-size: 100%;
163+
margin: 0;
164+
vertical-align: baseline;
165+
*vertical-align: middle; }
166+
167+
button, input {
168+
line-height: normal; }
169+
170+
button, input[type="button"], input[type="reset"], input[type="submit"] {
171+
cursor: pointer;
172+
-webkit-appearance: button;
173+
*overflow: visible; }
174+
175+
button[disabled], input[disabled] {
176+
cursor: default; }
177+
178+
input[type="checkbox"], input[type="radio"] {
179+
box-sizing: border-box;
180+
padding: 0;
181+
*width: 13px;
182+
*height: 13px; }
183+
184+
input[type="search"] {
185+
-webkit-appearance: textfield;
186+
-moz-box-sizing: content-box;
187+
-webkit-box-sizing: content-box;
188+
box-sizing: content-box; }
189+
190+
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
191+
-webkit-appearance: none; }
192+
193+
button::-moz-focus-inner, input::-moz-focus-inner {
194+
border: 0;
195+
padding: 0; }
196+
197+
textarea {
198+
overflow: auto;
199+
vertical-align: top;
200+
resize: vertical; }
201+
202+
input:invalid, textarea:invalid {
203+
background-color: #f0dddd; }
204+
205+
table {
206+
border-collapse: collapse;
207+
border-spacing: 0; }
208+
209+
td {
210+
vertical-align: top; }
211+
212+
.ir {
213+
display: block;
214+
border: 0;
215+
text-indent: -999em;
216+
overflow: hidden;
217+
background-color: transparent;
218+
background-repeat: no-repeat;
219+
text-align: left;
220+
direction: ltr;
221+
*line-height: 0; }
222+
223+
.ir br {
224+
display: none; }
225+
226+
::-webkit-input-placeholder {
227+
font-weight: 300; }
228+
229+
input:-moz-placeholder {
230+
font-weight: 300; }
231+
232+
/* =============================================================================
233+
General
234+
========================================================================== */
235+
.tooltip {
236+
background: #525252;
237+
border-radius: 3px;
238+
color: #fff;
239+
padding: 7px;
240+
position: absolute;
241+
font-weight: bold;
242+
box-shadow: 3px 2px 0px #797979;
243+
/*opacity: 0.6;*/ }
244+
245+
.tooltip:before {
246+
border: 7px solid transparent;
247+
content: "";
248+
height: 0;
249+
position: absolute;
250+
width: 0; }
251+
252+
.top:before {
253+
border-top: 7px solid #797979;
254+
bottom: -14px;
255+
/*opacity: 0.6;*/ }
256+
257+
.bottom:before {
258+
border-bottom: 7px solid #797979;
259+
top: -14px;
260+
/*opacity: 0.6;*/ }
261+
262+
.right:before {
263+
right: 5px; }

node_modules/.bin/gulp

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/gulp.cmd

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/gulp-sass/.npmignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/gulp-sass/.travis.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)