-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnyaa.css
113 lines (101 loc) · 1.63 KB
/
nyaa.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
105
106
107
108
109
110
111
112
113
body {
min-width: 600px;
overflow-x: hidden;
font: 13px arial;
line-height: 18px;
}
button {
background: no-repeat center center;
width: 16px;
height: 16px;
padding: 0;
border: none;
margin-right: 16px;
cursor: pointer;
padding: 0;
margin-left: 0;
}
.add {
background-image: url('add.png');
}
#animeForm .save,
.anime .title:hover .plusOne {
background-image: url('plus1.png');
}
.anime .title:hover .edit {
background-image: url('edit.png');
}
.anime .title:hover .remove {
background-image: url('remove.png');
}
.anime .anidb {
width: auto;
font-weight: bold;
}
.anime {
padding-top: 4px;
margin-top: 8px;
border-top: 1px solid transparent;
}
.anime .next .links {
padding-left: 0;
display: inline;
}
.anime .next li {
display: inline;
margin-left: 8px;
}
.anime .title {
background-color: #eee;
padding: 2px 0px 2px 2px;
}
.anime .title a {
width: 150px;
text-align: left;
display: inline-block;
color: #000;
font-style: normal;
text-decoration: none;
cursor: move;
}
.anime .latest button {
width: auto;
}
#impexp textarea {
width: 450px;
height: 200px;
}
.toggleLatest,
.torrentLink {
color: #00d;
cursor: pointer;
}
.torrent,
.torrent :visited {
color: #00d;
}
#animeForm {
margin-bottom: 8px;
}
#animeForm td:first-child {
width: 120px;
text-align: right;
}
#animeForm input,
#animeForm select {
width: 300px;
}
#animeForm .buttons * {
float: right;
}
.ng-dropBefore {
border-top-color: #88cc88;
}
.latestBtn.collapsed {
padding-right: 18px;
background: url('expand.png') right center no-repeat;
}
.latestBtn.expanded{
padding-right: 18px;
background: url('collapse.png') right center no-repeat;
}