You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
188 lines
2.5 KiB
188 lines
2.5 KiB
@font-face {
|
|
font-family: 'Meath';
|
|
src: font-url("MeathFLF.ttf") format('truetype');
|
|
}
|
|
|
|
* {
|
|
font-family: Verdana, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
h1,h2,h3,h4,h5,h6 {
|
|
font-weight: normal;
|
|
}
|
|
h1,h4 {
|
|
text-decoration: underline;
|
|
}
|
|
h1 {
|
|
font-size: x-large;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: rgb(110, 210, 12);
|
|
}
|
|
a:visited {
|
|
color: rgb(60, 130, 12);
|
|
}
|
|
|
|
#header {
|
|
background: rgba(0, 0, 0, 0.7);
|
|
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 80px;
|
|
margin-top: 30px;
|
|
|
|
z-index: 10;
|
|
}
|
|
#nav {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 80%;
|
|
transform: translate(-50%, -50%);
|
|
|
|
width: 410px;
|
|
}
|
|
#logo a {
|
|
color: rgb(255,255,255);
|
|
|
|
position: absolute;
|
|
left: 6%;
|
|
top: 50%;
|
|
transform: translate(0, -50%);
|
|
|
|
text-decoration: none;
|
|
font-size: 30px;
|
|
font-family:"Meath";
|
|
font-weight: bold;
|
|
}
|
|
#nav ul{
|
|
display: block;
|
|
list-style: none;
|
|
}
|
|
#nav li{
|
|
float: left;
|
|
padding-left: 21px;
|
|
}
|
|
#nav li a {
|
|
color: rgba(255,255,255,0.6);
|
|
font-size: 16px;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
#nav li a:hover {
|
|
color: rgba(255,255,255,1);
|
|
}
|
|
#nav li a.active {
|
|
color: rgba(255,255,255,1);
|
|
border-bottom: 2px solid #fff;
|
|
}
|
|
|
|
#content {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#section1 {
|
|
background: image_url("resized/blown.jpg") fixed;
|
|
background-position: center top;
|
|
}
|
|
|
|
#section2,#section4 {
|
|
background-color: rgb(255,255,255);
|
|
}
|
|
|
|
#section3 {
|
|
background: image_url("resized/beach3.jpg") fixed;
|
|
background-position: center top;
|
|
}
|
|
|
|
.section {
|
|
position: relative;
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
}
|
|
|
|
.content {
|
|
position: absolute;
|
|
top: 50%;
|
|
height: 400px;
|
|
padding: 30px;
|
|
z-index: 1;
|
|
}
|
|
.text {
|
|
}
|
|
|
|
/*
|
|
#title {
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 50%;
|
|
transform: translate(-50%, 0);
|
|
z-index: 10;
|
|
}
|
|
#title h1 {
|
|
font-family: Meath;
|
|
font-weight: bolder;
|
|
font-size: 60px;
|
|
}
|
|
.text {
|
|
background: white;
|
|
border-style: solid;
|
|
border-color: rgb(100, 190, 12);
|
|
border-radius: 30px;
|
|
border-width: 3px;
|
|
padding: 10px;
|
|
}
|
|
#content {
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
}
|
|
.section {
|
|
position: relative;
|
|
height: 1200px;
|
|
}
|
|
.background {
|
|
position: absolute;
|
|
z-index: -1;
|
|
overflow: hidden;
|
|
}
|
|
.background img {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 50%;
|
|
transform: translate(-50%, 0);
|
|
}
|
|
#back {
|
|
position: fixed;
|
|
border-radius: 15px;
|
|
border-width: 2px;
|
|
z-index: 1;
|
|
}
|
|
p,h1,h2,h3,h4,h5,h6 {
|
|
opacity: 1;
|
|
}
|
|
h1,h2,h3,h4,h5,h6 {
|
|
font-weight: normal;
|
|
}
|
|
h1,h4 {
|
|
text-decoration: underline;
|
|
}
|
|
h1 {
|
|
font-size: x-large;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: rgb(110, 210, 12);
|
|
}
|
|
a:visited {
|
|
color: rgb(60, 130, 12);
|
|
}
|
|
*/
|
|
/* vim: set ts=2 sw=2: */
|