forked from kenoSchoon/PokeRogue-Pokedex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (61 loc) · 1.32 KB
/
style.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
@import url(https://ydarissep.github.io/dex-core/style.css);
body img {
image-rendering: pixelated;
}
body.zh_CN [class*="TYPE_"], body.ko [class*="TYPE_"], body.zh_TW [class*="TYPE_"] {
font-size: 15px !important;
padding-bottom: 4px !important;
}
#abilitiesButton {
margin-left: 20px;
}
#langMenu {
display: inline-table;
}
#langMenu:hover ul {
display: block;
}
#langMenu img {
width: 50px;
vertical-align: middle;
}
.selectedLangContainer {
border: 1px solid dimgray;
background-color: black;
border-radius: 5px;
padding: 3px;
margin-top: 10px;
display: inline-block;
cursor: pointer;
}
#langMenu ul {
margin: 0px;
padding: 0px;
background-color: #252525;
border: 1px solid #f8f8f8;
position: absolute;
z-index: 10;
box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.15);
border-radius: 5px;
display: none;
}
#langMenu li img {
padding: 8px 10px 8px 10px;
}
#langMenu li span {
padding-right: 20px;
font-size: 22px !important;
}
#langMenu li {
text-align: left;
list-style: none;
font-family: 'Pragati Narrow', 'Roboto Condensed', Arial, sans-serif;
cursor: pointer;
}
#langMenu li:hover {
background: rgba(255, 255, 255, 0.35);
}
.selectedLangFlag {
filter: brightness(75%);
width: 36px !important;
}