|
@ -1,25 +1,95 @@ |
|
|
@font-face { |
|
|
/* @font-face { |
|
|
font-family: 'whoismono'; |
|
|
font-family: 'whoismono'; |
|
|
src: url('whois-mono-webfont.woff2') format('woff2'), |
|
|
src: url('whois-mono-webfont.woff2') format('woff2'), |
|
|
url('whois-mono-webfont.woff') format('woff'); |
|
|
url('whois-mono-webfont.woff') format('woff'); |
|
|
font-weight: normal; |
|
|
font-weight: normal; |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
|
|
|
|
|
|
} |
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body{ |
|
|
body{ |
|
|
background: #ffffff; |
|
|
background: #ffffff; |
|
|
color:blue; |
|
|
color:black; |
|
|
font-family: 'whoismono'; |
|
|
font-family: 'Montserrat', sans-serif; |
|
|
width: 100%; |
|
|
|
|
|
top:0; |
|
|
top:0; |
|
|
left: 0; |
|
|
left: 0; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
padding: 0; |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
a{ |
|
|
|
|
|
color: black; |
|
|
|
|
|
} |
|
|
|
|
|
.text a:visited{ |
|
|
|
|
|
color: purple; |
|
|
|
|
|
} |
|
|
|
|
|
.text a:hover{ |
|
|
|
|
|
color: red; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/********************************************************/ |
|
|
|
|
|
/* FIRST PAGE */ |
|
|
|
|
|
/********************************************************/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.home{ |
|
|
|
|
|
padding: 1em 5em 1em 7.5em; |
|
|
|
|
|
text-align: justify; |
|
|
|
|
|
font-size: 1em; |
|
|
|
|
|
} |
|
|
|
|
|
div.home a:hover{ |
|
|
|
|
|
font-style: italic; |
|
|
|
|
|
font-size: 0.95em; |
|
|
|
|
|
/* font-weight: bold; */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/********************************************************/ |
|
|
|
|
|
/* NAVIGATION */ |
|
|
|
|
|
/********************************************************/ |
|
|
|
|
|
header{ |
|
|
|
|
|
padding-top: 3em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#logobox{ |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
height: 1.5em; |
|
|
|
|
|
margin: auto; |
|
|
|
|
|
background: none; |
|
|
|
|
|
left: 0; |
|
|
|
|
|
-webkit-transform-origin: 0 50%; |
|
|
|
|
|
-moz-transform-origin: 0 50%; |
|
|
|
|
|
-ms-transform-origin: 0 50%; |
|
|
|
|
|
-o-transform-origin: 0 50%; |
|
|
|
|
|
transform-origin: 0 50%; |
|
|
|
|
|
-webkit-transform: rotate(-90deg) translate(-50%, 50%); |
|
|
|
|
|
-moz-transform: rotate(-90deg) translate(-50%, 50%); |
|
|
|
|
|
-ms-transform: rotate(-90deg) translate(-50%, 50%); |
|
|
|
|
|
-o-transform: rotate(-90deg) translate(-50%, 50%); |
|
|
|
|
|
transform: rotate(-90deg) translate(-50%, 50%); |
|
|
|
|
|
} |
|
|
|
|
|
#logobox a, #logobox a:visited{ |
|
|
|
|
|
color: black; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
h1{ |
|
|
h1{ |
|
|
margin-top: 50px; |
|
|
font-size: 2em; |
|
|
|
|
|
line-height: 1.5; |
|
|
|
|
|
display:inline; |
|
|
|
|
|
background-color: none; |
|
|
|
|
|
/* width: 100%; */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ul.menu { |
|
|
|
|
|
margin-left: 0.4em; |
|
|
|
|
|
position: fixed; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/********************************************************/ |
|
|
/********************************************************/ |
|
@ -34,10 +104,7 @@ a:visited { |
|
|
color:purple; |
|
|
color:purple; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
a:hover{ |
|
|
|
|
|
background: pink; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ul{ |
|
|
ul{ |
|
@ -53,12 +120,12 @@ li a:hover{ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
img{ |
|
|
img{ |
|
|
max-width: 500px; |
|
|
max-width: 90%; |
|
|
margin-bottom: 15px; |
|
|
margin-bottom: 15px; |
|
|
/* float: left; */ |
|
|
/* float: left; */ |
|
|
} |
|
|
} |
|
|
video{ |
|
|
video{ |
|
|
max-width: 400px; |
|
|
max-width: 90%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
div{ |
|
|
div{ |
|
@ -72,8 +139,9 @@ div{ |
|
|
|
|
|
|
|
|
#thewordpath{ |
|
|
#thewordpath{ |
|
|
display: block; |
|
|
display: block; |
|
|
/* background-color: yellow; */ |
|
|
background-color: white; |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
|
|
|
/* border-bottom: black 1.5px solid; */ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
top:0; |
|
|
top:0; |
|
|
right: 0; |
|
|
right: 0; |
|
@ -83,7 +151,7 @@ div{ |
|
|
padding: 10px; |
|
|
padding: 10px; |
|
|
z-index: 2; |
|
|
z-index: 2; |
|
|
width: auto; |
|
|
width: auto; |
|
|
background-color: white; |
|
|
/* background-color: white; */ |
|
|
/* border:1px blue solid; */ |
|
|
/* border:1px blue solid; */ |
|
|
/* -webkit-transform-origin: right top; |
|
|
/* -webkit-transform-origin: right top; |
|
|
-webkit-transform: rotate(90deg); |
|
|
-webkit-transform: rotate(90deg); |
|
@ -93,7 +161,7 @@ div{ |
|
|
transform: rotate(90deg); */ |
|
|
transform: rotate(90deg); */ |
|
|
} |
|
|
} |
|
|
.word{ |
|
|
.word{ |
|
|
color:silver; |
|
|
color:black; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -103,43 +171,28 @@ transform: rotate(90deg); */ |
|
|
|
|
|
|
|
|
.description{ |
|
|
.description{ |
|
|
width: 80%; |
|
|
width: 80%; |
|
|
/* border: 1px solid red; */ |
|
|
|
|
|
} |
|
|
} |
|
|
.text{ |
|
|
.text{ |
|
|
float: right; |
|
|
float: right; |
|
|
width: 50%; |
|
|
width: 50%; |
|
|
/* border:1px solid #444; */ |
|
|
|
|
|
/* position: relative; */ |
|
|
/* position: relative; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.item{ |
|
|
.item{ |
|
|
/* position: relative; */ |
|
|
/* position: relative; */ |
|
|
float: left; |
|
|
float: left; |
|
|
width: 50%; |
|
|
width: 50%; |
|
|
/* vertical-align: top; */ |
|
|
/* vertical-align: top; */ |
|
|
/* border:1px solid #444; */ |
|
|
padding-top: 7.8%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* .text{ |
|
|
.column h2{ |
|
|
float: right; |
|
|
/* color: pink; |
|
|
} |
|
|
border:1px solid pink; */ |
|
|
.item{ |
|
|
|
|
|
float: left; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.column{ |
|
|
|
|
|
padding: 10px; |
|
|
|
|
|
float: left; |
|
|
|
|
|
width: 40%; |
|
|
|
|
|
} |
|
|
|
|
|
.allcontent:after { |
|
|
|
|
|
content: ""; |
|
|
|
|
|
display: table; |
|
|
|
|
|
clear: both; |
|
|
|
|
|
} */ |
|
|
|
|
|
|
|
|
|
|
|
/********************************************************/ |
|
|
/********************************************************/ |
|
|
/* NAVIGATION AT THE BOTTOM OF DESCRIPTION*/ |
|
|
/* NAVIGATION BAR AT THE BOTTOM OF DESCRIPTION*/ |
|
|
/********************************************************/ |
|
|
/********************************************************/ |
|
|
.index { |
|
|
.index { |
|
|
display: block; |
|
|
display: block; |
|
@ -159,6 +212,9 @@ nav.nav_bottom { |
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
list-style-type: none; |
|
|
list-style-type: none; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
background: white; |
|
|
|
|
|
border-top:1.5px solid black; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
nav.nav_bottom div li { |
|
|
nav.nav_bottom div li { |
|
@ -169,23 +225,57 @@ nav.nav_bottom div li:first-child { |
|
|
margin-right: 0; |
|
|
margin-right: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
div#bottom_descrip_left, div#bottom_descrip_right { |
|
|
li.index, li.about { |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
li.index { |
|
|
|
|
|
float: left; |
|
|
float: left; |
|
|
|
|
|
margin-left: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
li.prev_item, li.next_item, li.no_here { |
|
|
li.prev_item, li.next_item, li.no_here { |
|
|
float: right; |
|
|
float: right; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/********************************************************/ |
|
|
/********************************************************/ |
|
|
/* DIVERGE */ |
|
|
/* DIVERGE */ |
|
|
/********************************************************/ |
|
|
/********************************************************/ |
|
|
|
|
|
|
|
|
.diverge{ |
|
|
div.diverge_all{ |
|
|
margin-left: 1em; |
|
|
padding: 1em 6.3em 1em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.diverge_all p{ |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
font-size: 1.3em; |
|
|
|
|
|
/* text-transform: uppercase; */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.diverge_list { |
|
|
|
|
|
padding-left: 30%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.about{ |
|
|
|
|
|
padding: 1em 5em 1em 7.5em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/********************************************************/ |
|
|
|
|
|
/* INDEX OF FOLDERS */ |
|
|
|
|
|
/********************************************************/ |
|
|
|
|
|
|
|
|
|
|
|
.foldersindex{ |
|
|
|
|
|
/* border: black 1px solid; */ |
|
|
|
|
|
width: 35%; |
|
|
|
|
|
padding-top: 50px; |
|
|
|
|
|
padding-bottom: 50px; |
|
|
|
|
|
} |
|
|
|
|
|
.foldersindex a:hover{ |
|
|
|
|
|
background-color: yellow; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
/* height: 98%; */ |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1.logo a { |
|
|
|
|
|
text-transform: uppercase; |
|
|
} |
|
|
} |
|
|