@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,400,300);
html, body {
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
div#body {
z-index: 1000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: auto;
padding: 30px;
font-size: 11pt;
font-family: Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
box-shadow: 0 0 50px #05152f inset;
color: rgba(255,255,255,0.8);
letter-spacing: -0.02em;
background-color: #05152f;
background-image: url('../images/blue_blur.jpg');
background-size: cover;
background-position: top center;
}
pre {
color: black;
font-size: 12px;
}
a {
color: rgba(255,255,255,0.8);
text-decoration: none;
}
a:active,
a:focus {
outline: none;
}
a:hover {
color: rgba(255,255,255,1);
text-decoration: none;
}
a.main {
font-family: 'Titillium Web';
font-weight: 200;
font-size: 25px;
color: rgba(255,255,255,0.7);
text-decoration: none;
letter-spacing: -0.02em;
line-height: 23px;
}
a.main:hover {
color: rgba(255,255,255,1);
text-shadow: 0 0 4px rgba(255,255,255,0.8);
text-decoration: none;
}
.glow {
text-shadow: 0 0 6px rgba(255,255,255,0.65);
}
.glow:hover {
text-shadow: 0 0 4px rgba(255,255,255,0.8);
}
form {
margin: 0;
}
.heading {
font-family: 'Titillium Web';
font-weight: 400;
color: white;
font-size: 25px;
letter-spacing: -0.03em;
text-shadow: 0 0 4px rgba(255,255,255,0.8);
}
.subheading {
font-family: 'Titillium Web';
font-weight: 300;
font-size: 16px;
letter-spacing: 0px;
text-shadow: 0 0 4px rgba(255,255,255,0.8);
}
b {
font-size: 12pt;
color: white;
font-weight: bold;
}
p {
font-size: 12pt;
color: rgba(255,255,255,.8);
}
.shrunk {
font-size: 9pt;
}
.small {
font-size: 10px;
}
.tiny {
font-size: 9px;
}
.micro {
font-size: 8px;
}
.copyright {
color: rgba(255,255,255,0.4);
font-family: arial;
font-size: 6.5pt;
line-height: 9px;
cursor: default;
letter-spacing: 0;
}
.hoverinfo {
border-bottom: 1px dotted #5178ca;
cursor: help;
}
.button {
background: rgba(255,255,255,0.1);
border: 1px solid rgba(255,255,255,0.1);
color: white;
padding: 8px 8px 10px 8px;
}
.button:hover {
background: rgba(255,255,255,0.2);
border: 1px solid rgba(255,255,255,0.5);
cursor: pointer;
}
input[type=text],
select {
border: none;
padding: 6px 8px 7px 8px;
margin-right: 3px;
margin-bottom: 3px;
box-shadow: 0 1px 2px #05152f;
}
select {
padding: 5px 4px 6px 4px;
}
/* text selection background color */
::selection {
background: rgba(255,255,255,0.25);
}
::-moz-selection {
background: rgba(255,255,255,0.25);
}