Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- ©borntobewildcodes.tumblr.com | F.A.Q. PAGE (bright)
- + Do not redistribute this page or remove the credits.
- + Edit as long as you keep the credits intact
- + Contact us if you have any questions or concerns.
- + If you want a custom theme you can commission us.
- + Thanks for using our page, we hope that you enjoy it.
- Other credits:
- - Google fonts
- - Font Awesome icons
- - Jquery
- - Style my tooltips by Malihu
- ---->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </style>
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- font-family: Helvetica;
- font-size: 12px;
- line-height: 17px;
- color: #777777;
- background-color: #f6f6f6;
- background-image: url('https://68.media.tumblr.com/fd25cf263f97e81a3b403a06dae0013e/tumblr_ovcale5Smk1w4d880o2_250.png');
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Fix */
- iframe, img, embed, object, video {
- max-width: 100%;
- border: none;
- }
- input, textarea, select, a { outline: none; }
- /* Paragraph */
- p {margin-top: 5px; margin-bottom: 5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- h1{
- margin: 0;
- margin-top: 10px;
- margin-bottom: 10px;
- color:#dddddd;
- font-family:'Marvel';
- font-size: 20px;
- line-height:25px;
- font-weight: normal;
- }
- /* Captions */
- h2 {
- font-family: Helvetica;
- font-size: 12px;
- line-height: 17px;
- color: #222;
- background-color: #dddddd;
- font-weight: normal;
- }
- /* Links */
- a {
- color:#B9BC4B;
- text-decoration:none;
- }
- a:hover {
- color: #222;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- ul, ol, li {
- margin: 5px 10px;
- padding: 0px;
- }
- /* Bold and italic */
- b, strong {
- color: #555;
- }
- i, em {
- color: #bbb;
- }
- ul {
- margin: 0px;
- padding: 0px;
- }
- a img {
- border: 0px;
- }
- small {
- font-size: 90%;
- }
- big {
- font-size: 110%;
- }
- /* Selection */
- ::-moz-selection {
- background: #81765A;
- color: #dddddd;
- }
- ::selection {
- background: #81765A;
- color: #dddddd;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 9px;
- height: 0px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #ffffff;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #ffffff;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background-color: #eeeeee;
- border: 4px solid #ffffff;
- }
- /* Tumblr controls */
- iframe.tmblr-iframe {
- top:0px!important;
- right:33px!important;
- opacity:0.8;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.8);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.8);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.8);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.8);
- -ms-transform-origin:100% 0;
- z-index:100000!important;
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- }
- iframe.tmblr-iframe:hover {
- opacity:1!important;
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width: 250px;
- margin: 10px;
- padding: 5px;
- color: #222222;
- font-size: 12px;
- line-height: 15px;
- background: #ffffff;
- border:1px solid #eeeeee;
- z-index: 10000;
- }
- /*------------ CONTAINER ------------*/
- #container {
- position:fixed;
- top:50%;
- left:50%;
- width:623px;
- height:483px;
- padding-right:25px;
- padding-bottom:25px;
- -webkit-transform:translateX(-50%) translateY(-50%);
- -moz-transform:translateX(-50%) translateY(-50%);
- -ms-transform:translateX(-50%) translateY(-50%);
- transform:translateX(-50%) translateY(-50%);
- z-index:100;
- overflow:hidden;
- }
- /*-- MENU --*/
- #menu {
- position:absolute;
- margin-top:0px;
- margin-left:0px;
- height:30px;
- width:626px;
- padding:10px;
- background:#DED9E2;
- border:1px solid #eee;
- border-top-left-radius:10px;
- border-top-right-radius:10px;
- }
- /* Blog title */
- #blogtitle {
- position:absolute;
- margin-top:-11px;
- margin-left:315px;
- width:285px;
- height:31px;
- padding:10px;
- font-size:27px;
- line-height:30px;
- color:#222;
- background: transparent;
- font-family:'Marvel';
- text-align:right;
- }
- /* Icons */
- #icons {
- position:absolute;
- margin-top:-11px;
- margin-left:-10px;
- padding-left:15px;
- width:310px;
- height:51px;
- background: transparent;
- text-align:left;
- overflow:hidden;
- }
- #icons i {
- display:inline-block;
- height:40px;
- margin:0px;
- margin-left:-2px;
- margin-right:-1px;
- padding:7px 10px;
- color: #222;
- font-size:16px;
- line-height:40px;
- text-align:center;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #icons i:hover {
- color:#eeeeee;
- }
- /* -- CONTENT BOX --*/
- #contentbox{
- position:absolute;
- margin-left:0px;
- margin-top:51px;
- width:611px;
- max-height:455px;
- padding-left:15px;
- padding-right:20px;
- overflow-y:auto;
- z-index:10;
- background:#fff;
- border:1px solid #eee;
- }
- #line{
- position:absolute;
- margin-top:0px;
- margin-left:305px;
- width:1px;
- background:#eee;
- height:500px;
- z-index:1000;
- }
- /* Left question bubbles */
- .q1, .q3, .q5, .q7, .q9{
- position: relative;
- margin:0px;
- margin-top:16px;
- width:250px;
- padding:15px;
- color:#222;
- background:#C8DA99;
- border-radius:4px;
- font-size:15px;
- cursor:pointer;
- }
- /* Left question bubbles arrows */
- .q1:before, .q3:before, .q5:before, .q7:before, .q9:before {
- content:"";
- position: absolute;
- left: 279px;
- top: 13px;
- width: 0;
- height: 0;
- border-top: 10px solid transparent;
- border-left: 15px solid #C8DA99;
- border-bottom: 10px solid transparent;
- }
- /* Left answer bubbles */
- .a1, .a3, .a5, .a7, .a9{
- position: relative;
- margin:0px;
- margin-top:10px;
- width:250px;
- padding:15px;
- color:#222;
- background:#eee;
- border-radius:4px;
- font-size:15px;
- border-bottom: 3px solid #C8DA99;
- display:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /* Right question bubbles */
- .q2, .q4, .q6, .q8, .q10{
- position: relative;
- margin:0px;
- margin-top:16px;
- margin-left:332px;
- width:250px;
- padding:15px;
- color:#222;
- background:#A1CFE4;
- border-radius:4px;
- font-size:15px;
- cursor:pointer;
- }
- /* Right question bubbles arrows */
- .q2:before, .q4:before, .q6:before, .q8:before, .q10:before {
- content:"";
- position: absolute;
- right: 279px;
- top: 13px;
- width: 0;
- height: 0;
- border-top: 10px solid transparent;
- border-right: 15px solid #A1CFE4;
- border-bottom: 10px solid transparent;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /* Right question bubbles answers */
- .a2, .a4, .a6, .a8, .a10{
- position: relative;
- margin:0px;
- margin-top:10px;
- margin-left:332px;
- width:250px;
- padding:15px;
- color:#222;
- background:#eee;
- border-radius:4px;
- font-size:15px;
- border-bottom: 3px solid #91DBED;
- display:none;
- }
- /* Circles */
- .circlel, .circler{
- position:absolute;
- margin-top:4px;
- margin-left:286px;
- width:6px;
- height:6px;
- background:#eee;
- border-radius:100%;
- border: 1px solid #eee;
- z-index:100;
- }
- .circler{
- left:-316px;
- }
- /*-- CREDIT --*/
- #credit {
- position:fixed;
- top: 10px;
- right: 10px;
- width:25px;
- height:25px;
- z-index: 100000;
- }
- #credit img{
- border: 1px solid #eee;
- }
- #credit img:hover{
- border: 1px solid #222;
- }
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- <!--Google fonts-->
- <link href="https://fonts.googleapis.com/css?family=Great+Vibes|Marvel|Poiret+One|Montez|Exo" rel="stylesheet">
- <!-- Font awesome -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!--Jquery-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <!--Masonry-->
- <script type="text/javascript" src="https://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <!-- Style my tooltips -->
- <script src="jquery.style-my-tooltips.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time: 90,
- tip_fade_speed: 600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--Hide/show on click-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".q1").click(function(){
- $(".a1").toggle(0);
- });
- $(".q2").click(function(){
- $(".a2").toggle(0);
- });
- $(".q3").click(function(){
- $(".a3").toggle(0);
- });
- $(".q4").click(function(){
- $(".a4").toggle(0);
- });
- $(".q5").click(function(){
- $(".a5").toggle(0);
- });
- $(".q6").click(function(){
- $(".a6").toggle(0);
- });
- $(".q7").click(function(){
- $(".a7").toggle(0);
- });
- $(".q8").click(function(){
- $(".a8").toggle(0);
- });
- $(".q9").click(function(){
- $(".a9").toggle(0);
- });
- $(".q10").click(function(){
- $(".a10").toggle(0);
- });
- });
- </script>
- <meta charset="utf-8">
- </head>
- <body>
- <div id="container">
- <div id="menu">
- <div id="blogtitle">Frequently asked questions</div>
- <div id="icons">
- <a href="/" Title="Index"><i class="fa fa-home fa"></i></a>
- <a href="/ask" Title="Message"><i class="fa fa-envelope fa-o"></i></a>
- <a href="/submit" Title="Submit"><i class="fa fa-pencil fa"></i></a>
- <a href="/archive" Title="Archive"><i class="fa fa-history fa"></i></a>
- <a href="httpss://www.tumblr.com/dashboard" Title="Dashboard"><i class="fa fa-tumblr fa"></i></a>
- </div>
- <!--End icons-->
- </div>
- <!--End menu-->
- <div id="contentbox">
- <div id="line"></div>
- <div class="q1"> <div class="circlel"></div>
- Is this a question?
- </div>
- <!--End q1-->
- <div class="a1"> Yes and this is an answer. </div>
- <div class="q2"> <div class="circler"></div>
- Is this a question?
- </div>
- <!--End q2-->
- <div class="a2"> Yes and this is an answer. </div>
- <div class="q3"> <div class="circlel"></div>
- Is this a question?
- </div>
- <!--End q3-->
- <div class="a3"> Yes and this is an answer. </div>
- <div class="q4"> <div class="circler"></div>
- Is this a question?
- </div>
- <!--End q1-->
- <div class="a4"> Yes and this is an answer. </div>
- <div class="q5"> <div class="circlel"></div>
- Is this a question?
- </div>
- <!--End q5-->
- <div class="a5"> Yes and this is an answer. </div>
- <div class="q6"> <div class="circler"></div>
- Is this a question?
- </div>
- <!--End q6-->
- <div class="a6"> Yes and this is an answer. </div>
- <div class="q7"> <div class="circlel"></div>
- Is this a question?
- </div>
- <!--End q7-->
- <div class="a7"> Yes and this is an answer. </div>
- <div class="q8"> <div class="circler"></div>
- Is this a question?
- </div>
- <!--End q8-->
- <div class="a8"> Yes and this is an answer. </div>
- <div class="q9"> <div class="circlel"></div>
- Is this a question?
- </div>
- <!--End q9-->
- <div class="a9"> Yes and this is an answer. </div>
- <div class="q10"> <div class="circler"></div>
- Is this a question?
- </div>
- <!--End q10-->
- <div class="a10"> Yes and this is an answer. </div>
- </div>
- <!--End contentbox-->
- </div>
- <!--End container-->
- <!-- CREDIT (do not remove) -->
- <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page F.A.Q. PAGE by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment