FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python_reference/CSS/hover.css at master · devcanute/python_reference · GitHub
devcanute
/
python_reference
Public
forked from
rasbt/python_reference
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python_reference
/
CSS
/
hover.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (18 loc) · 379 Bytes
Breadcrumbs
python_reference
/
CSS
/
hover.css
Copy path
File metadata and controls
26 lines (18 loc) · 379 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
.
hover_light_dark
{
opacity
:
0.5
;
filter
:
alpha
(opacity=50);
no-repeat;
}
.
hover_light_dark
:
hover
{
opacity
:
1
;
filter
:
alpha
(opacity=100);
}
.
hover_dark_light
{
opacity
:
1
;
filter
:
alpha
(opacity=100);
no-repeat;
}
.
hover_dark_light
:
hover
{
opacity
:
0.5
;
filter
:
alpha
(opacity=500);
}
Back
|
FazBrowse Home
|
New Git URL