Add files via upload
This commit is contained in:
59
css/style.css
Normal file
59
css/style.css
Normal file
@@ -0,0 +1,59 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
|
||||
|
||||
.osc {
|
||||
display: flex;
|
||||
/* margin: 0px 30px 45px 30px; */
|
||||
text-align: center;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.osc>* {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
body:not(.name) {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: #80cbc4;
|
||||
font-family: 'Noto Sans JP', sans-serif;
|
||||
background-image: linear-gradient(rgb(0 0 0 / 91%), rgb(0 0 0 / 91%)), url(../img/noise.gif);
|
||||
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: 20px;
|
||||
|
||||
}
|
||||
|
||||
.row>* {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 90px;
|
||||
background-color: #68686842;
|
||||
font-family: 'Archivo Black', sans-serif;
|
||||
font-size: 60px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.name {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.preset_loader {
|
||||
float: right;
|
||||
font-size: 16px;
|
||||
margin-right: 20px;
|
||||
font-family: 'Noto Sans JP', sans-serif;
|
||||
margin-top: 63px;
|
||||
}
|
||||
Reference in New Issue
Block a user