FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
three.js/examples/example.css at dev · mrdoob/three.js · GitHub
mrdoob
/
three.js
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.5k
Star
115k
Code
Issues
253
Pull requests
128
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
three.js
/
examples
/
example.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
123 lines (108 loc) · 2.42 KB
Breadcrumbs
three.js
/
examples
/
example.css
Copy path
File metadata and controls
123 lines (108 loc) · 2.42 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body
{
margin
:
0
;
background-color
:
#
000
;
overscroll-behavior
:
none;
overflow
:
hidden;
height
:
100
%
;
}
a
{
text-decoration
:
none;
color
:
inherit;
}
#
info
{
position
:
fixed;
top
:
15
px
;
left
:
15
px
;
z-index
:
100
;
display
:
grid;
grid-template-columns
:
50
px
auto;
grid-template-rows
:
auto auto;
column-gap
:
10
px
;
align-items
:
start;
color
:
#
e0e0e0
;
text-shadow
:
1
px
1
px
5
px
rgba
(
0
,
0
,
0
,
.7
);
font
:
400
14
px
'Inter'
,
'Segoe UI'
,
Tahoma
,
Geneva
,
Verdana
,
sans-serif;
pointer-events
:
none;
}
#
info
a
{
pointer-events
:
auto;
}
#
info
>
a
.
logo-link
{
grid-column
:
1
;
grid-row
:
1
/
span
2
;
display
:
block;
width
:
50
px
;
height
:
50
px
;
background
:
no-repeat center
/
contain;
background-image
:
url
(
'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 226.77 226.77"><g transform="translate(8.964 4.2527)" stroke="%23ffffff" stroke-linecap="butt" stroke-linejoin="round" stroke-width="4" fill="none"><path d="m63.02 200.61-43.213-174.94 173.23 49.874z"/><path d="m106.39 50.612 21.591 87.496-86.567-24.945z"/><path d="m84.91 125.03-10.724-43.465 43.008 12.346z"/><path d="m63.458 38.153 10.724 43.465-43.008-12.346z"/><path d="m149.47 62.93 10.724 43.465-43.008-12.346z"/><path d="m84.915 125.06 10.724 43.465-43.008-12.346z"/></g></svg>'
);
}
.
title-wrapper
{
position
:
absolute;
left
:
60
px
;
top
:
2
px
;
display
:
flex;
width
:
400
px
;
}
#
info
>
small
{
font-size
:
12
px
;
color
:
#
e0e0e0
;
position
:
absolute;
left
:
60
px
;
top
:
25
px
;
width
:
calc
(
100
vw
-
250
px
);
line-height
:
20
px
;
}
.
title-wrapper
>
a
{
font-weight
:
600
;
}
.
title-wrapper
>
span
{
opacity
:
.7
;
position
:
relative;
padding-left
:
12
px
;
margin-left
:
10
px
;
}
#
info
>
small
a
{
color
:
#
ff0
;
text-decoration
:
none;
}
#
info
>
small
a
:
hover
{
text-decoration
:
underline;
}
.
title-wrapper
>
span
::
before
{
content
:
""
;
position
:
absolute;
left
:
1
px
;
top
:
calc
(
50
%
+
1
px
);
transform
:
translateY
(
-50
%
);
width
:
1
px
;
height
:
12
px
;
background
:
#
c3c3c3
;
opacity
:
.5
;
}
#
info
.
invert
{
filter
:
invert
(
1
);
}
#
overlay
{
position
:
absolute;
font-size
:
16
px
;
z-index
:
2
;
top
:
0
;
left
:
0
;
width
:
100
%
;
height
:
100
%
;
display
:
flex;
align-items
:
center;
justify-content
:
center;
flex-direction
:
column;
background
:
rgba
(
0
,
0
,
0
,
0.7
);
}
#
overlay
button
{
background
:
transparent;
border
:
0
;
border
:
1
px
solid
rgb
(
255
,
255
,
255
);
border-radius
:
4
px
;
color
:
#
ffffff
;
padding
:
12
px
18
px
;
text-transform
:
uppercase;
cursor
:
pointer;
}
Back
|
FazBrowse Home
|
New Git URL