Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-- credits:
- THEME BY BRU
- base maziekeen
- icons by cappuccicons
- --->
- <title>{Title} / F.A.Q + inbox </title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://static.tumblr.com/svdghan/wUSr83npl/tempcf.css">
- <script src="https://unpkg.com/feather-icons"></script>
- <!-- masonry navigation -->
- <script src="https://static.tumblr.com/0siu224/Ljlqmh1nv/masonry.pkgd.min.js"></script>
- <link href="https://fonts.googleapis.com/css2?family=Material+Icons+Outlined"
- rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css"></link>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=ABeeZee&family=Poppins&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Andika&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Shrikhand&display=swap" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Work+Sans:400,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <style>
- /* TOOLTIPS */
- .tippy-tooltip.gradient-theme {
- background-image:linear-gradient(to right, #Ffafb0, #Ffa7a9);
- color:#282828;
- text-align:center;
- font-family:'Poppins', sans-serif;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:0.90em;
- box-shadow: 7px 7px 7px -9px rgba(000,000,000, 0.45);}
- .tippy-tooltip.gradient-theme .tippy-svg-arrow {
- fill:var(--text);}
- /*TUMBLR CONTROLS*/
- iframe.iframe-controls--desktop {
- top:15px!important;
- right:15px!important;
- z-index:12!important;
- transform:scale(0.7);
- position:fixed!important;
- -moz-transform:scale(0.7);
- transform-origin:right top;
- -webkit-transform:scale(0.7);
- -moz-transform-origin:right top;
- -webkit-transform-origin:right top;
- }
- .tmblr-iframe--follow-teaser, .tmblr-iframe--app-cta-button{display:none !important;}
- /*SCROLLBAR */
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:#323232; /* background color */
- }
- ::-webkit-scrollbar-track {
- border:#323232; /* background color */
- background-color:#323232; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:#323232; /* background color */
- background-color:#323232; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- body {
- width:700px;
- height:600px;
- font-family:'ABeeZee';
- font-size: 13px;
- line-height: 1.5em;
- text-align: justify;
- padding: 48px;
- color:#FFDEDE;
- background-color: #282828;
- margin-left:500px;
- }
- ::selection {
- color:#000;
- background-color:#E6C48A;
- }
- a {
- position: relative;
- color:#C3EE79;
- text-decoration: none;
- }
- a:hover {
- color:#F9a7a7;
- }
- a::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height:1px;
- bottom: 0;
- left: 0;
- background-color:#F9a7a7;
- transform: scaleX(0);
- transform-origin: top left;
- transition: transform 0.3s ease;
- }
- a:hover::before {
- transform: scaleX(1);
- }
- h1, h2, h3 {
- font-family:'ABeeZee';
- text-transform:normal;
- letter-spacing:5px;
- font-weight:600;
- color:#C3EE79;
- border-bottom:1px solid #434343;
- padding:15px;
- }
- .container{
- width:700px;
- padding:10px;
- background-color:#3F3F3F;
- border-radius:6px;
- }
- /* maziekeen's theme 221 - MASONRY NAVIGATION CSS PART */
- .masonry-navigation {
- width: 100%;
- border-bottom: 0px solid #e2e2e2;
- margin-bottom:20px;
- }
- .masonry-navigation:last-child {
- border:none;
- }
- .masonry-navigation-item.one-column {
- width: 100%;
- padding: 0 5px;
- margin-bottom: 10px;
- }
- .masonry-navigation-item.one-column ul {
- display: flex;
- flex-wrap: wrap;
- margin: 0;
- padding: 0;
- }
- /* if you have any problem with one colum lists (ul li) you edit here */
- .masonry-navigation-item.one-column ul li {
- margin: 4px 15px;
- padding: 0;
- }
- /* if they don't display two columns correctly, try to decrease the value on width: 240px */
- .masonry-navigation-item.two-columns {
- width: 240px;
- padding: 0 5px;
- margin-bottom: 10px;
- }
- /* if they don't display three columns correctly, try to decrease the value on width: 160px */
- .masonry-navigation-item.three-columns {
- width: 160px;
- padding: 0 5px;
- margin-bottom: 10px;
- }
- /* edit height: 215px to adjust the box height if you add the class scroll in the html */
- .masonry-navigation-item.scroll {
- height:215px;
- overflow-y: scroll;
- }
- /* maziekeen's theme 221 - MASONRY NAVIGATION CSS PART */
- </style>
- </head>
- <body>
- <main>
- <section>
- <div class="container">
- <!-- maziekeen's theme 221 - MASONRY NAVIGATION HTML PART -->
- <h3>F.A.Q. + inbox </h3>
- <div class="masonry-navigation"> <!-- separates each section, you can use only one and add a bunch of items inside too -->
- <div class="masonry-navigation-item one-column"> <!-- each link/item block. you can use anything html related inside -->
- <ul>
- <li><a href="/">back</a></li>
- <li><a href="/tagged/answered">answered</a></li>
- <li><a href="/about">about me</a></li>
- </ul>
- </div>
- <div class="masonry-navigation-item one-column"> <!-- each link/item block. you can use anything html related inside -->
- <!--- to add more question/answers, copy paste the example:
- <p><i class="cp cp-chat-bubble" style="font-size:10px;"></i> <strong> This is where you write the question. </strong></p>
- <p><i class="cp cp-user" style="font-size:10px"></i>
- This is where you write the answer.</p>
- <br>
- ---->
- <p><i class="cp cp-chat-bubble" style="font-size:10px;"></i> <strong> This is where you write the question. </strong></p>
- <p><i class="cp cp-user" style="font-size:10px"></i>
- This is where you write the answer.</p>
- <br>
- <p><i class="cp cp-chat-bubble" style="font-size:10px;"></i> <strong> This is where you write the question. </strong></p>
- <p><i class="cp cp-user" style="font-size:10px"></i>
- This is where you write the answer. It can be as long as you want. Ex: Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. </p>
- <br>
- <p><i class="cp cp-chat-bubble" style="font-size:10px;"></i> <strong> This is where you write the question. </strong></p>
- <p><i class="cp cp-user" style="font-size:10px"></i>
- This is where you write the answer.</p>
- <br>
- </div>
- </div>
- <!---- THIS IS THE ASK BOX -->
- <p><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe></p>
- </div>
- </section>
- </main>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement