PluginProbe
Team Showcase / 1.20
Team Showcase v1.20
trunk 1.0 1.1 1.11 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.22.0 1.22.1 1.22.10 1.22.12 1.22.13 1.22.14 All 49 releases
team / css / style.css

style.css in Team Showcase 1.20, at css/style.css

274 lines 6.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "utf-8";
2 /* CSS Document */
3
4
5 /*CSS front page*/
6 .team-container {
7 margin: 0;
8 overflow: hidden;
9 padding: 0;
10 position: relative;
11 text-align: center;
12 width: 100%
13 }
14
15 .team-popup-box {
16 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
17 display: none;
18 height: 100%;
19 left: 0;
20 position: fixed;
21 text-align: center;
22 top: 0;
23 width: 100%;
24 z-index: 2147483647
25 }
26
27 .team-popup-box .team-slide {
28 background: none repeat scroll 0 0 rgb(255, 255, 255);
29 display: none;
30 height: 80%;
31 margin-bottom: 10px;
32 margin-top: 65px;
33 overflow-y: scroll;
34 padding: 20px;
35 position: relative;
36 text-align: left;
37 width: 80%
38 }
39
40 .team-popup-box .team-slide-thumb {
41 display: inline-block;
42 vertical-align: top;
43 width: 45%
44 }
45
46 .team-popup-box .team-slide-thumb img {
47 -moz-border-radius: 0;
48 -webkit-border-radius: 0;
49 border-radius: 0;
50 -moz-box-shadow: none;
51 -webkit-box-shadow: none;
52 box-shadow: none
53 }
54
55 .team-popup-box .team-slide-title {
56 display: inline-block;
57 font-size: 18px;
58 font-weight: bold;
59 padding: 5px 0
60 }
61
62 .team-popup-box .team-slide-position {
63 clear: both;
64 display: inline-block;
65 font-size: 13px;
66 font-style: italic;
67 padding: 5px 0 5px 20px
68 }
69
70 .team-popup-box hr {
71 margin: 0 0 15px;
72 padding: 0
73 }
74
75 .team-popup-box .team-slide-content {
76 display: inline-block;
77 font-size: 13px;
78 padding: 0 20px;
79 width: 45%
80 }
81
82 .team-container .team-social {
83 padding: 10px
84 }
85
86 .team-container .team-social span {
87 -webkit-background-size: 100% auto !important;
88 background-size: 100% auto !important;
89 display: inline-block;
90 height: 20px;
91 margin: 0 2px;
92 width: 20px
93 }
94
95 .team-container .team-social a {
96 display: block;
97 height: 100%;
98 width: 100%
99 }
100
101 /*Icon Themes*/
102 .team-container .team-social.flat span {
103 -moz-border-radius: 0;
104 -webkit-border-radius: 0;
105 border-radius: 0
106 }
107
108 .team-container .team-social.rounded span {
109 -moz-border-radius: 50%;
110 -webkit-border-radius: 50%;
111 border-radius: 50%
112 }
113
114 .team-container .team-social.rounded-border span {
115 border: 2px solid rgba(176, 176, 176, 0.5);
116 -moz-border-radius: 50%;
117 -webkit-border-radius: 50%;
118 border-radius: 50%
119 }
120
121 .team-container .team-social.semi-rounded span {
122 -moz-border-radius: 10px;
123 -webkit-border-radius: 10px;
124 border-radius: 5px
125 }
126
127 .team-container .team-social .website {
128 background: url(icons/website.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
129 }
130
131 .team-container .team-social .email {
132 background: url(icons/email.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
133 }
134
135 .team-container .team-social .skype {
136 background: url(icons/skype.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
137 }
138
139 .team-container .team-social .mobile {
140 background: url(icons/mobile.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
141 }
142
143 .team-container .team-social .facebook {
144 background: url(icons/facebook.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
145 }
146
147 .team-container .team-social .twitter {
148 background: url(icons/twitter.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
149 }
150
151 .team-container .team-social .googleplus {
152 background: url(icons/googleplus.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
153 }
154
155 .team-container .team-social .pinterest {
156 background: url(icons/pinterest.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
157 }
158
159 .team-container .team-social .linkedin {
160 background: url(icons/linkedin.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
161 }
162
163
164 /*Single Team member*/
165
166 .team-meamber-single .team-social {
167 padding: 10px
168 }
169 .team-meamber-single .team-social span {
170 -webkit-background-size: 100% auto !important;
171 background-size: 100% auto !important;
172 display: inline-block;
173 height: 20px;
174 margin: 0 2px;
175 width: 20px
176 }
177
178 .team-meamber-single .team-social a {
179 display: block;
180 height: 100%;
181 width: 100%
182 }
183
184 .team-meamber-single .team-social .website {
185 background: url(icons/website.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
186 }
187
188 .team-meamber-single .team-social .email {
189 background: url(icons/email.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
190 }
191
192 .team-meamber-single .team-social .skype {
193 background: url(icons/skype.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
194 }
195
196 .team-meamber-single .team-social .mobile {
197 background: url(icons/mobile.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
198 }
199
200 .team-meamber-single .team-social .facebook {
201 background: url(icons/facebook.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
202 }
203
204 .team-meamber-single .team-social .twitter {
205 background: url(icons/twitter.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
206 }
207
208 .team-meamber-single .team-social .googleplus {
209 background: url(icons/googleplus.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
210 }
211
212 .team-meamber-single .team-social .pinterest {
213 background: url(icons/pinterest.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
214 }
215
216 .team-meamber-single .team-social .linkedin {
217 background: url(icons/linkedin.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
218 }
219
220
221
222
223
224
225
226 /* ###################paginate########################### */
227
228 .team-container .paginate {
229 margin: 30px 0 0;
230 }
231
232 .team-container .paginate .page-numbers {
233 background: none repeat scroll 0 0 rgb(31, 191, 69);
234 color: rgb(255, 255, 255);
235 display: inline-block;
236 margin: 3px 0;
237 padding: 3px 8px;
238 text-decoration: none
239 }
240
241 .team-container .paginate .page-numbers:hover {
242 background: none repeat scroll 0 0 rgb(14, 140, 44)
243 }
244
245 .team-container .paginate .current {
246 background: none repeat scroll 0 0 rgb(14, 140, 44)
247 }
248
249
250
251 .team-container .team-popup-box .close {
252 background: url(cross-mark.png) no-repeat scroll 7px 7px rgba(0, 0, 0, 0.51);
253 cursor: pointer;
254 display: inline-block;
255 height: 30px;
256 margin-top: 65px;
257 text-align: center;
258 top: 0;
259 vertical-align: top;
260 width: 30px;
261 }
262
263
264
265 @media only screen and (max-width: 700px) {
266 .team-popup-box .team-slide {
267 max-height: 300px;
268 width: 80%
269 }
270 .team-popup-box .team-slide-content {
271 padding: 20px 0;
272 width: 90%
273 }
274 }