mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu v1.3.4 new_planet
This commit is contained in:
+201
-25
@@ -414,8 +414,6 @@ label > input {
|
||||
|
||||
.formarea label{
|
||||
overflow-wrap: break-word;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 24px;
|
||||
font-size: 16px;
|
||||
color:var(--text-color);
|
||||
text-decoration: none;
|
||||
@@ -485,7 +483,7 @@ label > input {
|
||||
transition: border 350ms ease-in-out;
|
||||
transition: border-bottom 150ms ease-out;
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
}
|
||||
|
||||
.inbox::placeholder {
|
||||
color: #999;
|
||||
@@ -592,40 +590,127 @@ label > input {
|
||||
box-shadow:0 0px 48px 0 rgba(0, 0, 0, .05);
|
||||
width:45%;
|
||||
}
|
||||
.rolebox{
|
||||
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
|
||||
.roleboxes {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 70%;
|
||||
display: flex;
|
||||
padding: auto;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
width: 120px;
|
||||
.rolebox {
|
||||
margin: 4px 6px 4px 6px;
|
||||
width: auto;
|
||||
padding-left: auto;
|
||||
padding-right: auto;
|
||||
|
||||
background-color: var(--background-color);
|
||||
border: 1px solid var(--main-color);
|
||||
|
||||
border-radius: 25px;
|
||||
box-shadow:0 0px 48px 0 rgba(0, 0, 0, .15);
|
||||
|
||||
}
|
||||
|
||||
.rolebox p{
|
||||
|
||||
color:var(--main-color);
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
|
||||
|
||||
.rolebox p {
|
||||
margin: 2px 10px 2px 10px;
|
||||
font-size: 16px;
|
||||
font-family: 'Zen Maru Gothic', sans-serif;
|
||||
font-family: "Zen Maru Gothic", sans-serif;
|
||||
font-weight: normal;
|
||||
|
||||
}
|
||||
|
||||
.shine {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.shine:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -50%;
|
||||
left: -50%;
|
||||
width: 10%;
|
||||
height: 150%;
|
||||
background: #fff;
|
||||
transform: rotate(45deg);
|
||||
animation: reflect 3s ease-in-out infinite;
|
||||
}
|
||||
@keyframes reflect {
|
||||
0%,
|
||||
75% {
|
||||
transform: rotate(45deg) scale(0);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(45deg) scale(100);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.cyclingmark {
|
||||
display: flex;
|
||||
}
|
||||
.cyclingmark p::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
background: url("/img/uwuzuicon.png")
|
||||
no-repeat;
|
||||
background-size: contain;
|
||||
animation: cycling 2s infinite;
|
||||
margin: -6px 0px 0px -2px;
|
||||
}
|
||||
@keyframes cycling {
|
||||
from {
|
||||
animation-timing-function: ease-in-out;
|
||||
transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
animation-timing-function: ease-in-out;
|
||||
transform: translate(0px, 0px) scale(1, 1) rotate(360deg) skew(0deg, 0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
25% {
|
||||
animation-timing-function: ease-in-out;
|
||||
transform: translate(0px, 0px) scale(1, 1) rotate(400deg) skew(0deg, 0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
40% {
|
||||
animation-timing-function: ease-in-out;
|
||||
transform: translate(0px, 0px) scale(1, 1) rotate(330deg) skew(0deg, 0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
60% {
|
||||
animation-timing-function: ease-in-out;
|
||||
transform: translate(0px, 0px) scale(1, 1) rotate(360deg) skew(0deg, 0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.rainbow {
|
||||
animation: rain 5s infinite;
|
||||
}
|
||||
@keyframes rain {
|
||||
0% {
|
||||
border: 1px solid magenta;
|
||||
color: magenta;
|
||||
}
|
||||
33% {
|
||||
border: 1px solid yellow;
|
||||
color: yellow;
|
||||
}
|
||||
66% {
|
||||
border: 1px solid cyan;
|
||||
color: cyan;
|
||||
}
|
||||
100% {
|
||||
border: 1px solid magenta;
|
||||
color: magenta;
|
||||
}
|
||||
}
|
||||
|
||||
.userleftbox{
|
||||
margin-top: 0px;
|
||||
@@ -810,6 +895,92 @@ p img{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.switch_input {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 64%;
|
||||
height: 64%;
|
||||
z-index: 5;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
.switch_label {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
width: 48px;
|
||||
height: 24px;
|
||||
background: var(--dark-subtext-color);
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
border-radius: 25px;
|
||||
transition: 0.4s;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.switch_label:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
margin-top: 2px;
|
||||
margin-left: 2px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
background: var(--background-color);
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
||||
transition: 0.2s;
|
||||
}
|
||||
.switch_input:checked + .switch_label {
|
||||
background-color: var(--main-color);
|
||||
}
|
||||
.switch_input:checked + .switch_label:after {
|
||||
left: 24px;
|
||||
}
|
||||
.switch_button {
|
||||
position: relative;
|
||||
width: 48px;
|
||||
height: 24px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
.switch_flexbox{
|
||||
display: flex;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
height: fit-content;
|
||||
}
|
||||
.switch_flexbox p{
|
||||
margin: 0px;
|
||||
margin-top: 6px;
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
text-align: left;
|
||||
word-wrap: break-word;
|
||||
line-height: 14px;
|
||||
color: var(--subtext-color);
|
||||
font-size: 14px;
|
||||
font-family: 'BIZ UDPGothic', sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
.module_chk{
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
border-radius: 15px;
|
||||
background-color: var(--background-color);
|
||||
border: 1px solid var(--border-color);
|
||||
margin-top: 12px;
|
||||
text-align: left;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.module_chk p{
|
||||
margin: 0px;
|
||||
line-height: 24px;
|
||||
}
|
||||
/*------------------------------------------------------------------------------------------------------------*/
|
||||
/*--------------------------------------------------スマホ向け--------------------------------------------------*/
|
||||
/*--------------------------------------------------ここから--------------------------------------------------*/
|
||||
@@ -1073,6 +1244,7 @@ p img{
|
||||
|
||||
.btnbox{
|
||||
background-color: var(--dark-sub-color);
|
||||
border: none;
|
||||
}
|
||||
.irobutton{
|
||||
background-color: var(--main-color);
|
||||
@@ -1085,6 +1257,7 @@ p img{
|
||||
|
||||
.formarea{
|
||||
background-color: var(--dark-sub-color);
|
||||
border: none;
|
||||
}
|
||||
.formarea label{
|
||||
color:var(--dark-text-color);
|
||||
@@ -1132,4 +1305,7 @@ p img{
|
||||
background-color: var(--main-color);
|
||||
color: var(--dark-sub-color);
|
||||
}
|
||||
.errmsg p{
|
||||
color:#ff4848;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user