tourist-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,77 @@
1
+ .tour-highlight{
2
+ background: transparent;
3
+ -moz-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
4
+ -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
5
+ -o-box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
6
+ box-shadow: 0px 0px 7px 0px rgba(0, 241, 255, 0.701961);
7
+ border-radius: 2px;
8
+ }
9
+
10
+ /* bootstrap styles */
11
+ .popover{
12
+ padding: 0;
13
+ }
14
+ .popover .popover-content{
15
+ padding: 10px 0 0 0;
16
+ min-width: 200px;
17
+ }
18
+ .popover .popover-content p{
19
+ margin: 0 8px 10px 8px;
20
+ }
21
+ .popover .popover-content .action-label{
22
+ background: rgba(0, 111, 255, 0.168627);
23
+ font-size: 14px;
24
+ padding: 3px 10px;
25
+ }
26
+ .popover .popover-content .tour-counter{
27
+ margin: 0; padding: 0;
28
+ position: absolute;
29
+ left: 10px; bottom: 14px;
30
+ font-size: 11px;
31
+ color: #acacac;
32
+ }
33
+ .popover .tour-buttons{
34
+ padding: 8px 10px;
35
+ min-height: 28px;
36
+ background: #f5f5f5;
37
+ border-radius: 0px 0px 6px 6px;
38
+ box-sizing: content-box;
39
+ }
40
+ .popover .btn-close{
41
+ background: none;
42
+ border: none;
43
+ position: absolute;
44
+ top: 4px; right: 7px;
45
+ padding: 0;
46
+ opacity: .3;
47
+ }
48
+ .popover .btn-close:hover{
49
+ opacity: .5;
50
+ }
51
+
52
+ /* qtip2 styles */
53
+ .qtip-tour, .qtip-tour .qtip-content{
54
+ padding: 0;
55
+ }
56
+ .qtip-tour .qtip-content{
57
+ padding-top: 10px;
58
+ }
59
+ .qtip-tour .qtip-content p{
60
+ margin: 0 8px 10px 8px;
61
+ }
62
+ .qtip-tour .qtip-content .action-label{
63
+ background: rgba(0, 111, 255, 0.168627);
64
+ font-size: 14px;
65
+ padding: 3px 10px;
66
+ }
67
+ .qtip-tour .qtip-content .tour-counter{
68
+ font-size: 11px;
69
+ color: #acacac;
70
+ }
71
+ .qtip-tour .tour-buttons{
72
+ padding: 8px 10px;
73
+ min-height: 28px;
74
+ background: #f5f5f5;
75
+ border-radius: 0px 0px 6px 6px;
76
+ box-sizing: content-box;
77
+ }
metadata ADDED
@@ -0,0 +1,85 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tourist-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Mathieu Gagné
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: Adds tourist.js to Rails 3.x asset pipeline
42
+ email:
43
+ - gagne.mathieu@hotmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - .gitignore
49
+ - Gemfile
50
+ - LICENSE.txt
51
+ - README.md
52
+ - Rakefile
53
+ - lib/tourist/rails.rb
54
+ - lib/tourist/rails/engine.rb
55
+ - lib/tourist/rails/version.rb
56
+ - tourist-rails.gemspec
57
+ - vendor/assets/javascripts/tourist.js
58
+ - vendor/assets/javascripts/tourist/backbone.js
59
+ - vendor/assets/javascripts/tourist/underscore.js
60
+ - vendor/assets/stylesheets/tourist.css
61
+ homepage: ''
62
+ licenses:
63
+ - MIT
64
+ metadata: {}
65
+ post_install_message:
66
+ rdoc_options: []
67
+ require_paths:
68
+ - lib
69
+ required_ruby_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - '>='
72
+ - !ruby/object:Gem::Version
73
+ version: '0'
74
+ required_rubygems_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - '>='
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ requirements: []
80
+ rubyforge_project:
81
+ rubygems_version: 2.1.11
82
+ signing_key:
83
+ specification_version: 4
84
+ summary: Adds tourist.js to Rails 3.x asset pipeline
85
+ test_files: []