You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

552 lines
10 KiB
CSS

@media screen{
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Regular.ttf');
}
@font-face {
font-family: 'Robotobold';
src: url('fonts/Roboto-Bold.ttf');
}
@font-face {
font-family: 'Robotomedium';
src: url('fonts/Roboto-Medium.ttf');
}
@font-face {
font-family: 'Robotomono';
src: url('fonts/RobotoMono-Bold.ttf');
}
@font-face {
font-family: 'WFTF';
src: url('fonts/wftfs-Regular.otf');
}
@font-face {
font-family: 'EBGaramonditalic';
src: url('fonts/EBGaramond-MediumItalic.ttf');
}
@font-face {
font-family: 'EBGaramonditalicsemi';
src: url('fonts/EBGaramond-SemiBoldItalic.ttf');
}
@font-face {
font-family: 'EBGaramondregular';
src: url('fonts/EBGaramond-Medium.ttf');
}
@font-face {
font-family: 'Brut';
src: url('fonts/Brut_Grotesque-Text.otf');
}
3 years ago
@font-face {
font-family: 'WFTF_custom-Regular';
src: url('fonts/WFTF_custom-Regular.otf');
}
* {
box-sizing: border-box;
}
:root{
font-family:'Roboto';
--title: 6vw;
3 years ago
--sub: 1.2vw;
--sub-r: 5.5vw;
3 years ago
--regular: 2vw;
3 years ago
--r-r: 5vw;
3 years ago
--description: 1vw;
--right: 1vw;
--icon: 1.7vw
}
body{
3 years ago
background-image: url('grid.png');
background-size: 8vw;
3 years ago
margin: 0 4vw;
padding: 0;
max-width: 100%;
3 years ago
height: 100%;
background-size: 8vw;
3 years ago
overflow-x: hidden;
z-index: 100;
3 years ago
/* text-shadow: 10px 10px 5px rgba(0,0,0,0.05) */
}
3 years ago
button{
font-family:'Robotomono';
color: black;
background-color: white;
3 years ago
font-size: var(--description);
border-radius: 40px;
3 years ago
display: fixed;
margin: 0 1vw;
3 years ago
margin-bottom: 2vw;
3 years ago
min-width: 3vw;
3 years ago
}
button:hover{
font-family:'Robotomono';
color: black;
background-color: #D3D3D3;
}
3 years ago
button:focus{
font-family:'Robotomono';
color: black;
background-color:#c6c6c6;
}
3 years ago
.row{
margin-top: -3vw;
}
3 years ago
.header{
3 years ago
position: fixed;
line-height: 4vw;
overflow-y: hidden;
}
#title{
font-family:'Roboto';
font-size: var(--title);
}
.column {
3 years ago
float: left;
position: fixed
}
.left {
3 years ago
width: 60%;
margin-top: 20%;
}
3 years ago
3 years ago
#showMessage{
3 years ago
padding-right: 2vw;
font-family:'EBGaramondregular';
font-size: var(--regular);
3 years ago
line-height: 2.5vw;
3 years ago
}
.right {
3 years ago
right: 2vw;
margin-top: 22.5vw;
3 years ago
width: 35%;
background-color: white;
3 years ago
height: 100vh;
position: fixed;
background-color: rgba(0,0,0,0)
3 years ago
}
3 years ago
.right p, li, b{
font-size: var(--right);
line-height: 1.5vw;
padding: 0 5vw 0 1vw;
font-family:'Robotomedium';
}
3 years ago
3 years ago
.right h3{
font-size: var(--sub);
padding: 0 5vw 0 1vw;
}
3 years ago
.right p,b,h3,ul{
margin: .7vw 1vw;
}
#button{
text-align: center;
}
3 years ago
#innest{
position: relative;
overflow-y: scroll;
}
#intro{
visibility: hidden;
position: absolute;
3 years ago
margin-top: 2vw;
overflow-y: hidden;
line-height: 1.5vw;}
3 years ago
3 years ago
#colophon{
visibility: hidden;
position: absolute;
3 years ago
margin-top: 2vw;
}
3 years ago
#print{
visibility: hidden;
position: absolute;
3 years ago
margin-top: 2vw;
}
3 years ago
#archive{
width: 35vw;
visibility: hidden;
position: relative;
top: -25vw;
/* margin: 90% 0; */
overflow-y: hidden;}
#archive video{
width: 100%;
margin: 40% 0;
/* position: absolute; */
top: 0;
}
3 years ago
3 years ago
#innest{
position: relative;
overflow-y: scroll;
}
3 years ago
3 years ago
#license{
visibility: hidden;
position: absolute;
margin-top: 2vw;
}
3 years ago
3 years ago
#license a{
text-decoration:underline;
color: black
}
3 years ago
3 years ago
#license a:visited{
text-decoration:underline;
color: black
}
3 years ago
3 years ago
#license ul{
font-size: var(--regular);
font-family:'Robotomedium';
}
3 years ago
.A{
3 years ago
color: #ff6c2f;
}
3 years ago
.M{
color: red;
}
.T{
color: silver;
}
.L{
3 years ago
color: #00939b;
3 years ago
}
.P{
color: #ff14d0; ;
3 years ago
}
.R{
color: #0F0;
}
.U{
3 years ago
color: #3255a4;
3 years ago
}
.H{
3 years ago
color: #0078bf;
3 years ago
}
.O{
3 years ago
color: #00f;
3 years ago
}
.E{
color: green;
}
#showMessage a{
color: black;
text-decoration: none;
font-family: 'EBGaramonditalic';
}
#showMessage span{
font-family: "WFTF";
text-decoration: underline;
font-size: var(--icon);
}
#showMessage .A:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
3 years ago
color: #ff6c2f;
3 years ago
}
#showMessage .M:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
color: red;
}
#showMessage .T:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
color: silver;
}
#showMessage .L:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
3 years ago
color: #00939b;
3 years ago
}
#showMessage .P:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
3 years ago
color: #ff14d0;
3 years ago
}
#showMessage .R:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
color: #0f0;
}
#showMessage .U:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
3 years ago
color: #3255a4;
3 years ago
}
#showMessage .E:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
color: green;
}
#showMessage .H:hover{
-webkit-transition: all .5sease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5sease;
transition: all .5s ease;
/* text-decoration: underline; */
3 years ago
color: #0078bf;
3 years ago
}
#showMessage .O:hover{
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
/* text-decoration: underline; */
color: blue;
}
#future{
text-decoration: none;
font-family: 'EBGaramonditalic';
3 years ago
cursor: pointer;
3 years ago
}
#future:hover{
3 years ago
/* text-decoration: underline; */
filter: blur(1.5px);
-webkit-transition: all .5 ease;
3 years ago
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5sease;
transition: all .5s ease;
3 years ago
/* animation: sexy 1s infinite; */
3 years ago
}
3 years ago
.customfont{
font-family: "WFTF_custom-Regular";
font-size: 4vw
}
3 years ago
3 years ago
#sub{
font-family: 'EBGaramonditalic';
font-size: 2.8vw;
}
3 years ago
3 years ago
#gallery{
font-family: "WFTF";
font-size: 15vw;
text-align: center;
margin: 40% 0;
height: 0;
display: absolute;
}
3 years ago
3 years ago
.mini{
font-size: 0.8vw;
3 years ago
line-height: 1vw;
3 years ago
}
3 years ago
.mini a{
text-decoration: none;
}
3 years ago
@media only screen and (max-width: 600px) {
body{
overflow-y: hidden;
margin: 0 7vw;
}
#title{
margin-top: 9vw;
font-size: 11vw;
line-height: 9vw
}
#sub{
font-size: 4.8vw;
width: 30%
}
.column{
position: relative
}
.left{
margin-top: 40vw;
width: 90%;
overflow-y: auto;
}
#innest{
position: relative;
overflow-y: none;
}
#showMessage{
font-size: var(--r-r);
line-height: 5vw
}
#showMessage span{
3 years ago
font-family: "WFTF";
3 years ago
text-decoration: underline;
font-size: 4vw;
}
#gallery{
font-family: "WFTF";
font-size: 45vw;
text-align: center;
margin: 40% 0;
height: 0;
display: absolute;
}
.right{
height: 200%;
margin: 0;
width: 100%;
position: relative;
overflow-y: none;
margin-bottom: 30vw
}
.right p, li, b{
font-size: 4vw;
line-height: 5.5vw;
padding: 0 5vw 0 1vw;
font-family:'Robotomedium';
3 years ago
}
3 years ago
.right h3{
font-size: var(--sub-r);
padding: 0 5vw 0 1vw;
line-height: 5vw
}
3 years ago
.right p,b,h3, ul{
margin: .7vw 1vw;
}
.mini{
font-size: 3vw
}
.customfont{
font-family: "WFTF_custom-Regular";
font-size: 6vw
}
button{
font-size: 4vw;
margin: 0;
margin-bottom: 3vw;
min-width: 20%;
}
3 years ago
#archive{
width: 100%;
position: relative;
top: -68vw;
}
}
}