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.org/1999/xhtml">
- <!----
- © borntobewildthemes.tumblr.com | "Majesty"
- + Please do not redistribute this theme 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 theme! We hope you enjoy it!
- ---->
- <html>
- <head>
- <!--Google fonts-->
- <link href='http://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="image:Header background" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Header background" content="#fff"/>
- <meta name="color:Topbar background" content="#eee"/>
- <meta name="color:Post background" content="#fff"/>
- <meta name="color:Text" content="#2d3f55"/>
- <meta name="color:Italic" content="#fe89b3"/>
- <meta name="color:Bold" content="#cb2f66"/>
- <meta name="color:Ask bubble" content="#fe89b3"/>
- <meta name="color:Icon" content="#ffb1cc"/>
- <meta name="color:Icon Hover" content="#eee"/>
- <meta name="color:Link" content="#ffb1cc"/>
- <meta name="color:Hover" content="#eee"/>
- <meta name="color:Description" content="#bbb"/>
- <meta name="color:Topbar link" content="#2d3f55"/>
- <meta name="color:Scrollbar" content="#ffb1cc"/>
- <meta name="color:Borders" content="#eee"/>
- <meta name="color:Title" content="#2d3f55"/>
- <meta name="color:Blog Title" content="#2d3f55"/>
- <meta name="color:Link 1 border" content="#fe89b3"/>
- <meta name="color:Link 2 border" content="#fe6299"/>
- <meta name="color:Link 3 border" content="#ffb1cc"/>
- <meta name="color:Link 4 border" content="#cb2f66"/>
- <meta name="color:Link 5 border" content="#98234d"/>
- <meta name="text:Link 1" content="link 1"/>
- <meta name="text:Link 1 url" content="link 1 url"/>
- <meta name="text:Link 2" content="link 2"/>
- <meta name="text:Link 2 url" content="link 2 url"/>
- <meta name="text:Link 3" content="link 3"/>
- <meta name="text:Link 3 url" content="link 3 url"/>
- <meta name="text:Link 4" content="link 4"/>
- <meta name="text:Link 4 url" content="link 4 url"/>
- <meta name="text:Link 5" content="link 5"/>
- <meta name="text:Link 5 url" content="link 5 url"/>
- <meta name="select:Title Font" content="Codystar" title="Codystar">
- <meta name="select:Title Font" content="Cinzel" title="Cinzel">
- <meta name="select:Title Font" content="Poiret One" title="Poiret One">
- <meta name="select:Title Font" content="Great Vibes" title="Great Vibes">
- <meta name="select:Title Font" content="Julius Sans One" title="Julius Sans One">
- <meta name="select:Title font size" content="20px" title="20px">
- <meta name="select:Title font size" content="22px" title="22px">
- <meta name="select:Title font size" content="25px" title="25px">
- <meta name="select:Title font size" content="27px" title="27px">
- <meta name="select:Title font size" content="30px" title="30px">
- <meta name="font:Body font" content="Helvetica"/>
- <meta name="select:Body font size" content="12px" title="12px">
- <meta name="select:Body font size" content="13px" title="13px">
- <meta name="select:Body font size" content="14px" title="14px">
- <meta name="select:Body font size" content="15px" title="15px">
- <meta name="select:Body font size" content="16px" title="16px">
- <meta name="if:Two Columns" content="0" />
- <meta name="if:Show Topbar" content="1" />
- <meta name="if:Show Search" content="1" />
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Show Tags" content="1" />
- <meta name="if:Facebook" content="1" />
- <meta name="if:Twitter" content="1" />
- <meta name="if:Google Plus" content="1" />
- <meta name="if:Flickr" content="1" />
- <meta name="text:Facebook url" content="" />
- <meta name="text:Twitter url" content="" />
- <meta name="text:Flickr url" content="" />
- <meta name="text:Google Plus url" content="" />
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin:0;
- padding:0;
- width:100%;
- height:100%;
- color:{color:text};
- font-family:{font:Body font};
- line-height:17px;
- font-size:14px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Paragraph */
- p {margin-top:5px; margin-bottom:5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* Title */
- h1{
- color:{color:Title};
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height:130%;
- border-bottom:1px solid {color:Borders};
- }
- /* Captions */
- h2{
- font-family:{font:Body font};
- font-size:{select:Body font size};
- line-height:130%;
- }
- /* 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:{color:Link};
- text-decoration:none;
- }
- a:hover {
- color: {color:Hover};
- }
- a img{border: 0px;}
- /* Bold and italic */
- b, strong {color:{color:Bold};}
- i, em {color:{color:Italic};}
- /* Blockquote */
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px solid {color:Borders};
- }
- /* Text selection */
- ::-moz-selection {
- background: {color:Borders};
- color: {color:Scrollbar};
- }
- ::selection {
- background: {color:Borders};
- color: {color:Scrollbar};
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- border: 2px solid {color:Borders};
- border-radius: 0px;
- }
- ::-webkit-scrollbar-track {
- background: {color:Scrollbar};
- border: 4px solid {color:Borders};
- border-radius: 0px;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- z-index:10000000;
- margin:24px 14px 7px 12px;
- padding:8px;
- color:{color:Link};
- background:{color:Topbar background};
- border:1px solid {color:Borders};
- font-size:13px;
- line-height:16px;
- }
- /* Tumblr controls */
- iframe#tumblr_controls {
- top: 50px !important;
- right: 7px !important;
- position: fixed !important;
- }
- /* ----------------------- MAIN CONTAINER ----------------------------- */
- div#center{
- position:absolute;
- background-repeat:repeat;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:0px;
- padding-top:20px;
- width:100%;
- top:100%;
- z-index:0;
- min-height:800px;
- }
- /* Posts and entries */
- #posts {
- width:890px;
- {block:ifTwoColumns}
- width:893px;
- {/block:ifTwoColumns}
- margin-top:10px;
- z-index:1;
- {block:PermalinkPage}
- width:530px;
- {/block:PermalinkPage}
- margin-left:auto;
- margin-right:auto;
- min-height:800px;
- }
- .entry {
- float:left;
- display: block;
- margin:5px;
- overflow:hidden;
- width:250px;
- height:auto;
- {block:ifTwoColumns}
- width:400px;
- {/block:ifTwoColumns}
- min-height:120px;
- padding:15px;
- {block:PermalinkPage}
- width:500px;
- margin:0;
- {/block:PermalinkPage}
- background:{color:Post background};
- border:3px solid {color:Borders};
- z-index:1;
- -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
- }
- /* ----------------------- HEADER ----------------------------- */
- header{
- width:100%;
- height:100%;
- top:0;
- left:0;
- z-index:100;
- position:absolute;
- background-color:{color:Header background};
- background: url({image:Header background}) no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- overflow:hidden;
- }
- /* -------- MENU ------- */
- .menu{
- position:absolute;
- width:100%;
- height:35px;
- margin-top:0px;
- left:0px;
- }
- .menulinks{
- position:absolute;
- width:100%;
- left:10px;
- top:5px;
- height:35px;
- line-height:40px;
- }
- .menulinks a{
- margin-left:7px;
- display:inline-block;
- }
- .menulinks i{
- color:{color:Icon};
- font-size:20px;
- }
- .menulinks i:hover, .social i:hover{
- color:{color:Icon Hover};
- }
- /* Search box */
- #search {
- text-align:center;
- position:fixed;
- right:55px;
- top:5px;
- background:{color:Search bar background};
- width:35px;
- height:32px;
- border:1px solid {color:Borders};
- z-index:100000000;
- overflow:hidden;
- }
- #search:hover {
- width:170px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .search-icon{
- position:absolute;
- margin-left:7px;
- margin-top:6px;
- z-index:10000;
- }
- .search-icon i{
- color:{color:Icon};
- padding:2.5px;
- font-size:16px;
- }
- /* -------- BLOG TITLE AND DESCRIPTION BOX ------- */
- .blogtitle {
- position:relative;
- margin-top:200px;
- margin-left:auto;
- margin-right:auto;
- font-size:55px;
- padding:20px;
- font-family:{select:Title Font};
- width:80%;
- min-width:500px;
- letter-spacing:2px;
- line-height:60px;
- z-index:100000;
- text-align:center;
- color:{color:Blog Title};
- border-bottom:1px solid {color:borders};
- }
- .blogtitle:hover {
- color:{color:Hover};
- -webkit-transition: opacity .7s linear;
- -webkit-transition: all .7s ease-out;
- -moz-transition: all .7s ease-out;
- -o-transition: all .7s ease-out;}
- /* Description */
- .desc{
- margin-top:10px;
- padding-top:10px;
- margin:auto;
- width:80%;
- max-height:120px;
- font-size:15px;
- line-height:17px;
- min-height:250px;
- color:{color:Description};
- text-align:center;
- }
- /* Arrow */
- #arrow{
- position:absolute;
- background:{color:Topbar background};
- margin-top:-40px;
- left:50%;
- width:76px;
- height:38px;
- line-height:5px;
- border-radius: 90px 90px 0 0;
- -webkit-transform: translateX(-50%);
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- #arrow i{
- color:{color:Icons};
- font-size:20px;
- }
- #arrow i:hover{
- color:{color:Hover};
- }
- /* -------- TOPBAR ------- */
- .topbar{
- position:absolute;
- background:{color:Topbar background};
- background-size:cover;
- left:0;
- bottom:0px;
- height:40px;
- line-height:43px;
- width:100%;
- z-index:10000;
- text-align:center;
- padding-top:5px;
- border-bottom:3px solid {color:Borders};
- }
- .sticky {
- top:0;
- position:fixed;
- z-index:10000;
- }
- /* Topbar links */
- .topbar a{
- color:{color:Topbar link};
- }
- #topbarlinks{
- width:700px;
- height:40px;
- margin-left:auto;
- margin-right:auto;
- }
- #linkone{
- width:130px;
- height:10px;
- position:absolute;
- margin-left:0px;
- margin-top:20px;
- padding:5px;
- font-size:14px;
- line-height:10px;
- border-bottom:3px solid {color:Link 1 border};
- }
- #linktwo{
- width:130px;
- height:10px;
- position:absolute;
- margin-left:140px;
- margin-top:20px;
- padding:5px;
- font-size:14px;
- line-height:10px;
- border-bottom:3px solid {color:Link 2 border};
- }
- #linkthree{
- width:130px;
- height:10px;
- position:absolute;
- margin-left:280px;
- margin-top:20px;
- padding:5px;
- font-size:14px;
- line-height:10px;
- border-bottom:3px solid {color:Link 3 border};
- }
- #linkfour{
- width:130px;
- height:10px;
- position:absolute;
- margin-left:420px;
- margin-top:20px;
- padding:5px;
- font-size:14px;
- line-height:10px;
- border-bottom:3px solid {color:Link 4 border};
- }
- #linkfive{
- width:130px;
- height:10px;
- position:absolute;
- margin-left:560px;
- margin-top:20px;
- padding:5px;
- font-size:14px;
- line-height:10px;
- border-bottom:3px solid {color:Link 5 border};
- }
- #linkone:hover{
- height:32px;
- line-height:40px;
- margin-top:-5px;
- color:{color:Hover};
- background:{color:Link 1 border};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #linktwo:hover{
- height:32px;
- line-height:40px;
- margin-top:-5px;
- color:{color:Hover};
- background:{color:Link 2 border};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #linkthree:hover{
- height:32px;
- line-height:40px;
- margin-top:-5px;
- color:{color:Hover};
- background:{color:Link 3 border};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #linkfour:hover{
- height:32px;
- line-height:40px;
- margin-top:-5px;
- color:{color:Hover};
- background:{color:Link 4 border};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #linkfive:hover{
- height:32px;
- line-height:40px;
- margin-top:-5px;
- color:{color:Hover};
- background:{color:Link 5 border};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /* -------- PAGINATION ------- */
- #pagination {
- margin-top:20px;
- margin-bottom:20px;
- background:transparent;
- }
- .jump_page {
- padding: 4px 8px;
- color:{color:Link};
- background:{color:Topbar};
- font-size:13px;
- text-decoration:none;
- border:1px solid {color:Borders};
- }
- .current_page, .jump_page:hover{
- padding: 4px 8px;
- color:{color:Link};
- background:{color:Topbar};
- font-size:13px;
- text-decoration:none;
- border:1px solid {color:Borders};
- }
- /* ----------------------- POST STYLES ----------------------------- */
- /* Quote posts */
- .quote {
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height:130%;
- color:{color:Italic};
- height:auto;
- margin:10px;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- }
- .source {
- font-family:{font:Body font};
- font-size:{select:Body font size};
- line-height:130%;
- height:auto;
- margin-top:10px;
- margin-left:10px;
- margin-right:10px;
- margin-bottom:5px;
- padding:5px;
- text-align:right;
- letter-spacing:1px;
- }
- /* Link posts */
- #linktitle{
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height:130%;
- width:96%;
- padding:2%;
- border:1px solid {color:Borders};
- }
- #linktitle a{
- color:{color:Link};
- }
- #linktitle i{
- color:{color:Icon};
- }
- /* Chat posts */
- .chat .line {
- color: {color:Text};
- padding:2px;
- }
- .label {
- color:{color:Bold};
- font-size:15px;
- font-family:{select:Title Font};
- padding-right:2px;
- }
- /* Audio posts */
- .album img{
- max-width:65px;
- margin-left:5px;
- float:left;
- margin-top:0px;
- z-index:10;
- border: 5px solid {color:Borders};
- }
- .audio{
- position:absolute;
- width:185px;
- min-height:90px;
- margin-left:80px;
- float:left;
- padding:5px;
- margin-top:-5px;
- z-index:10;
- font-size:12px;
- overflow:hidden;
- }
- .play{
- position:absolute;
- margin:30px;
- max-width:25px;
- max-height:25px;
- overflow:hidden;
- opacity:0.7;
- }
- /* Ask Posts */
- .bubble {
- position: relative;
- height:auto;
- margin:5px;
- padding:5px;
- border: 1px solid {color:Borders};
- z-index:1;
- min-height:50px;
- }
- .asker img {
- float:left;
- border:1px solid {color:Borders};
- margin-right:5px;
- z-index:2000;
- }
- /* ----------------------- POST INFO ----------------------------- */
- .infoo {
- width:100%;
- margin-top:10px;
- margin-left:0px;
- line-height:25px;
- color:{color:Link};
- border-top:1px solid {color:Info border};
- text-transform:lowercase;
- }
- .infoo a{
- color:{color:Post info link};
- }
- .infoo i{
- color:{color:Post info icon};
- }
- .infoo a:hover {
- color:{color:Hover};
- }
- /* Like and reblog buttons */
- .like_and_reblog_buttons {
- position:absolute;
- float:right;
- margin-left:155px;
- {block:ifTwoColumns}
- margin-left:320px;
- {/block:ifTwoColumns}
- {block:PermalinkPage}
- margin-left:400px;
- {/block:PermalinkPage}
- margin-top:-23px;
- margin-bottom:15px;
- z-index:200000;
- border: 0px solid #e8e8e8;
- border-radius: 3px;
- list-style: none;
- }
- .like_and_reblog_buttons li {
- float:right;
- margin: 5px 5px;
- height: 15px;
- }
- /* Post notes style */
- .notes img{
- width:15px;
- position:relative;
- top:3px;
- margin-right:5px;
- border:1px solid {color:Borders};
- border-radius:60px;
- }
- .notes li{
- list-style:none;
- }
- /* ----------------------- CREDITS ----------------------------- */
- #credits {
- position:fixed;
- right:10px;
- top:5px;
- z-index:100000;
- }
- #credits img{
- border:1px solid {color:Borders};
- }
- /* ------------------------ CUSTOM CSS ----------------------------- */
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!---Style my tooltips--->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.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>
- <!--Sticky menu-->
- <script>
- $('header').css({'background-position':'0 '+(scrolled/3)+'px'});
- </script>
- <script type="text/javascript">
- $(window).scroll(function() {
- var scroll = $(window).scrollTop();
- if (scroll >= $(window).height()) {
- $(".topbar").addClass("sticky");
- } else {
- $(".topbar").removeClass("sticky");
- }
- });
- </script>
- <script>
- $(document).ready(function () {
- $.localScroll();
- });
- </script>
- <script src="http://static.tumblr.com/whx9ghv/lSGm6k18m/jquery.scrollto-1.4.2-min.js"></script>
- <script src="http://static.tumblr.com/whx9ghv/GJEm6k188/jquery.localscroll-1.2.7-min.js"></script>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <meta charset="utf-8">
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <body>
- <!--Main container-->
- <div id="wrap">
- <!--Header-->
- <header>
- <!--Search-->
- {block:IfShowSearch}
- <div id="search">
- <div class="search-icon">
- <i class="fa fa-search fa"></i>
- </div>
- <form action="/search" method="get">
- <input type="text" name="q" value="Search..." style="width:110px; padding-left:10px; height:19px; border:1px solid transparent; background:transparent; color:{color:Description}; font-size: 12px;margin-top:5px; margin-left:25px;"/>
- </form>
- </div>
- {/block:IfShowSearch}
- <!--Search box ends-->
- <a href="http://borntobewildthemes.tumblr.com" title="Theme MAJESTY by borntobewildthemes"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- <!--Menu-->
- <div class="menu">
- <!--Top menu-->
- <!--Main links-->
- <div class="menulinks">
- <a href="/" Title="Index"><i class="fa fa-home fa"></i></a>
- <a href="/ask" Title="Message"><i class="fa fa-envelope fa"></i></a>
- <a href="/submit" Title="Submit"><i class="fa fa-pencil fa"></i></a>
- <a href="/archive" Title="Archive"><i class="fa fa-history fa"></i></a>
- {block:IfFacebook}<a href="{text:Facebook url}" target = "_blank" Title="Facebook"><i class="fa fa-facebook"></i></a>{/block:IfFacebook}
- {block:IfTwitter}<a href="{text:Twitter url}" Title="Twitter"><i class="fa fa-twitter"></i></a>{/block:IfTwitter}
- {block:IfFlickr}<a href="{text:Flickr url}"><i class="fa fa-flickr" Title="Flickr"></i></a>{/block:IfFlickr}
- {block:IfGooglePlus}<a href="{text:Google Plus url}" Title="Google plus"><i class="fa fa-google-plus"></i></a>{/block:IfGooglePlus}
- </div>
- <!--Main links end-->
- </div>
- <!--Top menu end-->
- <!--Blog title-->
- <div class="blogtitle">{Title}</div>
- <!--Description-->
- <div class="desc">{Description}</div>
- </header>
- <!--Header ends-->
- <!--Topbar-->
- <div class="topbar">
- <!--Arrow-->
- <div id="arrow">
- <a href="#center"><br><center><i class="fa fa-chevron-down"></i></center></a>
- </div>
- <div id="topbarlinks">
- <div id="linkone"><a href="{text:Link 1 url}">{text:Link 1}</a></div>
- <div id="linktwo"><a href="{text:Link 2 url}">{text:Link 2}</a></div>
- <div id="linkthree"><a href="{text:Link 3 url}">{text:Link 3}</a></div>
- <div id="linkfour"><a href="{text:Link 4 url}">{text:Link 4}</a></div>
- <div id="linkfive"><a href="{text:Link 5 url}">{text:Link 5}</a></div>
- </div>
- </div>
- <!--Topbar ends-->
- <div id="center">
- <!--Posts start-->
- <div id="posts">
- {block:Posts}
- <div class="entry">
- <div class="content">
- <!--Hide via and source in captions-->
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}
- {ReblogParentName}
- {/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}
- <!-- {SourceURL}
- {block:SourceLogo}
- <img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!--Text post-->
- {block:Text}
- {block:Title}
- <h1>{Title}</h1></a>
- {/block:Title}
- {Body}
- {/block:Text}
- <!--Photo post-->
- {block:Photo}
- {block:IndexPage}
- {block:ifNotTwoColumns}
- <a href="{permalink}">
- <img src="{PhotoURL-250}"
- alt="{PhotoAlt}" width="250"/>
- {/block:ifNotTwoColumns}
- {block:ifTwoColumns}
- <img src="{PhotoURL-400}"
- alt="{PhotoAlt}" width="400"/>
- {/block:ifTwoColumns}
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}"
- alt="{PhotoAlt}" width="500"/>
- {/block:PermalinkPage}
- {/block:Photo}
- <!--Photoset post-->
- {block:Photoset}
- {block:IndexPage}
- {block:ifNotTwoColumns}
- {Photoset-250}
- {/block:ifNotTwoColumns}
- {block:ifTwoColumns}
- {Photoset-400}
- {/block:ifTwoColumns}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {/block:Photoset}
- <!--Quote post-->
- {block:Quote}
- <div class="quote">
- <i class="fa fa-quote-left"></i><br>
- {Quote}
- {block:Source}
- <div class="source">-{Source}
- </div>{/block:Source}</div>
- {/block:Quote}
- <!--Link post-->
- {block:Link}
- <div id="linktitle">
- <a href="{URL}" class="linkpost" target="_blank">{Name}
- <i class="fa fa-angle-double-right"></i>
- </a></div>
- {block:Description}
- <p>{Description}
- {/block:Description}
- {/block:Link}
- <!--Chat post-->
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="chat">
- {block:Lines}<div class="chat"><div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}</div>
- </div></div>
- {/block:Lines}
- </div>
- {/block:Chat}
- <!--Audio post-->
- {block:Audio}
- <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}">
- {block:AlbumArt}
- <div class="play">
- {AudioPlayerWhite}
- </div>
- </div>
- <div class="audio">
- {block:TrackName}<i class="fa fa-microphone"></i> {TrackName}{/block:TrackName}
- {block:Artist}<br><i class="fa fa-user"></i> {Artist}{/block:Artist}
- {block:Album}<br><i class="fa fa-music"></i> {Album}{/block:Album}
- {block:PlayCount}<br><i class="fa fa-heart"></i> {PlayCount}{/block:PlayCount}</div>
- <br><br><br><br><br>
- {/block:Audio}
- <!--Video post-->
- {block:Video}
- {block:IndexPage}
- {block:ifNotTwoColumns}
- {Video-250}
- {/block:ifNotTwoColumns}
- {block:ifTwoColumns}
- {Video-400}
- {/block:ifTwoColumns}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {/block:Video}
- <!--Ask post-->
- {block:Answer}
- <div class="bubble">
- <div class="asker">
- <img src="{AskerPortraitURL-48}">
- </div>
- <span></span>{Asker}:
- {Question}</div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- <!--Captions on index-->
- {block:IfShowCaptions}
- {block:Caption}
- <h2>{Caption}</h2>
- {/block:Caption}
- {/block:IfShowCaptions}
- {/block:IndexPage}
- {block:Date}
- <!--Post info-->
- <div class="infoo">
- <a href="{Permalink}">
- <i class="fa fa-clock-o"></i>
- {TimeAgo}
- <!--Note count-->
- {block:NoteCount}
- <i class="fa fa-heart-o"></i>
- {NoteCountWithLabel}
- {/block:NoteCount}
- <br>
- <!--Via and source-->
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}" target="_blank">\\ VIA</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{ReblogRootURL}" title="{ReblogRootName}" target="_blank">\\ SOURCE</a>
- {/block:ContentSource}
- <!--Like and reblog buttons-->
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton size="15"}</li>
- <li>{LikeButton size="15"}</li>
- </ul>
- </div></div>
- {block:IndexPage}
- <!--Tags on index-->
- {block:IfShowTags}
- {block:HasTags}
- <br>
- {block:Tags}
- <a href="{TagURL}">
- <i class="fa fa-tag"></i>
- {Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:IndexPage}
- {/block:Date}
- <!-- Permalink page -->
- {block:PermalinkPage}
- <div class="notes">
- {block:Caption}
- <h2>{Caption}</h2>
- {/block:Caption}
- {block:HasTags}
- <br>{block:Tags}
- Tagged as:
- <a href="{TagURL}">
- <i class="fa fa-tag"></i>
- {Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {block:PermalinkPagination}
- <center><br>
- {block:PreviousPost}
- <a href="{PreviousPost}"> « Previous Post – </a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}">Next Post »</a>
- {/block:NextPost}
- </center>
- {/block:PermalinkPagination} <br>
- {block:PostNotes}
- <h1>Post notes:</h1>
- <div style="text-align:left; margin-left:-30px; max-height: 400px; width:530px; overflow: auto; overflow-x: hidden;">
- {PostNotes}</div>
- {/block:PostNotes}</div>
- <br><br>
- {/block:PermalinkPage}
- </div>
- <!--End content-->
- {/block:Posts}
- </div>
- <!-- pagination -->
- <center>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <span class="jump_page">
- <a href="{PreviousPage}">«</a></span>
- {/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="current_page">
- {PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <span class="jump_page"><a href="{URL}">{PageNumber}</a></span>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <span class="current_page">
- <a href="{NextPage}">»</a></span>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </center> <br>
- </div>
- <!--End wrap-->
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement