FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
roundmap/src/roundmap.css at master · rendfall/roundmap · GitHub
rendfall
/
roundmap
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
roundmap
/
src
/
roundmap.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (40 loc) · 852 Bytes
Breadcrumbs
roundmap
/
src
/
roundmap.css
Copy path
File metadata and controls
46 lines (40 loc) · 852 Bytes
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
.
roundmap
{
position
:
relative;
width
:
270
px
;
height
:
270
px
;
border
:
6
px
solid white;
margin
:
15
px
0
;
border-radius
:
50
%
;
box-shadow
:
0
0
10
px
-3
px
rgba
(
60
,
20
,
8
,
79
);
transition
:
all
400
ms
ease-in-out;
}
.
roundmap
:
hover
,
.
roundmap
:
hover
.
world
{
border-radius
:
0
%
;
}
.
roundmap
.
marker
{
display
:
block;
position
:
relative;
top
:
-40
px
;
left
:
-17
px
;
width
:
35
px
;
height
:
43
px
;
background
:
url
(
'../assets/world-marker.png'
);
cursor
:
pointer;
}
.
roundmap
.
marker-point
{
position
:
absolute;
}
.
roundmap
.
world
{
position
:
relative;
background
:
url
(
'../assets/world.png'
);
width
:
100
%
;
height
:
100
%
;
border-radius
:
50
%
;
cursor
:
pointer;
transition
:
border-radius
400
ms
ease-in-out;
overflow
:
hidden;
}
.
roundmap
.
world
:
active
{
cursor
:
move
}
Back
|
FazBrowse Home
|
New Git URL