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.

242 lines
3.4 KiB
CSS

@font-face {
font-family: wfdtf;
src: url(Fonts/wftfs-Regular.otf);
}
/*/@font-face {
font-family: p10;
src: url(Fonts/Pioneer10.otf);
}/*/
a{
color:#FFC988;
text-decoration: none;
}
a:hover{
color:white;
}
a.link:hover{
color:white;
}
a.link{
font-family: wfdtf;
color: #EAD3FF;
font-size: 20pt;
}
a.link2{
font-family: wfdtf;
color: #80EA79;
}
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
scroll-behavior: smooth;
}
body{
background-image: url(005yell.png);
background-color:#FFFED3;
background-position: top;
background-repeat:no-repeat;;
background-size: cover;
color:#80EA79;
font-family:arial;
}
.cursor{
cursor:url(cursor.png), auto;
}
#upper{
width: 90%;
height: 250px;
color: #EAD3FF;
float: left;
}
#uppersec{
width: 90%;
height: 150px;
float: left;
color: #80EA79;
text-align:left;
}
#uppersym{
width: 10%;
height: 400px;
float: left;
font-size:20pt;
}
#sympad{
padding:10%;
width:90%;
height:90%;
}
.h1{
font-family: cursive;
font-size: 80pt;
text-align: left;
float:left;
}
.titlesym{
font-family: wfdtf;
color: #EAD3FF;
font-size:80pt;
float:left;
}
#block2{
width:30%;
height:1000px;
float:left;
}
#intro{
width: 100%;
height: 350px;
float:left;
font-size: 15pt;
text-transform: uppercase;
font-family: cursive;
overflow: scroll;
color:#989DFF;
line-height:20pt;
}
#padintro{
padding-left: 15px;
}
#block2imgsize{
height:600px;
}
#imgsize{
}
.002{
width:0%;
height:0%;
}
#toggleImage{
cursor: pointer;
width: 100%;
max-height:600px;
float:left;
}
#space{
height:1000px;
width:2%;
float:left;
}
#maintext{
width: 68%;
height: 1000px;
float:left;
columns: 2;
overflow: scroll;
text-align:justify;
font-size: 15pt;
line-height: 150%;
}
#padmain{
padding-left: 15px;
}
#figure{
width:100%;
display:block;
background:#EAD3FF;
}
#fig1{
font-size: 10pt;
}
#space2{
width:100%;
height:100px;
float:left;
}
.lineright {
border-right: 1px solid #80EA79;
padding: 0 10px;
}
h4{
font-size:18pt;
color: #989DFF;
font-family: cursive;
}
#references{
width:50%;
float:left;
height:500px;
overflow: scroll;
overflow-wrap: break-word;
word-wrap: break-word;
padding-top:10px;
columns:2;
}
#padref{
padding: 15px;
}
#bio{
width:50%;
height:500px;
overflow: scroll;
float:left;
padding-top:10px;
}
#padbio{
padding: 15px;
}
#footnotes{
width:100%;
float:left;
height:600px;
overflow: scroll;
overflow-wrap: break-word;
word-wrap: break-word;
columns:3;
padding: 15px;
}
#padfoot{
padding: 15px;
}
#counter{
float: left;
}
@media only screen and (max-width: 3000px){
#padbio {
column-count:2;
}
}
@media only screen and (max-width: 1000px){
#padbio {
column-count:1;
}
}
@media only screen and (max-width: 1000px){
#intro{
height: 600px;
}
}
@media only screen and (max-width: 1000px){
#maintext{
column-count:1;
}
}
@media only screen and (max-width: 1000px){
#block2imgsize{
height:400px;
}
}
@media only screen and (max-width: 1000px){
#references{
columns:1;
}
.h1{
font-size: 70pt;
}
.titlesym{
font-size: 65pt;
}
}