-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
80 lines (71 loc) · 1.33 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
75
76
77
78
79
80
.gsfhack {
background-image: url('chrome-extension://__MSG_@@extension_id__/icon16.png');
background-size: auto;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}
#gsfhackquery {
width: 90%;
margin-left: 20px;
background: #385088;
border-bottom: 1px solid #6378af;
-webkit-border-radius: 4px;
border-top: 1px solid #243357;
height: 28px;
color: #FCFCFC;
padding-left: 10px;
padding-right: 10px;
font-size: 16px;
font-family: Verdana;
}
#gsfhack-autocomplete {
position: absolute;
z-index: 9999;
background-color: #4c66a4;
height: 300px;
overflow: auto;
display: none;
color: #FCFCFC;
font-size: 16px;
font-family: Verdana;
padding-left: 10px;
padding-right: 10px;
}
.gsfhack-subtext {
font-size: 10px;
color: #CCCCCC;
}
.gsfhack-category {
font-size: 12px;
font-weight: bold;
color: #222222;
}
.gsfhack-sugbox {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #4650AA;
}
.gsfhack-sugbox:hover {
background-color: #5070B0;
}
.gsfhack-results-box {
margin-bottom: 32px;
margin-top: 16px;
overflow: auto;
height: 200px;
}
#checkeverybody {
display: inline-block;
}
.boxcheckeverybody {
display: inline-block;
margin-left: 25px;
margin-top: 25px;
padding: 6px;
background-color: #5b74a8;
border-color: #29447e #29447e #1a356e;
color: #fff;
font-weight: bold;
cursor: pointer;
}