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
team / css / style.css

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

213 lines 4.8 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: 50px 0;
8 overflow: hidden;
9 padding: 40px 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
165 /* ###################paginate########################### */
166
167 .team-container .paginate {
168 margin: 30px 0 0;
169 }
170
171 .team-container .paginate .page-numbers {
172 background: none repeat scroll 0 0 rgb(31, 191, 69);
173 color: rgb(255, 255, 255);
174 display: inline-block;
175 margin: 3px 0;
176 padding: 3px 8px;
177 text-decoration: none
178 }
179
180 .team-container .paginate .page-numbers:hover {
181 background: none repeat scroll 0 0 rgb(14, 140, 44)
182 }
183
184 .team-container .paginate .current {
185 background: none repeat scroll 0 0 rgb(14, 140, 44)
186 }
187
188
189
190 .team-container .team-popup-box .close {
191 background: url(cross-mark.png) no-repeat scroll 7px 7px rgba(0, 0, 0, 0.51);
192 cursor: pointer;
193 display: inline-block;
194 height: 30px;
195 margin-top: 65px;
196 text-align: center;
197 top: 0;
198 vertical-align: top;
199 width: 30px;
200 }
201
202
203
204 @media only screen and (max-width: 700px) {
205 .team-popup-box .team-slide {
206 max-height: 300px;
207 width: 80%
208 }
209 .team-popup-box .team-slide-content {
210 padding: 20px 0;
211 width: 90%
212 }
213 }