-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathscreenshot.css
69 lines (57 loc) · 948 Bytes
/
screenshot.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
body {
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
}
#content {
margin: 0;
padding: 0;
overflow: hidden;
}
#announce, #announce button {
font-family: 'Segoe UI', Tahoma, sans-serif;
font-size: 1em;
}
#announce {
position: fixed;
z-index: 9999;
top: 10px;
width: 700px;
margin: 0;
padding: 10px;
background-color: rgba(0,0,0,0.9);
//border-radius: 5px;
display: none;
color: white;
border: solid white 2px;
}
#announce a{
color: white;
}
#announce a:hover{
color: white;
}
#announce a:visited{
color: white;
}
#announce_close_cross {
width: 16px;
height: 16px;
float: right;
cursor: pointer;
}
#announce_message {
margin: 0 0 20px 0;
}
#announce_do_not_show_container {
float: left;
}
#announce_hide {
float: right;
cursor: pointer;
margin-top: -3px;
}
.colpick {
z-index: 1000;
}