-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspr.css
78 lines (73 loc) · 1.23 KB
/
spr.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
#nea_menu {
display:none;
position: fixed;
bottom: 0;
width: 100%;
padding:20px;
background-color: #44500d;
box-shadow: 0 0 15px #00214B;
color:#f7f7ef;
}
#nea_logo{
font-size: 100%;
color:#f4a442;
text-shadow: rgb(3, 3, 3) 2px 2px 4px;
}
.nea_ctls{
display:fixed;
right: 0px;
}
.nea_ht{
background-color: #fff387;
display:inline-block;
position:relative;
}
.nea_hover{box-shadow: 0 0 5px #00214B;}
.nea_label {
position:absolute;
bottom:0px;
right:0px;
font-size:9px;
font-weight: normal;
padding: 2px;
overflow: none;
background-color: #f2eee6;
box-shadow: 0 0 2px #00214B;
}
#nea_message{
display: inline-block;
font-size: 120%;
text-align: center;
width: 60%;
}
#nea_pop {
z-index: 1000;
display:none;
position:absolute;
bottom:0px;
left:0px;
color:#FFF;
width:160px;
padding: 5px;
overflow: none;
background-color: #f2eee6;
box-shadow: 0 0 2px #00214B;
font-size: 12px;
}
#nea_pop input{
width: 100px;
font-size: 12px;
font-style: italic;
color:#333;
}
#nea_pop span{
color:#1263e5;
font-size: 10px;
padding-left:6px;
padding-right:6px;
cursor: pointer;
font-style: normal;
}
#nea_pop span:hover{
color:#682896;
}