260 lines
4.8 KiB
CSS
260 lines
4.8 KiB
CSS
body {
|
|
display: inline-block;
|
|
min-height: 100vh;
|
|
|
|
background:
|
|
linear-gradient(
|
|
rgba(0, 255, 255, 0.4),
|
|
rgba(0, 0, 0, 0.7)
|
|
),
|
|
url(../assets/bg_tile.png);
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
.wrapper {
|
|
position: relative;
|
|
padding-top: 100px;
|
|
margin: 0px;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.box-right > ul {
|
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
|
color: white;
|
|
text-align: left;
|
|
}
|
|
|
|
.box-left > ul {
|
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
|
color: white;
|
|
text-align: left;
|
|
}
|
|
|
|
h1 {
|
|
position: relative;
|
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
|
color: white;
|
|
font-size: 60px;
|
|
margin: 5px;
|
|
}
|
|
|
|
h2 {
|
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
|
color: lightgray;
|
|
font-size: 45px;
|
|
margin: 5px;
|
|
}
|
|
|
|
h3 {
|
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
|
color: lightgray;
|
|
margin: 5px;
|
|
}
|
|
|
|
p {
|
|
color: white;
|
|
position: relative;
|
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
|
font-size: 16px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.warning {
|
|
border-width: 10px;
|
|
animation:
|
|
warning 2s infinite normal;
|
|
}
|
|
|
|
.box-right {
|
|
position: relative;
|
|
|
|
margin: 20px;
|
|
margin-right: 0px;
|
|
|
|
background:
|
|
right,
|
|
linear-gradient(
|
|
rgba(10, 10, 10, 0.2),
|
|
rgba(10, 10, 10, 0.75)
|
|
);
|
|
|
|
|
|
border-right-style: solid;
|
|
border-right-color: rgba(0, 255, 255, 0.6);
|
|
border-right-width: 2px;
|
|
|
|
border-bottom-style: solid;
|
|
border-bottom-color: rgba(0, 255, 255, 0.6);
|
|
border-bottom-width: 1px;
|
|
|
|
text-align: right;
|
|
|
|
padding-top: 25px;
|
|
padding-bottom: 25px;
|
|
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
|
|
float: right;
|
|
width: 85%;
|
|
|
|
right: 0px;
|
|
}
|
|
|
|
.box-center {
|
|
background:
|
|
linear-gradient(
|
|
rgba(0, 255, 255, 0.0),
|
|
rgba(0, 255, 255, 0.3)
|
|
);
|
|
|
|
position: relative;
|
|
border-bottom-style: solid;
|
|
border-bottom-color: rgba(0, 255, 255, 0.6);
|
|
border-bottom-width: 2px;
|
|
|
|
align-content: center;
|
|
align-items: center;
|
|
align-self: center;
|
|
text-align: center;
|
|
|
|
padding-top: 25px;
|
|
padding-bottom: 5px;
|
|
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
|
|
vertical-align: middle;
|
|
margin: auto;
|
|
|
|
margin-bottom: 40px;
|
|
margin-bottom: 40px;
|
|
|
|
|
|
width: 85%;
|
|
}
|
|
|
|
.box-left {
|
|
position: relative;
|
|
|
|
margin: 20px;
|
|
margin-left: 0px;
|
|
|
|
background:
|
|
left,
|
|
linear-gradient(
|
|
rgba(10, 10, 10, 0.2),
|
|
rgba(10, 10, 10, 0.75)
|
|
);
|
|
|
|
background-color: ;
|
|
|
|
border-left-style: solid;
|
|
border-left-color: rgba(0, 255, 255, 0.6);
|
|
border-left-width: 2px;
|
|
|
|
border-bottom-style: solid;
|
|
border-bottom-color: rgba(0, 255, 255, 0.6);
|
|
border-bottom-width: 1px;
|
|
|
|
text-align: left;
|
|
|
|
padding-top: 25px;
|
|
padding-bottom: 25px;
|
|
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
|
|
float: left;
|
|
width: 85%;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
.code {
|
|
font-family: monospace;
|
|
}
|
|
|
|
|
|
.navbar {
|
|
opacity: 0.95;
|
|
border-bottom-color: rgba(0, 255, 255, 1);
|
|
border-bottom-style: solid;
|
|
border-bottom-width: 1px;
|
|
font-family: "Segoe UI light", "Segoe UI", sans-serif;
|
|
}
|
|
|
|
.cybercircle-left {
|
|
position: relative;
|
|
animation:
|
|
entry-left 4s ease 1 alternate,
|
|
spin 18s linear infinite normal;
|
|
|
|
height: 70vh;
|
|
width: auto;
|
|
|
|
min-height: 325px;
|
|
min-width: 325px;
|
|
max-height: 640px;
|
|
max-width: 640px;
|
|
|
|
opacity: 0.6;
|
|
|
|
z-index: -1;
|
|
}
|
|
|
|
.cybercircle-right {
|
|
position: relative;
|
|
animation:
|
|
entry-right 4s ease 1 alternate,
|
|
spin 18s linear infinite normal;
|
|
|
|
height: auto;
|
|
width: 100%;
|
|
|
|
min-height: 225px;
|
|
min-width: 225px;
|
|
max-height: 660px;
|
|
max-width: 660px;
|
|
|
|
opacity: 0.6;
|
|
|
|
z-index: -1;
|
|
}
|
|
|
|
.nooverflow-bg {
|
|
overflow: hidden;
|
|
position: absolute;
|
|
}
|
|
|
|
.nooverflow {
|
|
overflow: hidden;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 4px rgba(0, 255, 255, 1);
|
|
background-color: rgba(0,0,0,0.9);
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: rgba(0, 255, 255, 0.5);
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: inset 0 0 4px rgba(0, 255, 255, 0.5);
|
|
}
|
|
|
|
.auto-size {
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.framed-width {
|
|
min-height: 100vh;
|
|
max-width: 100vw;
|
|
} |