mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu version 1.2.16
This commit is contained in:
+121
-1
@@ -2189,8 +2189,19 @@ label>input {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.terms .err404{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.terms .err404 img{
|
||||
height: 25dvh;
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.terms .err404 h1{
|
||||
margin-top: 256px;
|
||||
margin-top: 64px;
|
||||
line-height:64px;
|
||||
font-family: 'BIZ UDPGothic', sans-serif;
|
||||
font-weight: bold;
|
||||
@@ -2935,6 +2946,91 @@ hr{
|
||||
font-weight: normal;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.switch_input {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 64%;
|
||||
height: 64%;
|
||||
z-index: 5;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
.switch_label {
|
||||
width: 48px;
|
||||
height: 24px;
|
||||
background: #ccc;
|
||||
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: #fff;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
||||
transition: 0.2s;
|
||||
}
|
||||
.switch_input:checked + .switch_label {
|
||||
background-color: #FFC832;
|
||||
}
|
||||
.switch_input:checked + .switch_label:after {
|
||||
left: 24px;
|
||||
}
|
||||
.switch_button {
|
||||
position: relative;
|
||||
width: 75px;
|
||||
height: 35px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.server_code{
|
||||
animation: slideInY 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
border-radius: 10px;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
background-color: #F5F5F5;
|
||||
border: 1px solid #EEE;
|
||||
width: auto;
|
||||
}
|
||||
.server_code h1{
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
text-align: left;
|
||||
color:#252525;
|
||||
font-family: 'BIZ UDGothic', sans-serif;
|
||||
word-wrap: break-word;
|
||||
font-size: 22px;
|
||||
line-height: 22px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.server_code p{
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
text-align: left;
|
||||
color:#252525;
|
||||
font-family: 'BIZ UDGothic', sans-serif;
|
||||
word-wrap: break-word;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------------------------------------*/
|
||||
/*--------------------------------------------------スマホ向け--------------------------------------------------*/
|
||||
/*--------------------------------------------------ここから--------------------------------------------------*/
|
||||
@@ -3052,6 +3148,9 @@ hr{
|
||||
}
|
||||
|
||||
.sendbox label{
|
||||
display: block;
|
||||
flex-shrink: 0;
|
||||
text-align: center;
|
||||
width:10%;
|
||||
padding: 8px auto;
|
||||
margin-left: 6px;
|
||||
@@ -4425,6 +4524,27 @@ hr{
|
||||
color:#FF4444;
|
||||
}
|
||||
|
||||
|
||||
.server_code{
|
||||
animation: slideInY 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 12px;
|
||||
border-radius: 10px;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
background-color: #0c0c0c;
|
||||
border: 1px solid #EEE;
|
||||
width: auto;
|
||||
}
|
||||
.server_code h1{
|
||||
color: #CCC;
|
||||
}
|
||||
.server_code p{
|
||||
color: #CCC;
|
||||
}
|
||||
|
||||
|
||||
.terms{
|
||||
background-color: #0c0c0c;
|
||||
|
||||
Reference in New Issue
Block a user