mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu v1.3.0 new_planet
This commit is contained in:
+44
-1
@@ -229,6 +229,22 @@ body{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.serverhead{
|
||||
width: 100%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
}
|
||||
.serverhead img{
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 180px;
|
||||
border-radius: 10px;
|
||||
box-shadow:0 0px 48px 0 rgba(0, 0, 0, .05);
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.servericon{
|
||||
width: fit-content;
|
||||
margin-left: auto;
|
||||
@@ -236,12 +252,17 @@ body{
|
||||
display: flex;
|
||||
text-align: center;
|
||||
}
|
||||
.servericon .up{
|
||||
margin-top: -74px;
|
||||
border-radius: 18px;
|
||||
}
|
||||
.servericon img{
|
||||
object-fit: cover;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 15px;
|
||||
box-shadow:0 0px 48px 0 rgba(0, 0, 0, .05);
|
||||
margin: 0px;
|
||||
}
|
||||
.servericon .textzone{
|
||||
margin-top: auto;
|
||||
@@ -759,6 +780,26 @@ main h1{
|
||||
.textbox .authzone img{
|
||||
width: 30%;
|
||||
}
|
||||
p img{
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
vertical-align: middle;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.myarea h2 img{
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
vertical-align: middle;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------------------------------------*/
|
||||
/*--------------------------------------------------スマホ向け--------------------------------------------------*/
|
||||
@@ -809,7 +850,9 @@ main h1{
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
|
||||
|
||||
.serverhead img{
|
||||
height: 110px;
|
||||
}
|
||||
.textbox{
|
||||
padding: 32px;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user