117 lines
2.1 KiB
CSS
117 lines
2.1 KiB
CSS
nav {
|
|
width: 100%;
|
|
height: 30px;
|
|
-webkit-box-shadow: 0px 0px 20px #000;
|
|
box-shadow: 0px 0px 20px #000;
|
|
background-color: #895d5d;
|
|
}
|
|
|
|
canvas {
|
|
margin-top: 2.4%;
|
|
margin-bottom: 1.2%;
|
|
-webkit-box-shadow: 10px 10px 24px #111;
|
|
box-shadow: 10px 10px 24px #111;
|
|
}
|
|
|
|
.title {
|
|
text-align: center;
|
|
margin-top: 2%;
|
|
margin-bottom: 2%;
|
|
font-size: 60px;
|
|
width: 100%;
|
|
color: #d2d2d2;
|
|
}
|
|
|
|
.a {
|
|
margin: 0% 5% 5% 5%;
|
|
padding: 2%;
|
|
border-radius: 10px;
|
|
background-color: #313131;
|
|
-webkit-box-shadow: 5px 5px 12px #141414;
|
|
box-shadow: 5px 5px 12px #141414;
|
|
}
|
|
|
|
.normal_text {
|
|
font-size: 26px;
|
|
color: #d2d2d2;
|
|
font-family: Arial, Helvetica, sans-ser;
|
|
letter-spacing: 2px;
|
|
background-color: #313131;
|
|
}
|
|
|
|
.highlight_text {
|
|
font-size: 34px;
|
|
color: #e3e3e3;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
letter-spacing: 1px;
|
|
background-color: #313131;
|
|
}
|
|
|
|
.mtop {
|
|
margin-top: 1.2%;
|
|
}
|
|
|
|
.mleft {
|
|
margin-left: 1.2%;
|
|
}
|
|
|
|
.normal_image {
|
|
margin-top: 2.4%;
|
|
margin-bottom: 1.2%;
|
|
-webkit-box-shadow: 10px 10px 24px #111;
|
|
box-shadow: 10px 10px 24px #111;
|
|
}
|
|
|
|
.normal_video {
|
|
margin-top: 2.4%;
|
|
margin-bottom: 1.2%;
|
|
-webkit-box-shadow: 10px 10px 24px #111;
|
|
box-shadow: 10px 10px 24px #111;
|
|
}
|
|
|
|
.row {
|
|
margin-top: 1.2%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.spline_scene {
|
|
margin-top: 2.4%;
|
|
margin-bottom: 1.2%;
|
|
-webkit-box-shadow: 10px 10px 24px #111;
|
|
box-shadow: 10px 10px 24px #111;
|
|
width: 1000px;
|
|
height: 600px;
|
|
}
|
|
|
|
* {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-color: #282828;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background-color: #373737;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #4b4b4b;
|
|
}
|
|
/*# sourceMappingURL=style.css.map */ |