This commit is contained in:
HT 2023-05-11 23:29:10 +01:00
parent 42d0859966
commit d3cc3ab8d6
1 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@ FAQ Page [02]
Made by glenthemes
Initial release: 2020/05/05
Last updated: 2021/10/21
Last updated: 2023/05/11
TERMS OF USE:
1) Do not remove the page credit.
@ -21,8 +21,8 @@ Editing Guide:
https://docs.google.com/document/d/1m-aIrWXVtVn5zX-t_KUAK_kMdWyDfSJD0y5t-plHQW0/edit?usp=sharing
------------------------------------------------------------------------>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
@ -51,17 +51,13 @@ attribute:"title"
<script src="https://static.tumblr.com/2pnwama/DLppehqvd/feathericons.js"></script>
<!--scroll script by @annasthms-->
<script src="//glenthemes.s3.eu-west-2.amazonaws.com/faq-pages/02/annasthms_scroll.js"></script>
<script src="//glen-themes.gitlab.io/faq-pages/02/annasthms_scroll.js"></script>
<script>
$(document).ready(function(){
$(".banner").mousedown(function(){
return false;
});
if ($(".banner").attr("src") == "https://i.imgur.com/VEqgFdA.gif"){
$(".banner").css("margin-top","-69px");
}
});
</script>
@ -410,6 +406,10 @@ iframe {max-width:100%;}
height:auto;
}
.banner[src*="VEqgFdA.gif"]{
margin-top:-69px;
}
/*--------------- QUESTIONS ---------------*/
.one-question {
margin-bottom:var(--Question-Spacing);
@ -668,7 +668,7 @@ iframe {max-width:100%;}
<!--🌿🌿🌿🌿🌿🌿🌿-->
<!------ HEADER IMAGE ------>
<!-- put the image url between quote marks of src="" -->
<img class="banner" src="https://i.imgur.com/VEqgFdA.gif">
<img class="banner" src="https://cdn.discordapp.com/attachments/382037367940448256/1106346869933736096/VEqgFdA.gif">
</div><!--do not delete this line-->