Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- faq page by nerdydean (page #19). don't remove the credit.-->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- #content {
- position: absolute;
- padding: 0px;
- margin-left: 0px;
- overflow: auto;
- margin-top:10px;
- }
- ::-webkit-scrollbar {
- width: 5px;
- height: 5px;
- background:#fff;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#fff;
- border:1px solid #000;
- }
- body {
- color:#333;
- font-family:calibri;
- font-weight:100;
- font-size:10px;
- text-align:justify;
- margin:0;
- line-height:18px;
- background:#fff;
- }
- a {
- color:#333;
- text-decoration:none;
- }
- p {
- margin-top:5px;
- margin-bottom:5px;
- }
- #con {
- left:50%;
- margin-left:-400px;
- position:absolute;
- }
- .posts {
- width:400px;
- background:#fff;
- margin:50px 0;
- }
- .l {
- background:#fff;
- margin-top:75px;
- width:780px;
- text-align:center;
- font-family:calibri;
- text-transform:uppercase;
- }
- #title {
- font-size:10px;
- margin-bottom:12px;
- text-align:center;
- letter-spacing:1px;
- font-family:calibri;
- text-transform:uppercase;
- color:#fff;
- background:#000;
- padding:15px;
- border-bottom:1px solid #eee;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition:all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #title:hover {
- background:#c4e7ec;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition:all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .links {
- padding:2px;
- background:#f1f1f1;
- margin-top:-10px;
- font-size:10px;
- background:#c4e7ec;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition:all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .links a {
- margin:0 5px;
- border:none;
- color:#fff;
- }
- .links:hover {
- background:#000;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition:all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- blockquote {
- padding:5px;
- border-left:1px solid #f1f1f1;
- margin-left:5px;
- }
- </style>
- </head>
- <body>
- <div id="con">
- <div class="l">
- <!-- this is your title -->
- <div id="title">frequently asked questions</div>
- <div class="links">
- <!-- these are your links. -->
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/">link3</a>
- <!-- please don't remove this!! -->
- <a title ="theme by nerdydean" href="http://hellish.co.vu">cr.</a>
- </div>
- </div>
- <div id="content">
- <div id="posts">
- <div style="width:400px; height:400px; overflow-Y:scroll;">
- <!-- this is where you can start putting your actual faq. you can have as many or as little questions as you want. i've left a few question templates below for your use, just copy and paste them if you want more. -->
- <!-- begin question -->
- <div style="background-color:#000; color:#fff; font-family:calibri; text-transform:uppercase; font-size:10px; padding-left:5px;">
- <!-- put the question here -->
- a question?
- </div>
- <blockquote>
- <!-- put the answer here -->
- an answer.
- </blockquote>
- <!-- end question -->
- <!-- begin question -->
- <div style="background-color:#000; color:#fff; font-family:calibri; text-transform:uppercase; font-size:10px; padding-left:5px;">
- <!-- put the question here -->
- a question?
- </div>
- <blockquote>
- <!-- put the asnwer here -->
- an answer.
- </blockquote>
- <!-- end question -->
- <!-- begin question -->
- <div style="background-color:#000; color:#fff; font-family:calibri; text-transform:uppercase; font-size:10px; padding-left:5px;">
- <!-- put the question here -->
- a question?
- </div>
- <blockquote>
- <!-- put the answer here -->
- an answer.
- </blockquote>
- <!-- end question -->
- <!-- copy and paste one of the templates above this to add more questions. you can have as many as you like, there's a scrollbar -->
- </div>
- <div style="width:400px; height:400px; overflow-Y:scroll; margin-left:410px; margin-top:-400px;">
- <!-- you can put a title or something above your askbox here -->
- ask me anything
- <!-- this is your askbox. in order for it to work, you have to replace 'YOUR URL HERE' with your url, and make sure you have your ask enabled in your account settings. -->
- <p><iframe frameborder="0" height="250" width="350px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOUR URL HERE.tumblr.com" width="100%" style="font-size: 14px; font-weight: normal; line-height: 1.4;"></iframe></p>
- <!-- you can also put some text under your askbox here if you'd like -->
- if i don't respond within 24 hours, please try to contact me again.
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment