-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpopup.css
100 lines (92 loc) · 1.13 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
90
91
92
93
94
95
96
97
98
99
100
body
{
background-color:#F2F2F2;
}
button
{
background-color:transparent;
border:none;
font-family: "Segoe UI";
font-size: 1.1em;
}
#main
{
width: 300px;
}
#title-and-icons
{
padding-bottom:10px;
}
#title
{
font-family: "Segoe UI Semibold";
font-size:1.5em;
}
.bottom-buttons
{
padding-top:15px;
padding-bottom:10px;
background: none;
}
#delete
{
float:right;
}
#share
{
float:right;
padding-right:10px;
}
#view
{
margin-left: -5px;
}
#view:hover {
cursor: pointer;
}
#launch-vr
{
padding-left:0;
}
#content
{
display:none;
background-color:lightgray;
padding: 10%;
text-align: center;
}
#screenshot{
display:none;
}
.content-text
{
font-family: "Segoe UI";
font-size:1.1em;
color:gray;
}
.content-text-small
{
font-size: 1em;
}
#right-click-icon
{
height:100px;
width:100px;
padding: 10px 0 10px 0;
filter:opacity(20%);
}
#new-tab-icon
{
padding-right: 10px;
height:30px;
width:30px;
float:left;
}
#web-vr-icon
{
padding-top:5px;
padding-right:10px;
height:20px;
width:30px;
float:left;
}