Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- FAQ page #1 by cielo @almacodes
- please keep the credit! thats all i ask, and this
- page is yours to use for free!
- To begin customizing the colors, etc. press ctrl+f or cmd+f
- and type ' e:' (with the space before the e). To
- customize the questions & answers, instead of ' e:' type
- 'start questions'.
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <title>FAQ</title> <!-- e: title-->
- <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
- <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Inconsolata|Source+Sans+Pro" rel="stylesheet">
- <style type="text/css">
- .tmblr-iframe { display:none; }
- body {
- font-family:'Source Sans Pro', sans-serif;
- background:#f8f8f8; /* e: page background color */
- color:#444; /* e: text color */
- font-size:12px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased; }
- /* scrollbar */
- ::-webkit-scrollbar{height:3px;width:3px;background:inherit;}
- ::-webkit-scrollbar-thumb {background-color:#deeaeb; /* e: scrollbar color */}
- ::-webkit-scrollbar-track {background:inherit;}
- .nm { background-color:#fff;font-size:12px;position:fixed!important;bottom:25px;right:25px;z-index:10;text-align:center;padding:4px; width:17px; height:17px;text-decoration:none; color:#000;}
- .nm a { color:#000; text-decoration:none;}
- .nm a:hover { color:#aaa; text-decoration:none; border-bottom:1px solid #abcdef;}
- /* general text css */
- a {
- color:#000; /* e: links color */
- text-decoration:none;
- transition:all .4s ease;
- -webkit-transition:all .4s ease;
- -moz-transition:all .4s ease;
- -o-transition:all .4s ease;
- border-bottom: 1px solid #e6c4c4; /* e: link underline color */}
- a:hover { text-decoration:none;
- transition:all .4s ease;
- -webkit-transition:all .4s ease;
- -moz-transition:all .4s ease;
- -o-transition:all .4s ease;
- color:#e6c4c4; /* e: links hover color */ }
- h1 { font-size:16px;font-weight:normal; font-family:'Inconsolata';text-transform:capitalize;}
- h1:after {
- content:"";
- display:block;
- margin:-5px -1px;
- height:2px;
- width:110px;
- background:#edc7c7; /* e: title underline color */}
- h2 { font-family:'Inconsolata'; color:#8c5151; margin-top:20px; font-size:14px; font-weight:normal; margin-bottom:2px; line-height:17px;}
- /* box css */
- section { margin:50px auto; width:400px;}
- #box { background:#fff; width:395px; padding:15px;max-height:495px;overflow-y:scroll;border-bottom:1px solid #ccc;}
- p { margin-top:30px;}
- .link { text-align:right; margin-right:5px;}
- .esc { padding-top:10px!important; margin-bottom:-23px;}
- </style>
- </head>
- <body>
- <section>
- <div id="box">
- <h1>frequently asked questions</h1>
- <div class="esc">Questions I get asked very often. Please read these carefully before asking, as your question may be already answered here.</div><br>
- <div class="link">
- <a href="/"><i class="fa icon-angle-left"></i> back to blog</a></div>
- <!--- start questions -->
- <h2 style="margin-top:-2px!important;">Is this a queston?</h2>
- <ans>Indeed it is.</ans>
- <h2>Question?</h2>
- <ans>Here is your answer.</ans>
- <h2>Question?</h2>
- <ans>Here is your answer.</ans>
- <h2>Question?</h2>
- <ans>Here is your answer.</ans>
- <!-- ask box. E: find where it says URL.tumblr.com below, and replace the word URL with your blog's url. -->
- <br>
- <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/URL.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div>
- </section>
- <a href="http://almacodes.tumblr.com" title="theme ©" class="nm">N.</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment