-
Notifications
You must be signed in to change notification settings - Fork 14
/
popup.css
89 lines (74 loc) · 1.09 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
body {
width: 380px;
height: 370px;
overflow: hidden;
margin: 0px;
padding: 3px;
font-family: Arial, sans-serif;
font-size: 11px;
}
#container {
clear: both;
}
label {
font-weight: bold;
}
.fonts-header {
font-weight: bold;
margin-top: 10px;
}
#step1 {
width: 100%;
border-bottom: 2px solid black;
margin-bottom: 7px;
}
#step2 {
width: 100%;
}
#step3 {
clear:both;
width: 100%;
border-top: 2px solid black;
margin-bottom: 7px;
}
#step4 {
text-align: center;
border-top: 1px dotted black;
padding-top: 5px;
width: 100%;
}
#fonts {
float: right;
width: 58%;
height: 100%;
overflow: auto;
text-align: left;
padding-left: 5px;
border-left: 1px solid #ccc;
}
#fonts>p:first-child {
margin-top: 0px;
}
#nofont {
display: none;
}
#fontHtml {
width:100%;
height: 70px;
}
.localstarage {
cursor: pointer;
color: #DDD;
padding-right: 5px;
}
.localstarage:hover {
color: #FFE47A;
}
.localstarage.starred:hover {
color: #FFCC00;
}
.localstarage.starred {
color: #FFCC00;
-webkit-text-stroke-color: #666;
-webkit-text-stroke-width: 1px;
}