-
Notifications
You must be signed in to change notification settings - Fork 0
/
wp-about-author.css
58 lines (57 loc) · 1.02 KB
/
wp-about-author.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@charset "utf-8";
/* CSS Document */
.wp-about-author-containter h3, .wp-about-author-containter p{
margin:0 0 10px 0;
padding:0;
}
.wp-about-author-containter-top{
background: #f2f7fc;
border-top: 4px solid #000;
clear: both;
margin: 20px 0;
overflow: hidden;
padding: 20px;
}
.wp-about-author-containter-around{
background: #f2f7fc;
border: 1px solid #000;
clear: both;
margin: 20px 0;
overflow: hidden;
padding: 20px;
}
.wp-about-author-containter-none{
background: #f2f7fc;
border-top:none;
clear: both;
margin: 20px 0;
overflow: hidden;
padding: 20px;
}
.wp-about-author-pic{
background: #fff;
border: 1px solid #e7e7e7;
float: left;
height: 100px;
width: 100px;
margin: 0 -122px 0 0;
padding: 10px;
}
.wp-about-author-pic img{
width: 100px;
height: 100px;
max-width: 100px;
}
.wp-about-author-text{
float: left;
margin: 0 0 0 140px;
}
.wp-about-author-text p {
margin: 0 0 5px 0;
}
.wp-about-author-text p.wpa-nomargin {
margin: 0;
}
.wpa-social-icons{
margin:0 3px;
}