-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmoegirl-proxy.css
72 lines (65 loc) · 1.77 KB
/
moegirl-proxy.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
body {
padding-top: 60px;
}
#breadcrumb-icon {
color: #E7E7E7;
}
#favorite.is-favorite > .glyphicon {
color: #A12828;
}
#moegirl-content {
width: 1000px;
margin: 10px auto;
}
#mainpage .gallerytextwrapper {
width: 100% !important;
}
@media screen and (max-width: 1023px) {
#moegirl-content {
width: auto;
}
/* MainPage restyle */
#moegirl-content > [style="position:relative; background-color:transparent; margin: 0 -1em;"] {
margin: 0 10px !important;
}
#mainpage {
width: auto;
}
#mainpage .mainpage-newsbox, #mainpage .mainpage-box {
float: none;
box-sizing: border-box;
width: 100% !important;
}
#mainpage .mainpage-content, #mainpage .mainpage-1stcontent {
height: auto !important;
border: 0;
}
}
@media screen and (max-width: 640px) {
#mainpage table.plainlinks, #mainpage table.plainlinks > tbody > tr, #mainpage table.plainlinks > tbody > tr > td {
display: block;
}
#mainpage [style="text-align:center; padding:4px;"] {
float: left;
width: 40%;
text-align: right !important;
padding-top: 5px !important;
}
#mainpage [style="width:25%;padding:4px;"] {
float: right;
width: 60% !important;
text-align: left !important;
padding-top: 15px !important;
}
#mainpage [style="text-align:center; padding:4px;"], #mainpage [style="width:25%;padding:4px;"] {
border-top: 1px solid #ccc;
border-bottom: 1px solid #f0f0f0;
height: 80px !important;
}
#mainpage [style="text-align:center; padding:4px;"]:nth-child(-n+2), #mainpage [style="width:25%;padding:4px;"]:nth-child(-n+2) {
border-top: 0;
}
#mainpage [style="text-align:center; padding:4px;"]:nth-last-child(-n+2), #mainpage [style="width:25%;padding:4px;"]:nth-last-child(-n+2) {
border-bottom: 0;
}
}