{{ head_content }}
faq
(function($){
$(document).ready(function(){
$("[title]").style_my_tooltips({
tip_follows_cursor:true,
tip_delay_time:200,
tip_fade_speed:300
}
);
});
})(jQuery);
$(document).ready(function(){
$(".askbox").click(function(){
$(".boxes").slideToggle();
});
});
@keyframes fadein {
from { opacity:0; }
to { opacity:1; }
}
@-moz-keyframes fadein {
from { opacity:0; }
to { opacity:1; }
}
@-webkit-keyframes fadein {
from { opacity:0; }
to { opacity:1; }
}
@-ms-keyframes fadein {
from { opacity:0; }
to { opacity:1; }
}
@-o-keyframes fadein {
from { opacity:0; }
to { opacity:1; }
}
/*-- selection --*/
::-moz-selection { background:#eee; color:#222; }
::selection { background:#eee; color:#222; }
/*-- scrollbar --*/
::-webkit-scrollbar {
width:1px;
height:2px;
}
::-webkit-scrollbar-thumb { background-color:#aaa; } /* scrollbar colour */
/*-- tooltips --*/
#s-m-t-tooltip {
color:#666;
background-color:#fafafa;
font-size:8px;
font-family:'Open Sans', helvetica, sans-serif;
letter-spacing:1px;
text-transform:uppercase;
text-align:center;
position:absolute;
padding:0px 5px 0px 5px;
margin-top:30px;
border:1px solid #eee;
z-index:9999;
}
/*-- tumblr controls --*/
.tmblr-iframe, .iframe-controls–desktop {
display:none !important;
}
/*-- general customisation --*/
/* background colour - change all #fff below if you're changing the colour of the background */
body, #title span, #links, .question .fa, .answer .fa {
background-color:#fff;
}
table { border:1px solid #fff; }
tr { border-bottom:50px solid #fff; }
/* border colour - change all #eee below if you're changing the colour of the borders */
.question fa {border:1px solid #eee; }
#title:after { border-top:1px solid #eee; }
.answer h1, .answer h2 { border-bottom:1px solid #eee; }
.question, .answer {
border-left:1px solid #eee;
border-right:1px solid #eee;
}
body {
color:#666; /* text colour */
font-style:normal;
font-family:'Open Sans', helvetica, sans-serif;
font-size:10px;
font-weight:400;
text-decoration:none;
line-height:180%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-animation: fadein 1.5s;
-moz-animation: fadein 1.5s;
-o-animation: fadein 1.5s;
animation: fadein 1.5s;
}
a {
text-decoration:none;
color:#444; /* links colour */
}
a:hover {
color:#bad1e7; /* links hover colour */
cursor:pointer;
}
a, a:hover {
transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-webkit-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
}
b, strong { font-weight:600; color:#444; }
i, em { font-style:italic; }
/*-- header --*/
header {
position:relative;
margin:150px auto 0;
width:600px;
height:40px;
}
header img {
float:left;
width:40px;
height:40px;
border-radius:5px;
}
#title {
float:left;
margin-left:20px;
line-height:40px;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
letter-spacing:2px;
color:#000; /* title colour */
}
#title span { padding-right:20px; }
#title:after {
content:"";
position:absolute;
top:20px;
bottom:0;
left:60px;
right:0;
height:1px;
z-index:-1;
}
#links {
float:right;
line-height:40px;
padding-left:13px;
font-style:italic;
}
#links a { margin-left:7px; }
/*-- content --*/
#content {
position:relative;
width:600px;
margin:50px auto 150px;
}
/*-- questions --*/
table {
position:relative;
width:100%;
margin-bottom:0px;
border-collapse:collapse;
}
td { padding:10px; width:50%; }
.question {
font-style:italic;
font-weight:600;
font-size:11px;
color:#222; /* question text colour */
background:#fafafa; /* question background colour */
}
.question .fa {
content:url("https://i.imgur.com/1FCh5tk.png");
width:40px;
color:#222; /* question mark colour */
text-align:center;
font-size:18px;
padding:7px;
margin-right:10px;
float:left;
}
.answer { vertical-align:top; }
.answer h1, .answer h2 {
margin-top:-10px;
margin-bottom:5px;
margin-right:-10px;
padding-bottom:5px;
font-style:italic;
font-weight:600;
font-size:11px;
color:#222; /* answers subtitle colour */
}
.answer h2 {
margin-left:-10px;
margin-right:0px;
padding-left:10px;
}
/*-- ask and submit boxes --*/
.askbox { text-align:center; font-style:italic; }
.askbox:hover { cursor:pointer; }
.boxes { display:none; }
/*-- credit - DO NOT TOUCH --*/
.credit a {
font-size:10px;
bottom:15px;
right:20px;
position:fixed;
text-transform:uppercase;
}