1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu version 1.2.27

This commit is contained in:
Daichimarukana
2023-11-29 00:40:59 +09:00
parent c51582a221
commit 6367282bb5
70 changed files with 1748 additions and 258 deletions
+24 -9
View File
@@ -281,7 +281,7 @@ body{
margin-left: 12px;
margin-right: 12px;
margin-bottom: 12px;
background-color: var(--background-color)FFF;
background-color: var(--background-color);
width: 240px;
height: 100%;
margin-left: 0px;
@@ -1286,6 +1286,18 @@ main h1{
height: 350px;
border: 1px solid var(--border-color);
}
.ueuse .youtube_and_nicovideo_player{
margin-top: 12px;
width: 100%;
height: fit-content;
}
.ueuse .youtube_and_nicovideo_player iframe{
border: none;
width: 100%;
aspect-ratio: 16 / 9;
border-radius: 10px;
border: 1px solid var(--border-color);
}
.ueuse .abi{
margin-left:auto;
@@ -3139,22 +3151,24 @@ label>input {
}
.emjtex .fx{
display: flex;
display: block;
max-width: 100%;
}
.emjtex img{
margin-top: auto;
margin-bottom: auto;
margin-left: 4px;
margin-left: 6px;
margin-right: 4px;
height: 64px;
max-height: 64px;
max-width: 98%;
}
.emjtex h3{
overflow-wrap: break-word;
margin-top: auto;
margin-bottom: auto;
margin-left: 12px;
margin-left: 6px;
font-size: 24px;
color:var(--text-color);
text-decoration: none;
@@ -3166,7 +3180,7 @@ label>input {
overflow-wrap: break-word;
margin-top: 12px;
margin-bottom: auto;
margin-left: 12px;
margin-left: 6px;
font-size: 16px;
color:var(--text-color);
text-decoration: none;
@@ -5046,13 +5060,15 @@ summary {
top: 0;
left: 0;
width: 90%;
width: 100%;
margin-left: 0px;
margin-right: 0px;
height: 44px;
padding-top: 0.0%;
padding-bottom: 0.2%;
padding-left: 10%;
padding-left: 0;
margin-left: auto;
margin-right: auto;
}
.topbox .logo img{
@@ -5263,7 +5279,6 @@ summary {
}
.notification .flebox a{
margin-top: auto;
margin-bottom: auto;
+121
View File
@@ -0,0 +1,121 @@
@import url("color.css");
body{
max-width: 640px;
height: auto;
margin:0px;
margin-top: 128px;
margin-left: auto;
margin-right: auto;
background-color:#f5f5f5;
display: block;
}
main{
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
main .server_icon_zone{
margin:12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
main .server_icon_zone img{
width: 64px;
height: 64px;
object-fit: cover;
border-radius: 12px;
}
h1{
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align: center;
color:#252525;
font-size: 32px;
font-family: 'BIZ UDGothic', 'Yu Mincho Regular', 'ヒラギノ角ゴシック', sans-serif;
font-weight: bold;
}
h3{
line-height: 28px;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 0px;
margin-right: auto;
text-align: left;
color:#252525;
font-size: 20px;
font-family: 'BIZ UDGothic', 'Yu Mincho Regular', 'ヒラギノ角ゴシック', sans-serif;
font-weight: bold;
}
p{
line-height: 20px;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
color:#252525;
font-size: 16px;
font-family: 'BIZ UDGothic', 'Yu Mincho Regular', 'ヒラギノ角ゴシック', sans-serif;
font-weight: normal;
}
.maintext{
margin-top: 16px;
margin-bottom: 16px;
}
.infobtn{
display: block;
width: 128px;
padding: 6px;
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
background-color:#FFC832;
color:#ffffff;
border-radius: 32px;
font-size: 20px;
font-family: 'BIZ UDGothic', 'Yu Mincho Regular', 'ヒラギノ角ゴシック', sans-serif;
font-weight: normal;
text-decoration: none;
}
.center_text{
margin-top: 32px;
display: block;
}
.center_text p{
line-height: 20px;
margin-top: 6px;
margin-bottom: 6px;
text-align: center;
color:#252525;
font-size: 16px;
font-family: 'BIZ UDGothic', 'Yu Mincho Regular', 'ヒラギノ角ゴシック', sans-serif;
font-weight: normal;
}
.center_text .p2{
line-height: 20px;
margin-top: 6px;
margin-bottom: 6px;
text-align: center;
color:#777;
font-size: 16px;
font-family: 'BIZ UDGothic', 'Yu Mincho Regular', 'ヒラギノ角ゴシック', sans-serif;
font-weight: normal;
}
hr{
height: 0;
margin-top: 12px;
margin-bottom: 12px;
padding: 0;
border: 0;
border-top: 1px solid #252525;
}
@media screen and (max-width:640px) {
body{
margin:24px;
margin-top: 32px;
}
}