forked from miya0001/child-pages-shortcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.src.css
62 lines (53 loc) · 990 Bytes
/
style.src.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
58
59
60
61
.child_pages
{
overflow: auto;
margin-bottom: 1em;
}
.child_pages .child_page
{
float: left;
overflow: hidden;
}
.child_pages .child_page-container
{
margin: 5px;
border: 1px solid #dedede;
background-image: url(img/bg-white.png);
background-repeat: repeat-x;
background-position: left bottom;
border-radius: 5px;
padding: 10px;
}
.child_pages .post_thumb
{
text-align: center;
overflow: hidden;
background-image: url(img/camera.png);
background-position: center center;
background-repeat: no-repeat;
}
.child_pages .post_thumb img
{
max-width: 100%;
height: auto;
}
.child_pages .post_thumb .wp-post-image
{
}
.child_pages .post_content
{
padding: 0 10px;
}
.child_pages .post_content h4
{
font-weight: bolder;
margin-top: 0.5em 0 0 0;
font-size: 14px;
line-height: 1.2em;
}
.child_pages .post_content .post_excerpt
{
margin-top: 0.5em;
font-size: 12px;
line-height: 1.2em;
}