Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE 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}
- <!-----------
- T H E M E S B Y
- ░░░▒█ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█
- ░▄░▒█ ▒█░░░ ▒█▀▀▀ ▒█░▄▄ ▒█▀▀▀ ▒█▄▄▀
- ▒█▄▄█ ▒█▄▄█ ▒█▄▄▄ ▒█▄▄█ ▒█▄▄▄ ▒█░▒█
- I N F O R M A T I O N
- — JCEGER'S THEME #18: ILLUSION
- — MADE IN OPERA ( 1600X900 SCREEN RESOLUTION)
- — THIS THEME COMES WITH A LOT OF OPTIONS
- — SO MAKE SURE YOU SELECTED EVERYTHING YOU WANT
- — HAVE A QUESTION? MESSAGE TO tumblr @jceger or @jcethemes
- T E R M S O F U S E / R U L E S
- — DON'T MOVE OR DELETE THE CREDIT! JUST LEAVE IT WHERE IT IS!
- AFTER ALL MY THEMES ARE FREE! SO RESPECT THAT!
- — DO NOT STEAL ANY PART OF MY CODE
- — DO NOT USE AS A BASECODE
- — DO NOT TWEAK IT UNTIL IT IS UNRECOGNIZABLE
- T H A N K Y O U!
- ------------->
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Accent" content="#dcdcdc"/>
- <meta name="color:Accent Text" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Sidebar BG" content="#fff"/>
- <meta name="color:Blog Title" content="#aaaaaa"/>
- <meta name="color:Side Link" content="#121212"/>
- <meta name="color:Side Link Hover" content="#cfcfcf"/>
- <meta name="color:Description" content="#121212"/>
- <meta name="color:Description BG" content="#f7f7f7"/>
- <meta name="color:Post BG" content="#f7f7f7"/>
- <meta name="color:Post Text" content="#121212"/>
- <meta name="color:Ask BG" content="#000000"/>
- <meta name="color:Ask Text" content="#fafafa"/>
- <meta name="color:Post Info" content="#121212"/>
- <meta name="color:Post Info Hover" content="#dcdcdc"/>
- <meta name="color:Tags" content="#121212"/>
- <meta name="color:Tags Hover" content="#cfcfcf"/>
- <meta name="color:Popup BG" content="#ffffff"/>
- <meta name="color:Popup Links" content="#ffffff"/>
- <meta name="color:Popup Links Hover" content="#f7f7f7"/>
- <meta name="color:Popup" content="#121212"/>
- <meta name="image:Icon Image" content=""/>
- <meta name="image:Popup Image" content=""/>
- <meta name="if:Hide Tags" content="0"/>
- <meta name="if:Hide Description" content="1"/>
- <meta name="if:Hide Popup Image" content="0"/>
- <meta name="if:Lazy Load" content="0" />
- <meta name="text:Post Width" content="400"/>
- <meta name="text:Sidebar Width" content="180"/>
- <meta name="text:Sidebar Position Top" content="50"/>
- <meta name="text:Sidebar Position Left" content="150"/>
- <meta name="text:Post Spacing" content="100"/>
- <meta name="text:Title" content="title"/>
- <meta name="text:Popup" content="links"/>
- <meta name="text:Popup Width" content="250"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1" content="link01" />
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 2" content="link02"/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 3" content="link03"/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 4" content="link04" />
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 5" content="link05"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1" content="link01" />
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 2" content="link02"/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 3" content="link03"/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 4" content="link04" />
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 5" content="link05"/>
- <meta name="text:Link 6 URL" content=""/>
- <meta name="text:Link 6" content="link06"/>
- <meta name="text:Link 7 URL" content=""/>
- <meta name="text:Link 7" content="link07" />
- <meta name="text:Link 8 URL" content=""/>
- <meta name="text:Link 8" content="link08"/>
- <meta name="text:Link 9 URL" content=""/>
- <meta name="text:Link 9" content="link09"/>
- <meta name="text:Link 10 URL" content=""/>
- <meta name="text:Link 10" content="link10"/>
- <meta name="text:Link 11 URL" content=""/>
- <meta name="text:Link 11" content="link11" />
- <meta name="text:Link 12 URL" content=""/>
- <meta name="text:Link 12" content="link12"/>
- <!----- FONT AWESOME ----->
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <!----- FONTS ----->
- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
- <script src="//use.edgefonts.net/open-sans;pt-sans.js"></script>
- <!-- JQUERY FOR TOOLTIPS-->
- <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>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!----- PHOTOSET RESIZE SCRIPT ----->
- <script type="text/javascript">
- /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = {select:post width};
- var newSrc = $(this).attr('src').replace('500',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/500;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- <!-------- LAZY LOAD ------->
- {block:ifLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://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 : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:ifLazyLoad}
- <!----- HIDE SCRIPT ----->
- <script type="text/javascript">
- function unhide(divID) {
- var item = document.getElementById(divID);
- if (item) {
- item.className=(item.className=='hidden')?'unhidden':'hidden';
- }
- }
- </script>
- <style type="text/css">
- ::-moz-selection {
- background: {color:accent};
- color: {color:accent text};
- }
- ::selection {
- background: {color:accent};
- color: {color:accent text};
- }
- #s-m-t-tooltip{
- position:absolute;
- margin-top:25px;
- z-index:99999999;
- font-family:'open-sans';
- font-size:9px;
- letter-spacing:0.5px;
- text-transform:uppercase;
- padding:5px;
- font-weight:600;
- color:{color:Ask text};
- background:{color:Ask BG};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:accent};
- height:auto;
- border-radius:0px;
- border:0px #ddd solid;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- height:0px !important;
- border-radius:0px;
- display:none;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:2px;
- background-color:{color:background};
- border-radius:0px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-weight:500;
- font-size:9px;
- letter-spacing:0.5px;
- font-family:'open-sans';
- text-align:justify;
- line-height:12px;
- margin:0;
- }
- blockquote {
- padding:0px 7px;
- border-left:1px solid {color:accent};
- margin-left:5px;
- margin-right:5px;
- max-width:100%;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- border-bottom:1px solid transparent;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- border-bottom:1px solid {color:Accent};
- }
- img {
- opacity:1;
- border:none;
- text-decoration:none
- }
- small {
- font-size:9px;
- }
- big {
- font-size:9px;
- }
- pre {
- width:{text:Post Width}px;
- text-align:left;
- word-wrap:break-word;
- color:{color:Text};
- }
- h1, h2 {
- font-size:15px;
- line-height:12px;
- font-weight:bold;
- margin-bottom:20px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- padding:15px;
- color:{color:Text};
- }
- #title {
- font-size:10px;
- line-height:12px;
- letter-spacing:1px;
- font-weight:bold;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;
- }
- /* SIDEBAR */
- #sidebar {
- text-align:left;
- position:fixed;
- margin-left:{text:Sidebar Position Left}px;
- margin-top:{text:Sidebar Position Top}px;
- width:{text:Sidebar Width}px;
- background:{color:Sidebar BG};
- }
- #sidebarim img {
- width:245px;
- opacity:0.9;
- border-radius:10px 10px 0px 0px;
- }
- #iconim img {
- width:50px;
- border-radius:0px 0px 0px 0px;
- margin-right:12px;
- margin-left:0px;
- margin-top:0px;
- float:left;
- border-left:0px solid {color:Accent};
- }
- #blogt {
- margin-top:4px;
- margin-left:45px;
- margin-bottom:7px;
- font-size:15px;
- font-family:'open-sans';
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- font-weight:600;
- color:{color:Blog Title};
- }
- #blogt a {
- padding:0px;
- color:{color:Blog Title};
- border-bottom:1px solid {color:Accent};
- }
- #links {
- text-align:left;
- text-transform:uppercase;
- letter-spacing:0.5px;
- margin-bottom:2px;
- line-height:10px;
- margin-top:0px;
- margin-left:54px;
- font-size:8px;
- color:{color:Side Link};
- font-weight:600;
- width:110px;
- }
- #links a {
- margin-right:5px;
- font-size:7px;
- letter-spacing:1px;
- font-family:trebuchet ms;
- display:inline-block;
- font-weight:none;
- color:{color:Side Link};
- border-bottom:1px solid transparent;
- }
- #links a:hover {
- color:{color:Side Link Hover};
- border-bottom:1px solid {color:accent};
- }
- {block:ifHideDescription}
- .hidden { display:none;}
- {/block:ifHideDescription}
- {block:ifNotHideDescription}
- .unhidden { display:block;}
- {/block:ifNotHideDescription}
- #displaybx {
- margin-top:0px;
- position:absolute;
- overflow:hidden;
- }
- #description {
- line-height:12px;
- padding:10px;
- margin-top:1px;
- text-align:justify;
- text-transform:none;
- font-weight:500;
- font-size:9px;
- letter-spacing:0.5px;
- font-family:'open-sans';
- color:{color:Description};
- background:{color:Description BG};
- border-left:0px solid {color:Accent};
- }
- #description a {
- color:{color:Description};
- }
- /*pagination*/
- {block:indexPage}
- #pagination {
- margin:50px 0;
- text-align:center;
- text-transform:uppercase;
- font-weight:600;
- font-size:12px;
- padding:10px;
- background:{color:Sidebar BG};
- }
- #pagination a {
- padding:0px;
- color:{color:Blog Title};
- border-bottom:1px solid {color:Accent};
- }
- {/block:indexPage}
- /*posts*/
- #entries {
- margin-top:0px;
- margin-left:400px;
- background:{color:Background};
- padding:50px;
- width:{text:Post Width}px!important;
- }
- #posts {
- width:{text:Post Width}px!important;
- overflow:hidden;
- background:{color:Post BG};
- color:{color:post Text};
- {block:IndexPage}
- margin-bottom:{text:Post Spacing}px!important;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}}
- #posts img {
- max-width:{text:Post Width}px!important;
- }
- #photo img, #pho iframe {
- width:{text:Post Width}px!important;
- display:block;
- }
- .caption {
- width:100%;
- margin-top:0px;
- padding:6px;
- }
- .video {
- position:relative;
- height:0;
- padding-bottom:56.25%;
- }
- .video iframe {
- position:absolute;
- top:0;left:0;
- height:100%;
- width:100%;
- }
- /*quote*/
- #titlequote{
- text-align:center;
- font-size:12px;
- line-height:12px;
- font-weight:bold;}
- #source {
- margin-top:4px;
- text-align:right;
- margin-left:15px;}
- /*audio*/
- .cover {
- position:relative;
- z-index:1;
- width:50px;
- }
- #playbutton {
- width:28px;
- height:30px;
- overflow:hidden;
- position:relative;
- z-index:3;
- margin-top:12px;
- margin-left:12px;
- }
- .playbox {
- background-color:{color:Ask BG};
- position: absolute;
- z-index:2;
- width:50px;
- height:50px;
- margin-left:50px;
- }
- .au b{
- color:{color:Ask text};
- font-weight:700;
- margin-right:2px;}
- .au {
- overflow: hidden;
- margin-left:100px;
- text-align:left;
- margin-top:-53px;
- padding:7px;
- background:{color:Ask BG};
- color:{color:Ask Text};
- }
- /*asks*/
- .askim img {
- float:left;
- width:50px;
- margin-left:0px;
- margin-top:0px;
- margin-right:8px;
- background:transparent;
- margin-bottom:1px;
- }
- .question {
- margin-top:-12px;
- padding:10px;
- line-height:13px;
- min-height:30px;
- text-transform:none;
- font-family:'open-sans';
- font-size:9px;
- letter-spacing:0.5px;
- background:{color:Ask BG};
- color:{color:Ask Text};
- text-align:left;
- }
- .asker {
- text-transform:uppercase;
- font-family:'open-sans';
- color:{color:Ask Text};
- font-size:11px;
- margin-left:1px;
- text-align:left;
- font-weight:bold;
- letter-spacing:1px;
- display:inline;
- border-bottom:1px solid {color:Accent};
- }
- .asker:hover {
- border-bottom:1px solid {color:Accent};
- }
- .asker a {
- color:{color:Ask Text};
- }
- .asker a:hover {
- color:{color:Ask Text};
- }
- .answer {
- display:block;
- padding:7px;
- line-height:12px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- margin-top:0px;
- margin-bottom:0px;
- }
- .line {
- padding:7px 0;
- }
- .label {
- font-weight:bold;
- text-transform:uppercase;
- }
- .odd, .even {
- padding:7px;
- }
- .odd {
- background:{color:Ask BG};
- color:{color:Ask Text};
- }
- /*permalink and notes*/
- .permapage {
- margin-top:0px;
- padding:10px 0px 10px 0px;
- line-height:100%;
- text-transform:uppercase;
- text-align:left;
- background:{color:Background};
- }
- .permapage a {
- margin-right:7px;
- color:{color:Post Info};
- letter-spacing:0.5px;
- font-size:9px;
- font-family:'open-sans';
- }
- .permapage a:hover {
- color:{color:Post Info Hover};
- }
- #date {
- font-size:9px;
- font-family:'open-sans';
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- font-weight:600;
- border-bottom:1px solid {color:Accent};
- }
- #date a {
- color:{color:Post Info};
- }
- #date a:hover {
- color:{color:Post Info Hover};
- }
- .via {
- float:right;
- text-align:right;
- font-weight:none;
- letter-spacing:0.5px;
- font-size:8px;
- text-transform:none;
- }
- .via a {
- padding:0px;
- color:{color:Post Info};
- background:transparent;
- }
- .via a:hover {
- color:{color:Post Info Hover};
- background:transparent;
- }
- {block:IndexPage}
- {block:ifHideTags}
- #posts:hover .tags {
- opacity:1;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- {/block:ifHideTags}
- {/block:indexPage}
- .tags {
- opacity:1;
- margin-top:5px;
- font-weight:none;
- {block:indexPage}
- {block:ifHideTags}
- opacity:0;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- {/block:ifHideTags}
- {/block:indexPage}
- }
- .tags a {
- text-transform:none;
- font-weight:none;
- letter-spacing:0.5px;
- font-size:9px;
- margin-right:5px;
- color:{color:Tags};
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- .tags a:hover {
- color:{color:Tags Hover};
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:{text:Post Width};
- text-align:left;}
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:1px 0px;
- text-align:left;
- margin:0 0 0 -40px;}
- .credit {
- position:fixed;
- font-family:'open-sans';
- font-weight:normal;
- line-height:100%;
- letter-spacing:0.3px;
- right:10px;
- bottom:10px;
- text-align:center;}
- .credit a {
- font-weight:500;
- font-size:8px;
- padding:3px;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- #fade {
- display:none;
- background-color:{color:Popup BG};
- position:fixed;
- left:0;
- top:0;
- width:100%;
- height:100%;
- opacity:.9;
- z-index:9999;
- }
- .popup_block{
- display:none;
- background:{color:Popup};
- color:{color:Popup Links};
- border:0px solid #eeeeee;
- padding:20px;
- float:left;
- position:fixed;
- line-height:13px;
- top:40%;
- left:42%;
- z-index:99999;
- }
- .popup_block a {
- color:{color:Popup Links};
- }
- #popupt {
- margin:10px 0px 0px 0px;
- font-size:15px;
- font-family:'open-sans';
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- font-weight:600;
- width:auto;
- color:{color:Popup Links};
- padding-bottom:2px;
- border-bottom:1px solid {color:Accent};
- }
- {block:ifHidePopupImage}
- .popupim img {display:none;}
- {/block:ifHidePopupImage}
- {block:ifNotHidePopupImage}
- .popupim img {
- width:245px;
- margin:10px 0px 0px 0px;
- }
- {/block:ifNotHidePopupImage}
- .popuplinks {
- display:block;
- margin:10px 0px;
- text-align:center;
- }
- .popuplinks a {
- display:inline-block;
- color:{color:popup Links};
- padding:2px 2px 0px 2px;
- margin-right:5px;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:1.5px;
- font-family:trebuchet ms;
- font-weight:bold;
- margin-bottom:5px;
- text-align:center;
- border-bottom:1px solid transparent;
- }
- .popuplinks a:hover {
- color:{color:Popup Links Hover};
- border-bottom:1px solid {color:Accent};
- }
- .btn_close {
- float:right;
- margin:-55px -55px 0 0;
- }
- *html #fade {
- position:absolute;
- }
- *html .popup_block {
- position:absolute;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- </head>
- <body>
- <div id="popup_name" class="popup_block">
- {block:ifNotHidePopupImage}
- <div class="popupim"><img src="{image:Popup Image}"></div>
- {/block:ifNotHidePopupImage}
- <div class="popuplinks">
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- <br> <a href="{text:Link 5 URL}">{text:Link 5}</a>
- <a href="{text:Link 6 URL}">{text:Link 6}</a>
- <a href="{text:Link 7 URL}">{text:Link 7}</a>
- <a href="{text:Link 8 URL}">{text:Link 8}</a>
- <br> <a href="{text:Link 9 URL}">{text:Link 9}</a>
- <a href="{text:Link 10 URL}">{text:Link 10}</a>
- <a href="{text:Link 11 URL}">{text:Link 11}</a>
- <a href="{text:Link 12 URL}">{text:Link 12}</a>
- </div>
- </div>
- <div id="sidebar">
- <div id="iconim"><img src="{image:Icon Image}"></div>
- <div id="blogt"><a href="/" title="{Title}">{text:Title}</a></div>
- <div id="links">
- 01 <a href="/">home</a>
- 02 <a href="/ask">message</a>
- 03 <a href="javascript:unhide('displaybx');">desc.</a>
- 04 <a href="#?w={text:Popup Width}" rel="popup_name" class="poplight" style="cursor:help;">
- {text:Popup}
- </a>
- </div>
- <div id="displaybx" class="hidden">
- <div id="description">
- {Description}
- </div>
- </div>
- </div>
- <div class="credit">
- <a href="http://jceger.tumblr.com" title="Theme">JCE</a>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
- {/block:Photo}
- {block:Photoset}<div id="photo">{Photoset}</div>{/block:Photoset}
- {block:Video}<div class="video">{VideoEmbed-700}</div>{/block:Video}
- {block:Audio}
- <div class="playbox"><div id="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- <div class="au">
- <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
- <b>Plays:</b> {block:PlayCount}{PlayCount}{/block:PlayCount}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="askim"><img src="{AskerPortraitURL-64}"></div><br>
- <span><div class="question">
- <div class="asker">{Asker}:</div>
- {Question}</div></span>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:IndexPage}
- {block:Date}
- <div class="permapage">
- <a href="{Permalink}" title="{timeago}" id="date">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a><a href="{ReblogURL}" target="_blank" title="reblog?" float="right"><i class="fa fa-retweet fa-fw"></i></a>
- {block:HasTags}
- <span class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</span>
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="permapage">
- <a href="{Permalink}" title="{timeago}" id="date">{DayOfWeek}, {Month} {DayOfMonthWithZero}{DayOfMonthSuffix}</a> <a href="{Permalink}">{NoteCountWithLabel}</a>
- <div class="via">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
- <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:RebloggedFrom}
- </div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment