mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
64 lines
1.3 KiB
CSS
Vendored
64 lines
1.3 KiB
CSS
Vendored
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;
|
|
border: none;
|
|
}
|
|
.nexus-media-info-raw .spoiler-title-box{
|
|
text-align: center;
|
|
}
|