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.

116 lines
1.8 KiB
CSS

@font-face {
font-family: "Standard";
src: url("fonts/standard-book-webfont.woff");
font-weight: 300;
font-style: normal;}
@font-face {
font-family: "Lunchtype";
src: url("fonts/lunchtype25-regular_condensed-webfont.woff");
font-style: normal;}
body{
background-color: white;
}
#main {
background-color: #0025a2;
}
a{
color: white;
text-decoration: none;
display: inline;
border-bottom: 0px;
background: none;
}
.ext{
background: none;
}
a:hover{
color: #c3c3c3;
text-decoration: none;
cursor: pointer;
}
h2 a {
color: #0025a2;
}
a:visited{
text-decoration: none;
}
/* HOME BUTTON */
.homebutton{
background-color: inherit;
text-align:right;
color:black;
position:absolute;
top:0;
right:0;
margin-right:2%;
margin-top:25px;
padding:0.3% 0 0 0.3%;
font-size:0.6em;
z-index:999;
}
/* TYPE STYLE */
#project-title{
font-family: "Lunchtype", Arial, Helvetica, sans-serif;
font-style: normal;
color: white;
text-transform: uppercase;
}
#project-title a{
background-color: #0025a2;
color: white;
cursor: default;
}
#about-student{
font-family: "Standard", Arial, Helvetica, sans-serif;
font-style: italic;
color: #0025a2;
font-weight: 300;
font-size: calc(8px + 0.3vw);
padding-top: 10px;
}
.mytypestyle{
font-family: "Standard", Arial, Helvetica, sans-serif;
font-weight: 300;
transform: scaleX(0.75);
transform-origin: 0 0;
text-transform: uppercase;
}
#inner-hleft-text{
overflow-y: scroll;
font-family: "Standard", Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: calc(12px + 0.3vw);
color: #0025a2;
}
li{
list-style: none;
transform: scaleX(0.75);
transform-origin: 0 0;
}
h3 a{
color: #0025a2;
background-color:white;
}
#inner-hleft-text::-webkit-scrollbar {
display: none;
}