-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
96 lines (78 loc) · 1.85 KB
/
style.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/*
Theme Name: Origin Child
Theme URI: https://github.com/tvcam/wp-origin-child
Description: Origin Child Theme
Author: Vibol Teav
Author URI: https://github.com/tvcam
Template: Origin
Version: 1.0.0
*/
#info-bg {
box-shadow: none !important;
}
.image-info .title h2 a{
font-size: 14px;
}
.image-info .title {
overflow: ellipsis;
box-shadow: none !important;
position: relative;
top: 48%;
transform: translateY(-52%);
}
.entry-image {
float: left;
width: 16.66667%;
position: relative;
color: #fff;
}
.entry-image img {
height: 100%;
display: block;
}
.image-info {
background: rgba( 255,150,0,0.65 );
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.main-title {
background-color: transparent;
}
.post-thumbnail:before {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
.entry-image { width: 25%; }
.image-info .title { padding: 18px 7px 0; }
}
@media screen and (min-width: 1150px) and (max-width: 1279px) {
.entry-image { width: 25%; }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
.entry-image { width: 25%; }
.image-info .title { padding: 18px 7px 0; }
}
@media screen and (min-width: 1150px) and (max-width: 1279px) {
.entry-image { width: 25%; }
.image-info { font-size: 14px; }
.image-info h2 { font-size: 22px; }
.image-info .title { padding: 34px 7px 0; }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
.entry-image { width: 25%; }
}
@media screen and (min-width: 1150px) and (max-width: 1279px) {
.entry-image { width: 25%; }
}
@media screen and (max-width: 1023px) {
.entry-image { width: 25%; }
}
@media screen and (max-width: 767px) {
.entry-image { width: 33.3%; }
}
@media screen and (max-width: 479px) {
.entry-image { width: 50%; }
}