103 lines
1.8 KiB
CSS
103 lines
1.8 KiB
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
padding: px;
|
|
background: #868686;
|
|
margin: 0;
|
|
overflow-x: hidden;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.welcome {
|
|
font-size: large;
|
|
}
|
|
|
|
.borderimg {
|
|
border-image: url("/assets/imgs/border.png") 28 / 28px / 0 round;
|
|
border-width: 28px;
|
|
border-style: solid;
|
|
}
|
|
|
|
#page-container {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#content-wrap {
|
|
padding-bottom: 2.5rem;
|
|
}
|
|
|
|
#footer {
|
|
padding: 20px;
|
|
text-align: center;
|
|
background: rgb(221, 221, 221);
|
|
margin-top: 20px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
font-size: 11px;
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
.leftcolumn,
|
|
.rightcolumn {
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "opensans";
|
|
src: url("/assets/styles/Font/opensans.woff2") format("woff2"),
|
|
url("/assets/styles/Font/opensans.woff") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Material Symbols Rounded";
|
|
font-style: normal;
|
|
font-weight: 100 700;
|
|
src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v92/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2)
|
|
format("woff2");
|
|
}
|
|
|
|
.material-symbols-rounded {
|
|
font-family: "Material Symbols Rounded";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
letter-spacing: normal;
|
|
text-transform: none;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
word-wrap: normal;
|
|
direction: ltr;
|
|
-webkit-font-feature-settings: "liga";
|
|
-webkit-font-smoothing: antialiased;
|
|
font-feature-settings: "liga";
|
|
}
|
|
|
|
.material-symbols-rounded {
|
|
font-variation-settings:
|
|
'FILL' 0,
|
|
'wght' 700,
|
|
'GRAD' 200,
|
|
'opsz' 48
|
|
}
|
|
.materialtext{
|
|
font-size: 19.2px;
|
|
}
|
|
.imglink {
|
|
width: 51.5px;
|
|
height: 51.5px;
|
|
background-color: rgb(255, 255, 255);
|
|
float: right;
|
|
}
|
|
.img {
|
|
width: 51.5px;
|
|
height: 51.5px;
|
|
} |