|
1 | 1 | .slider-container { |
2 | | - position: relative; |
3 | | - top: 0px; |
4 | | - left: 0px; |
5 | | - width: 600px; |
6 | | - height: 300px; |
7 | | - overflow: hidden; |
| 2 | + position: relative; |
| 3 | + top: 0px; |
| 4 | + left: 0px; |
| 5 | + width: 600px; |
| 6 | + height: 300px; |
| 7 | + overflow: hidden; |
8 | 8 | } |
9 | 9 |
|
10 | | - .slider-container #slider-loading { |
11 | | - position: absolute; |
12 | | - top: 0px; |
13 | | - left: 0px; |
14 | | - } |
15 | | - |
16 | | -#slider-loading-background { |
17 | | - filter: alpha(opacity=70); |
18 | | - opacity: 0.7; |
| 10 | + .slider-container #slider-loading { |
19 | 11 | position: absolute; |
20 | | - display: block; |
21 | | - background-color: #000000; |
22 | 12 | top: 0px; |
23 | 13 | left: 0px; |
24 | | - width: 100%; |
25 | | - height: 100%; |
| 14 | + } |
| 15 | + |
| 16 | +#slider-loading-background { |
| 17 | + filter: alpha(opacity=70); |
| 18 | + opacity: 0.7; |
| 19 | + position: absolute; |
| 20 | + display: block; |
| 21 | + background-color: #000000; |
| 22 | + top: 0px; |
| 23 | + left: 0px; |
| 24 | + width: 100%; |
| 25 | + height: 100%; |
26 | 26 | } |
27 | 27 |
|
28 | 28 | #slider-loading #loading { |
29 | | - position: absolute; |
30 | | - display: block; |
31 | | - background: url(../Content/Images/ajax_loader.gif) no-repeat center center; |
32 | | - top: 0px; |
33 | | - left: 0px; |
34 | | - width: 100%; |
35 | | - height: 100%; |
| 29 | + position: absolute; |
| 30 | + display: block; |
| 31 | + background: url(../Content/Images/ajax_loader.gif) no-repeat center center; |
| 32 | + top: 0px; |
| 33 | + left: 0px; |
| 34 | + width: 100%; |
| 35 | + height: 100%; |
36 | 36 | } |
37 | 37 |
|
38 | 38 | #slide-collection { |
39 | | - cursor: pointer; |
40 | | - position: absolute; |
41 | | - left: 0px; |
42 | | - top: 0px; |
43 | | - width: 600px; |
44 | | - height: 300px; |
45 | | - overflow: hidden; |
| 39 | + cursor: pointer; |
| 40 | + position: absolute; |
| 41 | + left: 0px; |
| 42 | + top: 0px; |
| 43 | + width: 600px; |
| 44 | + height: 300px; |
| 45 | + overflow: hidden; |
46 | 46 | } |
47 | 47 |
|
48 | 48 | .jssorb05 { |
49 | | - position: absolute; |
50 | | - transform: none !important; |
| 49 | + position: absolute; |
| 50 | + transform: none !important; |
51 | 51 | } |
52 | 52 |
|
53 | | - .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av { |
54 | | - position: absolute; |
55 | | - /* size of bullet elment */ |
56 | | - width: 20px; |
57 | | - height: 20px; |
58 | | - /*background: url(../Content/Images/b14.png) no-repeat;*/ |
59 | | - background:#4ab2f1; |
60 | | - overflow: hidden; |
61 | | - cursor: pointer; |
62 | | - } |
63 | | - |
64 | | - .jssorb05 div { |
65 | | - background:#eaeaea; |
66 | | - /*background-position: -7px -7px;*/ |
67 | | - } |
| 53 | + .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av { |
| 54 | + position: absolute; |
| 55 | + /* size of bullet elment */ |
| 56 | + width: 20px; |
| 57 | + height: 20px; |
| 58 | + background: #4ab2f1; |
| 59 | + overflow: hidden; |
| 60 | + cursor: pointer; |
| 61 | + } |
68 | 62 |
|
69 | | - .jssorb05 div:hover, .jssorb05 .av:hover { |
70 | | - background-position: -37px -7px; |
71 | | - } |
| 63 | + .jssorb05 div { |
| 64 | + background: #eaeaea; |
| 65 | + /*background-position: -7px -7px;*/ |
| 66 | + } |
72 | 67 |
|
73 | | - .jssorb05 .av { |
74 | | - background-position: -67px -7px; |
| 68 | + .jssorb05 div:hover, .jssorb05 .av:hover { |
| 69 | + background-position: -37px -7px; |
75 | 70 | } |
76 | 71 |
|
77 | | - .jssorb05 .dn, .jssorb05 .dn:hover { |
78 | | - background-position: -97px -7px; |
79 | | - } |
| 72 | + .jssorb05 .av { |
| 73 | + background-position: -67px -7px; |
| 74 | + } |
| 75 | + |
| 76 | + .jssorb05 .dn, .jssorb05 .dn:hover { |
| 77 | + background-position: -97px -7px; |
| 78 | + } |
80 | 79 |
|
81 | 80 | /*<!--#endregion Bullet Navigator Skin End --> |
82 | 81 | <!--#region Arrow Navigator Skin Begin --> |
83 | 82 | <!-- Help: http://www.jssor.com/development/slider-with-arrow-navigator-jquery.html -->*/ |
84 | 83 | .jssora12l, .jssora12r { |
85 | | - display: block; |
86 | | - position: absolute; |
87 | | - /* size of arrow element */ |
88 | | - width: 45px; |
89 | | - height: 46px; |
90 | | - cursor: pointer; |
91 | | - background: url(../Content/Images/a17.png) no-repeat; |
92 | | - overflow: hidden; |
| 84 | + display: block; |
| 85 | + position: absolute; |
| 86 | + cursor: pointer; |
| 87 | + overflow: hidden; |
93 | 88 | } |
94 | 89 |
|
95 | 90 | .jssora12l { |
96 | | - background-position: -10px -37px; |
97 | | - top: 123px; |
98 | | - left: 10px; |
| 91 | + left: 10px; |
| 92 | + border-top: 15px solid transparent; |
| 93 | + border-bottom: 15px solid transparent; |
| 94 | + border-right: 15px solid #eaeaea; |
99 | 95 | } |
100 | 96 |
|
101 | 97 | .jssora12r { |
102 | | - background-position: -72px -37px; |
103 | | - top: 123px; |
104 | | - right: 10px; |
| 98 | + border-top: 15px solid transparent; |
| 99 | + border-bottom: 15px solid transparent; |
| 100 | + border-left: 15px solid #eaeaea; |
| 101 | + right: 10px; |
105 | 102 | } |
106 | 103 |
|
107 | 104 | .jssora12l:hover { |
108 | | - background-position: -130px -37px; |
| 105 | + border-right: 15px solid #4ab2f1; |
109 | 106 | } |
110 | 107 |
|
111 | 108 | .jssora12r:hover { |
112 | | - background-position: -191px -37px; |
| 109 | + border-left: 15px solid #4ab2f1; |
113 | 110 | } |
114 | 111 |
|
115 | 112 | .jssora12l.jssora12ldn { |
116 | | - background-position: -251px -37px; |
| 113 | + border-right: 15px solid #4ab2f1; |
117 | 114 | } |
118 | 115 |
|
119 | 116 | .jssora12r.jssora12rdn { |
120 | | - background-position: -311px -37px; |
| 117 | + |
121 | 118 | } |
122 | 119 |
|
123 | 120 | .slide-description { |
124 | | - position: absolute; |
125 | | - z-index: 1; |
126 | | - width: 100%; |
127 | | - height: 100%; |
| 121 | + position: absolute; |
| 122 | + z-index: 1; |
| 123 | + width: 100%; |
| 124 | + height: 100%; |
128 | 125 | } |
0 commit comments