PluginProbe
Team Showcase / 1.7
Team Showcase v1.7
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
← All changes | css/style.css +2 -63 1.201.7 View file →
@@ -3,11 +3,11 @@
3 3
4 4
5 5 /*CSS front page*/
6 6 .team-container {
7 - margin: 0;
7 + margin: 50px 0;
8 8 overflow: hidden;
9 - padding: 0;
9 + padding: 40px 0;
10 10 position: relative;
11 11 text-align: center;
12 12 width: 100%
13 13 }
@@ -158,69 +158,8 @@
158 158
159 159 .team-container .team-social .linkedin {
160 160 background: url(icons/linkedin.png) repeat scroll 0 0 rgba(0, 0, 0, 0)
161 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 162
224 163
225 164
226 165 /* ###################paginate########################### */