Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <!--
- Theme #05 by Josh 2013 | themes-by-josh
- Please don't remove this credit
- -->
- <html lang="en">
- <head>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <meta charset="utf-8" />
- <meta name="color:Background" content="#000"/>
- <meta name="color:PostsBackground" content="#000"/>
- <meta name="color:PostsText" content="#fff"/>
- <meta name="color:PostsLinks" content="#fff"/>
- <meta name="color:PostsHover" content="#fff"/>
- <meta name="color:PostsOutline" content="#fff"/>
- <meta name="color:PermalinksHover" content="#fff"/>
- <meta name="color:SidebarBackground" content="#000"/>
- <meta name="color:SidebarText" content="#fff"/>
- <meta name="color:SidebarLinks" content="#fff"/>
- <meta name="color:SidebarHover" content="#fff"/>
- <meta name="color:SidebarOutline" content="#000"/>
- <meta name="color:Scrollbar" content="#fff"/>
- <meta name="color:Selection" content="#fff"/>
- <meta name="image:Background" content="" />
- <meta name="image:Portrait" content="" />
- <meta name="image:SidebarBackground" content="" />
- <meta name="text:AskLink" content="ask" />
- <meta name="text:HomeLink" content="home" />
- <meta name="text:LinkSeparator" content="//" />
- <meta name="text:OnlineUsersScript" content="" />
- <meta name="text:SidebarDepth" content="80" />
- <meta name="text:PermalinkOpacity" content="1" />
- <meta name="text:SidebarOpacity" content="0.64" />
- <meta name="text:ShadowOpacity" content="0.2" />
- <meta name="text:ShadowSpread" content="10" />
- <meta name="if:1Column" content="0"/>
- <meta name="if:2Columns" content="1"/>
- <meta name="if:3Columns" content="0"/>
- <meta name="if:PostWidth250px" content="1"/>
- <meta name="if:PostWidth320px" content="0"/>
- <meta name="if:PostWidth400px" content="0"/>
- <meta name="if:PostWidth500px" content="0"/>
- <meta name="if:SwitchSidebar" content="0"/>
- <meta name="if:FullHeightSidebar" content="1"/>
- <meta name="if:NoSidebarOutline" content="0"/>
- <meta name="if:BasicPermalinks" content="0"/>
- <meta name="if:BasicPermalinkBorder" content="0"/>
- <meta name="if:ColourfulPermalinks" content="0"/>
- <meta name="if:PermalinkSwitch" content="0"/>
- <meta name="if:PermalinkMovement" content="0"/>
- <meta name="if:LinkToAsk" content="1"/>
- <meta name="if:LinksAfterDescription" content="0"/>
- <meta name="if:ShowCaptions" content="0"/>
- <meta name="if:ShowVia" content="1"/>
- <meta name="if:BoxShadow" content="0"/>
- <meta name="if:FixedControls" content="1"/>
- <meta name="if:InfiniteScroll" content="1"/>
- <meta name="if:UnderlineLinks" content="0"/>
- <meta name="if:WebkitScrollbar" content="1"/>
- <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}
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <style type="text/css">
- /** Scrollbar, Tumblr Controls, Credit **/
- {block:IfWebkitScrollbar}
- ::-webkit-scrollbar-thumb {-webkit-border-radius: 2px;border-radius: 2px;background:{color:Scrollbar};box-shadow: 0 0 3px 0 rgba(0,0,0,0.1) inset;}
- ::-webkit-scrollbar-track-piece {background:none;box-shadow: 0 0 6px 0 rgba(0,0,0,0.4) inset;}
- ::-webkit-scrollbar {background:{color:Background};width:5px;height:5px;}
- {/block:IfWebkitScrollbar}
- {block:IfFixedControls}
- iframe#tumblr_controls {top:2px !important;right:2px !important;position: fixed !important;opacity: 0.5;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
- iframe#tumblr_controls:hover {opacity: 1;-webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;transition: all 0.1s linear;}
- {/block:IfFixedControls}
- #copyright{
- position:fixed;
- bottom:5px;
- left:5px;
- z-index:100;
- background-color:#000;
- color:#fff;
- font-family:trebuchet ms;
- font-size:10px;
- font-weight:bold;
- letter-spacing:2px;
- line-height:20px;
- text-transform:uppercase;
- padding:5px;
- opacity:0.25;
- -webkit-border-radius: 15px;
- border-radius: 15px;
- }
- #copyright:hover{
- opacity:0.5;
- color:#fff;
- }
- #copyright span{
- opacity:0;
- letter-spacing:-6px;
- }
- #copyright:hover span{
- opacity:1;
- letter-spacing:2px;
- }
- /** Basic Styles **/
- body {
- font-size: 11px;
- font-family: Trebuchet MS, Arial, sans-serif;
- line-height:13px;text-align:justify;
- color:{color:PostsText};
- background:{color:Background} url('{image:Background}') repeat fixed center top;
- margin:0px;
- }
- a {
- color:#f7f7f7;
- text-decoration:none;
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;
- }
- a:hover {
- color:#f7f7f7;
- {block:IfUnderlineLinks}
- text-decoration:underline;
- {/block:IfUnderlineLinks}
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;
- }
- a:active {
- outline:none;
- }
- a:focus {
- -moz-outline-style: none;
- }
- :-moz-any-link:focus {
- outline: none;
- }
- h1 {
- margin: 10px 0;
- font-family:Trebuchet MS;
- font-size:12px;
- line-height:16px;
- font-weight:normal;
- text-align:justify;
- }
- p {
- margin: 10px 0;
- }
- ol, ul{
- margin: 10px 0;
- padding-left:25px;
- }
- blockquote {
- margin: 10px 0;
- padding-left:10px;
- border-left:rgba(0,0,0,0.2) 4px solid;
- }
- img {
- vertical-align: bottom;
- }
- hr {
- color:rgba(0,0,0,0.2);
- background-color:rgba(0,0,0,0.2);
- height:1px;
- border:0;
- }
- .transition{
- -webkit-transition: all 0.2s linear;
- moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- ::selection{
- color:#fff;
- background:{color:Selection};
- }
- /** Centre-ing **/
- #bigbox{
- position:absolute;
- {block:IfNotSwitchSidebar}
- left:50%;
- margin-left:
- {block:If1Column}
- {block:IfPostWidth500px}-400px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}-350px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}-310px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}-275px{/block:IfPostWidth250px}
- {/block:If1Column}
- {block:If2Columns}
- {block:IfPostWidth500px}-665px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}-565px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}-485px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}-415px{/block:IfPostWidth250px}
- {/block:If2Columns}
- {block:If3Columns}
- {block:IfPostWidth500px}-930px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}-780px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}-660px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}-555px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {/block:IfNotSwitchSidebar}
- {block:IfSwitchSidebar}
- right:50%;
- margin-right:
- {block:If1Column}
- {block:IfPostWidth500px}-130px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}-80px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}-40px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}-5px{/block:IfPostWidth250px}
- {/block:If1Column}
- {block:If2Columns}
- {block:IfPostWidth500px}-395px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}-295px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}-215px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}-145px{/block:IfPostWidth250px}
- {/block:If2Columns}
- {block:If3Columns}
- {block:IfPostWidth500px}-660px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}-510px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}-390px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}-285px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {/block:IfSwitchSidebar}
- }
- /** Sidebar **/
- .sidebar, .sidebar-bg{
- position:fixed;
- color:{color:SidebarText};
- {block:IfSwitchSidebar}
- margin-left:
- {block:If1Column}
- {block:IfPostWidth500px}541px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}441px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}361px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}291px{/block:IfPostWidth250px}
- {/block:If1Column}
- {block:If2Columns}
- {block:IfPostWidth500px}1071px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}871px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}711px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}571px{/block:IfPostWidth250px}
- {/block:If2Columns}
- {block:If3Columns}
- {block:IfPostWidth500px}1601px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}1301px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}1061px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}851px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {block:IfNot1Column}
- {block:PermalinkPage}margin-left:541px;{/block:PermalinkPage}
- {/block:IfNot1Column}
- {/block:IfSwitchSidebar}
- }
- .sidebar{
- margin-top:{text:SidebarDepth}px;
- padding:10px;
- width:250px;
- {block:IfNotFullHeightSidebar}
- background:{color:SidebarBackground} url('{image:SidebarBackground}') repeat fixed left top;
- {block:IfNotNoSidebarOutline}
- border:1px solid {color:SidebarOutline};
- padding:9px;
- {/block:IfNotNoSidebarOutline}
- {block:IfBoxShadow}
- box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- {/block:IfBoxShadow}
- {/block:IfNotFullHeightSidebar}
- }
- {block:IfFullHeightSidebar}
- .sidebar-bg{
- z-index:-8000;
- width:268px;
- height:100%;
- background:{color:SidebarBackground} url('{image:SidebarBackground}') repeat fixed left top;
- opacity:{text:SidebarOpacity};
- border:1px solid {color:SidebarOutline};
- {block:IfBoxShadow}
- box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- {/block:IfBoxShadow}
- {block:IfNoSidebarOutline}
- width:270px;
- border:0;
- {/block:IfNoSidebarOutline}
- }
- {/block:IfFullHeightSidebar}
- .sidebar a{
- color:{color:SidebarLinks}
- }
- .sidebar a:hover{
- color:{color:SidebarHover}
- }
- .sidebar .textbox{
- overflow:hidden;
- text-align:center;
- {block:IfPortraitImage}
- margin-top:0px;
- {/block:IfPortraitImage}
- }
- .sidebar .sidebarlinks{
- font-size:10px;
- text-transform:uppercase;
- font-weight:bold;
- }
- /** Posts **/
- #container{
- width:
- {block:If1Column}
- {block:IfPostWidth500px}530px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}430px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}350px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}280px{/block:IfPostWidth250px}
- {/block:If1Column}
- {block:If2Columns}
- {block:IfPostWidth500px}1060px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}860px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}700px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}560px{/block:IfPostWidth250px}
- {/block:If2Columns}
- {block:If3Columns}
- {block:IfPostWidth500px}1590px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}1290px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}1050px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}840px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {block:IfNot1Column}
- {block:PermalinkPage}
- width:530px;
- {/block:PermalinkPage}
- {/block:IfNot1Column}
- padding:5px;
- margin-left:270px;
- {block:IfSwitchSidebar}
- margin-left:0;
- {/block:IfSwitchSidebar}
- {block:IfNotInfiniteScroll}
- {block:PreviousPage}{/block:PreviousPage}
- {block:TagPage}{/block:TagPage}
- {/block:IfNotInfiniteScroll}
- }
- #relativity {
- position:relative;
- width:100%;height:100%;
- }
- .entry {
- overflow:hidden;
- background:{color:PostsBackground};
- margin:5px;
- width:
- {block:IfPostWidth500px}500px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}400px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}320px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}250px{/block:IfPostWidth250px};
- {block:IfNot1Column}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- {/block:IfNot1Column}
- padding:9px 9px 4px 9px;
- float:left;
- position:relative;
- border:1px solid {color:PostsOutline};
- {block:IfBoxShadow}
- box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- {/block:IfBoxShadow}
- }
- .textbox {
- margin:-10px 0px -5px;
- {block:IfBasicPermalinkBorder}
- margin:-10px 0px -1px;
- {block:IfBasicPermalinkBorder}
- }
- .notebox {
- margin:-10px 0px -5px;
- }
- .textbox img {
- max-width:100%;
- height:auto;
- }
- .entry .question{
- padding: 10px;
- border: 1px solid rgba(0,0,0,0.2);
- border-bottom:0;
- }
- .entry .nipple{
- background: url('http://media.tumblr.com/tumblr_mbr0ub239n1qk7o6d.png') top left;
- height:6px;
- opacity:0.2;
- }
- .entry .questioner{
- margin:5px 0 0 14px;
- padding-bottom:10px;
- }
- .entry .questioner div{
- margin:0 0 0 5px;
- padding:3px 0;
- height:14px;
- display:inline-block;
- }
- .entry ul.chat{
- list-style:none;
- padding-left:0;
- }
- .entry ul.chat li{
- padding:5px;
- border-top:1px solid rgba(0,0,0,0.2);
- }
- .entry ul.chat li:first-child{
- border:0;
- padding-top:0px;
- }
- .entry ul.chat li:last-child{
- padding-bottom:0px;
- }
- .entry a.read_more{
- text-transform:lowercase;
- }
- .entry a.read_more:after{
- text-decoration:none;
- font-family:sans-serif;
- font-size:10px;
- content: " ?";
- }
- .arrows{
- font-family:sans-serif;
- font-size:10px;
- }
- #albumart {
- width:100px;
- height:100px;
- margin-bottom:-1px;
- }
- #audioplayer {
- width:27px;
- height:27px;
- overflow:hidden;
- position:absolute;
- top:36px;
- left:36px;
- opacity:0.8;
- }
- #audiodetails {
- position:absolute;
- display:block;
- top:0px;
- left:110px;
- width:100%;
- }
- #audiodetails ul{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- #audiodetails li{
- padding:2px 0px;
- }
- ol.notes {
- width: 100%;
- padding: 0;
- list-style-type: none;
- }
- ol.notes li.note {
- margin: 0;
- padding:0 0 8px 0;
- }
- ol.notes li.note:last-child{
- padding:0 0 2px 0;
- }
- ol.notes li.note img {
- margin: 0 2px -2px 0px;
- }
- ol.notes blockquote{
- margin:5px 0 0px 23px;
- padding-left:5px;
- }
- #infscr-loading{
- position: absolute;
- bottom: 0px;
- left: 50%;
- width:56px;
- height:21px;
- margin: 0 0 15px -28px;
- overflow:hidden;
- opacity:0.8;
- text-align:center;
- }
- /** Post Hovers **/
- .details-r, .details-l, .details-t{
- padding-top:4px;
- font-family: Calibri;
- font-weight:bold;
- font-size:10px;
- text-transform:uppercase;
- line-height:13px;
- color:#f7f7f7;
- }
- .details-r{
- text-align:right;
- {block:IfBasicPermalinkBorder}
- border-top: 1px solid rgba(0,0,0,0.2);
- {/block:IfBasicPermalinkBorder}
- }
- .details-l{
- position:absolute;
- left:0px;
- bottom:0px;
- text-align:left;
- }
- .details-t{
- text-align:center;
- {block:IfBasicPermalinkBorder}
- border-top: 1px solid rgba(0,0,0,0.2);
- {/block:IfBasicPermalinkBorder}
- }
- .details-r a, .details-l a, .details-t a{
- color:#f7f7f7;
- }
- {block:IfColourfulPermalinks}
- .details-r a:hover, .details-l a:hover, .details-t a:hover{
- color:#f7f7f7;
- }
- {/block:IfColourfulPermalinks}
- .gradient{
- position:absolute;
- left:0;
- height:14px;
- width:100%;
- text-align:center;
- opacity:0;
- {block:IfNotPermalinkSwitch}
- bottom:0;
- padding:16px 0 10px 0;
- {block:IfPermalinkMovement}
- padding:16px 0 0px 0;
- {/block:IfPermalinkMovement}
- background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,{text:PermalinkOpacity})));
- background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- {/block:IfNotPermalinkSwitch}
- {block:IfPermalinkSwitch}
- top:0;
- padding:10px 0 16px 0;
- {block:IfPermalinkMovement}
- padding:0px 0 16px 0;
- {/block:IfPermalinkMovement}
- background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,{text:PermalinkOpacity})));
- background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- {/block:IfPermalinkSwitch}
- }
- .entry:hover .gradient{
- opacity:0.99;
- padding:16px 0 10px 0;
- {block:IfPermalinkSwitch}
- padding:10px 0 16px 0;
- {/block:IfPermalinkSwitch}
- }
- .gradient a:hover{
- text-decoration:none;
- }
- .reblogspan{
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png');
- display:inline-block;
- }
- .reblogspan-2{
- color:transparent;
- width:13px;
- height:13px;
- font-size:12px;
- margin:0 1px;
- background:url('http://static.tumblr.com/eb7avl1/lDEmmnvm4/reblog_small_white.png');
- display:inline-block;
- opacity:0.5;
- }
- .notespan{
- padding: 0 5px;
- color:#fff;
- font-family: Calibri;
- font-weight:bold;
- font-size:12px;
- line-height:14px;
- letter-spacing:1px;
- }
- .my-like {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png');
- display:inline-block;
- }
- .my-basic-like {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- font-size:12px;
- margin:0 0 0 1px;
- background:url('http://static.tumblr.com/eb7avl1/w9Ymmnvhw/white_heart_final.png');
- display:inline-block;
- opacity:0.5;
- }
- .my-liked {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
- display:inline-block;
- }
- .my-basic-liked {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- font-size:12px;
- margin:0 0 0 1px;
- background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
- display:inline-block;
- }
- #over{
- height:108%;
- position:absolute;
- top:0px;
- left:0px;
- width: 100%;
- z-index:-99999999;
- }
- /** Navigation **/
- .pagenav{
- background:{color:PostsBackground};
- padding:10px;
- margin: -5px 5px 5px;
- color:#f7f7f7;
- font-size:11px;
- font-family:Calibri;
- line-height:11px;
- font-weight:bold;
- text-align:center;
- {block:IfBoxShadow}
- box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- {/block:IfBoxShadow}
- text-decoration:none;
- display:block;
- position:relative;
- text-transform:uppercase;
- }
- .pagenav .next{
- position:absolute;
- z-index:99999;
- right:10px;
- top:10px;
- font-family:calibri;
- font-size:11px;
- line-height:11px;
- letter-spacing:0px;
- font-weight:normal;
- color:#f7f7f7;
- text-transform:none;
- }
- .pagenav .prev{
- position:absolute;
- z-index:99999;
- left:10px;
- top:10px;
- font-family:calibri;
- font-size:11px;
- line-height:11px;
- letter-spacing:0px;
- font-weight:normal;
- color:#f7f7f7;
- text-transform:none;
- }
- .nextpage{
- background:{color:PostsBackground};
- margin: 5px 5px -5px;
- padding:10px;
- height:11px;
- color:#f7f7f7;
- font-size:11px;
- font-family:Calibri;
- line-height:11px;
- font-weight:bold;
- text-align:center;
- {block:IfBoxShadow}
- box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- {/block:IfBoxShadow}
- text-decoration:none;
- display:block;
- opacity:0;
- }
- .nextpage:hover{
- text-decoration:none;
- color:#f7f7f7;
- }
- {CustomCSS}
- body, a, a:hover { cursor:url(http://static.tumblr.com/lnej02q/XUzmhr2ia/04.png), auto }
- </style>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-basic-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-basic-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-basic-like' : myLike.className = 'my-basic-liked';
- };
- }, false );
- };
- </script>
- </head>
- <body>
- {block:IfInfiniteScroll}{block:IndexPage}<div id ="over"></div>{/block:IndexPage}{/block:IfInfiniteScroll}
- <div id="bigbox">
- <div class="sidebar">
- {block:IfPortraitImage}
- <div class="portrait"><a href="/">
- <img src="{image:Portrait}" width="250px" height="auto" /></a>
- </div>{/block:IfPortraitImage}
- <div class="textbox">
- {block:IfLinksAfterDescription}
- <div class="description"><p>{Description}</p></div>
- {/block:IfLinksAfterDescription}
- <div class="sidebarlinks"><p><span style="cursor:pointer"><a href="/">{text:HomeLink}</a>
- {block:IfLinkToAsk} {text:LinkSeparator}
- <a href="/ask">{text:AskLink}</a>{/block:IfLinkToAsk}
- {block:Pages} {text:LinkSeparator} <a href="{URL}">{Label}</a>{/block:Pages}
- {block:IfOnlineUsersScript} {text:LinkSeparator} {text:OnlineUsersScript}{/block:IfOnlineUsersScript}</span></p></div>
- {block:IfNotLinksAfterDescription}
- <div class="description"><p>{Description}</p></div>
- {/block:IfNotLinksAfterDescription}
- </div></div>
- {block:IfFullHeightSidebar}<div class="sidebar-bg"></div>{/block:IfFullHeightSidebar}
- <div id="container">
- {block:IfNotInfiniteScroll}
- {block:IndexPage}
- <div class="pagenav" style="display:none;
- {block:PreviousPage}display:block;{/block:PreviousPage}
- {block:TagPage}display:block;{/block:TagPage}">
- {block:TagPage}# {Tag} {text:LinkSeparator} {/block:TagPage}Page {CurrentPage}/{TotalPages}
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">
- <span class="arrows">?</span> previous page
- </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">
- next page <span class="arrows">?</span>
- </a>
- {/block:NextPage}
- </div>
- {/block:IndexPage}
- {/block:IfNotInfiniteScroll}
- <div id="posts">
- {block:Posts}
- <div class="entry"
- {block:IfNotBasicPermalinks}
- {block:IndexPage}
- {block:Photo}style="padding-bottom:9px"{/block:Photo}
- {block:Photoset}style="padding-bottom:9px"{/block:Photoset}
- {/block:IndexPage}
- {block:IfNotBasicPermalinks}
- >
- <div id="relativity">
- {block:Text}
- <div class="textbox">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}<a href="{Permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
- </a>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div style="margin-bottom:-3px;text-align:center;">
- {block:IndexPage}
- {block:IfPostWidth500px}
- {Photoset-500}
- {/block:IfPostWidth500px}{block:IfPostWidth400px}
- {Photoset-400}
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {Photoset-250}
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {Photoset-250}
- {/block:IfPostWidth250px}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot1Column}
- {Photoset-500}
- {/block:IfNot1Column}
- {block:If1Column}
- {block:IfPostWidth500px}
- {Photoset-500}
- {/block:IfPostWidth500px}
- {block:IfPostWidth400px}
- {Photoset-400}
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {Photoset-250}
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {Photoset-250}
- {/block:IfPostWidth250px}
- {/block:If1Column}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="textbox" style="text-align:center;">
- <h1>"{Quote}"</h1>
- {block:Source}
- <p>{Source}</p>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="textbox">
- <h1> <a href="{URL}" class="link" {Target}>{Name}</a> </h1>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="textbox">
- {block:Title}
- <a href="{Permalink}"><h1>{Title}</h1></a>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label" style="font-weight:bold">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div id="albumart" style="position:relative;">
- <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="100px" style="position:absolute;top:0;left:0;">
- {block:AlbumArt}<img src="{AlbumArtURL}" width="100px" style="position:absolute;top:0;left:0;">{/block:AlbumArt}
- <div id="audioplayer">{AudioPlayerBlack} </div>
- </div>
- <div id="audiodetails">
- <ul>
- <li>{block:Artist}
- {Artist}
- {/block:Artist}</li>
- <li>{block:TrackName}
- <b>{TrackName}</b>
- {/block:TrackName}</li>
- <li>{block:Album}
- {Album}
- {/block:Album}</li>
- </ul>
- </div>
- {/block:AudioPlayer}
- {block:AudioEmbed}
- {block:IndexPage}
- {block:IfPostWidth500px}
- {AudioEmbed-500}
- {/block:IfPostWidth500px}{block:IfPostWidth400px}
- {AudioEmbed-400}
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {AudioEmbed-250}
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {AudioEmbed-250}
- {/block:IfPostWidth250px}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot1Column}
- {AudioEmbed-500}
- {/block:IfNot1Column}
- {block:If1Column}
- {block:IfPostWidth500px}
- {AudioEmbed-500}
- {/block:IfPostWidth500px}
- {block:IfPostWidth400px}
- {AudioEmbed-400}
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {AudioEmbed-250}
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {AudioEmbed-250}
- {/block:IfPostWidth250px}
- {/block:If1Column}
- {/block:PermalinkPage}{/block:AudioEmbed}
- {/block:Audio}
- {block:Video}
- <div style="text-align:center;margin-bottom:-3px;">
- {block:IndexPage}
- {block:IfPostWidth500px}
- {Video-500}
- {/block:IfPostWidth500px}
- {block:IfPostWidth400px}
- {Video-400}
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {Video-250}
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {Video-250}
- {/block:IfPostWidth250px}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot1Column}
- {Video-500}
- {/block:IfNot1Column}
- {block:If1Column}
- {block:IfPostWidth500px}
- {Video-500}
- {/block:IfPostWidth500px}
- {block:IfPostWidth400px}
- {Video-400}
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {Video-250}
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {Video-250}
- {/block:IfPostWidth250px}
- {/block:If1Column}
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="question">
- {Question}
- </div>
- <div class="nipple"></div>
- <div class="questioner"><img src="{AskerPortraitURL-128}" width="20" height="20"/><div>{Asker}</div></div>
- <div class="textbox">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- {block:IfNotBasicPermalinks}
- {block:Photo}
- <div class="gradient transition">
- <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">o</span></a>
- <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
- <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">o</span></div>
- {/block:Photo}
- {block:Photoset}
- <div class="gradient transition">
- <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">o</span></a>
- <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
- <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">o</span></div>
- {/block:Photoset}
- {/block:IfNotBasicPermalinks}
- {/block:IndexPage}
- {block:Date}
- {block:PermalinkPage}
- {block:Caption}<div {block:IfNotBasicPermalinkBorder}style="margin-bottom:-5px"{/block:IfNotBasicPermalinkBorder}>{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {block:IfShowCaptions}{block:IndexPage}
- {block:Caption}<div {block:IfNotBasicPermalinks}{block:Photo}style="margin-bottom:-9px"{/block:Photo}
- {block:Photoset}style="margin-bottom:-9px"{/block:Photoset}{/block:IfNotBasicPermalinks}
- {block:IfNotBasicPermalinkBorder}style="margin-bottom:-5px"{/block:IfNotBasicPermalinkBorder}
- >{Caption}</div>{/block:Caption}
- {/block:IndexPage}{/block:IfShowCaptions}
- {block:IndexPage}
- <div {block:IfNotBasicPermalinks}{block:Photo}style="display:none;"{/block:Photo}{block:Photoset}style="display:none;"{/block:Photoset}{/block:IfNotBasicPermalinks}>
- <div class="details-r" style="
- {block:Photo}border-top:0;margin-top:1px;{/block:Photo}
- {block:Photoset}border-top:0;margin-top:1px;{/block:Photoset}
- {block:Video}border-top:0;margin-top:1px;{/block:Video}
- {block:IfShowCaptions}{block:IfBasicPermalinkBorder}{block:Caption}border-top: 1px solid rgba(0,0,0,0.2);{/block:Caption}{/block:IfBasicPermalinkBorder}{/block:IfShowCaptions}
- ">
- <span style="cursor:pointer">
- <a href="{Permalink}">{NoteCountWithLabel}</a> {text:LinkSeparator} <a href="{Permalink}" title="{12Hour}:{Minutes}{AmPm} - {DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {Month}" >{TimeAgo}</a><span style="padding-right:5px"></span>
- <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan-2">x</span></a>
- <span class="my-basic-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></span>
- </div>
- {block:RebloggedFrom}{block:IfNotPostWidth250px}{block:IfShowVia}
- <div class="details-l"><span style="cursor:pointer"><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {text:LinkSeparator} <a href="{ReblogRootURL}" title="{ReblogRootName}" >source</a></span></div>
- {/block:IfShowVia}{/block:IfNotPostWidth250px}{/block:RebloggedFrom}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="details-t"
- style="
- {block:Photo}border-top:0;margin-top:1px;{/block:Photo}
- {block:Photoset}border-top:0;margin-top:1px;{/block:Photoset}
- {block:Video}border-top:0;margin-top:1px;{/block:Video}
- {block:IfBasicPermalinkBorder}
- {block:Caption}border-top: 1px solid rgba(0,0,0,0.2);{/block:Caption}
- {/block:IfBasicPermalinkBorder}
- ">
- <span {block:RebloggedFrom}style="display:none"{/block:RebloggedFrom}>posted</span><span>{block:RebloggedFrom}reblogged{/block:RebloggedFrom} at {12Hour}:{Minutes}{AmPm} on {DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {Month} {Year} with {NoteCountWithLabel}</span><br>
- {block:RebloggedFrom} <span style="cursor:pointer">
- <a href="{ReblogParentURL}">via {ReblogParentName}</a> {text:LinkSeparator} <a href="{ReblogRootURL}">originally {ReblogRootName}</a>
- </span><br>{/block:RebloggedFrom}
- <span style="cursor:pointer">
- {block:HasTags}{block:Tags}<a href="{TagURL}" style="margin:0 2px"># {Tag}</a>{/block:Tags}{/block:HasTags}</span></div>
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="entry">
- <div class="notebox">
- {PostNotes}
- </div></div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScroll}
- {block:IndexPage}
- {block:NextPage}
- <a href="{NextPage}" class="nextpage">
- NEXT PAGE
- </a>
- {/block:NextPage}
- {/block:IndexPage}
- {/block:IfNotInfiniteScroll}
- </div></div>
- {block:Pagination}
- <div id="pagination" style="display:none;">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <script src="http://static.tumblr.com/beiywxc/xycmgznif/jquery.min.js"></script>
- <script src="http://static.tumblr.com/beiywxc/H7tmgznfy/jquery.masonry.min.js"></script>
- <script src="http://static.tumblr.com/beiywxc/sj8mgznh2/jquery.infinitescroll.min.js"></script>
- <script>
- $(function(){
- var $container = $('#posts');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- {block:IfInfiniteScroll}
- $container.infinitescroll({
- navSelector : 'div#pagination', // selector for the paged navigation
- nextSelector : 'div#pagination a#nextPage', // selector for the NEXT link (to page 2)
- itemSelector : '.entry', // selector for all items you'll retrieve
- loading: {
- finishedMsg: 'Fini.',
- img: 'http://static.tumblr.com/beiywxc/VXem7gjgj/ajax-loader__7_.gif'
- }
- },
- // trigger Masonry as a callback
- function( newElements ) {
- // hide new items while they are loading
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- // show elems now they're ready
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- {/block:IfInfiniteScroll}
- });
- </script>
- <script>
- $(window).load(function(){
- // select element and animate its opacity
- $('a.nextpage').animate({
- opacity: 1 // 100%
- }, 100);
- });
- </script>
- {block:RebloggedFrom} <a href=”{ReblogParentURL}” target=”_blank”>Via</a>{/block:RebloggedFrom}
- {block:ContentSource}<a href=”{SourceURL}” target=”_blank”>Source</a>{/block:ContentSource}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment