-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: gradient/index.css modified: gradient2/index.css new theme: tubeLightText
- Loading branch information
1 parent
729e3de
commit 699e4b1
Showing
8 changed files
with
200 additions
and
12 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "荧光文字倒影", | ||
"preview": "@/imgs/preview.png", | ||
"description": "文本需要在app.html里修改", | ||
"author": "beef-potato", | ||
"iframe":{ | ||
"app": "@/iframes/app.html" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>tubelight text animation</title> | ||
<!-- <link rel="stylesheet" type="text/css" href="style.css"> --> | ||
<style> | ||
* | ||
{ | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
font-family: Arial; | ||
} | ||
body | ||
{ | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
min-height: 100vh; | ||
background: #07252d; | ||
|
||
} | ||
h2 | ||
{ | ||
position: absolute; | ||
font-size: 6em; | ||
letter-spacing: 15px; | ||
color: #0e3742; | ||
text-transform: uppercase; | ||
width: 100%; | ||
text-align: center; | ||
/* -webkit-box-reflect: below 1px linear-gradient(tranparent, #0008); */ | ||
line-height: 0.70em; | ||
outline: none; | ||
animation: animate 5s linear infinite; | ||
|
||
} | ||
h2::before | ||
{ | ||
content: attr(data-text); | ||
position: absolute; | ||
top: 100%; | ||
|
||
transform: rotateX(180deg) translateY(-1px); | ||
opacity: 0.5; | ||
background: linear-gradient(tranparent, #0008); | ||
mix-blend-mode: screen; | ||
outline: none; | ||
|
||
} | ||
@keyframes animate | ||
{ | ||
0%, 100% | ||
{ | ||
color: #0e3742; | ||
text-shadow: none; | ||
|
||
} | ||
50%, 70% | ||
{ | ||
color: #fff; | ||
text-shadow: 0 0 10px #03bef4, | ||
0 0 20px #03bef4, | ||
0 0 40px #03bef4, | ||
0 0 60px #03bef4, | ||
0 0 80px #03bef4, | ||
0 0 160px #03bef4 | ||
} | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
<h2 data-text="anything">MYGO!!!!!</h2> | ||
|
||
<script> | ||
document.querySelectorAll('h2').forEach(h2 => { | ||
h2.setAttribute('data-text', h2.textContent); | ||
}); | ||
</script> | ||
|
||
</body> | ||
<html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/* 不支持对css的链接? */ | ||
|
||
* | ||
{ | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
font-family: Arial; | ||
} | ||
body | ||
{ | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
min-height: 100vh; | ||
background: #07252d; | ||
|
||
} | ||
h2 | ||
{ | ||
position: absolute; | ||
font-size: 6em; | ||
letter-spacing: 15px; | ||
color: #0e3742; | ||
text-transform: uppercase; | ||
width: 100%; | ||
text-align: center; | ||
/* -webkit-box-reflect: below 1px linear-gradient(tranparent, #0008); */ | ||
line-height: 0.70em; | ||
outline: none; | ||
animation: animate 5s linear infinite; | ||
|
||
} | ||
h2::before | ||
{ | ||
content: attr(data-text); | ||
position: absolute; | ||
top: 100%; | ||
|
||
transform: rotateX(180deg) translateY(-1px); | ||
opacity: 0.5; | ||
background: linear-gradient(tranparent, #0008); | ||
mix-blend-mode: screen; | ||
outline: none; | ||
|
||
} | ||
@keyframes animate | ||
{ | ||
0%, 100% | ||
{ | ||
color: #0e3742; | ||
text-shadow: none; | ||
|
||
} | ||
50%, 70% | ||
{ | ||
color: #fff; | ||
text-shadow: 0 0 10px #03bef4, | ||
0 0 20px #03bef4, | ||
0 0 40px #03bef4, | ||
0 0 60px #03bef4, | ||
0 0 80px #03bef4, | ||
0 0 160px #03bef4 | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
:root { | ||
--primaryColor: #03bef4 !important; | ||
--dividerColor: rgba(0, 0, 0, 0.1) !important; | ||
--listHoverColor: rgba(0, 0, 0, 0.05) !important; | ||
--listActiveColor: rgba(0, 0, 0, 0.40) !important; | ||
--textColor: #fff !important; | ||
--maskColor: rgba(51, 51, 51, 0.2) !important; | ||
--shadowColor: rgba(0, 0, 0, 0.2) !important; | ||
--backgroundColor: #07252d !important; | ||
--placeholderColor: rgba(0,0,0,0.2) !important; | ||
} | ||
|
||
.header-container, | ||
.music-bar-container { | ||
background-color: transparent !important; | ||
} | ||
|
||
.body-container { | ||
background-color: rgba(0, 0, 0, 0.15) !important; | ||
} | ||
|
||
/*音乐详情页背景*/ | ||
.music-detail-background { | ||
mask-image: none !important; | ||
-webkit-mask-image: none !important; | ||
} | ||
|
||
|