kliffy/index.header

94 lines
1.9 KiB
Plaintext

<html>
<head>
<title>Kliffy - Klickable Interactive Fiction For You!</title>
<style>
h1,.demobutton {
background: rgb(75,156,0);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(75,156,0)),
color-stop(1, rgb(112,224,0))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(75,156,0) 0%,
rgb(112,224,0) 100%
);
}
h1 {
text-align: center;
text-shadow: 1px 1px #88FF88;
font-size: 8em;
margin: 0px;
}
h3 {
font-style: italic;
text-align: center;
text-shadow: 1px 1px #88FF88;
font-size: 1.5em;
margin: 0px;
background:rgb(75,156,0);
}
h4 {
padding-left: 1em;
padding-right: 1em;
}
body {
margin: 0px;
background: #ccccff;
}
p {
padding-left: 2em;
padding-right: 2em;
}
pre {
margin-left: 10%;
margin-right: 10%;
padding: 0.5em;
width: 80%;
background: #AAAAAA;
border-radius: 5px;
-moz-border-radius: 5px;
}
a:visited {
color: #000077;
}
a {
color: #000044;
}
.demobutton {
background: green;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(75,156,0)),
color-stop(1, rgb(112,224,0))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(75,156,0) 0%,
rgb(112,224,0) 100%
);
text-align: center;
margin-left: 35%;
margin-right: 35%;
border-radius: 15px;
-moz-border-radius: 15px;
padding-top: 1em;
padding-bottom: 1em;
box-shadow: 5px 5px #002200;
-webkit-box-shadow: 5px 5px #002200;
-moz-box-shadow: 5px 5px #002200;
}
.demobutton a {
color: #000044;
text-shadow: 1px 1px #88FF88;
text-decoration: none;
font-size: 2em;
}
</style>
</head>
<body>