-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoik_letters.css
72 lines (51 loc) · 850 Bytes
/
oik_letters.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
/** (C) Copyright Bobbing Wide 2016-2017
*/
.entry-title {
font-size: 18px;
}
.archive p {
margin: 0px;
padding: 0px;
}
.archive article {
width: 31.3333%;
float: left;
padding: 1px 0.5%;
margin: 2px 0.5% 15px 0.5%;
position: relative;
border: 1px solid #e0e0e0;
box-sizing: border-box;
}
.archive .entry {
background-color: #f0f0f0;
}
.archive article:hover {
border: 1px solid grey;
background: #e2e2e2;
}
.archive article:nth-of-type(3n+1) {
clear: both;
}
/* // (C) Copyright Bobbing Wide 2017
* Default styling for the oik-a2z pagination list
*
*/
div.a2z {
width: 100%;
}
ul.a2z {
display: block;
}
ul.a2z li a span.count {
display: none;
}
@media screen and ( max-width: 768px ) {
.archive article {
width: 48%;
}
}
@media screen and ( max-width: 480px ) {
.archive article {
width: 98%;
}
}