-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
popup.css
105 lines (88 loc) · 1.55 KB
/
popup.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
body {
width: 400px;
}
p {
margin: 0 auto;
text-align: center;
max-width: 350px;
}
/* JAPANESE --------------------------------- */
.circle {
position: fixed;
border-radius: 50%;
width: 70vh;
height: 70vh;
margin-top: 2.5vh;
align-items: center;
margin-left: 5.5vh;
background-color: #F3D3EA;
z-index: -1;
}
.format {
font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
z-index: 1;
}
.romaji {
margin-top: 1vh;
font-weight: 100;
font-size: 60px;
z-index: 1;
}
.hiraganaclass {
position: relative;
margin-top: -6vh;
}
.hiragana {
text-align: center;
font-size: 50px;
font-weight: 700;
}
.kaclass {
position: relative;
padding-top: 1vh;
font-family:
}
.kanji {
font-weight: 100;
font-size: 20px;
margin-right: 10px;
}
.dot {
align-items: center;
}
.katakana {
padding-top: 2vh;
font-weight: 100;
font-size: 20px;
position:relative;
text-align: center;
margin-left: 10px;
}
.pos {
font-weight: 100;
font-size: 15px;
position:relative;
text-align: center;
font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
}
.pronounciation_pos {
color:#8c8c8c;
position:relative;
margin: 0 auto;
padding-top: 1vh;
}
.definition {
font-size: 30px;
margin: 0;
padding: 0;
margin-top: 1vh;
width: 90vw;
margin-left: auto;
margin-right: auto;
z-index: 1;
font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
}
.link {
outline:none;
}
textarea, input { outline: none; }