-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnext.css
104 lines (104 loc) · 1.89 KB
/
next.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
97
98
99
100
101
102
103
104
.js-next.loading {cursor:progress}
.js-next-content {margin-bottom:1em}
.js-next-controls p {margin:0}
.js-next-controls::after {
content:"";
display:table;
clear:both;
}
.js-next-controls a,
.js-next-controls b,
.js-next-controls span {
display:block;
font:inherit;
text-decoration:none;
height:auto;
}
.ltr .js-next-controls a,
.ltr .js-next-controls b,
.ltr .js-next-controls span {
float:left;
margin-right:.5em;
}
.rtl .js-next-controls a,
.rtl .js-next-controls b,
.rtl .js-next-controls span {
float:right;
margin-left:.5em;
}
.ltr .js-next-controls p > span,
.rtl .js-next-controls p > span {
background:none;
padding:0;
margin:0;
}
.js-next-controls h3 {
font:inherit;
margin:0;
padding:0;
height:auto;
}
.ltr .js-next-controls h3 {float:right}
.rtl .js-next-controls h3 {float:left}
.js-next-controls p > span a:focus,
.js-next-controls p > span a:hover {text-decoration:none}
.js-next-controls p > span b {
cursor:default;
cursor:not-allowed;
}
.js-next-controls p > span span {background:none}
.js-next-ads,
.js-next-ads li {
margin:0;
padding:0;
list-style:none;
}
.js-next-ads li::after {
content:"";
display:table;
clear:both;
}
.js-next-ads li + li {margin-top:1em}
.js-next-ads h3 {
font:inherit;
margin:0;
}
.js-next-ads h3 a {
display:block;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.js-next-ads p {
margin:0;
font-size:.8em;
}
.js-next-ads img {
display:block;
margin:0 auto;
padding:0;
border:0;
outline:0;
background:none;
box-shadow:none;
border-radius:0;
width:auto;
height:auto;
min-width:0;
min-height:0;
max-width:none;
max-height:none;
opacity:1;
visibility:visible;
}
.js-next-ads .img {background:rgba(0,0,0,.05)}
.ltr .js-next-ads img,
.ltr .js-next-ads .img {
float:left;
margin-right:1em;
}
.rtl .js-next-ads img,
.rtl .js-next-ads .img {
float:right;
margin-left:1em;
}