mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:48:51 +08:00
show/hide original mediaInfo
This commit is contained in:
Vendored
+62
@@ -0,0 +1,62 @@
|
||||
img.hitandrun {
|
||||
width: 35px;
|
||||
height: 12px;
|
||||
background: url(icons.gif) no-repeat -100px -171px;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
.spoiler-title {
|
||||
line-height: 28px;
|
||||
color: #4d6c99;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
background-color: rgba(77, 108, 153, 0.1);
|
||||
display: inline-block;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.spoiler-content {
|
||||
display: inline-block;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
transition: height 0.3s ease;
|
||||
}
|
||||
.layui-layer {
|
||||
color: black;
|
||||
}
|
||||
.layer-form {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
.layer-form .form-control-row input{
|
||||
padding: 4px;
|
||||
}
|
||||
.layer-form .form-control-row .label{
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.rainbow {
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
/*font-size: 32px;*/
|
||||
/*font-family: monospace;*/
|
||||
/*letter-spacing: 5px;*/
|
||||
background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
animation: rainbow_animation 6s ease-in-out infinite;
|
||||
background-size: 400% 100%;
|
||||
}
|
||||
|
||||
@keyframes rainbow_animation {
|
||||
0%,100% {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-position: 100% 0;
|
||||
}
|
||||
}
|
||||
.nexus-media-info-raw {
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.nexus-media-info-raw .spoiler-title-box{
|
||||
text-align: center;
|
||||
}
|
||||
Vendored
-56
@@ -474,59 +474,3 @@ img.sltbar
|
||||
height:10px;
|
||||
background:url(bar.gif) repeat-x 0 -116px;
|
||||
}
|
||||
img.hitandrun {
|
||||
width: 35px;
|
||||
height: 12px;
|
||||
background: url(icons.gif) no-repeat -100px -171px;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
.spoiler-title {
|
||||
line-height: 40px;
|
||||
color: #4d6c99;
|
||||
cursor: pointer;
|
||||
font-weight: 700;
|
||||
background-color: rgba(77, 108, 153, 0.1);
|
||||
display: inline-block;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.spoiler-content {
|
||||
display: inline-block;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
transition: height 0.3s ease;
|
||||
}
|
||||
.layui-layer {
|
||||
color: black;
|
||||
}
|
||||
.layer-form {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
.layer-form .form-control-row input{
|
||||
padding: 4px;
|
||||
}
|
||||
.layer-form .form-control-row .label{
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.rainbow {
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
/*font-size: 32px;*/
|
||||
/*font-family: monospace;*/
|
||||
/*letter-spacing: 5px;*/
|
||||
background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
animation: rainbow_animation 6s ease-in-out infinite;
|
||||
background-size: 400% 100%;
|
||||
}
|
||||
|
||||
@keyframes rainbow_animation {
|
||||
0%,100% {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-position: 100% 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user