colorbox-rails 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,16 +18,16 @@
|
|
18
18
|
Change the following styles to modify the appearance of ColorBox. They are
|
19
19
|
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
20
20
|
*/
|
21
|
-
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
|
21
|
+
#cboxOverlay{background:url(images/colorbox-rails/overlay.png) repeat 0 0;}
|
22
22
|
#colorbox{}
|
23
|
-
#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
|
24
|
-
#cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
|
25
|
-
#cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
|
26
|
-
#cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
|
27
|
-
#cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
|
28
|
-
#cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
|
29
|
-
#cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
|
30
|
-
#cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
|
23
|
+
#cboxTopLeft{width:21px; height:21px; background:url(images/colorbox-rails/controls.png) no-repeat -101px 0;}
|
24
|
+
#cboxTopRight{width:21px; height:21px; background:url(images/colorbox-rails/controls.png) no-repeat -130px 0;}
|
25
|
+
#cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox-rails/controls.png) no-repeat -101px -29px;}
|
26
|
+
#cboxBottomRight{width:21px; height:21px; background:url(images/colorbox-rails/controls.png) no-repeat -130px -29px;}
|
27
|
+
#cboxMiddleLeft{width:21px; background:url(images/colorbox-rails/controls.png) left top repeat-y;}
|
28
|
+
#cboxMiddleRight{width:21px; background:url(images/colorbox-rails/controls.png) right top repeat-y;}
|
29
|
+
#cboxTopCenter{height:21px; background:url(images/colorbox-rails/border.png) 0 0 repeat-x;}
|
30
|
+
#cboxBottomCenter{height:21px; background:url(images/colorbox-rails/border.png) 0 -29px repeat-x;}
|
31
31
|
#cboxContent{background:#fff; overflow:hidden;}
|
32
32
|
.cboxIframe{background:#fff;}
|
33
33
|
#cboxError{padding:50px; border:1px solid #ccc;}
|
@@ -35,13 +35,13 @@
|
|
35
35
|
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
|
36
36
|
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
|
37
37
|
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
|
38
|
-
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
|
38
|
+
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/colorbox-rails/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
|
39
39
|
#cboxPrevious:hover{background-position:-75px -25px;}
|
40
|
-
#cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
|
40
|
+
#cboxNext{position:absolute; bottom:0; left:27px; background:url(images/colorbox-rails/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
|
41
41
|
#cboxNext:hover{background-position:-50px -25px;}
|
42
|
-
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
|
43
|
-
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
|
44
|
-
#cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
|
42
|
+
#cboxLoadingOverlay{background:url(images/colorbox-rails/loading_background.png) no-repeat center center;}
|
43
|
+
#cboxLoadingGraphic{background:url(images/colorbox-rails/loading.gif) no-repeat center center;}
|
44
|
+
#cboxClose{position:absolute; bottom:0; right:0; background:url(images/colorbox-rails/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
|
45
45
|
#cboxClose:hover{background-position:-25px -25px;}
|
46
46
|
|
47
47
|
/*
|
@@ -64,14 +64,14 @@
|
|
64
64
|
The following provides PNG transparency support for IE6
|
65
65
|
Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
|
66
66
|
*/
|
67
|
-
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
|
68
|
-
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
|
69
|
-
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
|
70
|
-
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
|
71
|
-
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
|
72
|
-
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
|
73
|
-
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
|
74
|
-
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}
|
67
|
+
.cboxIE6 #cboxTopLeft{background:url(images/colorbox-rails/ie6/borderTopLeft.png);}
|
68
|
+
.cboxIE6 #cboxTopCenter{background:url(images/colorbox-rails/ie6/borderTopCenter.png);}
|
69
|
+
.cboxIE6 #cboxTopRight{background:url(images/colorbox-rails/ie6/borderTopRight.png);}
|
70
|
+
.cboxIE6 #cboxBottomLeft{background:url(images/colorbox-rails/ie6/borderBottomLeft.png);}
|
71
|
+
.cboxIE6 #cboxBottomCenter{background:url(images/colorbox-rails/ie6/borderBottomCenter.png);}
|
72
|
+
.cboxIE6 #cboxBottomRight{background:url(images/colorbox-rails/ie6/borderBottomRight.png);}
|
73
|
+
.cboxIE6 #cboxMiddleLeft{background:url(images/colorbox-rails/ie6/borderMiddleLeft.png);}
|
74
|
+
.cboxIE6 #cboxMiddleRight{background:url(images/colorbox-rails/ie6/borderMiddleRight.png);}
|
75
75
|
|
76
76
|
.cboxIE6 #cboxTopLeft,
|
77
77
|
.cboxIE6 #cboxTopCenter,
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: colorbox-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "B\xC5\x82a\xC5\xBCej Kosmowski"
|
@@ -75,7 +75,7 @@ files:
|
|
75
75
|
- app/assets/images/colorbox-rails/loading_background.png
|
76
76
|
- app/assets/images/colorbox-rails/overlay.png
|
77
77
|
- app/assets/stylesheets/colorbox-rails/application.css
|
78
|
-
- app/assets/stylesheets/colorbox-rails/colorbox.css
|
78
|
+
- app/assets/stylesheets/colorbox-rails/colorbox-rails.css
|
79
79
|
- app/assets/javascripts/colorbox-rails/jquery.colorbox-min.js
|
80
80
|
- app/assets/javascripts/colorbox-rails/colorbox-links.js
|
81
81
|
- app/assets/javascripts/colorbox-rails.js
|