flashgrid-ext 1.1.1 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,153 +0,0 @@
1
- /* Table of Contents
2
- ==================================================
3
- #Carousel */
4
-
5
- /* #Carousel
6
- ================================================== */
7
- .carousel { position: relative; }
8
- .carousel-inner {
9
- overflow: hidden;
10
- position: relative;
11
- width: 100%;
12
- }
13
- .carousel-inner > .item {
14
- display: none;
15
- position: relative;
16
- -webkit-transition: 0.6s ease-in-out left;
17
- transition: 0.6s ease-in-out left;
18
- }
19
- .carousel-inner > .item > img,
20
- .carousel-inner > .item > a > img {
21
- display: block;
22
- height: auto;
23
- line-height: 1;
24
- max-width: 100%;
25
- }
26
- .carousel-inner > .active,
27
- .carousel-inner > .next,
28
- .carousel-inner > .prev { display: block; }
29
- .carousel-inner > .active { left: 0; }
30
- .carousel-inner > .next,
31
- .carousel-inner > .prev {
32
- position: absolute;
33
- top: 0;
34
- width: 100%;
35
- }
36
- .carousel-inner > .next { left: 100%; }
37
- .carousel-inner > .prev { left: -100%; }
38
- .carousel-inner > .next.left,
39
- .carousel-inner > .prev.right { left: 0; }
40
- .carousel-inner > .active.left { left: -100%; }
41
- .carousel-inner > .active.right { left: 100%; }
42
- .carousel-control {
43
- bottom: 0;
44
- color: rgba(255,255,255,1);
45
- filter: alpha(opacity=50);
46
- left: 0;
47
- opacity: 0.5;
48
- position: absolute;
49
- text-align: center;
50
- top: 0;
51
- width: 15%;
52
- }
53
- .carousel-control.left {
54
- background-repeat: repeat-x;
55
- background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0.0001) 100%));
56
- background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
57
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
58
- }
59
- .carousel-control.right {
60
- background-repeat: repeat-x;
61
- background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0%), color-stop(rgba(0,0,0,0.5) 100%));
62
- background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
63
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
64
- left: auto;
65
- right: 0;
66
- }
67
- .carousel-control:hover,
68
- .carousel-control:focus {
69
- color: rgba(255,255,255,1);
70
- filter: alpha(opacity=90);
71
- opacity: 0.9;
72
- outline: none;
73
- text-decoration: none;
74
- }
75
- .carousel-control .icon-prev,
76
- .carousel-control .icon-next,
77
- .carousel-control .icon-carousel-left,
78
- .carousel-control .icon-carousel-right {
79
- display: inline-block;
80
- font-size: 48px;
81
- position: absolute;
82
- top: 45%;
83
- z-index: 5;
84
- }
85
- .carousel-control .icon-prev,
86
- .carousel-control .icon-carousel-left { left: 50%; }
87
- .carousel-control .icon-next,
88
- .carousel-control .icon-carousel-right { right: 50%; }
89
- .carousel-control .icon-prev,
90
- .carousel-control .icon-next {
91
- font-family: serif;
92
- height: 48px;
93
- width: 48px;
94
- }
95
- .carousel-control .icon-prev:before { content: '\2039'; }
96
- .carousel-control .icon-next:before { content: '\203a'; }
97
- .carousel-indicators {
98
- bottom: 10px;
99
- left: 50%;
100
- list-style: none;
101
- margin-left: -30%;
102
- padding-left: 0;
103
- position: absolute;
104
- text-align: center;
105
- width: 60%;
106
- z-index: 15;
107
- }
108
- .carousel-indicators li {
109
- display: inline-block;
110
- background: rgba(0,0,0,0);
111
- border: 1px solid rgba(255,255,255,1);
112
- border-radius: 10px;
113
- cursor: pointer;
114
- height: 10px;
115
- margin: 1px;
116
- text-indent: -999px;
117
- width: 10px;
118
- }
119
- .carousel-indicators .active {
120
- background: rgba(255,255,255,1);
121
- height: 12px;
122
- margin: 0;
123
- width: 12px;
124
- }
125
- .carousel-caption {
126
- bottom: 20px;
127
- color: rgba(255,255,255,1);
128
- left: 15%;
129
- padding-top: 20px;
130
- padding-bottom: 20px;
131
- position: absolute;
132
- right: 15%;
133
- text-align: center;
134
- z-index: 10;
135
- }
136
- .carousel-caption h1,
137
- .carousel-caption h2,
138
- .carousel-caption h3,
139
- .carousel-caption h4,
140
- .carousel-caption h5,
141
- .carousel-caption h6 { color: rgba(255,255,255,1); }
142
- @media only screen and (max-width: 767px) {
143
- .carousel-control .icon-carousel-left,
144
- .carousel-control .icon-carousel-right,
145
- .carousel-control .icon-prev,
146
- .carousel-control .icon-next {
147
- font-size:20px;
148
- height: 20px;
149
- width: 20px;
150
- }
151
- .carousel-caption { display: none !important; }
152
- .carousel-indicators { bottom: 20px; }
153
- }
@@ -1,31 +0,0 @@
1
- /* Table of Contents
2
- ==================================================
3
- #Sort */
4
-
5
- /* #Sort
6
- ================================================== */
7
- .sort {
8
- border-top: 1px solid rgba(217,222,225,1);
9
- border-bottom: 1px solid rgba(217,222,225,1);
10
- list-style-type: none;
11
- padding: 0;
12
- }
13
- .sort > li { padding: 5px 0; }
14
- .sort > li:first-child {
15
- padding-bottom: 5px;
16
- padding-top: 10px;
17
- }
18
- .sort > li:last-child {
19
- padding-bottom: 10px;
20
- padding-top: 5px;
21
- }
22
- .sort-bordered > li {
23
- border-top: 1px solid rgba(217,222,225,1);
24
- padding: 8px 0;
25
- }
26
- .sort-bordered > li:first-child { border: none; }
27
- .sort-striped > li:nth-child(even) { background: rgba(246,247,249,1); }
28
- .sort-scrollable {
29
- max-height: 300px;
30
- overflow-y: scroll;
31
- }