mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-28 10:15:51 -05:00
178 lines
3.9 KiB
HTML
178 lines
3.9 KiB
HTML
---
|
|
permalink: sent/
|
|
---
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Flame.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, trolling - you name it.">
|
|
<title>Flame.ga » All-OP Server</title>
|
|
<style type="text/css">
|
|
@font-face {
|
|
font-family: 'icon';
|
|
src: url('/fonts/icon.eot');
|
|
src: url('/fonts/icon.eot') format('embedded-opentype'), url('/fonts/icon.woff') format('woff'), url('/fonts/icon.ttf') format('truetype'), url('/fonts/icon.svg') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Montserrat-Regular'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('Montserrat-Bold'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Merriweather Sans';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v5/6LmGj5dOJopQKEkt88Gowby3qP8l_EZEfCX16eKT4TP3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
|
|
}
|
|
@-webkit-keyframes fadein{
|
|
from{opacity:0;}
|
|
to{opacity:1;}
|
|
}
|
|
@-moz-keyframes fadein{
|
|
from{opacity:0;}
|
|
to{opacity:1;}
|
|
}
|
|
@-ms-keyframes fadein{
|
|
from{opacity:0;}
|
|
to{opacity:1;}
|
|
}
|
|
@keyframes fadein{
|
|
from{opacity:0;}
|
|
to{opacity:1;}
|
|
}
|
|
|
|
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Merriweather Sans', sans-serif;
|
|
color: #fff;
|
|
background: #000;
|
|
webkit-tap-highlight-color: rgba(255,255,255,.2);
|
|
-webkit-animation: fadein 1.5s;
|
|
-moz-animation: fadein 1.5s;
|
|
-ms-animation: fadein 1.5s;
|
|
-o-animation: fadein 1.5s;
|
|
animation: fadein 1.5s;
|
|
-webkit-transform: translateZ(0);
|
|
-webkit-backface-visibility: hidden;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
|
|
::-moz-selection {
|
|
background: #fcfcfc;
|
|
background: rgba(255,255,255,.2);
|
|
}
|
|
|
|
::selection {
|
|
background: #fcfcfc;
|
|
background: rgba(255,255,255,.2);
|
|
}
|
|
|
|
h2 {
|
|
margin: 0 0 15px;
|
|
text-transform: uppercase;
|
|
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
font-weight: 700;
|
|
letter-spacing: 1px;
|
|
text-align: center;
|
|
font-size: 19px;
|
|
cursor: default;
|
|
}
|
|
|
|
p {
|
|
margin: 0 0 15px;
|
|
line-height: 1.5;
|
|
text-align: center;
|
|
cursor: default;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: rgba(255,255,255,.5);
|
|
-webkit-transition: all .2s ease-in-out;
|
|
-moz-transition: all .2s ease-in-out;
|
|
transition: all .2s ease-in-out;
|
|
}
|
|
|
|
a:hover,
|
|
a:focus {
|
|
color: rgba(255,255,255,.3);
|
|
}
|
|
|
|
#contact {
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #fff;
|
|
background: #000;
|
|
}
|
|
|
|
#contact-body {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
#contact-title:before {
|
|
font-family: 'icon';
|
|
content: "\e600";
|
|
font-weight: normal;
|
|
margin-right: 12px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
@media (min-width:767px){
|
|
h2{
|
|
margin:0 0 25px;
|
|
font-size:28px;
|
|
}
|
|
p{
|
|
margin:0 0 20px;
|
|
line-height:1.5/;
|
|
}
|
|
#contact-body{
|
|
padding-left:90px;
|
|
padding-right:90px;
|
|
padding-top:40px;
|
|
padding-bottom:40px;
|
|
font-size:16px;
|
|
}
|
|
#contact-title:before{
|
|
margin-right: 16px;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="contact">
|
|
<div id="contact-body">
|
|
<h2 id="contact-title">Contact</h2>
|
|
<p>Thank you! Your message has been sent. We will reply as soon as possible.</p>
|
|
<p><a href="/">Return to Flame.ga</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|