This repository has been archived on 2026-01-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
EMP-WEB-SYNTH/css/style.css
2020-10-19 03:20:26 +02:00

59 lines
1.1 KiB
CSS

@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;
}