Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME ONE - jaamni
- jaamni means purple in urdu
- A SIMPLE SIDEBAR AND HEADER THEME
- MADE FOR YOU WITH ♡ BY AMAANAT THEMES
- (@amaanat on tumblr)
- please visit https://www.amaanat.tumblr.com/terms to read the terms and conditions before using my page. Additionally, I have included extra help throughout the code, but if you have questions send me an ask ♡
- please do not steal my code, remove or move the credit or claim this as your own.
- credits:
- - honeybee icon font by suiomi
- - fontawesome icons
- - custom tumblr controls by cyantists
- - google fonts
- a full list of credits can be found on https://www.amaanat.tumblr.com/credits
- -->
- <!DOCTYPE html>
- <head>
- <!-- lazy load from starious on tumblr -->
- <script type="text/javascript" src="https://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "https://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <!-- fontawesome icon -->
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
- <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Changa" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=IM+Fell+English:400i" rel="stylesheet">
- <!-- HONEYBEE ICON FONT BY SUIOMI | DO NOT TOUCH OR REMOVE THIS AT ALL-->
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!-- meta's for customisation in normal view -->
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="image:sidebar" content=""/>
- <meta name="if:search bar" content="1" />
- <meta name="if:playcount" content="1" />
- <meta name="text:quote" content="" />
- <meta name="text:enter your username here for submissions" content="" />
- <meta name="text:search bar placeholder" content="search this blog" />
- <meta name="select:post width" content="450px" />
- <meta name="select:post width" content="500px" />
- <meta name="select:post width" content="540px" />
- <meta name="select:fontsize" content="12" />
- <meta name="select:fontsize" content="13" />
- <meta name="select:fontsize" content="14" />
- <meta name="select:fontsize" content="15" />
- <meta name="select:fontsize" content="16" />
- <meta name="select:header links font size" content="13" />
- <meta name="select:header links font size" content="14" />
- <meta name="select:header links font size" content="15" />
- <meta name="select:blockquote color" content="#000000" />
- <meta name="select:blockquote color" content="#eee" />
- <meta name="color:background color" content="#ffffff" />
- <meta name="color:post background color" content="#ffffff" />
- <meta name="color:footer background color" content="#ffffff" />
- <meta name="color:description background color" content="#ffffff" />
- <meta name="color:title color" content="#000000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:links" content="#000000" />
- <meta name="color:link hover" content ="#000000" />
- <meta name="color:footer links" content="#baaaff" />
- <meta name="color:footer links hover" content="#dda794"
- <meta name="color:bold" content="#ffffff" />
- <meta name="color:italic" content="#ffffff" />
- <meta name="color:description color" content="#000000" />
- <meta name="color:quote color" content="#a88ad4" />
- <meta name="color:headerlinks" content="#ffffff" />
- <meta name="color:header background" content="#000000" />
- <meta name="color:ask post links" content="#ffffff" />
- <meta name="color:asktext" content="#ffffff" />
- <meta name="color:asks background color" content="#e7e7e7" />
- <meta name="color:audio player color" content="#c3dfdf" />
- <meta name="color:search button background color" content="#ffffff" />
- <meta name="color:search bar background color" content="#f5f5f5" />
- <meta name="color:scrollbar background color" content="#ffffff" />
- <meta name="color:scrollbar thumb color" content="#f5f5f5" />
- <meta name="text:link 1 URL" content="/" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 URL" content="/" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 URL" content="/" />
- <meta name="text:link 3" content="" />
- <meta name="text:link 4 URL" content="/" />
- <meta name="text:link 4" content="" />
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!-- css photosets annasthms and espoirthemes -->
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
- <!-- shythemes vid resizing -->
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!-- zachary fury smooth scroll - https://cdnjs.com/libraries/smoothscroll -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <!-- style audio player by roxiestheme -->
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:audio player color} !important} </style>"));
- });
- });
- </script>
- </head>
- <style type="text/css">
- /* scrollbar */
- /* width */
- body::-webkit-scrollbar {
- width: 5px;
- z-index:-1;
- height:5px;
- }
- /* Track */
- body::-webkit-scrollbar-track {
- background:{color:scrollbar background color};
- }
- /* Handle */
- body::-webkit-scrollbar-thumb {
- background:{color:scrollbar thumb color};
- transition:.5s ease;
- }
- /*cyantists custom tumblr controls v2 */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:-2px!important;
- right:0!important;
- opacity:0;
- padding-right:38px;
- /* delete invert(1) from here */
- /* I HAVE GIVEN THIS BLOG A DARK HEADER SO DEFINITELY SHOW THIS CODE IF YOU ARE GOING TO MAKE THE BACKGROUND OR THE HEADER A LIGHT COLOUR */
- /* filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%); */
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- .hcontrols {
- position:fixed;
- top:0;
- right:0;
- z-index:999999999;}
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:9px;}
- .hcontrols svg path {
- fill:#888888;/* change this to change the color of the icon */}
- /* end cyantists custom tumblr controls */
- /* cyantists fade in */
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1s;
- -moz-animation-duration:1s;
- animation-duration:1s;}
- .fade-in.one {
- -webkit-animation-delay:0s;
- -moz-animation-delay:0s;
- animation-delay:0s;}
- .fade-in.two {
- -webkit-animation-delay:0.8s;
- -moz-animation-delay:0.8s;
- animation-delay:0.8s;}
- /* general appearance */
- body {
- margin:0;
- font-family: 'Montserrat', sans-serif;
- height:100%;
- background-color:{color:background color};
- }
- ul {
- list-style-type:circle;
- color:{color:text};
- }
- h1 {
- font-size:22px;
- color:{color:title color};
- }
- h2 {
- font-size:20px;
- color:{color:title color};
- }
- img {
- max-width:100%;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid;
- border-left-color:{select:blockquote color};
- margin:5px;
- }
- a {
- font-size:{select:fontsize}px;
- color:{color:links};
- text-decoration:none;
- transition:.5s ease;
- }
- a:hover {
- color:{color:link hover};
- }
- b {
- font-weight:bold;
- color:{color:bold};
- }
- i {
- font-style:italic;
- color:{color:italic};
- }
- /* the header */
- .header {
- background-color:{color:header background};
- width:100%;
- height:50px;
- position:fixed;
- top:0;
- }
- .icon img {
- width:50px;
- height:50px;
- border-radius:50px;
- margin-top:10px;
- margin-left:30px;
- border-style:solid;
- border-color:{color:background color};
- border-width:6px;
- position:fixed;
- transition:.3s ease;
- }
- /* remove this if you do not want the icon to enlarge when hovering */
- .icon img:hover {
- width:52px;
- height:52px;
- }
- /* search bar. Do not edit unless you know how */
- .sfm {
- width:200px;
- margin-top:13px;
- margin-left:175px;
- position:fixed;
- }
- .sfm img {
- background-color:Red;
- }
- .sfm input {
- background-color:{color:search bar background color};
- font-size: 10px;
- border: 0px;
- text-transform: lowercase;
- margin-top: 2px;
- color: #999;
- letter-spacing: 1px;
- border-style:solid;
- border-color:black;
- border-width:1px;
- padding: 4px 8px;
- font-family: 'Montserrat', sans-serif; }
- #sb {
- height: 13px;
- margin-left:5px;
- vertical-align: top;
- background-color:{color:search button background color};
- }
- /* this is for the links in the header */
- .linkoobar {
- color:white;
- width:700px;
- height:50px;
- margin-left:475px;
- background-color:transparent;
- position:fixed;
- text-align:left;
- }
- .linkies {
- margin-top:15px;
- }
- .linkies a{
- color:{color:headerlinks};
- padding:5px;
- margin-top:10px;
- margin-left:0px;
- font-size:{select:header links font size}px;
- border-radius:4px;
- text-decoration:none;
- transition:.5s ease;
- text-transform:uppercase;
- }
- .linkies a:hover {
- letter-spacing:.5px;
- }
- /* SIDEBAR */
- .sidebar {
- top:0;
- width:268px;
- max-height:400px;
- position:fixed;
- background-color:transparent;
- margin-top:175px;
- margin-left:50px;
- }
- .sidebar img {
- width:268px;
- max-height:150px;
- border-radius:4px;
- position:fixed;
- transition: 0.5s filter;
- }
- .description {
- border-radius:4px;
- color:{color:description color};
- margin-top:175px;
- background-color:{color:description background color};
- height:auto;
- max-width:268px;
- padding:5px;
- -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
- -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
- box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
- max-height:150px;
- font-size:13px;
- }
- .quotie {
- max-width:268px;
- position:relative;
- margin-top:20px;
- text-align:center;
- font-style:italic;
- font-size:12px;
- word-wrap:break-word;
- color:{color:quote color};
- }
- /* pagination */
- .pageme {
- max-width:268px;
- margin-top:20px;
- position:relative;
- }
- .pageme a{
- float:right;
- text-decoration:none;
- color:white;
- font-size:11px;
- /* choose your own background colour using background-color:(colour or hex code without brackets); or if you want a gradient go to cssgradient.io! Remember to make your links colour a darker colour if you are choosing a light background or no background at all */
- background: rgb(131,45,193);
- background: -moz-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: -webkit-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- padding:5px;
- border-radius:5px;
- }
- .pagemeleft a{
- float:left;
- }
- /* BEGIN OF POST CSS */
- #content {
- width:{select:post width};
- margin-top:100px;
- margin-left:480px;
- background-color:none;
- color:{color:text};
- }
- .posts {
- width:{select:post width};
- background-color:{color:post background color};
- margin-top:10px;
- padding:10px;
- border-radius:5px;
- }
- .posts img {
- max-width:100%;
- }
- #content .posts {
- font-size:{select:fontsize}px;
- }
- /* posts */
- .txtreblog {
- margin-top:50px;
- }
- .keepreading a {
- font-size:calc({select:fontsize}px - 1px);
- text-decoration:none;
- font-weight:bold;
- color:{color:links};
- font-family: 'Montserrat', sans-serif;
- border-radius:5px;
- /* choose your own background colour using background-color:(colour or hex code without brackets); or if you want a gradient go to cssgradient.io! Remember to change the color of the text when going for no background or a light background (just change color:white; to your desired color */
- background: rgb(131,45,193);
- background: -moz-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: -webkit-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- padding:5px;
- }
- .totalex img {
- width:100%;
- }
- .textiewoo img {
- max-width:100%;
- }
- .txtpost img {
- max-width:100%;
- }
- .txtpost {
- padding-bottom:5px;
- }
- .title {
- font-size:20px;
- color:{color:title color};
- }
- .body {
- font-size:{select:fontsize}px;
- }
- .bodytextrbs {
- margin-top:10px;
- }
- .phoooootoset {
- margin-top:10px;
- }
- .iconietxtpost {
- display:inline-block;
- margin-top:5px;
- }
- .iconietxtpost img {
- width:20px;
- height:20px;
- border-radius:50px;
- }
- .username {
- float:right;
- text-decoration:none;
- margin-top:5px;
- }
- .username a{
- text-decoration:none;
- font-size:11px;
- font-weight:bold;
- color:white;
- font-family: 'Montserrat', sans-serif;
- border-radius:5px;
- transition:.5s ease;
- /* choose your own background colour using background-color:(colour or hex code without brackets); or if you want a gradient go to cssgradient.io! Remember to change the color of the text when going for no background or a light background (just change color:white; to your desired color) */
- background: rgb(131,45,193);
- background: -moz-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: -webkit-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- padding:5px;
- }
- .username a:hover {
- border-radius:8px;
- }
- /* photo post */
- .photocap {
- margin-top:10px;
- }
- /* link posts */
- .linkpost {
- margin-bottom:15px;
- height:auto;
- max-width:100%;
- text-align:center;
- }
- .linkpost a {
- text-decoration:none;
- font-size:17px;
- font-weight:bold;
- color:white;
- font-family: 'Montserrat', sans-serif;
- border-radius:5px;
- /* choose your own background colour using background-color:(colour or hex code without brackets); or if you want a gradient go to cssgradient.io! Remember to change the color of the text when going for no background or a light background (just change color:white; to your desired color */
- background: rgb(131,45,193);
- background: -moz-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: -webkit-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- padding:5px;
- transition:.5s ease;
- }
- .linkpost a:hover {
- border-radius:10px;
- }
- .linkblog {
- margin-top:-30px;
- }
- /* audio posts */
- .audio {
- margin-top:10px;
- text-align:Center;
- }
- .audio iframe {
- width:100%;
- }
- .playcountaudio {
- margin-top:10px;
- text-align:center;
- width:auto;
- text-transform:uppercase;
- font-size:11px;
- color:white;
- font-family: 'Montserrat', sans-serif;
- border-radius:5px;
- /* choose your own background colour using background-color:(colour or hex code without brackets); or if you want a gradient go to cssgradient.io! Remember to change the color of the text when going for no background or a light background (just change color:white; to your desired color */
- background: rgb(131,45,193);
- background: -moz-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: -webkit-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- padding:5px;
- }
- .audiost {
- margin-top:10px;
- }
- /* quote posts */
- .quotiepost {
- font-family: 'IM Fell English', serif; /* go to google fonts and follow the instructions if you want to change the font */
- font-size:25px;
- }
- .quotesource {
- font-size:{select:fontsize}px;
- }
- /* answer posts */
- .askings {
- width:{select:post width};
- background-color:transparent;
- color:{color:asktext};
- }
- .askings img {
- width:100%;
- }
- .ask {
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- background-color:{color:asks background color};
- height:50px;
- font-size:13px;
- }
- .ask img {
- width:30px;
- height:30px;
- border-radius:50px;
- float:left;
- margin-left:15px;
- margin-top:10px;
- }
- .asker {
- margin-left:10px;
- text-align:center;
- }
- .asker a {
- color:{color:ask post links};
- text-decoration:none;
- font-size:13px;
- transition:.5s ease;
- }
- .asker a:hover {
- color:{color:link hover};
- }
- .asker img {
- float:right;
- margin-right:15px;
- margin-top:-5px;
- }
- .q {
- background-color:#e7e7e7;
- font-size:13px;
- padding:10px;
- color:{color:text};
- text-align:Center;
- }
- .answerings {
- color:{color:text};
- font-size:13px;
- }
- /* submissions */
- .submissionimpossible {
- margin-bottom:10px;
- }
- /* END OF POST CSS */
- /* footer css */
- .footer {
- margin-top:15px;
- border-radius:5px;
- word-wrap:break-word;
- width:{select:post width};
- background-color:{color:footer background color};
- padding:10px;
- font-weight:bold;
- margin-bottom:100px;
- font-family: 'Changa', sans-serif;
- font-size:13px;
- color:black;
- }
- .footer a{
- color:{color:footer links};
- text-decoration:none;
- font-family: 'Changa', sans-serif;
- text-transform:lowercase;
- }
- .datie {
- display:inline;
- font-size:11px;
- }
- .datie a{
- font-size:13px;
- }
- .datie a:hover {
- color:{color:footer links hover};
- transition:.5s ease;
- }
- .notie {
- display:inline;
- color:{color:footer links};
- font-size:13px;
- transition: .5s ease;
- }
- .reblogie {
- display:inline;
- font-size:13px;
- }
- .reblogie a{
- font-size:13px;
- font-family: 'Changa', sans-serif;
- transition:.5s ease;
- }
- .reblogie a:hover {
- color:{color:footer links hover};
- }
- .taggie {
- display:inline-block;
- margin-top:0px;
- }
- .taggie a{
- text-decoration:none;
- font-weight:normal;
- color:white;
- font-size:11px;
- line-height:30px;
- margin-right:10px;
- font-family: 'Montserrat', sans-serif;
- border-radius:5px;
- transition:.5s ease;
- padding:5px;
- /* choose your own background colour using background-color:(colour or hex code without brackets); or if you want a gradient go to cssgradient.io! Remember to change the color of the text when going for no background or a light background (just change color:white; to your desired color */
- background: rgb(131,45,193);
- background: -moz-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: -webkit-linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- background: linear-gradient(90deg, rgba(131,45,193,1) 0%, rgba(161,87,119,1) 49%, rgba(176,94,179,1) 81%);
- }
- .taggie a:hover {
- letter-spacing:.3px;
- }
- .rebutton {
- display:inline;
- float:right;
- }
- .rebutton a{
- font-size:13px;
- transition:.5s ease;
- }
- .rebutton a:hover {
- color:{color:footer links hover};
- }
- .th-reblog:before{
- content:'\ebc2';
- font-family:'honeybee';
- font-size:11px;
- /* add more styling here you want to */
- }
- /* POST NOTES ON PERMALINK PAGES */
- .postnoties li {
- list-style:none;
- }
- .postnoties {
- font-size:13px;
- color:{color:text};
- }
- .postnoties a {
- color:{color:links};
- font-size:13px;
- text-decoration:none;
- }
- .postnoties img {
- border-radius:50px;
- margin-right:10px;
- }
- /* you touch this and you feel my wrath */
- .credit {
- position: fixed;
- right:10px;
- bottom: 10px;
- display: block;
- overflow: hidden;
- color: #000;
- font-size: 13px;
- text-align: center;
- text-decoration: none;
- letter-spacing:normal;
- font-family: 'Montserrat', sans-serif;
- }
- .credit:after {
- display: inline-block;
- width: 0;
- background-color:white;
- content: 'amaanat';
- letter-spacing:normal;
- transition: width .9s ease;
- }
- .credit:hover:after {
- width: 4.5em;
- }
- .th-diamond-o:before{
- content:'\e9ef';
- font-family:'honeybee';
- font-size:14px;
- }
- .credit:hover {
- color:black;
- }
- /* custom css photosets styling! do not touch this AT ALL!! */
- .photoset-grid {
- grid-gap: 4px; /* this is the gap between both the rows and the columns; you should probably use this if they are the same value */
- }
- .photoset-grid {
- cursor: pointer;
- }
- .photoset-grid img{
- opacity:1;
- border-radius:2px;
- }
- /* lightbox */
- .vignette, #vignette {
- opacity:0;
- background-image: none!important;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:4px !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,0.8) !important;
- /* the .8 means the opacity heheheheh */
- }
- </style>
- <body>
- <div class="all fade-in one">
- <div class="header">
- {Block:ifSearchBar}<form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="{SearchQuery}" placeholder="{text:search bar placeholder}" id="sf" autocomplete="off"/>
- <input type="image" value="Search" src="https://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png" title="search this blog" id="sb"/>
- </form>{/Block:ifSearchBar}
- <div class="icon"><a href="/"><img src="{portraiturl-128}"></a></div>
- <div class="linkoobar">
- <div class="linkies">
- <b>
- <a href="/ask">ask</a>
- <a href="/archive">archive</a>
- {block:iflink1url}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1url}
- {block:iflink2url}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2url}
- {block:iflink3url}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3url}
- {block:iflink4url}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4url}
- </b>
- </div>
- </div>
- </div>
- <div class="sidebar">
- <img src="{image:sidebar}">
- <div class="description">{description}</div>
- <div class="quotie">"{text:quote}"</div>
- <div class="pageme">
- {block:PreviousPage}
- <div class="pagemeleft"><a href="{PreviousPage}">prev</a></div>
- {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}</div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="posts">
- {block:submission}
- <div class="submissionimpossible">
- <div class="askings">
- <div class="ask">
- <img src="{SubmitterPortraitURL-128}">
-
- <div class="asker"><a href="{SubmitterURL}">{submitter}</a> sent to
- {block:NotReblog}<img src="{PortraitURL-128}"><a href="/">{text:enter your username here for submissions}</a>{/block:NotReblog}
- {block:Answerer}<img src="{AnswererPortraitURL-128}"><a href="/">{Answerer}</a>{/block:Answerer}
- </div>
- </div>
- </div>
- </div>
- {/block:submission}
- <!-- PHOTO POSTS -->
- {block:Photo}
- {LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false">
- <img src="{PhotoURL-HighRes}">
- </a>{LinkCloseTag}
- {block:Caption}
- {block:notreblog}
- {body}
- {/block:notreblog}
- {block:reblogs}
- {block:isoriginalentry}
- <div class="photocap">
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{permalink}"><img src="{PortraitURL-64}"></div><div class="username">posted by {username}</div></a><div class="bodytextrbs">{body}</div></div></div>
- {/block:isoriginalentry}
- {block:IsNotOriginalEntry}
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{permalink}"><img src="{PortraitURL-64}"></div><div class="username">reblogged by {username}</div></a><br><div class="bodytextrbs">{body}</div></div>
- {/block:IsNotOriginalEntry}
- {/block:reblogs}
- {/block:Caption}
- {/block:Photo}
- <!-- PHOTOSET POSTS -->
- {block:Photoset}
- <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)"><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
- {block:Caption}
- {block:notreblog}
- {body}
- {/block:notreblog}
- {block:reblogs}
- {block:isoriginalentry}
- <div class="photocap">
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{permalink}"><img src="{PortraitURL-64}"></div><div class="username">posted by {username}</div></a><br><div class="bodytextrbs">{body}</div></div></div>
- {/block:isoriginalentry}
- {block:IsNotOriginalEntry}
- <div class="phoooootoset">
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{permalink}"><img src="{PortraitURL-64}"></div><div class="username">reblogged by {username}</div></a><br><div class="bodytextrbs">{body}</div></div></div>
- {/block:IsNotOriginalEntry}
- {/block:reblogs}
- {/block:Caption}
- {/block:Photoset}
- <!-- VIDEO POSTS -->
- {block:Video}
- {block:Rebloggedfrom}
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-64}"></div><div class="username">posted by {ReblogRootName}</div></a></div>
- {/block:Rebloggedfrom}
- <div class="video">{Video-500}</div>
- {block:Caption}
- {Block:NotReblog}
- <div class="caption">{Caption}</div>
- {/Block:NotReblog}
- {Block:Reblogs}
- {block:IsOriginalEntry}
- {body}
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{permalink}"><img src="{PortraitURL-64}"></div><div class="username">reblogged by {username}</div></a><div class="bodytextrbs">{body}</div></div>
- {/block:IsNotOriginalEntry}
- {/block:Reblogs}
- {/block:Caption}
- {/block:Video}
- <!-- AUDIO POSTS -->
- {block:Audio}
- {block:Rebloggedfrom}
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-64}"></div><div class="username">posted by {ReblogRootName}</div></a></div>
- {/block:Rebloggedfrom}
- <div class="audio">
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- </div>
- {block:ifplaycount}
- {block:PlayCount}
- <div class="playcountaudio">{PlayCountWithLabel}</div>
- {/block:PlayCount}
- {block:ifplaycount}
- {Block:Reblogs}
- {block:IsOriginalEntry}
- {body}
- {/block:IsOriginalEntry}
- {block:IsNotOriginalEntry}
- <div class="audiost">
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{permalink}"><img src="{PortraitURL-64}"></div><div class="username">reblogged by {username}</div></a><div class="bodytextrbs">{body}</div></div></div>
- {/block:IsNotOriginalEntry}
- {/block:Reblogs}
- {/block:Audio}
- <!-- TEXT POSTS -->
- {block:Text}
- <div class="totalex">
- {block:Reblogs}
- {block:IsOriginalEntry}
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{Permalink}"><img src="{PortraitURL-64}"></div><div class="username">posted by {username}</div></a></div> {/block:IsOriginalEntry} <p>
- {block:IsNotOriginalEntry}
- <div class="txtreblog">
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{Permalink}"><img src="{PortraitURL-64}"></div><div class="username">reblogged by {username}</div></a></div></div>
- {/block:IsNotOriginalEntry} <p>
- <div class="textiewoo">
- <div class="title">{block:Title}{Title}{/block:Title}</div>
- <div class="body">{Body}</div>
- </div>
- {/block:Reblogs}
- {Block:NotReblog}
- <div class="title">{Title}</div>
- <div class="body">{body}</div>
- {/Block:NotReblog}
- {block:More}
- <div class="keepreading">
- <a href="{Permalink}">keep reading this post....</a>
- </div>
- {/block:More}
- </div>
- {/block:Text}
- <!-- QUOTE POSTS -->
- {block:Quote}
- {block:Rebloggedfrom}
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-64}"></div><div class="username">posted by {ReblogRootName}</div></a></div>
- {/block:Rebloggedfrom}
- <div class="quotiepost">"{Quote}"</div>
- {block:Source}<div class="quotesource"><br>~ {Source}</div>{/block:Source}
- {/block:Quote}
- <!-- ANSWER POSTS -->
- {block:Answer}
- <div class="askings">
- <div class="ask">
- <img src="{AskerPortraitURL-128}">
-
- <div class="asker">{Asker} said to
- {block:NotReblog}<img src="{PortraitURL-128}"><a href="/">{Name}</a>{/block:NotReblog}
- {block:Answerer}<img src="{AnswererPortraitURL-128}"><a href="/">{Answerer}</a>{/block:Answerer}
- </div>
- </div>
- <div class="q">{Question}</div>
- <div class="answerings">{Answer}</div>
- </div>
- {/block:Answer}
- <!-- CHAT POSTS -->
- {block:Chat}
- {block:RebloggedFrom}
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-64}"></div><div class="username">posted by {ReblogRootName}</div></a></div>
- {/block:RebloggedFrom}
- <div class="title">{block:Title}{Title}{/block:Title}</div>
- {block:Lines}<br>
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}
- {/block:Lines}
- {/block:Chat}
- <!-- LINK POSTS -->
- {block:link}
- <div class="linkpost"><a href="{URL}" >{Name}</a></div>
- {block:RebloggedFrom}
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-64}"></div><div class="username">posted by {ReblogRootName}</div></a></div>
- {block:Reblogs}
- {block:IsNotOriginalEntry}
- <div class="linkblog">
- <div class="txtreblog">
- <div class="txtpost">
- <div class="iconietxtpost"><a href="{Permalink}"><img src="{PortraitURL-64}"></div><div class="username">reblogged by {username}</div></a></div></div></div>
- {/block:IsNotOriginalEntry}
- <div class="body">{body}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:notreblog}
- {block:Description}<div class="body">{description}</div>{/block:Description}
- {/block:notreblog}
- {block:link}
- </div>
- {block:Date}
- <div class="footer">
- <div class="datie">
- <a href="{permalink}">{block:RebloggedFrom}reblogged on{/block:RebloggedFrom}{block:NotReblog}posted on{/block:NotReblog} {DayOfMonthWithZero}{DayOfMonthSuffix} {Month}</a>
- </div>
-
-
-
-
-
-
- {block:NoteCount}
- <div class="notie">{NoteCountwithlabel}</div>
- {/block:NoteCount}
-
-
-
-
-
-
- {block:RebloggedFrom}
- <div class="reblogie">
- <a href="{ReblogParentURL}">via</a> /
- <a href="{ReblogRootURL}">src</a>
- </div>
- {/block:RebloggedFrom}
- <div class="rebutton"><a href="{ReblogURL}" target="_blank" ><span class="th th-reblog"></span></a>
- </div>
- <br>
- {block:HasTags}
- {block:Tags}<div class="taggie"><a href="{TagUrl}">#{Tag}</a></div> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:Posts}
- {block:PostNotes}
- <div class="postnoties">{PostNotes}</div>
- {/block:PostNotes}
- </div><!-- end content div -->
- <a href="https://www.amaanat.tumblr.com" class="credit"><span class="th th-diamond-o"></span>
- </a>
- <!-- custom tumblr controls by cyantists v2 -->
- <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
- <!-- annasthms and espoirthemes lightbox -->
- <script>
- function gatherData(images, arr) {
- for (let i = 0; i < images.length; i++) {
- let currentData = {
- "width": images[i].getAttribute('data-width'),
- "height": images[i].getAttribute('data-height'),
- "low_res": images[i].getAttribute('data-lowres'),
- "high_res": images[i].getAttribute('data-highres')
- };
- arr.push(currentData);
- }
- }
- function getIndex(elem) {
- let i = 0;
- while( (elem = elem.previousElementSibling) != null ) i++;
- return i;
- }
- function lightbox(elem) {
- let currentPhotoset = elem.parentNode;
- let photosetPhotos = currentPhotoset.getElementsByTagName('div');
- let data = [];
- gatherData(photosetPhotos, data);
- Tumblr.Lightbox.init(data, getIndex(elem) + 1);
- }
- </script>
- </div> <!-- end of all fade in thing -->
- </body>
- </html>
- <!-- theme by @amaanat on tumblr.com -->
Advertisement
Add Comment
Please, Sign In to add comment