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" xml:lang="en" lang="en">
- <!--
- Mayhem Theme by lsaac.tumblr.com
- As with all of my themes, all coding has been created under the ‘Creative Commons Attribution-NoDerivs 3.0 Unported’ which allows me to distribute my work freely with the understanding that the end user will not take any of the work from this/or any of my themes without permission from the owner and with correct credit put in place.
- Please remember to leave at least one credit link visible and as with all of my themes this is not a base code so please do not use it as such, thank you for using one of my themes and remember to keep checking my theme blog (themesbyisaac.tumblr.com) for updates and brand new themes!
- -->
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
- <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".description").hide();
- $(".about").click(function(){
- $('.description').slideToggle("fast");
- return true;
- });
- });
- </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#333333" />
- <meta name="color:Links" content="#333"/>
- <meta name="color:Hover" content="#9e9e9e"/>
- <meta name="color:Scrollbar" content="#666666"/>
- <meta name="color:Scrollbar Background" content="#dad8d8"/>
- <meta name="color:Posts" content="#F0eeee"/>
- <meta name="color:Sidebar" content="#eeeeee"/>
- <meta name="color:Question" content="#cecece"/>
- <meta name="color:Icon" content="#dfdfdf"/>
- <meta name="color:Icon Border" content="#c0c0c0"/>
- <meta name="image:Background" content=""/>
- <meta name="text:First custom link title" content="link 1"/>
- <meta name="text:First custom link url" content=""/>
- <meta name="text:Second custom link title" content="link 2"/>
- <meta name="text:Second custom link url" content=""/>
- <meta name="text:Third custom link title" content="link 3"/>
- <meta name="text:Third custom link url" content=""/>
- <meta name="text:Fourth custom link title" content="link 4"/>
- <meta name="text:Fourth custom link url" content=""/>
- <meta name="text:Fifth custom link title" content="link 5"/>
- <meta name="text:Fifth custom link url" content=""/>
- <meta name="text:Description Margin" content="40"/>
- <meta name="text:Icon Margin" content="40"/>
- <meta name="if:Cross cursor" content="1"/>
- <meta name="if:Home link" content="1"/>
- <meta name="if:Message link" content="1"/>
- <meta name="if:Submit link" content="0"/>
- <meta name="if:Archive link" content="1"/>
- <meta name="if:First custom link" content="0"/>
- <meta name="if:Second custom link" content="0"/>
- <meta name="if:Third custom link" content="0"/>
- <meta name="if:Fourth custom link" content="0"/>
- <meta name="if:Fifth custom link" content="0"/>
- <meta name="if:Inverted Fade" content="0" />
- <meta name="if:Faded Images" content="1" />
- <meta name="if:Show Icon" content="1" />
- <meta name="if:Transparent Post Backgrounds" content="0" />
- <meta name="if:One Column" content="0" />
- <meta name="font:Body" content="Courier New"/>
- <meta name="font:Title" content="Courier New"/>
- <meta name="font:Permalink" content="Courier New"/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <title>Untitled Document</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}
- <style type="text/css">
- {CustomCSS}
- p{
- margin:0px;
- padding:0px;
- }
- #tumblr_controls{
- position:fixed !important;
- }
- #tumblr_controls{
- -webkit-transition: opacity 0.2s linear;
- opacity: 0.7;
- }
- #tumblr_controls:hover{
- -webkit-transition: opacity 0.2s linear;
- opacity: 1;
- }
- a{
- text-decoration: none;
- color:{color:links};
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- a:hover{
- color:{color:hover};
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- body{
- color:{color:Text};
- background-color:{color:Background};
- background-image:url({image:Background});
- background-attachment: fixed; background-repeat: repeat;
- font-size:9px;
- text-align:center;
- font-family: {font:Body};
- line-height:9px;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- #content{
- margin: auto auto auto auto ;
- width:100%;
- top:7px;
- left:0px;
- position:relative;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- #content .posts{
- {block:ifnotonecolumn}
- width:604px;
- {/block:ifnotonecolumn}
- {block:ifonecolumn}
- width:302px;
- {/block:ifonecolumn}
- font-family: {font:Body};
- margin: 0px 0px 0px 0px;
- margin-left: 33%;
- {block:PermalinkPage}
- font-size:10px;
- line-height:10px;
- width:540px !important;
- margin-left:350;
- margin-top:-3px;
- background-color:{color:Sidebar};
- {/block:PermalinkPage}
- }
- #content .entry{
- {block:IndexPage}
- width:250px;
- margin:18px;
- padding:8px 8px 6px 8px;
- float:left;
- background-color:{color:Posts};
- {block:iftransparentpostbackgrounds}
- background-color:transparent;
- {block:iftransparentpostbackgrounds}
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:540px;
- {/block:PermalinkPage}
- -webkit-transition-duration:0.5s;
- }
- #content .entry img{
- {block:IndexPage}
- max-width:250px;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- {/block:IndexPage}
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- {block:IndexPage}
- {block:ifinvertedfade}
- img{
- opacity:1;
- -webkit-transition-duration:0.7s;
- }
- img:hover{
- opacity:0.8;
- -webkit-transition-duration:0.7s;
- }
- {/block:ifinvertedfade}
- {block:iffadedimages}
- img{
- opacity:0.8;
- -webkit-transition-duration:0.7s;
- }
- img:hover{
- opacity:1;
- -webkit-transition-duration:0.7s;
- }
- {/block:iffadedimages}
- {/block:IndexPage}
- .textperma{
- font-family:{font:Permalink};
- letter-spacing:0px;
- font-size:10px;
- line-height:10px;
- letter-spacing:2px;
- text-align:right;
- opacity: 0;
- margin-top:7px;
- margin-bottom:2px;
- -webkit-transition-duration:0.7s;
- }
- .entry:hover .textperma{
- opacity:1;
- padding-top:0px;
- }
- .top{
- width:60px;
- opacity:1;
- text-align:left;
- z-index:5000;
- position: fixed;
- padding-top:{text:Icon Margin}px;
- padding-left:5px;
- padding-bottom:5px;
- padding-right:5px;
- font-size:11px;
- letter-spacing:-1px;
- top:0px;
- left:26%;
- height:100%;
- background-color:{Color:Sidebar};
- background-image:url({image:Content});
- background-attachment: fixed; background-repeat: repeat;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- .topp{
- width:200px;
- opacity:1;
- text-align:left;
- z-index:999999999;
- position: fixed;
- padding:30px;
- font-size:11px;
- letter-spacing:-1px;
- bottom:{text:Description Margin}px;
- left:10%;
- height:auto;
- background-color:{Color:Sidebar};
- -webkit-border-radius: 99px 0 0 99px;
- border-radius: 99px 0 0 99px;
- background-image:url({image:Content});
- background-attachment: fixed; background-repeat: repeat;
- {block:ifsidebarborder}
- border-top-style:dashed;
- border-right-style:dashed;
- border-width:1px;
- border-color:{color:Sidebar Border};
- {/block:ifsidebarborder}
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- {block:ifsidebartextshadow}
- -webkit-transition-duration:1.7s;
- text-shadow: black 0.1em 0.1em 0.2em;
- {/block:ifsidebartextshadow}
- }
- #desc{
- text-decoration: none;
- background-color:transparent;
- width:200px;
- height:auto;
- text-align:justify;
- margin-top:-5px;
- padding:5px;
- }
- .toppp{
- width:150px;
- opacity:1;
- text-align:right;
- z-index:5000;
- position: fixed;
- padding-top:250px;
- font-size:11px;
- top:0px;
- left:12%;
- height:100%;
- background-color:transparent;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- .entry:hover .tc {
- opacity: .5;
- filter: alpha(opacity = 50);
- margin-left: 0;
- }
- .entry .permaone {
- position: absolute;
- width: 0px;
- text-align: center;
- top:8px;
- left:8px;
- opacity: 0;
- filter:alpha(opacity=0);
- z-index: 10000;
- background: rgba(255, 255, 255, 0.9);
- font-size: 10px;
- height: 14px;
- line-height: 14px;
- font-family: {font:Permalink};
- text-transform: Uppercase;
- color:#000000;
- padding: 3px;
- overflow-x:hidden;
- overflow-y:hidden;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .entry:hover .permaone{
- opacity: 1;
- filter:alpha(opacity=100);
- width:244px;
- }
- .permaone:hover{
- background: rgba(255, 255, 255, 100);
- }
- .permaone a{
- color:#000;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .permaone a:hover{
- color:{color:hover};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .entry:hover .tc {
- opacity: .5;
- filter: alpha(opacity = 50);
- margin-left: 0;
- }
- .entry .permatwo {
- position: absolute;
- width: 0px;
- text-align: center;
- top:30px;
- right:8px;
- opacity: 0;
- filter:alpha(opacity=0);
- z-index: 10000;
- background: rgba(255, 255, 255, 0.8);
- font-size: 10px;
- height: 14px;
- line-height: 14px;
- font-family: {font:Permalink};
- text-transform: Uppercase;
- color:#000000;
- padding: 3px;
- overflow-x:hidden;
- overflow-y:hidden;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .entry:hover .permatwo{
- opacity: 1;
- filter:alpha(opacity=100);
- width:244px;
- }
- .permatwo:hover{
- background: rgba(255, 255, 255, 100);
- }
- .permatwo a{
- color:#000;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .permatwo a:hover{
- color:{color:hover};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .entry:hover .tc {
- opacity: .5;
- filter: alpha(opacity = 50);
- margin-left: 0;
- }
- .entry .permathree {
- position: absolute;
- width: 0px;
- text-align: center;
- top:52px;
- left:8px;
- opacity: 0;
- filter:alpha(opacity=0);
- z-index: 10000;
- background: rgba(255, 255, 255, 0.70);
- font-size: 10px;
- height: 14px;
- line-height: 14px;
- font-family: {font:Permalink};
- text-transform: Uppercase;
- color:#000000;
- padding: 3px;
- overflow-x:hidden;
- overflow-y:hidden;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .entry:hover .permathree{
- opacity: 1;
- filter:alpha(opacity=100);
- width:244px;
- }
- .permathree:hover{
- background: rgba(255, 255, 255, 100);
- }
- .permathree a{
- color:#000;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .permathree a:hover{
- color:{color:hover};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .entry:hover .tc {
- opacity: .5;
- filter: alpha(opacity = 50);
- margin-left: 0;
- }
- .entry .permafour {
- position: absolute;
- width: 0px;
- text-align: center;
- top:74px;
- right:8px;
- opacity: 0;
- filter:alpha(opacity=0);
- z-index: 10000;
- background: rgba(255, 255, 255, 0.5);
- font-size: 10px;
- height: 14px;
- line-height: 14px;
- font-family: {font:Permalink};
- text-transform: Uppercase;
- color:#000000;
- padding: 3px;
- overflow-x:hidden;
- overflow-y:hidden;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .entry:hover .permafour{
- opacity: 1;
- filter:alpha(opacity=100);
- width:244px;
- }
- .permafour:hover{
- background: rgba(255, 255, 255, 100);
- }
- .permafour a{
- color:#000;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .permafour a:hover{
- color:{color:hover};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .notes{
- width:537px;
- padding-left:3px;
- text-align:left;
- font-size:10px;
- background-color:{color:Sidebar};
- text-transform:uppercase;
- margin-top:-2px;
- }
- .h1{
- display:block;
- font-size:15px;
- letter-spacing: 1px;
- line-height:15px;
- text-align: center;
- font-family: {font:Body};
- }
- .h2{
- font-size:21px;
- letter-spacing: 1px;
- line-height:23px;
- font-family: {font:Body};
- }
- .h4{
- font-size:12px;
- line-height:12px;
- text-align:center;
- letter-spacing:1px;
- }
- .h5{
- font-size:13px;
- line-height:13px;
- letter-spacing:0px;
- text-align:justify;
- font-family: {font:Body};
- font-color:{color:text};
- }
- .h6{
- font-size:10px;
- line-height:9px;
- text-align:center;
- padding:1px;
- font-family: {font:Body};
- letter-spacing:1px;
- font-color:{color:text};
- }
- .h9{
- font-size:10px;
- line-height:10px;
- text-align:left;
- padding:1px;
- font-family: {font:Body};
- letter-spacing:0px;
- font-color:{color:text};
- }
- #blogtitle{
- font-size:{text:Title Font Size}px;
- line-height:{text:Title Font Size}px;
- text-align:center;
- padding-bottom:2px;
- {block:ifcustomfonttitle}
- font-family: Six caps;
- {block:ifcustomfonttitle}
- {block:ifnotcustomfonttitle}
- font-family:{font:Title};
- {block:ifnotcustomfonttitle}
- Letter-spacing:1px;
- width:246px;
- background-color:transparent;
- margin-bottom:2px;
- }
- .nav{
- text-align:justify;
- margin-top:0px;
- margin-bottom:0px;
- letter-spacing:1px;
- font-family: {font:Body};
- }
- .quote{
- font-size:17px;
- line-height:20px;
- text-transform:none;
- margin-bottom:5px;
- font-family: {font:Body};
- }
- .audio{
- {block:IndexPage}
- width:240px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:530px;
- {/block:PermalinkPage}
- background-color:#e3e3e3;
- padding:5px;
- margin-bottom:0px;
- }
- .albumart, .albumart img{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:540px;
- {/block:PermalinkPage}
- }
- div.video embed,
- div.post div.video object {
- {block:IndexPage}
- width:250px !important;
- height:150px !important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px !important;
- height:400px !important;
- {/block:PermalinkPage}
- }
- #bg img {
- z-index:-1;
- position:fixed;
- background-repeat:repeat;
- }
- #oliver {
- width: 200px;
- height: auto;
- text-align:right;
- }
- #oliver a {
- display: inline-block;
- -webkit-border-radius: 99px 0 0 99px;
- border-radius: 99px 0 0 99px;
- padding: 2px 50px 1px 6px;
- font-family: {font:Body};
- font-size:10px;
- line-height: 10px;
- text-transform: uppercase;
- margin-bottom: 2px;
- color: {color:sidebarlinks};
- background-color: {color:sidebar};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #oliver a:hover {
- padding-right: 90px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .question{
- margin-bottom:5px;
- font-size:10px;
- line-height:10px;
- display:block;
- font-family: {font:Body};
- background-color:{color:Question};
- padding:5px;
- }
- .asker{
- font-family: {font:Body};
- font-size:10px;
- line-height:10px;
- }
- .answer{
- padding:3px;
- font-size:10px;
- line-height:10px;
- font-family: {font:Body};
- color: {color:text};
- }
- ::-webkit-scrollbar-thumb:vertical{
- background-color:{color:Scrollbar};
- height:75px;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:{color:Scrollbar};
- height:10px;
- }
- ::-webkit-scrollbar{
- height:10px;
- width:8px;
- background-color:{color:Scrollbar Background};
- }
- #daniel a {
- display:inline-block;
- width:auto;
- z-index:999999;
- }
- #daniel .craig {
- border-radius:9px;
- margin-top:-10px;
- text-align:center;
- width:60px;
- padding:0px;
- filter: alpha(opacity = 0);
- opacity:0;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- line-height:15px;
- z-index:999999;
- }
- #daniel:hover .craig {
- margin-top:5px;line-height:15px;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- filter: alpha(opacity = 80);
- filter: alpha(opacity = 100);
- opacity:100;
- z-index:999999;
- }
- #link{
- width:530px;
- height:auto;
- margin-bottom:2px;
- padding:5px;
- background-color:{color:Sidebar};
- z-index:999999;
- }
- #chat{
- width:530px;
- height:auto;
- margin-bottom:2px;
- padding:5px;
- background-color:{color:Sidebar};
- z-index:999999;
- margin-top:0px;
- }
- #quote{
- width:530px;
- height:auto;
- margin-bottom:2px;
- padding:5px;
- background-color:{color:Sidebar};
- z-index:999999;
- margin-top:0px;
- }
- #text{
- width:530px;
- height:auto;
- margin-bottom:2px;
- padding:5px;
- background-color:{color:Sidebar};
- z-index:999999;
- }
- #vid{
- width:530px;
- height:auto;
- margin-bottom:2px;
- padding:5px;
- background-color:{color:Sidebar};
- z-index:999999;
- }
- #photoset{
- width:530px;
- height:auto;
- margin-bottom:2px;
- padding:5px;
- background-color:{color:Sidebar};
- z-index:999999;
- }
- #ans{
- width:540px;
- height:auto;
- margin-bottom:2px;
- padding:5px;
- background-color:{color:Sidebar};
- z-index:999999;
- }
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
- <body>
- <div class="top">
- {block:ifshowicon}
- <div id="daniel">
- <a href="/"><img src="{PortraitURL-128}" width="50px" target="_blank" style="padding:5px; background-color:{color:icon}; border-width:1px; border-style:solid; border-radius:99px; border-color:{color:Icon Border};"></a>
- <div class="craig">
- <a href="/">{Title}</a>
- </div></div></div></div></a></div></div></div></span></div></div></div></div>
- {block:ifshowicon}
- <div class="topp">
- <div id="desc">{Description}</span>
- </div></div></div></div></a></div></div></div></span></div></div></div></div>
- <div class="toppp">
- <div id="oliver">
- {block:ifhomelink}<a href="/">Home</a><br>{block:ifhomelink}{block:ifmessagelink}<a href="/ask">Message</a><br>{block:ifmessagelink}{block:ifarchivelink} <a href="/archive">Archive</a><br>{/block:ifarchivelink}{block:ifsubmitlink}<a href="/submit">Submit</a><br>{block:ifsubmitlink}{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a><br>{/block:iffirstcustomlink}{block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a><br>{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a><br>{/block:ifthirdcustomlink}{block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a><br>{/block:iffourthcustomlink}{block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a><br>{/block:iffifthcustomlink}{block:ifsixthcustomlink}<a href="{text:sixth custom link url}">{text:sixth custom link title}</a><br>{/block:ifsixthcustomlink}<a href="http://lsaac.tumblr.com">Theme</a><br></span>
- </div></div>
- <div id="content">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:IndexPage}
- {block:Title}<span class="h1">{Title}</span>{/block:Title}
- {Body}{/block:IndexPage}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>
- {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="text">{block:Title}<span class="h1">{Title}</span>{/block:Title}
- {Body}</div>{/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b><a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250"/>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="540"/></a>
- {LinkCloseTag}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:IndexPage}<b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b>{/block:IndexPage}
- {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:IndexPage}<div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div> {block:Source}<small>{Source}</small>{/block:Source}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>
- {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> - {block:Source}<small>{Source}</small>{/block:Source}</div>{/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- {block:IndexPage}<a href="{URL}"{Target}><span class="h2">+{Name}</span></a>{block:Description}<small>{Description}</small>{/block:Description}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>
- {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}
- <div id="link"><a href="{URL}"{Target}><span class="h2"> +{Name}</span></a>{block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage}
- {/block:Link}
- {block:Video}
- <div class="video">
- {block:IndexPage}{Video-250}{/block:IndexPage}
- </div>{block:IndexPage}<div class="videocap"></a></div><div class="textperma"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:450px;"</div>
- {/block:PermalinkPage}{block:PermalinkPage}<div id="vid">{Video-500}</div>{/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div>
- {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:IndexPage}{block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a>{/block:IndexPage}</span></div>{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="chat">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- <a href="{Permalink}">
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerGrey}</div>
- {block:PermalinkPage}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}
- <div class="question">{Asker} said:</a> {Question}</div>
- <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="ans"><div class="question">{Asker} said:</a> {Question}</div>
- <div class="answer"><i>{Answer}</i></div>{/block:PermalinkPage}
- {/block:Answer}
- {block:PermalinkPage}<div class="notes"><br>
- {block:Caption}{Caption}{/block:Caption}
- Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
- <br>Has a total of: {NoteCount} Notes
- {block:PostNotes}<br><br><div style="background-color:{color:Sidebar}; text-align:left; max-height: 200px; width:537px; overflow-y: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div></div>
- {/block:PermalinkPage}
- </div>{/block:Posts}</div></div>
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- <div style="position:fixed; bottom:3px; color: {color:Text}; right:2px; font-size:10px; opacity:1; background-color:{color:background}; padding:3px; font-family:{font:Body};"><a href="http://lsaac.tumblr.com"><u>theme</u></a></div>
- <div style="right: 3px; top: 26px; position:fixed; opacity:0.6;z-index:99999999;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a>
- </div></div></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement