Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- fansite theme 02 - captainmarvels
- base code @ mattdraddario & sorrism
- visit /credits for full credits
- -->
- <!DOCTYPE html>
- <head>
- <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#444444"/>
- <meta name="color:link" content="#666666"/>
- <meta name="color:link hover" content="#888888"/>
- <meta name="color:header" content="#ffffff"/>
- <meta name="color:navigation" content="#f9f9f9"/>
- <meta name="color:nav links" content="#666666"/>
- <meta name="color:nav links hover" content="#888888"/>
- <meta name="color:accent one" content="#444444"/>
- <meta name="color:accent two" content="#eeeeee"/>
- <meta name="color:scrollbar" content="#444444"/>
- <meta name="color:scrollbar background" content="#ffffff"/>
- <meta name="color:titles" content="#444444"/>
- <meta name="color:content background" content="#ffffff"/>
- <meta name="color:posts background" content="#ffffff"/>
- <meta name="color:sidebar background" content="#ffffff"/>
- <meta name="if:askfaq" content="1"/>
- <meta name="image:header" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="text:subtitle" content=""/>
- <meta name="text:link 1 title" content=""/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2 title" content=""/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3 title" content=""/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 4 title" content=""/>
- <meta name="text:link 4 url" content=""/>
- <meta name="text:link 5 title" content=""/>
- <meta name="text:link 5 url" content=""/>
- <meta name="text:link 6 title" content=""/>
- <meta name="text:link 6 url" content=""/>
- <meta name="text:twitter username" content=""/>
- <meta name="text:about" content=""/>
- <meta name="text:online script" content=""/>
- <meta name="text:visits script" content=""/>
- <meta name="text:sidebar link 1 title" content=""/>
- <meta name="text:sidebar link 1 url" content=""/>
- <meta name="text:sidebar link 2 title" content=""/>
- <meta name="text:sidebar link 2 url" content=""/>
- <meta name="text:sidebar link 3 title" content=""/>
- <meta name="text:sidebar link 3 url" content=""/>
- <meta name="text:sidebar link 4 title" content=""/>
- <meta name="text:sidebar link 4 url" content=""/>
- <link href="https://fonts.googleapis.com/css?family=Changa:400,600,700|Roboto:400,700" rel="stylesheet">
- <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
- <!-- this is vital for my theme credit don't delete this-->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <!-- don't delete-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <script type='text/javascript' src='https://raw.github.com/gist/4056588'></script>
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .tmblr-full img {
- max-width: 100%;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.8) !important;
- }
- #tumblr_lightbox img {
- padding:5px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .lightbox-image {
- padding:0px;
- background-color:rgba(255,255,255,1) !important;
- }
- iframe.tmblr-iframe { z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- /* delete from here */
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- /* to here if your blog has a dark background */
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;
- transition: opacity 0.6s ease-in-out;
- -moz-transition: opacity 0.6s ease-in-out;
- -webkit-transition: opacity 0.6s ease-in-out;
- }
- iframe.tmblr-iframe:hover {opacity:0.6!important;}
- /*tooltip*/
- .ui-tooltip {
- position:absolute;
- z-index:9999;
- padding-top:10px;
- border-radius:10%;
- }
- .ui-tooltip-content {
- background:#f9f9f9;
- padding:4px 8px;
- letter-spacing: 0px;
- font-size:10px;
- font-weight:bold;
- text-transform:uppercase;
- border-radius:2px;
- }
- /*scrollbar*/
- ::-webkit-scrollbar{
- height:11px;
- width:11px;
- border-radius:2px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
- ::-webkit-scrollbar-track {background:{color:posts background};}
- ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {border:4px solid #ffffff;}
- /*selection*/
- ::selection {
- background: #f9f9f9;
- color: {color:text};
- }
- ::-moz-selection {
- background: #f9f9f9;
- color: #f9f9f9;
- }
- ::-webkit-selection {
- background: #f9f9f9;
- color: #f9f9f9;
- }
- /*main structure*/
- body {
- background:{color:background};
- color:{color:text};
- font-family:'Roboto', sans-serif;
- font-size:12px;
- line-height:150%;
- margin:0;
- text-align:left;
- }
- small {
- font-size:11px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-family:'Changa', sans-serif;
- padding:0px;
- font-size:14px;
- font-weight:600;
- line-height:150%;
- text-transform:uppercase;
- }
- blockquote {
- padding:0;
- margin:.5em 0;
- }
- hr {
- border:0;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- /*header*/
- #header {
- width: 100%;
- height: 500px;
- overflow: hidden;
- background-image: url({image:Header});
- background-repeat: no-repeat;
- background-position: top center;
- }
- .navigation {
- width:100%;
- left:0;
- background:{color:navigation};
- margin-bottom:10px;
- text-align:center;
- }
- .nlinks {
- text-align:center;
- padding:20px;
- font-family:'Changa', sans-serif;
- text-transform:uppercase;
- font-size:13px;
- font-weight:600;
- }
- .nlinks a {
- color:{color:nav links};
- margin-right:40px;
- }
- .nlinks a:hover {
- color:{color:nav links hover};
- }
- .blogt {
- float:left;
- padding:20px 0px 20px 20px;
- display:inline-block;
- }
- .blogt a {
- font-family: 'Changa', sans-serif;
- text-transform:uppercase;
- font-size:14px;
- font-weight:600;
- background:{color:accent two};
- padding:0px 5px;
- border-radius:2px;
- color:#ffffff;
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- .blogt a:hover {
- background:{color:accent two};
- transition:1s;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- .subtitle {
- float:left;
- padding:21px 20px;
- text-transform:normal;
- font-size:11px;
- font-weight:normal;
- font-style:italic;
- font-family:'Changa';
- color:{color:nav links};
- }
- .search {
- float:right;
- vertical-align:middle;
- display:inline;
- padding:0px;
- }
- .search input {
- text-align:center;
- background:transparent;
- padding:0px 5px;
- border-radius:2px;
- width:100px;
- text-transform:normal;
- font-size:11px;
- font-weight:normal;
- font-style:italic;
- font-family:'Changa';
- font:'Roboto';
- font-size:10px;
- text-align:right;
- border:none;
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- .search input:focus {
- outline:none;
- opacity:1;
- }
- .search input:hover {
- -webkit-transition:1s;
- -moz-transition:1s;
- -o-transition:1s;
- }
- input:focus::-webkit-input-placeholder { color: transparent; }
- input:focus:-moz-placeholder { color: transparent; }
- input:focus::-moz-placeholder { color: transparent; }
- input:focus:-ms-input-placeholder { color: transparent; }
- /*sidebar*/
- .sidebar {
- float:right;
- background:{color:sidebar background};
- padding:20px;
- position:relative;
- width:350px;
- }
- .sidebar hr {
- display:block;
- border: 0;
- background: {color:accent two};
- height: 3px;
- border-radius:2px;
- width:100px;
- margin:2em auto;
- }
- .sideimg img {
- width:350px;
- }
- .box {
- padding:20px;
- margin-bottom:50px;
- background: #f9f9f9;
- }
- .titles {
- font-family: 'Changa', sans-serif;
- text-transform:uppercase;
- font-weight:600;
- font-size:15px;
- margin-bottom:20px;
- color:{color:titles};
- border-bottom: 1px solid #f1f1f1;
- }
- .titles:after {
- display: block;
- margin: 0 0 -10px 5px;
- content: '\2043';
- color: {color:accent one};
- }
- .titles i {
- color: {color:accent one};
- font-size:15px;
- border-radius: 4px;
- padding-right:8px;
- margin-right:5px;
- }
- .description {
- text-align:justify;
- padding:20px;
- font-size:11px;
- }
- .projects img {
- width:100px;
- float:left;
- margin-right:10px;
- border:1px solid #eee;
- }
- .pinfo {
- padding:8px;
- text-align:right;
- }
- .pinfo name {
- color:{color:accent one};
- background: #ffffff;
- border-radius:2px;
- font-weight:bold;
- padding:2px 5px;
- margin-right:3px;
- }
- .affiliates {
- width:300px;
- }
- .affiliates img {
- width:50px;
- padding:10px;
- }
- .slinks a {
- display:block;
- padding:10px;
- border-bottom:1px solid #f1f1f1;
- text-transform:uppercase;
- font-size:10px;
- }
- .slinks a:hover {
- margin-left:5px;
- }
- /*pagination*/
- footer {
- width:540px;
- text-align:left;
- color:{color:text};
- margin-bottom:50px;
- }
- footer span {
- text-align:right;
- float:right;
- display:inline-block;
- font-weight:600;
- font-family:'Changa';
- }
- .current_page {
- color:{color:titles};
- font-weight:600;
- }
- footer a {
- display:inline-block;
- border:0;
- margin-right:5px;
- }
- /*posts*/
- #container {
- width:1060px;
- margin-left:calc(50% - 550px);
- background:{color:content background};
- padding:20px;
- overflow:hidden;
- margin-bottom:10px;
- }
- .entries {
- position:relative;
- float:left;
- margin-top:20px;
- width:540px;
- margin-left:20px;
- background:{color:content background};
- }
- .posts {
- width:540px;
- margin-bottom:50px;
- background:{color:posts background};
- }
- .posts img {
- display:block;
- max-width:540px;
- }
- .posts ul li {
- list-style:none;
- margin-left:0px;
- }
- .posts ul li:before {
- content:"•";
- color:{color:accent one};
- padding-right:5px;
- }
- /*captions*/
- .caption {
- margin:15px 0px 15px 15px;
- }
- .caption img:not(.icon) {
- padding:10px 0px;
- }
- .tumblr_blog {
- display:inline-block;
- vertical-align:middle;
- line-height:20px;
- font-size:11px;
- font-weight:bold;
- color:#000000!important;
- margin:0;
- }
- .icon {
- width:18px;
- height:18px;
- margin-right:8px;
- display:inline-block;
- float:left;
- border-radius:2px;
- }
- /*titles*/
- .title {
- margin:15px 0px 15px 15px;
- font-family: 'Changa', sans-serif;
- text-transform:uppercase;
- font-weight:600;
- font-size:15px;
- padding:0;
- text-transform:uppercase;
- color:{color:titles};
- }
- .title a {color:{color:titles};}
- .title a:hover {color:{color:link};}
- /*quotes*/
- .quote {
- margin:15px 0px 5px 15px;
- font-size:13px;
- padding:0;
- letter-spacing:0.5px;
- font-style:italic;
- font-family:'Changa', sans-serif;
- color:{color:titles};
- font-weight:700;
- }
- .source {margin:0px 0px 5px 15px;}
- /*chat*/
- .chat {
- line-height:150%;
- list-style:none;
- }
- .line.odd {
- padding:10px;
- background:#f9f9f9;
- }
- .line.even {
- padding:10px;
- }
- .label {
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- font-weight:bold;
- }
- /*audio*/
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:10px;
- top:calc(50% - 15px);
- display:block;
- overflow:hidden;
- }
- .hold {
- text-align:left;
- background:{color:background};
- position:relative;
- display:block;
- min-height:24px;
- padding:15px;
- }
- .audio_info {
- vertical-align:middle;
- line-height:12px;
- margin-left:35px;
- max-width:calc(100% - 35px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .track {color:{color:titles};}
- /*asks*/
- .question {
- line-height:20px;
- text-align:left;
- padding:15px;
- background:#f9f9f9;
- text-transform:lowercase;
- }
- .question img {
- width:18px;
- height:18px;
- float:left;
- margin-top:0px;
- margin-right:10px;
- border-radius:2px;
- }
- .asker {text-transform:normal;}
- .asker a {color:{color:text};}
- .asker a:hover {color:{color:link hover};}
- .answer {
- margin-bottom:0px;
- }
- /*askfaq*/
- .faq {
- padding:10px 20px;
- }
- .q {
- padding:10px;
- }
- .q:before {
- content:'Q:';
- margin-right:8px;
- color:{color:accent two};
- font-family:'Changa', sans-serif;
- font-size:14px;
- font-weight:600;
- }
- enquiry {
- padding:4px 8px;
- font-family:'Roboto', sans-serif;
- font-weight:bold;
- background:#f9f9f9;
- }
- .a {
- padding:5px 10px;
- }
- /*info*/
- .permalink {
- padding:10px;
- background: #ffffff;
- border-top: 1px solid #f1f1f1;
- text-align:left;
- text-transform:uppercase;
- font-family:'Changa', sans-serif;
- }
- .permalink a {
- color:{color:text};
- }
- .permalink i {
- font-size:9px;
- }
- .buttons a {
- padding-left:5px;
- position:relative;
- display:inline-block;
- }
- .custom-like-button {
- position: relative;
- display: inline-block;
- cursor: pointer;
- }
- /* class for the Tumblr Like Button iframe */
- .like_button {
- position: absolute;
- top: -03px;
- left: 03px;
- right: 0;
- bottom: 0px;
- width: 11px;
- height: 11px;
- opacity:0.000001;
- z-index: 10;
- }
- /* Force iframe to fill button */
- .like_button iframe {
- width: 100% !important;
- height: 100% !important;
- }
- /* class for Our Like Button */
- .our_button {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- }
- .like_button:hover + .our_button {
- color: {color:link hover};
- }
- .like_button.liked + .our_button {
- color: red;
- }
- .tags {
- word-break: break-all;
- max-width:540px;
- text-transform:lowercase;
- }
- .tags a {
- font-size:11px;
- font-family:'Roboto', sans-serif;
- color:{color:link};
- font-weight:none;
- display:inline;
- margin-right:1em;
- letter-spacing: 0px;
- }
- /*notes*/
- ol.notes {
- padding:0px;
- margin:20px 0px 0px 0px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:5px;
- }
- ol.notes li.note img.avatar {
- display:none;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- .credit {
- position:fixed;
- right:10px;
- bottom:15px;
- font-weight:bold;
- }
- .credit a {
- color:#000000;
- }
- {CustomCSS}
- /*smooth loading*/
- @-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;}
- </style>
- </head>
- <body>
- <div id="header"></div>
- <div class="navigation">
- <div class="blogt"><a href="/">{Title}</a></div>
- <div class="subtitle">{text:Subtitle}</div>
- <div class="nlinks">
- <a href="/">Home</a>
- <a href="/ask">Inbox</a>
- <a href="{text:link 1 url}">{text:link 1 title}</a>
- <a href="{text:link 2 url}">{text:link 2 title}</a>
- <a href="{text:link 3 url}">{text:link 3 title}</a>
- <a href="{text:link 4 url}">{text:link 4 title}</a>
- <a href="{text:link 5 url}">{text:link 5 title}</a>
- <a href="{text:link 6 url}">{text:link 6 title}</a>
- <form class="search" action="/search" method="get">
- <input type="text" name="q" value="{SearchQuery}" placeholder="search this blog"/>
- </form>
- </div>
- </div>
- <div id="container">
- <div class="sidebar">
- <!--welcome-->
- <div class="titles"><i class="fas fa-home"></i> welcome</div>
- <center><div class="sideimg"><img src="{image:sidebar}"></div></center>
- <div class="description">{Description}</div>
- <hr>
- <!--sidebar links-->
- <div class="titles"><i class="fas fa-link"></i> links</div>
- <div class="slinks">
- <a href="{text:sidebar link 1 url}">{text:sidebar link 1 title}</a>
- <a href="{text:sidebar link 2 url}">{text:sidebar link 2 title}</a>
- <a href="{text:sidebar link 3 url}">{text:sidebar link 3 title}</a>
- <a href="{text:sidebar link 4 url}">{text:sidebar link 4 title}</a>
- </div>
- <hr>
- <!--spotlight-->
- <div class="titles"><i class="fas fa-bolt"></i> spotlight</div>
- <hr>
- <!--twitter widget-->
- <div class="titles"><i class="fab fa-twitter"></i>tweets</div>
- <a class="twitter-timeline" data-width="350" data-height="600" data-link-color="{color:link}" href="https://twitter.com/{text:twitter username}?ref_src=twsrc%5Etfw">Tweets by {text:twitter username}</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
- <hr>
- <!--projects-->
- <div class="titles"><i class="fas fa-video"></i> Current projects</div>
- <div class="box">
- <div class="projects">
- <img src="https://images2.imgbox.com/82/f6/tFCZo9J3_o.png">
- <div class="pinfo">
- <ul><name>Project name</name><br>
- <b>Release</b>: Release date<br>
- <b>Status</b>: Status<br>
- <b>Character</b>: Character name</ul>
- </div>
- <br>
- <img src="https://images2.imgbox.com/82/f6/tFCZo9J3_o.png">
- <div class="pinfo">
- <ul><name>Project name</name><br>
- <b>Release</b>: Release date<br>
- <b>Status</b>: Status<br>
- <b>Character</b>: Character name</ul>
- </div>
- <br>
- <img src="https://images2.imgbox.com/82/f6/tFCZo9J3_o.png">
- <div class="pinfo">
- <ul><name>Project name</name><br>
- <b>Release</b>: Release date<br>
- <b>Status</b>: Status<br>
- <b>Character</b>: Character name</ul>
- </div>
- </div>
- </div>
- <hr>
- <!--affiliates-->
- <div class="titles"><i class="fas fa-star"></i> Affiliates</div>
- <div class="box">
- <div class="affiliates">
- <center>
- <a href="/" title="apply"><img src="https://images2.imgbox.com/0f/48/n3F7CqLE_o.png"/></a>
- <a href="/" title="apply"><img src="https://images2.imgbox.com/0f/48/n3F7CqLE_o.png"/></a>
- <a href="/" title="apply"><img src="https://images2.imgbox.com/0f/48/n3F7CqLE_o.png"/></a>
- <a href="/" title="apply"><img src="https://images2.imgbox.com/0f/48/n3F7CqLE_o.png"/></a>
- </center>
- </div>
- </div>
- <hr>
- <!--members-->
- {block:GroupMembers}
- <div class="titles"><i class="fas fa-user-plus"></i> Members</div>
- <div class="box">
- <table style="margin-top:0px;">
- {block:GroupMember}
- <tr>
- <td style="width:30px;">
- <img src="{GroupMemberPortraitURL-40}" width="30px;" height="auto;" style ="margin-right: 10px;">
- </td>
- <td style="width:290px; height:auto;">
- <div id="m" style="margin-bottom:10px;margin-top:10px; font-size:10px;">
- <a href="{GroupMemberURL}" style="font-weight:bold; text-transform:uppercase;">{GroupMemberName}</a><br>{GroupMemberTitle}
- </div>
- </td>
- </tr>
- {/block:GroupMember}
- </table>
- </div>
- {/block:GroupMembers}
- <hr>
- <!--blog info-->
- <div class="titles"><i class="fas fa-cog"></i> About us</div>
- <div class="box">
- <div class="sinfo">
- <b>About:</b> {text:About}<br>
- <b>Online:</b> {text:Online Script}<br>
- <b>Visits:</b> {text:Visits Script}<br>
- <!-- EITHER KEEP THIS OR THE ALIEN IN THE RIGHT CORNER OF THE THEME-->
- <b>Theme:</b> <a href="peggyscarter.tumblr.com">peggyscarter</a>
- <!-- EITHER KEEP THIS OR THE ALIEN IN THE RIGHT CORNER OF THE THEME-->
- <br><br>
- Our site claims no credit for any images posted on this site unless stated otherwise. Images and information on this blog are copyright to their respectful owners.
- </div>
- </div>
- </div>
- <div class="entries" class="fade-in one">{block:Posts}
- <div class="posts" id="{PostID}">
- {block:ifAskfaq}
- {block:Askpage}
- <div class="title">frequently asked questions</div>
- <div class="faq">
- <div class="q"><enquiry>Question</enquiry></div>
- <div class="a">Answer</div>
- <div class="q"><enquiry>Question</enquiry></div>
- <div class="a">Answer</div>
- <div class="q"><enquiry>Question</enquiry></div>
- <div class="a">Answer</div>
- <div class="q"><enquiry>Question</enquiry></div>
- <div class="a">Answer</div>
- </div>
- {/block:Askpage}
- {/block:ifAskfaq}
- {block:Text}
- {block:Title}<div class="title">{title}</div>{/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}
- {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {/block:Photoset}
- {block:Quote}
- <div class="title quote">{quote}</div>
- {block:Source}<div class="source">{source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:audioplayer}
- <div class="hold">
- <div class="player">{audioplayerwhite}</div>
- <div class="audio_info">
- {block:trackname}<span class="track">{trackname}</span>{/block:trackname}
- {block:artist}<span class="artist">{artist}</span>{/block:artist}
- </div>
- </div>
- {/block:audioplayer}
- {/block:Audio}
- {block:Video}<div class="video">{Video-500}</div>{/block:Video}
- {block:caption}<div class="caption">{Caption}</div>{/block:caption}
- {block:Answer}
- <div class="question"><img src="{AskerPortraitURL-30}"/>
- <div class="asker"><b>{Asker}</b> asked: {Question}</div></div>
- <div class="answer"><div class="caption">{Answer}</div></div>
- {/block:Answer}
- {block:Date}
- <div class="permalink">posted by <a href="{PostAuthorURL}">{PostAuthorName} </a> <a href="{Permalink}" title="{TimeAgo}"><b>{Month} {DayofMonthWithSuffix}</b></a> {block:NoteCount}<a href="{Permalink}" title="{notecountwithlabel}">{NoteCountWithLabel}</a>{/block:NoteCount} <div style="float:right; font-weight:bold;"><span class="buttons">
- <a href="{ReblogURL}" target="_blank"><i class="fa fa-sync-alt" aria-hidden="true" title="reblog"></i></a>
- <span class="custom-like-button">{LikeButton}<a class="our_button"><i class="fa fa-heart fa-fw" aria-hidden="true" title="like"></i></a></span>
- </span></div>
- {block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
- {block:hastags}
- <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>
- {/block:hasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <footer id="pagination">
- <span>
- {block:PreviousPage}<a href="{PreviousPage}" title="previous page">back</a>{block:nextpage} {/block:nextpage}{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" title="next page">forth</a>{/block:NextPage}
- </span>
- {block:JumpPagination length="5"}
- {block:CurrentPage}<a class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </footer>
- {/block:Pagination}
- </div>
- <script>
- $(document).ready(function(){
- $('body').tooltip({track:false});
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
- });
- });
- $('.posts').unnest({
- yourCaption: ".caption",
- newCaptionUsername: true,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".icon",
- usernameColon: false
- });
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- EITHER KEEP THIS OR CREDIT IN THE ABOUT SECTION-->
- <div class="credit"><a href="http://captainmarvels.tumblr.com/" title="ananda themes"><span class="sf sf-alien-o"></span></a></div>
- <!-- EITHER KEEP THIS OR CREDIT IN THE ABOUT SECTION-->
- </body>
Advertisement
Add Comment
Please, Sign In to add comment