2019-11-28 19:03:30 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
|
|
|
|
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
|
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.light {
|
|
|
|
color: black !important;
|
|
|
|
background: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2019-12-09 19:48:19 +00:00
|
|
|
position: inherit;
|
2019-11-28 19:03:30 +00:00
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 5vh;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
padding: 30px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle {
|
|
|
|
cursor: -webkit-grab;
|
|
|
|
cursor: grab;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
font-size: 3vh;
|
|
|
|
bottom: 50px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
.coding {
|
|
|
|
font-size: 7vh;
|
|
|
|
font-style: italic;
|
|
|
|
color: white;
|
|
|
|
border-bottom: white 5px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light .coding {
|
|
|
|
color: black !important;
|
|
|
|
border-bottom: black 5px solid;
|
|
|
|
}
|
|
|
|
|
2019-11-28 19:03:30 +00:00
|
|
|
sub {
|
|
|
|
font-size: 1vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 90px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light a {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
#box {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 999;
|
2019-11-30 13:14:32 +00:00
|
|
|
border: 3vh solid black;
|
2019-11-28 19:03:30 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
-webkit-transition: border-color 0.5s ease-in-out;
|
|
|
|
transition: border-color 0.5s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light #box {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 999;
|
2019-11-30 13:14:32 +00:00
|
|
|
border: 3vh solid white;
|
2019-11-28 19:03:30 +00:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
-webkit-transition: border-color 0.5s ease-in-out;
|
|
|
|
transition: border-color 0.5s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.yiff:hover {
|
2019-12-09 19:48:19 +00:00
|
|
|
color: #4043ff;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.yiff:hover ~ #box {
|
2019-12-09 19:48:19 +00:00
|
|
|
border-color: #4043ff;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.yiff::-moz-selection {
|
|
|
|
color: white;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #4043ff;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.yiff::selection {
|
|
|
|
color: white;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #4043ff;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body.light .yiff::-moz-selection {
|
|
|
|
color: black;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #5a5dff;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body.light .yiff::selection {
|
|
|
|
color: black;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #5a5dff;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.thaldrin:hover {
|
2019-12-09 19:48:19 +00:00
|
|
|
color: #ff9e42;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.thaldrin:hover ~ #box {
|
2019-12-09 19:48:19 +00:00
|
|
|
border-color: #ff9e42;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.thaldrin::-moz-selection {
|
|
|
|
color: white;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #ff9e42;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.thaldrin::selection {
|
|
|
|
color: white;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #ff9e42;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body.light .thaldrin::-moz-selection {
|
|
|
|
color: black;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #ffb85c;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body.light .thaldrin::selection {
|
|
|
|
color: black;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #ffb85c;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
.website:hover {
|
|
|
|
color: #ff4885;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
.website:hover ~ #box {
|
|
|
|
border-color: #ff4885;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
.website::-moz-selection {
|
2019-11-28 19:03:30 +00:00
|
|
|
color: white;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #ff4885;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
.website::selection {
|
2019-11-28 19:03:30 +00:00
|
|
|
color: white;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #ff4885;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
body.light .website::-moz-selection {
|
2019-11-28 19:03:30 +00:00
|
|
|
color: black;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #ff629f;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light .website::selection {
|
|
|
|
color: black;
|
|
|
|
background-color: #ff629f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art:hover {
|
|
|
|
color: #1da1f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art:hover ~ #box {
|
|
|
|
border-color: #1da1f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art::-moz-selection {
|
|
|
|
color: white;
|
|
|
|
background-color: #1da1f2;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
.art::selection {
|
|
|
|
color: white;
|
|
|
|
background-color: #1da1f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light .art::-moz-selection {
|
2019-11-28 19:03:30 +00:00
|
|
|
color: black;
|
2019-12-09 19:48:19 +00:00
|
|
|
background-color: #37bbff;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light .art::selection {
|
|
|
|
color: black;
|
|
|
|
background-color: #37bbff;
|
2019-11-28 19:03:30 +00:00
|
|
|
}
|
|
|
|
|
2019-12-14 16:25:30 +00:00
|
|
|
.kaito:hover {
|
|
|
|
color: #964b00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kaito:hover ~ #box {
|
|
|
|
border-color: #964b00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kaito::-moz-selection {
|
|
|
|
color: white;
|
|
|
|
background-color: #964b00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kaito::selection {
|
|
|
|
color: white;
|
|
|
|
background-color: #964b00;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light .kaito::-moz-selection {
|
|
|
|
color: black;
|
|
|
|
background-color: #b0651a;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light .kaito::selection {
|
|
|
|
color: black;
|
|
|
|
background-color: #b0651a;
|
|
|
|
}
|
|
|
|
|
2019-11-28 19:03:30 +00:00
|
|
|
.yiff {
|
|
|
|
font-size: 6vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thaldrin {
|
|
|
|
font-size: 6vh;
|
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
.website {
|
|
|
|
font-size: 6vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art {
|
2019-11-28 19:03:30 +00:00
|
|
|
font-size: 6vh;
|
|
|
|
}
|
2019-12-09 19:48:19 +00:00
|
|
|
|
2019-12-14 16:25:30 +00:00
|
|
|
.kaito {
|
|
|
|
font-size: 6vh;
|
|
|
|
}
|
|
|
|
|
2019-12-09 19:48:19 +00:00
|
|
|
p::-moz-selection {
|
|
|
|
color: black;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
p::selection {
|
|
|
|
color: black;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light p::-moz-selection {
|
|
|
|
color: white;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light p::selection {
|
|
|
|
color: white;
|
|
|
|
background-color: black;
|
|
|
|
}
|
2019-11-28 19:03:30 +00:00
|
|
|
/*# sourceMappingURL=portfolio.css.map */
|