-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
96 lines (81 loc) · 1.62 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.screen {
z-index:50000;
position: absolute;
/*width: 100%;*/
/*height: 100%;*/
margin: 0px;
/*background: rgba(0, 0, 0, 0.5);*/
cursor: crosshair;
}
.popUp {
z-index: 50001;
position: absolute;
background: white;
border: 10px solid rgba(0, 0, 0, 0.60);
border-radius: 3px;
padding-top: 10px;
}
#imageHolder {
margin-left: auto;
margin-top: 10px;
margin-right: auto;
margin-bottom: auto;
overflow: scroll;
vertical-align: middle;
/*border: 1px solid grey;*/
/*border-radius: 2px;*/
}
#imageHolder::-webkit-scrollbar {
background-color: transparent;
width: 6px;
}
#imageHolder:hover::-webkit-scrollbar-thumb {
opacity: 1;
}
#imageHolder::-webkit-scrollbar-thumb {
opacity: 0;
background: rgba(0, 0, 0, 0.10);
border-radius: 3px;
}
#toolbox {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: auto;
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.1);
padding-top: 15px;
}
#loader {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: auto;
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.1);
padding-top: 15px;
}
#loader div {
margin-left: auto;
margin-right: auto;
}
#toolbox div {
margin-left: auto;
margin-right: auto;
}
#toolbox textarea {
font-family: Arial, Sans-Serif;
width: 98%;
padding: 4px;
border: solid 1px;
}
#facebook-login {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: auto;
border: 1px solid;
}
.hidden {
display: none;
}