-
Notifications
You must be signed in to change notification settings - Fork 0
/
3ds.css
100 lines (83 loc) · 1.13 KB
/
3ds.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
body {
background-color: #444444;
color: #EAEAEA;
margin: 0;
/* padding: 20px; */
width: 320px;
font-family: 'M PLUS 1p', sans-serif;
}
#non3DSwarning {
display: none;
width: 100%;
}
div.rarity p {
margin-top: 5px;
margin-bottom: 5px;
}
article div {
height: auto;
overflow-y: auto;
width: 280px;
}
article {
width: 100%;
display: block;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 20px;
}
p {
font-size: 16px;
font-weight: 400;
margin: 0px;
}
p.en {
font-size: 24px;
float: left;
width: 100%;
}
p.jp {
font-weight: 300;
font-size: 16px;
float: right;
color: #B0B0B0;
}
p.price {
font-weight: 300;
font-size: 16px;
float: left;
color: #B0B0B0;
}
p.time {
float: left;
}
p.label {
float: right;
/* display: inline; */
}
img {
display: none;
}
nav {
display: flex;
height: 32px;
width: 100%;
margin-bottom: 20px;
}
nav div {
width: 33%;
float: left;
text-align: center;
line-height: 32px;
font-weight: 700;
}
#bugs {
background-color: green;
}
#fish {
background-color: blue;
width: 34%;
}
#dive {
background-color: darkblue;
}