Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.onrg/1999/xhtml">
- <!----
- © borntobewildthemes.tumblr.com | "F.A.Q." (pastel)
- + Please do not redistribute this page or remove credits.
- + You are allowed to make changes as long as you keep our credits.
- + If you have any questions or concerns, just contact us.
- + Thanks for using our page! We hope that you enjoy it!
- ---->
- <html>
- <head>
- <!--Google fonts-->
- <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin:0;
- padding:0;
- width:100%;
- height:100%;
- background-color: #f1f1f1;
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Paragraph */
- p {margin-top:5px; margin-bottom:5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* Links */
- a:link, a:active, a:visited{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- color:#000000;
- text-decoration:none;
- }
- a:hover{
- color:#2082bc;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- a img {border: 0px;}
- /* Bold and italic */
- b, strong {color:#55575a;}
- i, em {color:#555;}
- /* Text selection */
- ::-moz-selection {
- background: #f1f1f1;
- color: #333;
- }
- ::selection {
- background: #f1f1f1;
- color: #333;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 7px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background: #CFE8F1;
- border:3px solid #fff;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #fff;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #fff;
- }
- /* Tumblr controls */
- .iframe-controls--desktop {
- top:10px!important;
- right:10px!important;
- opacity:.9!important;
- position:fixed!important;
- white-space:nowrap!important;
- filter: invert(1);
- -webkit-filter: invert(1);
- -moz-filter: invert(1);
- -o-filter: invert(1);
- -ms-filter: invert(1);
- z-index:1000000 !important;
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- z-index:10000000;
- margin:24px 14px 7px 12px;
- padding:8px;
- color:#555;
- background:#f1f1f1;
- border:1px solid #fff;
- font-size:12px;
- line-height:16px;
- }
- /* ----------------------- MAIN CONTAINER ----------------------------- */
- #container{
- position:fixed;
- top:50%;
- left:50%;
- background:#fff;
- border:1px solid #ddd;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- text-align:center;
- max-height:520px;
- width:680px;
- padding-top:20px;
- overflow:hidden;
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- }
- /* Blog title */
- #blogtitle{
- position:fixed;
- margin-left:0px;
- margin-top:-20px;
- width:245px;
- height:30px;
- padding:5px;
- line-height:30px;
- font-family:Exo;
- font-size:20px;
- color:#555;
- background:#CFE8F1;
- border-bottom:1px solid #ddd;
- border-right:1px solid #ddd;
- z-index:1000;
- }
- /* Links */
- #links{
- position:fixed;
- margin-left:256px;
- margin-top:-20px;
- width:414px;
- height:30px;
- padding:5px;
- line-height:30px;
- background:#fff;
- border-bottom:1px solid #ddd;
- z-index:1000;
- }
- #links a{
- margin-right:15px;
- color:#555;
- font-family:Exo;
- font-size:12px;
- }
- #links i{
- color:#CFE8F1;
- }
- /* Following */
- #faq{
- margin-top:25px;
- max-height:450px;
- padding:20px;
- font-size:14px;
- font-family:helvetica;
- line-height:20px;
- overflow:hidden;
- text-align:justify;
- }
- #faq b{
- font-size:14px;
- color:#cfe8f1;
- letter-spacing:1px;
- }
- #faq img {
- width:80px;
- height:80px;
- padding:10px;
- margin-bottom:10px;
- margin-right:10px;
- float:left;
- border:1px solid #ddd;
- background:#fff;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- /* Faded images */
- -webkit-transition: opacity 0.8s linear;
- -moz-transition: opacity 0.8s linear;
- -o-transition: opacity 0.8s linear;
- -ms-transition: opacity 0.8s linear;
- opacity: 0.60;
- /*-- If you want monochrome images remove /*--
- -webkit-filter: grayscale(1);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- and --*/
- }
- img:hover{
- opacity: 1;
- filter: none;
- -webkit-filter: grayscale(0);
- -webkit-transition: opacity 0.8s linear;
- -moz-transition: opacity 0.8s linear;
- -o-transition: opacity 0.8s linear;
- -ms-transition: opacity 0.8s linear;
- }
- #askbox{
- margin-left:120px;
- margin-bottom:20px;
- margin-top:0px;
- width:520px;
- height:auto;
- font-family:Exo;
- font-size:13px;
- line-height:20px;
- }
- #qua{
- overflow-y:auto;
- max-height:200px;
- text-align:center;
- }
- /* Credits */
- #credits {
- position:fixed;
- right:10px;
- top:40px;
- z-index:100000;
- }
- #credits img{
- border:1px solid #CFE8F1;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script src="jquery.style-my-tooltips.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <meta charset="utf-8">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- </head>
- <body>
- <div id="container">
- <div id="blogtitle">F.A.Q.</div>
- <div id="links">
- <a href="/"><i class="fa fa-home"></i> INDEX </a>
- <a href="/ask"><i class="fa fa-envelope"></i> ASK</a>
- <a href="/submit"><i class="fa fa-pencil"></i> SUBMIT</a>
- <a href="/archive"><i class="fa fa-clock-o"></i> ARCHIVE</a>
- </div>
- <div id="faq">
- <!--AVATAR-->
- <img src="http://i57.tinypic.com/301g6eg.jpg"></a>
- <div id="askbox">
- <!-- IMPORTANT: REPLACE borntobewildthemes WITH YOUR BLOG'S URL -->
- <iframe frameborder="0" border="0" scrolling="no" width="100%" height="190" allowtransparency="true" opacity="1" src="http://www.tumblr.com/ask_form/borntobewildthemes.tumblr.com"></iframe>
- </div>
- <!--End askbox-->
- <!--QUESTIONS AND ANSWERS-->
- <div id="qua">
- <b>Q:</b> Here is a question <br>
- <i> And this is an answer </i><br><br>
- <b>Q:</b> Here is a question <br>
- <i> And this is an answer </i><br><br>
- <b>Q:</b> Here is a question <br>
- <i> And this is an answer </i><br><br>
- <b>Q:</b> Here is a question <br>
- <i> And this is an answer </i><br><br>
- <b>Q:</b> Here is a question <br>
- <i> And this is an answer </i><br><br>
- </div>
- <!--End qua-->
- </div>
- <!--End faq-->
- </div>
- <!--End container-->
- <!--Credit (do not remove-->
- <a href="http://borntobewildthemes.tumblr.com" title="Credit"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement