Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Page 13
- {. What comes after 6? .}
- Page #13. (What comes after 6?)
- http://noiretblanc-themes.tumblr.com/
- Please don't use this page as a base or claim it as your own.
- You are free to edit this page as much as you want, please just don't erase the credits.
- Take in mind that I won't provide assistance to heavy edited codes.
- -->
- <!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.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="shortcut icon" href="{Favicon}">
- <!-- FontAwesome -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
- <!-- Jquery -->
- <script src="http://code.jquery.com/jquery-latest.min.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Michroma|Open+Sans" rel="stylesheet">
- <title>{Title}</title>
- <style>
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #ff94b1;
- border: 5px solid #40372e;
- }
- ::-webkit-scrollbar-track {
- background-color: #40372e;
- }
- ::-webkit-scrollbar {
- width: 12px;
- }
- * {
- margin: 0;
- padding: 0;
- }
- a {
- text-decoration: none;
- -moz-transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- cursor: url(https://68.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_okvj5qqS8G1t4i7gb_540.png), progress !important;
- }
- body {
- font-family: 'Open Sans', sans-serif;
- font-size: 12px;
- cursor: url(http://68.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), progress !important;
- background: url("https://i.imgur.com/J1n0XfZ.jpg")repeat center center fixed; /* Body Background image */
- background-color: #ebebeb; /* Body Background color */
- }
- #bg-cont {
- position: fixed;
- top: 0;
- right: 100px;
- left: 100px;
- bottom: 0;
- z-index: -1;
- background: #fffef8; /* Content Background color */
- }
- #head-foot {
- position: fixed;
- left: 100px;
- right: 100px;
- height: 50px;
- z-index: 100;
- background: #775659; /* Header and Footer Background color */
- }
- .footer {
- bottom: 0;
- }
- #nav-header {
- position: fixed;
- top: 50px;
- left: 100px;
- right: 100px;
- z-index: 999;
- }
- h2.main-title {
- display: block;
- font-family: 'Michroma', sans-serif;
- font-weight: normal;
- font-size: 40px;
- padding: 10px;
- text-align: center;
- letter-spacing: 5px;
- background: #ff8a89; /* Title bg color */
- color: #ffffff; /* Title font color */
- }
- .main-title img {
- height: 50px;
- border-radius: 50px;
- }
- .main-title a {
- position: absolute;
- left: -25px;
- top: 15px;
- }
- .back {
- position: absolute;
- left: -15px;
- top: -25px;
- font-size: 10px;
- width: 80px;
- height: 20px;
- line-height: 20px;
- z-index: 200;
- -moz-transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- opacity: 0;
- border-radius: 3px;
- background: #5d3d40; /* Back button bg color */
- color: white;
- /* Back button font color */
- }
- .back:after {
- top: 100%;
- left: 50%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- border-color: rgba(52, 52, 52, 0);
- border-width: 5px;
- margin-left: -5px;
- border-top-color: #5d3d40; /* Back button arrow bg color (needs to match back button bg color) */
- }
- .main-title a:hover>.back {
- top: -30px;
- opacity: 1;
- }
- .tabs {
- display: block;
- text-align: center;
- background: #ddb294; /* Tabs bg color */
- }
- .tabs a {
- display: inline-block;
- position: relative;
- height: 40px;
- line-height: 40px;
- padding: 0 50px;
- z-index: 95;
- color: white; /* Tabs font color */
- }
- .tabs a:before {
- content: "";
- position: absolute;
- width: 100%;
- height: 100%;
- bottom: 0;
- left: 0;
- -webkit-transform: scaleX(0);
- transform: scaleX(0);
- -webkit-transition: all 0.4s ease-in-out 0s;
- transition: all 0.4s ease-in-out 0s;
- z-index: -1;
- background-color: #775659; /* Active tab bg color */
- }
- .tabs a:hover:before {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- }
- .tabs a.on:before {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- }
- .tab-content {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 100px;
- right: 100px;
- padding: 20px;
- padding-top: 180px !important;
- }
- .q-a {
- position: relative;
- display: block;
- margin: 10px 0;
- }
- question {
- display: block;
- padding: 10px;
- font-size: 14px;
- font-weight: bold;
- background: #fff1e1; /* Question bg color */
- color: inherit; /* Question font color */
- }
- question:before {
- font-family: FontAwesome;
- content: "\f059";
- margin-right: 4px;
- }
- answer {
- display: block;
- padding: 10px 20px;
- color: inherit;
- /* Answer font color */
- }
- .faq_content a {
- color: #d88e38; /* Answer's links color */
- }
- .q-a:last-child {
- margin-bottom: 60px;
- }
- .faq_content p {
- display: block;
- text-align: center;
- margin-bottom: 15px;
- }
- .faq_content p::first-letter {
- color: #ff8a89; /* Description first leter color */
- }
- answer img {
- max-height: 150px;
- }
- #credit{
- position: fixed;
- bottom: 0;
- right: 0;
- }
- #credit a{
- display: block;
- background: #775659;
- color: white;
- font-size: 10px;
- text-align: center;
- width: 80px;
- }
- #credit a:hover{
- background: #ff8a89;
- }
- .neb{
- display: block;
- text-align: center;
- background: #2a2424;
- color: #ffffff;
- -webkit-transition: all 0.6s ease-in-out 0s;
- transition: all 0.6s ease-in-out 0s;
- font-family: 'Michroma', sans-serif;
- font-size: 9px;
- }
- #credit a:hover>.neb{
- background: #e8e8e8;
- color: #2a2424;
- }
- </style>
- </head>
- <body>
- <div id="head-foot"></div>
- <div id="bg-cont"></div>
- <div id="nav-header">
- <h2 class="main-title">
- <a href="/"><img src="AVATAR_URL"><span class="back">Back</span></a>FAQ</h2>
- <div class="tabs">
- <a href="#General">General</a>
- <!--
- Add a new tab by copying:
- <a href="#TABNANE">NAME</a>
- TABNAME must match with the ID IN THE TAB CONTENT SECTION
- -->
- </div>
- </div>
- <div class="tab-content">
- <!-- ALL TAB CONTENT MUST BE BELOW THIS CODE -->
- <!-- COPY FROM HERE TO CREATE A **NEW TAB*** -->
- <div id="General" class="faq_content">
- <p>General questions</p>
- <!-- COPY TO CREATE A NEW **QUESTION/ANSWER** -->
- <span class="q-a">
- <question>What's 3+4?</question>
- <answer><img src="https://img.buzzfeed.com/buzzfeed-static/static/2014-07/28/17/enhanced/webdr02/anigif_enhanced-buzz-20802-1406582704-22.gif"></answer>
- </span>
- <!-- END TO CREATE A NEW QUESTION/ANSWER -->
- </div>
- <!-- END TO CREATE A NEW TAB -->
- <!-- ALL TAB CONTENT MUST ABOVE BELOW THIS CODE -->
- </div>
- <div id="head-foot" class="footer"></div>
- <div id="credit"><a href="http://noiretblanc-themes.tumblr.com/">Coded by <span class="neb">Noir et Blanc</span></a></div>
- <script>
- $('.tabs a').click(function(e) {
- if (!$(this).hasClass('on')) {
- $('.tabs a.on').removeClass('on');
- $('.faq_content:visible').hide();
- $(this.hash).fadeIn('slow');
- $(this).addClass('on');
- }
- e.preventDefault();
- return false;
- }).filter(':first').click();
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement