File tree 2 files changed +22
-16
lines changed
2 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 4
4
<div class="mid-box-mid row-fluid">
5
5
<!-- Featured Box 1 -->
6
6
<div class="mid-box span3 fade_in_hide element_fade_in">
7
- <div class="skt-iconbox iconbox-top">
8
- <div class="iconbox-icon skt-animated small-to-large skt-viewport">
7
+ <div class="skt-iconbox iconbox-top">
8
+ <div class="iconbox-icon skt-animated small-to-large skt-viewport">
9
9
<?php if (sketch_get_option ($ advertica_shortname .'_fb1_first_part_image ' )) { ?>
10
10
<a class="skt-featured-images" href="<?php if (sketch_get_option ($ advertica_shortname ."_fb1_first_part_link " )) { echo sketch_get_option ($ advertica_shortname ."_fb1_first_part_link " ); } ?> " title="<?php if (sketch_get_option ($ advertica_shortname ."_fb1_first_part_heading " )) { echo sketch_get_option ($ advertica_shortname ."_fb1_first_part_heading " ); } ?> ">
11
11
<span class="skt-featured-image-mask"></span>
16
16
<i class="fa fa-briefcase"></i>
17
17
</a>
18
18
<?php } ?>
19
- </div>
20
- <div class="iconbox-content">
21
- <h4><?php if (sketch_get_option ($ advertica_shortname ."_fb1_first_part_heading " )) { echo sketch_get_option ($ advertica_shortname ."_fb1_first_part_heading " ); } ?> </h4>
22
- <p><?php if (sketch_get_option ($ advertica_shortname ."_fb1_first_part_content " )) { echo sketch_get_option ($ advertica_shortname ."_fb1_first_part_content " ); } ?> </p>
19
+ </div>
20
+ <div class="iconbox-content">
21
+ <h4><?php if (sketch_get_option ($ advertica_shortname ."_fb1_first_part_heading " )) { echo sketch_get_option ($ advertica_shortname ."_fb1_first_part_heading " ); } ?> </h4>
22
+ <p><?php if (sketch_get_option ($ advertica_shortname ."_fb1_first_part_content " )) { echo sketch_get_option ($ advertica_shortname ."_fb1_first_part_content " ); } ?> </p>
23
23
</div>
24
24
<div class="clearfix"></div>
25
25
</div>
93
93
<div class="clearfix"></div>
94
94
</div>
95
95
</div>
96
- </div>
96
+ </div>
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ h3#full-client-box {
78
78
height : 90px ;
79
79
padding : 10px ;
80
80
margin-left : 0px ;
81
- border-radius : 10 px ;
81
+ border-radius : 2 px ;
82
82
border : 1px solid # EDF1F2 ;
83
83
}
84
84
.feature_tour_nav ul li : hover {
@@ -182,7 +182,7 @@ span.tags a {
182
182
/*****************************************************************************/
183
183
/* Team Page */
184
184
# team_list {
185
- max-width : 1000 px ;
185
+ max-width : 1060 px ;
186
186
margin : auto;
187
187
}
188
188
# team_list + hr {
@@ -195,40 +195,46 @@ span.tags a {
195
195
}
196
196
.km_picture {
197
197
float : left;
198
- margin-right : 10px ;
198
+ margin : 0 px 30 px 10px 0 px ;
199
199
}
200
200
.km_picture img {
201
201
width : 150px ;
202
202
height : 150px ;
203
- box-shadow : 3 px 3 px 3 px # AEAEAE ;
203
+ border-radius : 150 px ;
204
204
}
205
205
.km_info {
206
206
float : left;
207
207
width : 300px ;
208
208
}
209
209
.km_info h2 {
210
- margin-bottom : 10 px ;
211
- display : inline ;
210
+ margin-top : 15 px ;
211
+ margin-bottom : 15 px ;
212
212
}
213
213
.km_info p {
214
214
display : inline;
215
+ font-size : 14px ;
216
+ color : # 444 ;
215
217
}
216
218
.km_info h4 {
217
- font-weight : bold;
218
219
display : inline;
220
+ font-size : 14px ;
221
+ color : # 999 ;
219
222
}
220
223
.km_irc {
221
- margin-bottom : 10px ;
222
224
}
223
225
.km_irc p {
224
226
font-style : italic;
225
227
}
226
228
.km_blog {
227
- margin-bottom : 10px ;
228
229
}
229
230
.km_blog p {
230
231
font-style : italic;
231
232
}
232
233
hr + p {
233
234
text-align : center;
234
235
}
236
+ /*****************************************************************************/
237
+ /* Download page */
238
+ .slide_title {
239
+ cursor : pointer;
240
+ }
You can’t perform that action at this time.
0 commit comments