Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{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}
- <!--
- ▒█▀▀▀ ▒█▀▀▀█ ▒█▀▀▀█ ▒█▀▄▀█ ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▄▀█ ▒█▀▀▀ ▒█▀▀▀█
- ▒█▀▀▀ ▒█░░▒█ ▒█░░▒█ ▒█▒█▒█ ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█▒█▒█ ▒█▀▀▀ ░▀▀▀▄▄
- ▒█░░░ ▒█▄▄▄█ ▒█▄▄▄█ ▒█░░▒█ ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█░░▒█ ▒█▄▄▄ ▒█▄▄▄█
- © THEME 7: CAPITULATED BY FOOMTHEMES.TUMBLR.COM
- PLEASE DO NOT TAKE CREDIT FOR THIS THEME AS IT GAVE ME A LOT OF TROUBLE
- YOU MAY EDIT THIS THEME AS MUCH AS YOU PLEASE BUT DO NOT CALL IT YOUR OWN
- FEEL FREE TO RECOMMEND IT TO YOUR FRIENDS UNLESS YOU DON'T HAVE FRIENDS THEN I'M SORRY
- WE COULD BE FRIENDS HIT ME UP BRO http://lucifa.co.vu
- -->
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="image:Cursor" content="">
- <meta name="image:Favicon" content="">
- <meta name="color:Text" content="#333333">
- <meta name="color:Links" content="#444444">
- <meta name="color:Links Hover" content="#aaaaaa">
- <meta name="color:Background" content="#ffffff">
- <meta name="color:Blog title" content="#000000">
- <meta name="color:Posts Bg" content="#fafafa">
- <meta name="color:Blockquotes" content="#cccccc">
- <meta name="color:Description Text" content="#000000">
- <meta name="color:Description Bg" content="#fafafa">
- <meta name="color:Tags and Info BG" content="#fafafa">
- <meta name="color:Tags and Info" content="#888877">
- <meta name="color:Tags and Info Hover" content="#000000">
- <meta name="text:Blog Title" content="">
- <meta name="text:Font Size" content="10">
- <meta name="color:Scrollbar" content="#888888">
- <meta name="text:Scrollbar Width" content="8">
- <meta name="if:Transparent Posts" content="0">
- <meta name="if:Transparent Sidebar" content="1">
- <meta name="if:Use Mini Cursor" content="0">
- <meta name="if:3 columns" content="1">
- <meta name="if:2 columns" content="0">
- <meta name="if:Use Normal Scrollbar" content="0">
- <meta name="font:Body" content="Arial"/>
- <meta name="select:Background Style" content="" title="Normal"/>
- <meta name="select:Background Style" content="background-attachment: fixed; background-repeat:no-repeat;" title="Fixed, Non-repeating"/>
- <meta name="select:Background Style" content="background-attachment: fixed; background-size:100% 100%;" title="Fixed and Covered"/>
- <meta name="select:Background Style" content="background-attachment: fixed;" title="Fixed"/>
- <meta name="select:Background Style" content="background-repeat: no-repeat;" title="Non-repeating"/>
- <meta name="select:Background Style" content="background-size: 100% 100%;" title="Covered"/>
- <meta name="if:Circle Sidebar" content="0"/>
- <meta name="if:Border" content="1"/>
- <meta name="if:Caption" content="0"/>
- <meta name="if:Photo Hover Action" content="1"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="color:Sidelinks Hover" content="#000000"/>
- <meta name="text:Link1" content=""/>
- <meta name="text:Link1Text" content=""/>
- <meta name="text:Link2" content=""/>
- <meta name="text:Link2Text" content=""/>
- <meta name="text:Link3" content=""/>
- <meta name="text:Link3Text" content=""/>
- <meta name="text:Link4" content=""/>
- <meta name="text:Link4Text" content=""/>
- <meta name="color:Sidelinks" content="#cccccc"/>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "#pagination",
- nextSelector : "#pagination a#next",
- itemSelector : ".post",
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "",
- loadingText : "<em> </em>",
- },
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).mouseover(function(){
- $(document).mousemove(function(e){
- $("#cursor").css({left:e.pageX, top:e.pageY});
- });
- });
- </script>
- <link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
- <style>
- #cursor{
- position:absolute;
- margin:3px;
- -webkit-transition: all 10ms ease;
- -moz-transition: all 10ms ease;
- -ms-transition: all 10ms ease;
- -o-transition: all 10ms ease;
- transition: all 10ms ease;
- max-width:25px;
- z-index:9000000000000;
- }
- @font-face {
- font-family: 'General Store';
- src: local('General Store'),
- url('http://static.tumblr.com/iwxqvyr/6IGmryz2p/general_store.ttf') format('truetype'), url('http://static.tumblr.com/iwxqvyr/Vrkmstyvj/general_store.woff') format('woff');
- font-weight: normal;
- font-style: normal;
- }
- #s-m-t-tooltip {
- display:none;
- text-align:center;
- position:absolute;
- -webkit-transition: all 0ms ease;
- -moz-transition: all 0ms ease;
- -ms-transition: all 0ms ease;
- -o-transition: all 0ms ease;
- transition: all 0ms ease;
- z-index:500000000000000;
- padding: 4px;
- background: #fff;
- margin-left: 8px;
- margin-top:5px;
- border: 1px solid #333;
- font-size: 11px;
- font-family: "Pathway Gothic One";
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- {block:ifNotUseNormalScrollbar}
- ::-webkit-scrollbar {width: {text:Scrollbar width}px; height:{text:Scrollbar width}px; background:#ffffff}
- ::-webkit-scrollbar-corner {background:#ffffff}
- ::-webkit-scrollbar-button:vertical {height:4px; width: 7px; display: block; background:{color:Scrollbar}}
- ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:Scrollbar}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff}
- ::-webkit-scrollbar-thumb:horizontal {background: #ffffff; border: 0px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid }
- ::-webkit-scrollbar-thumb {background: {color:Scrollbar}; border-top: 0pt solid #ffffff; border-bottom: 0pt solid #ffffff}
- ::-webkit-scrollbar-thumb:hover {background: {color:Scrollbar}; {block:ifUseMiniCursor}cursor:url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'), auto{/block:ifUseMiniCursor}}
- ::-webkit-scrollbar-track-piece {background: #ffffff; border-top: 1pt solid #ffffff; border-bottom: 1pt solid #ffffff; width:4pt}{/block:ifNotUseNormalScrollbar}
- {block:ifUseMiniCursor}
- html{ cursor:url('http://static.tumblr.com/7svvack/kl0mp1gfn/my_mouse.png'), auto }
- a, a:hover { cursor:url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),auto}{/block:ifUseMiniCursor}
- body {
- background: {color:background} url({image:Background});
- font-family: {font:Body};
- font-size: {text:font size}px;
- color: {color:Text};
- {select:Background Style}
- }
- a {
- color: {color:Links};
- text-decoration: none;
- }
- a:hover {
- color: {color:Links Hover};
- text-decoration: none;
- }
- * {
- -webkit-transition: all 500ms ease;
- -moz-transition: all 500ms ease;
- -ms-transition: all 500ms ease;
- -o-transition: all 500ms ease;
- transition: all 500ms ease;
- margin: 0px;
- }
- #posts {
- width: 844px;
- padding-left:225px;
- margin-top: 5px;
- }
- .post {
- margin: 5px;
- {block:ifBorder}border: rgba(0,0,0,.2) solid 1px;{/block:ifBorder}
- word-wrap: break-word;
- text-align: left;
- {block:ifNotTransparentPosts}background: {color:Posts Bg};{/block:ifNotTransparentPosts}
- padding: 5px;
- {block:IndexPage}
- {block:ifNot3columns}{block:ifNot2columns}
- width: 500px;
- {/block:ifNot2columns}{/block:ifNot3columns}
- {block:if3columns}
- width: 250px;
- {/block:if3columns}
- {block:if2columns}{block:ifNot3columns}
- width: 400px;
- {/block:ifNot3columns}{/block:if2columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- {/block:PermalinkPage}
- }
- .post img {
- max-width: 100%;
- }
- .audio_player iframe {
- width: 100%;
- height: 60px;
- }
- .chat .line {
- padding: 5px;
- border: 1px solid rgba(0,0,0,.1);
- border-top: 0px;
- }
- .chat .line:first-child {
- border-top: 1px solid rgba(0,0,0,.1);
- }
- .chat .line.even {
- background: rgba(0,0,0,.01);
- }
- .label {
- font-weight: bold;
- }
- .reblogg {
- font-size: 9px;
- font-family: "Strait";
- margin: -5px;
- margin-top: 5px;
- letter-spacing: 1px;
- text-align: center;
- padding: 5px;
- color: {color:Tags and info};
- background: {color:Tags and info Bg};
- opacity: 1;
- }
- .reblogg a {
- color: {color:Tags and info};
- }
- .reblogg a:hover {
- color: {color:Tags and info hover};
- }
- .reblogg:hover {
- opacity: .9;
- }
- .ralsir{
- float: right;
- }
- .title {
- font-size: 130%;
- }
- blockquote {
- margin-left:5px;
- border-left: 3px solid {color:Blockquotes};
- padding-left:5px;
- }
- .tags {
- text-align: left;
- clear: both;
- }
- .va {
- width: 1px;
- height: 100%;
- display: inline-block;
- vertical-align: middle;
- }
- .sym {
- font-family: "General Store";
- margin-right: 5px;
- display: inline-block;
- text-transform: lowercase;
- }
- .unos {
- float: left;
- text-transform: uppercase;
- }
- .like_button {position:relative; display:inline-block;
- cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important; }
- #oh {}
- .like_button iframe {position:absolute; top:0; left:0; width:100%;
- height: 15px;
- opacity: 0;
- margin-top: -3px;
- z-index: 5;
- cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important;}
- .like_button::before {content:'j'; font-family:'general store'!important; text-transform:lowercase!important; position:relative; font-size:8px; z-index:3;
- cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer !important;}
- .like_button:hover:before, .like_button.liked:before {color:#ff0000;
- cursor:{block:ifUseMiniCursor}url('http://static.tumblr.com/7svvack/XBTmp1gg7/my_hover.png'),{/block:ifUseMiniCursor} pointer!important;
- }
- .rebloggit:hover {
- color: green;
- }
- .minjs {
- height: 0px;
- clear: both;
- width: 100%;
- }
- .asker img{
- height: 55px;
- float:left;
- margin: 5px;
- border: 1px {color:Posts Bg} solid;
- }
- .arrow_box {
- background: {color:Tags and info bg};
- padding: 5px;
- color: {color:Tags and info};
- }
- .askername {
- font-size: 12px;
- font-family: pathway gothic one;
- letter-spacing: 1px;
- text-transform: uppercase;
- padding-top: 9px;
- }
- .answer {
- clear:both;
- }
- .imgthing {
- position: relative;
- }
- .these {
- opacity: 0;
- }
- .these:hover {
- opacity: 1;
- }
- .postwhoa {
- position:absolute;
- opacity: .7;
- background: #fff;
- height: 100%;
- width: 100%;
- text-align: center;
- }
- .whoason {
- top: 50%;
- position:absolute;
- height: 40px;
- z-index: 1;
- width: 100%;
- text-align: center;
- font-size: 30px;
- color: #000;
- margin-top: -22px;
- font-family: Pathway Gothic One;
- text-transform: uppercase;
- }
- .photto {
- display: block;
- }
- .minreblog {
- font-size: 15px;
- width: 130px;
- margin: auto;
- }
- {block:IndexPage}
- {block:ifPhotoHoverAction}.photopoat .reblogg,{/block:ifPhotoHoverAction} {block:ifNotCaption}.photopoat .caption{/block:ifNotCaption}{
- display: none;
- }{/block:IndexPage}
- #sidebar {
- width: 180px;
- text-align: justify;
- position: fixed;
- top: 140px;
- left: 50%;
- margin-left: -490px;
- }
- #simg {
- width: 168px;
- {block:ifBorder}border: rgba(0,0,0,.4) solid 1px;{/block:ifBorder}
- padding: 5px;
- }
- #desc {
- padding: 5px;
- margin-left: 5px;
- width: 160px;
- margin-top: -4px;
- color: {color:description text};
- {block:ifNotTransparentSidebar}background: {color:Description bg};{/block:ifNotTransparentSidebar}
- }
- #desc a{
- color: {color:Sidelinks};
- }
- #desc a:hover {
- color: {color:Sidelinks Hover};
- }
- #pagination {
- font-family: "Georgia";
- font-style: italic;
- text-align: center;
- {block:ifInfiniteScrolling}
- display: none;
- {/block:ifInfiniteScrolling}
- }
- {block:ifInfiniteScrolling}
- {block:IndexPage}
- html {
- height: 105%;
- }
- body, #posts {
- height: 100%;
- }
- {/block:IndexPage}
- {/block:ifInfiniteScrolling}
- #links {
- max-height: 0px;
- overflow: hidden;
- opacity: 0;
- }
- #links:after
- {content: "";
- display: inline-block;
- width: 50%;}
- #links a {
- display:inline-block;
- padding: 0 5px;
- font-family: strait;
- margin: 1px;
- color: {color:Background};
- {block:ifNotTransparentSidebar}
- color: {color:Description Bg};
- {block:ifNotTransparentSidebar}
- background: {color:Sidelinks};
- -webkit-border-radius: 2px;
- border-radius: 2px;
- }
- #links a:hover {
- color: {color:Background};
- {block:ifNotTransparentSidebar}
- color: {color:Description Bg};
- {block:ifNotTransparentSidebar}
- background: {color:Sidelinks Hover};
- }
- #sidebar:hover #links {
- height: auto;
- min-height:10px;
- max-height:100px;
- top: 0;
- opacity: 1;
- }
- #outie {
- margin-top: 50px;
- {block:ifNotTransparentPosts}background: {color:Posts Bg};{/block:ifNotTransparentPosts};
- {block:ifBorder}border-top: rgba(0,0,0,.2) solid 1px; border-bottom: rgba(0,0,0,.2) solid 1px;{/block:ifBorder}
- }
- #blogtitle {
- font-family: "Squada One";
- font-size: 60px;
- margin-top: -50px;
- color: {color:Blog Title};
- text-align: center;
- text-shadow: 2px 0px 1px {color:Background}, -2px 0px 1px {color:Background}, 2px 2px 1px {color:Background}, 2px -2px 1px {color:Background},-2px 2px 1px {color:Background},0px 2px 1px {color:Background}, 0px -2px {color:Background}, -2px -2px 1px {color:Background};
- }
- #meep {
- background: {color:Background};
- position: fixed;
- width: 100%;
- top: 0;
- left: 0;
- z-index: 10;
- }
- #tumblr_controls {
- z-index: 1000000000000000000000000000000000000000000000000000 !important;
- }
- ol,ul {
- padding: 0;
- list-style: inside;
- }
- ol.notes {
- padding: 0px;
- list-style-type: none;=
- }
- ol.notes li.note {
- padding: 5px;
- background: rgba(125,125,125,0.05);
- border: 1px solid rgba(125,125,125,0.1);
- margin: 10px;
- }
- ol.notes li.note:nth-child(odd) {
- margin-right: 30px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- display: inline-block;
- margin: 3px;
- }
- {CustomCss}
- </style>
- <link href='http://fonts.googleapis.com/css?family=Passero+One|Squada+One|Pathway+Gothic+One|Strait|Iceberg|Special+Elite' rel='stylesheet' type='text/css'>
- <meta name="if:White Credit" content="0"> <link href='http://fonts.googleapis.com/css?family=Squada+One' rel='stylesheet' type='text/css'>{block:ifNotWhiteCredit}<link type="text/css" rel="stylesheet" href="http://static.tumblr.com/iwxqvyr/EkKmrd769/blackcredit.css">{/block:ifNotWhiteCredit} {block:ifWhiteCredit}<link type="text/css" rel="stylesheet" href="http://static.tumblr.com/iwxqvyr/Y8amrd9tl/whitecredit.css">{/block:ifWhiteCredit}
- </head>
- <body>
- <a href="http://foomthemes.tumblr.com"><div id="credit"> <nobr><div id="foom">FOOM</div>THEMES</nobr> </div></a>
- <img id="cursor" src="{image:Cursor}" />
- <div id="meep"><div id="outie"><div id="blogtitle">{block:ifBlogTitle}{text:Blog Title}{/block:ifBlogTitle}{block:ifNotBlogTitle}{Title}{/block:ifNotBlogTitle}</div></div></div><div id="outie"><div id="blogtitle">{Title}</div></div>
- <div id="sidebar">
- {block:ifSidebarImage}<img src="{image:Sidebar}" id="simg">{/block:ifSidebarImage}
- <div id="desc">
- <div id="links">
- <a href="/">HOME</a>
- <a href="/ask">ASK</a>
- {block:SubmissionsEnabled}<a href="/submit">SUBMIT</a>{/block:SubmissionsEnabled}
- <a href="/archive">PAST</a>
- {block:ifLink1Text}<a href="{text:Link1}">{text:Link1Text}</a>{/block:ifLink1Text}
- {block:ifLink2Text}<a href="{text:Link2}">{text:Link2Text}</a>{/block:ifLink2Text}
- {block:ifLink3Text}<a href="{text:Link3}">{text:Link3Text}</a>{/block:ifLink3Text}
- {block:ifLink4Text}<a href="{text:Link4}">{text:Link4Text}</a>{/block:ifLink4Text}
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}</div>
- {Description}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}" id="prev">« back</a>
- {/block:PreviousPage}
- {block:NextPage}
- {block:PreviousPage}//{block:PreviousPage}
- <a href="{NextPage}" id="next">forth »</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <center>
- <div id="posts">
- {block:Posts}
- <div class="post {block:Photo}photopoat{/block:Photo} {block:Photoset}photopoat{/block:Photoset} {block:Panorama}photopoat{/block:Panorama}">
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-128}"/></div>
- <div class="askername"><nobr>{Asker}</nobr></div>
- <div class="arrow_box"><strong>{Question}</strong></div>
- <div class="answer">
- {Answer}
- </div>
- {/block:Answer}
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}
- {block:Photo}
- <div class="imgthing">
- {block:ifPhotoHoverAction}{block:IndexPage}<div class="these">
- <a href="{Permalink}"><div class="whoason">{NoteCountWithLabel}<div class="minreblog"><div class="ralsir"><a href="{ReblogURL}" class="sym rebloggit" title="Reblog">d</a>
- <div style="margin-top:-20px; margin-left:30px;" id="oh"><a title="like this post">{LikeButton color="grey" size="10"}</a></div></div>
- <div class="unos">
- <a href="{permalink}">{12Hour}:{minutes}{AMPM} | {monthNumber}/{DayOfMonth}/{shortyear}</a>
- </div>
- <div class="minjs"></div></div></div></a>
- <a href="{Permalink}"><div class="postwhoa"></div></a></div>{/block:IndexPage}{/block:ifPhotoHoverAction}
- {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"class="photto"/></center>{LinkCloseTag}
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Panorama}
- <div class="imgthing">
- {block:ifPhotoHoverAction}{block:IndexPage}<div class="these">
- <a href="{Permalink}"><div class="whoason">{NoteCountWithLabel}<div class="minreblog"><div class="ralsir"><a href="{ReblogURL}" class="sym rebloggit" title="Reblog">d</a>
- <div style="margin-top:-10px; margin-left:30px;" id="oh"><a title="like this post">{LikeButton color="grey" size="10"}</a></div></div>
- <div class="unos">
- <a href="{permalink}">{12Hour}:{minutes}{AMPM} | {monthNumber}/{DayOfMonth}/{shortyear}</a>
- </div>
- <div class="minjs"></div></div></div></a>
- <a href="{Permalink}"><div class="postwhoa"></div></a></div>{/block:IndexPage}{/block:ifPhotoHoverAction}
- {LinkOpenTag}
- <center><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></center>
- {LinkCloseTag}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Panorama}
- {block:Photoset}
- <center>
- <div class="imgthing">
- {block:ifPhotoHoverAction}{block:IndexPage}<div class="these">
- <a href="{Permalink}"><div class="whoason">{NoteCountWithLabel}<div class="minreblog"><div class="ralsir"><a href="{ReblogURL}" class="sym rebloggit" title="Reblog">d</a>
- <div style="margin-top:-10px; margin-left:30px;" id="oh"><a title="like this post">{LikeButton color="grey" size="10"}</a></div></div>
- <div class="unos">
- <a href="{permalink}">{12Hour}:{minutes}{AMPM} | {monthNumber}/{DayOfMonth}/{shortyear}</a>
- </div>
- <div class="minjs"></div></div></div></a>
- <a href="{Permalink}"><div class="postwhoa"></div></a></div>{/block:IndexPage}{/block:ifPhotoHoverAction}
- {block:IndexPage}
- {block:ifNot3columns}{block:ifNot2columns}{Photoset-500}{/block:ifNot2columns}{/block:ifNot3columns}
- {block:if3columns}{Photoset-250}{/block:if3columns}
- {block:if2columns}{block:ifNot3columns}{Photoset-400}{/block:ifNot3columns}{/block:if2columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- </div>
- </center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <center><div class="title">"{Quote}"</div>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}</center>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}><div class="title">{Name}</div></a>
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="{Alt} user_{UserNumber} line">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- {block:ifNot3columns}{block:ifNot2columns}{Video-500}{/block:ifNot2columns}{/block:ifNot3columns}
- {block:if3columns}{Video-250}{/block:if3columns}
- {block:if2columns}{block:ifNot3columns}{Video-400}{/block:ifNot3columns}{/block:if2columns}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerWhite}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Date}<div class="reblogg">
- <div class="ralsir"><a href="{ReblogURL}" class="sym rebloggit" title="Reblog">d</a>
- <div style="margin-top:-10px; margin-left:30px;" id="oh"><a title="like this post">{LikeButton color="grey" size="10"}</a></div></div>
- <div class="unos">
- <a href="{permalink}">{12Hour}:{minutes}{AMPM} | {monthNumber}/{DayOfMonth}/{shortyear}</a>
- |
- <a href="{Permalink}" >{NoteCountWithLabel}</a>
- {block:RebloggedFrom}|
- <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>
- {/block:RebloggedFrom}
- {block:ContentSource}|
- <a href="{SourceURL}" title="{SourceTitle}">SOURCE</a>
- {/block:ContentSource}
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}" style="text-transform:none;">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
- <div class="minjs"></div>
- </div></div>
- {block:PostNotes}<div class="post">{PostNotes}</div>{/block:PostNotes}{/block:Date}
- {/block:Posts}
- </div></center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment