Advertisement
dec0der

More Than This Theme

Mar 16th, 2012
1,889
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.01 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. (c) 2012 | dec0der
  6. Theme #6: More Than This Theme
  7.  
  8. Please, do not remove the credits! Thank you.
  9. -->
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <script>
  14. $(document).ready(function() {
  15. //
  16. $('a.poplight[href^=#]').click(function() {
  17. var popID = $(this).attr('rel'); //Get Popup Name
  18. var popURL = $(this).attr('href'); //Get Popup href to define size
  19. var query= popURL.split('?');
  20. var dim= query[1].split('&');
  21. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  22. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
  23. var popMargTop = ($('#' + popID).height() + 80) / 2;
  24. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  25. //Apply Margin to Popup
  26. $('#' + popID).css({
  27. 'margin-top' : -popMargTop,
  28. 'margin-left' : -popMargLeft
  29. });
  30. $('body').append('<div id="fade"></div>');
  31. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  32. return false;
  33. });
  34. $('a.close, #fade').live('click', function() {
  35. $('#fade , .popup_block').fadeOut(function() {
  36. $('#fade, a.close').remove(); //fade them both out
  37. });
  38. return false;
  39. });
  40. });
  41. </script>
  42.  
  43. <head>
  44.  
  45. <meta name="color:PostBackground" content="#FFFFFF" />
  46. <meta name="color:MainBackground" content="#d2d0d3" />
  47. <meta name="color:Header" content="#FFFFFF" />
  48. <meta name="color:Text" content="#3D3D3D" />
  49. <meta name="color:Link" content="#2E2E2E" />
  50. <meta name="color:LinkHover" content="#CCCCCC" />
  51. <meta name="image:HeaderBackground" content="">
  52. <meta name="if:Show Blogroll" content="1"/>
  53.  
  54. <meta name="text:Custom Link One" content="" />
  55. <meta name="text:Custom Link One Title" content="link 1" />
  56. <meta name="text:Custom Link Two" content="" />
  57. <meta name="text:Custom Link Two Title" content="link 2" />
  58. <meta name="text:Custom Link Three" content="" />
  59. <meta name="text:Custom Link Three Title" content="link 3" />
  60.  
  61. <title>{Title}</title>
  62. <link rel="shortcut icon" href="{Favicon}">
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  64. <link rel="shortcut icon" href="{Favicon}">
  65. <title>Untitled Document</title>
  66. <link rel="shortcut icon" href="{Favicon}">
  67. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  68. <link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:bold' rel='stylesheet' type='text/css'>
  69.  
  70. {block:Description}
  71. <meta name="description" content="{MetaDescription}" />
  72. {/block:Description}
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Alex+Brush&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  75.  
  76. <style type="text/css">
  77. #tumblr_controls{position:fixed !important; }
  78.  
  79. /* BODY ENTRIES */
  80. body{ color:{color:text}; background-color:{color:MainBackground}; font-family:Arial; font-size:10px; line-height: 12px; text-align:justify; float:left;}
  81.  
  82. {block:IndexPage}img:hover{-webkit-transform: scale(1.02); -webkit-transition: 0.3s linear; -webkit-transition: opacity 0.4s linear; opacity: 0.9; }{/block:IndexPage}
  83.  
  84. #fade { /*--Transparent background layer--*/
  85. display: none; /*--hidden by default--*/
  86. background: #000;
  87. position: fixed; left: 0; top: 0;
  88. width: 100%; height: 100%;
  89. opacity: .80;
  90. z-index: 9999;
  91. }
  92.  
  93. .popup_block{
  94. display: none; /*--hidden by default--*/
  95. background: #fff;
  96. padding: 20px;
  97. border: 20px solid #ddd;
  98. float: left;
  99. font-size: 11px;
  100. position: fixed;
  101. top: 50%; left: 50%;
  102. z-index: 99999;
  103. /*--CSS3 Box Shadows--*/
  104. -webkit-box-shadow: 0px 0px 20px #000;
  105. -moz-box-shadow: 0px 0px 20px #000;
  106. box-shadow: 0px 0px 20px #000;
  107. /*--CSS3 Rounded Corners--*/
  108. -webkit-border-radius: 10px;
  109. -moz-border-radius: 10px;
  110. border-radius: 10px;
  111. }
  112. img.btn_close {
  113. float: right;
  114. margin: -50px -50px 0 0;
  115. }
  116. /*--Making IE6 Understand Fixed Positioning--*/
  117. *html #fade {
  118. position: absolute;
  119. }
  120. *html .popup_block {
  121. position: absolute;
  122. }
  123.  
  124. #content{ width:600px; margin: auto auto auto auto; position: relative; }
  125. #content .posts { width:600px; margin:auto; position:relative;}
  126. #content .posts img {}
  127. #content .entry {{block:IndexPage}border:1px solid {color:MainBackground}; width: 250px; margin:18px; padding:6px; float:left; position: relative;{/block:IndexPage}{block:PermalinkPage}margin-top:18px; width:500px; padding:6px; margin-left:42px;{/block:PermalinkPage} background-color:{color:PostBackground}; }
  128.  
  129. .arrow { left:50%; margin-left:308px; position:fixed; font-size:16px; color:{color:header}; }
  130. .disphoto {background-image: url({PortraitURL-64}); -moz-border-radius: 64px; -webkit-border-radius: 64px; width: 62px; height: 62px; margin: 7px;}
  131.  
  132.  
  133. #topheader{width:55px; padding:10px; background-color:{color:MainBackground}; margin-left:600px; position:fixed;}
  134.  
  135. #apropos {text-align:center; font-family:Arial; font-size:10px; margin-top:5px; text-transform:none;}
  136.  
  137. #aproposlinkz {width:55px; overflow:hidden; height:55px; margin:15px 0 15px 0; transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;}
  138.  
  139. #aproposlinkz a{ background-color:{color:PostBackground}; border:1px solid #ccc; color:#000; text-align:center; display:block; text-transform:lowercase; line-height:55px; font-size: 9px; font-family:Arial; letter-spacing: 2px; transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
  140.  
  141. #aproposlinkz a:hover{text-transform:lowercase; color:{color:Hover}; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; letter-spacing:1px;}
  142.  
  143. .slinks {margin-bottom:4px; padding:4px; font-family:times new roman; background-color: #FFF; text-align: left; -moz-transition: 0.8s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.8s ease-in; transition: 0.8s ease-in; color: {color:link}; font-size:11px; text-transform:uppercase; -webkit-box-shadow: 3px 3px 3px #dcdcdc;}
  144. .slinks:hover {background-color: #FFF; color: {color:link}; font-style:italic; -moz-transition: 0.8s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  145.  
  146. #navigation {width:100px; margin:auto; position:absolute; font-family:times new roman; font-size:11px; bottom:30px; }
  147.  
  148. /* TEXT PROPS */
  149. a:link, a:active, a:visited{ color: {color:link}; text-decoration:none; -moz-transition: 0.8s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  150. a:hover{ color:{color:link hover}; -moz-transition: 0.8s ease-in; -webkit-transition: 0.8s ease-in; -o-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  151. .title1 { color:{color:text}; font-family: Courier; letter-spacing:1px; font-size:20px; line-height:24px; text-transform:lowercase; text-align:center; margin:auto; padding:3px; background-color:{color:PostBackground}; background-image:url({image:HeaderBackground}); background-attachment: fixed; background-repeat: repeat;}
  152. .title1 a {color:#3d3d3d;}
  153. .ptitle { color:{color:text}; font-family:courier; font-size: 12px; padding:3px; letter-spacing:1px; border-bottom:1px solid {color:text}; background-color:{color:MainBackground};}
  154. .permalink {text-align:left; font-family:courier; font-size:9px; line-height:12px; margin-top:3px; font-weight:bold; opacity:.6; letter-spacing:2px;}
  155. .right { margin: 0 0 px 0; padding: px; overflow:hidden; -moz-border-radius:3px; border-radius:3px; text-align: left; text-transform:; }
  156. .totalright {float:right; margin-top:0px;}
  157.  
  158. /* POST SPECIFICS */
  159. .quote {background-color:{color:MainBackground}; padding:2px; font-family:Courier; font-size:12px; letter-spacing:1px; font-style:italic;}
  160. .quotem{ position:absolute; margin-left:0px; margin-top:20px; font-size:40px; opacity:0.3; filter: alpha(opacity = 30); }
  161. .source {font-family:times new roman; font-size:11px; font-weight:bold; text-align:left; text-transform:none; }
  162. .audio {width: 247px; background-color:#fff; padding:3px;}
  163. div.video embed, div.post div.video object { width:250px !important; height:180px !important;}
  164. .question { background-color:{color:MainBackground}; padding:3px; border-bottom:1px solid {color:text}; font-family:courier; font-size:11px; letter-spacing:1px;}
  165. .answer { background-color:{color:PostBackground}; padding:3px; border-radius:3px; -moz-border-radius:3px;}
  166.  
  167. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px; }
  168. ol.notes { padding: 0px; margin: 25px 0px; list-style-type:none; border-bottom: solid 0px #ccc; width:500px;}
  169. ol.notes li.note { border-top: solid 1px #444; padding: 2px; width:500px; }
  170. ol.notes li.note img.avatar {margin-right: 10px; width:0px; height: 0px;}
  171. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  172.  
  173. .cred{bottom:5px; right:5px; position:fixed; background:{color:PostBackground}; opacity:1; color:#000;}
  174.  
  175. </style>
  176. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  177. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  178. </script>
  179. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  180. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  181. <script type="text/javascript">
  182.  
  183. $(window).load(function () {
  184. $('.posts').masonry(),
  185. $('.masonryWrap').infinitescroll({
  186. navSelector : "div#navigation",
  187. // selector for the paged navigation (it will be hidden)
  188. nextSelector : "div#navigation a#nextPage",
  189. // selector for the NEXT link (to page 2)
  190. itemSelector : ".entry",
  191. // selector for all items you'll retrieve
  192. bufferPx : 10000,
  193. extraScrollPx: 11000,
  194. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  195. loadingText : "<em></em>",
  196. },
  197. // call masonry as a callback.
  198. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  199. );
  200. });
  201. </script>
  202. <script type="text/javascript">
  203. $(window).load(function(){
  204. $("p").remove(":contains('Source:')");
  205. });
  206. </script>
  207.  
  208. </head>
  209.  
  210. <body>
  211.  
  212. <div class="cred">
  213. <a href="http://www.dec0der.tumblr.com">C R E D I T</a>
  214. </div>
  215.  
  216. <div id="content">
  217.  
  218. <div class="title1"><a href="/">{Title}</a><br>
  219. <div id="apropos">{Description}</div>
  220. </div>
  221.  
  222. <div id="topheader">
  223. <div id="aproposlinkz">
  224. <a href="/"><img src="{PortraitURL-64}" width=55></a>
  225. </div>
  226. <div id="aproposlinkz">
  227. <a href="/ask">ask</a>
  228. </div>
  229. <div id="aproposlinkz">
  230. {block:ifCustomLinkOneTitle}
  231. <a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  232. </div>
  233. <div id="aproposlinkz">
  234. {block:ifCustomLinkTwoTitle}
  235. <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  236. </div>
  237. <div id="aproposlinkz">
  238. {block:ifCustomLinkThreeTitle}
  239. <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  240. </div>
  241. <div id="aproposlinkz">
  242. {block:IfShowBlogroll}
  243. <a href="#?w=500" rel="blogroll" class="poplight">blogroll</a>
  244. {/block:IfShowBlogroll}
  245. </div>
  246. <div id="aproposlinkz">
  247. <a href="http://www.dec0der.tumblr.com">theme</a>
  248. </div>
  249. </div>
  250.  
  251. <div class="posts">
  252. {block:Posts}
  253. <div class="entry">
  254.  
  255. {block:Text}
  256. {block:Title} <div class="ptitle">{Title}</div> {/block:Title}
  257. {Body}
  258. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <div class="right">{TimeAgo} <div class="totalright">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a> </div></div>{block:IndexPage} </div>
  259. {/block:Text}
  260.  
  261. {block:Photo}
  262. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  263. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  264. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>{block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  265. {block:IndexPage}</a>{/block:IndexPage}
  266. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  267. {/block:PermalinkPage}
  268. {block:PermalinkPage}<BR><div style="background-color:{color:MainBackground}; width:500px; padding-top:3px; padding-bottom:3px;"><center>Posted {TimeAgo} {block:NoteCount} with {NoteCountwithLabel}{/block:NoteCount}
  269. {block:HasTags}<br><br><u>Tags:</u> # {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</center> </div>{/block:PermalinkPage}
  270. {/block:Photo}
  271.  
  272. {block:Photoset}
  273. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  274. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  275. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  276. {/block:PermalinkPage}
  277. {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{TimeAgo}&nbsp;|&nbsp;{NoteCountWithLabel}</a></center></div>{/block:IndexPage}
  278. {block:PermalinkPage}<BR><div style="background-color:{color:MainBackground}; width:500px; padding-top:3px; padding-bottom:3px;"><center>Posted {TimeAgo} {block:NoteCount} with {NoteCountwithLabel}{/block:NoteCount}
  279. {block:HasTags}<br><br><u>Tags:</u> # {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</center> </div>{/block:PermalinkPage}
  280. {/block:Photoset}
  281.  
  282. {block:Quote}
  283. <div class="quote">{Quote}</div>
  284. {block:Source} <div class="source">{Source}</div> {/block:Source}
  285. <div class="permalink"><a href="{Permalink}"> <div class="right">{TimeAgo} <div class="totalright">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a> </div></div> </div>
  286. {/block:Quote}
  287.  
  288. {block:Link}
  289. <div class="ptitle"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  290. {block:Description} {Description} {/block:Description}
  291. {/block:Link}
  292.  
  293. <div class="video">
  294. {block:Video}
  295. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  296. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  297. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  298. {/block:PermalinkPage}
  299. <div class="permalink"><a href="{Permalink}"> <div class="right">{TimeAgo} <div class="totalright">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a> </div></div>
  300. </div>
  301. {/block:Video}
  302. </div>
  303.  
  304.  
  305. {block:Chat}
  306. <div style="background-color:{color:MainBackground}; padding:3px;">
  307. {block:Title}
  308. <div class="ptitle">{Title}</div>
  309. {/block:Title}{block:Lines}{block:Label}<i><b>{Label}</b></i>&nbsp;{/block:Label}{Line}<br>{/block:Lines}
  310. </div>
  311. <div class="permalink"><a href="{Permalink}"> <div class="right">{TimeAgo} <div class="totalright">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a> </div></div> </div>
  312. {block:PermalinkPage}<BR><div style="background-color:{color:MainBackground}; width:500px; padding-top:3px; padding-bottom:3px;"><center>Posted {TimeAgo} {block:NoteCount} with {NoteCountwithLabel}{/block:NoteCount}<br><br>
  313. {block:HasTags}<u>Tags:</u> # {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</center> </div>{/block:PermalinkPage}
  314. {/block:Chat}
  315.  
  316.  
  317. {block:Audio}
  318. <div class="audio"> {AudioPlayerWhite} </div>
  319. {block:IndexPage}<div style="padding:2px; font-size:10px; text-align:center;font-style:italic;">{block:TrackName}{TrackName} by {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>{/block:IndexPage}
  320. {block:PermalinkPage}{block:Caption} {Caption} {/block:Caption}{/block:PermalinkPage}
  321. <div class="permalink"><a href="{Permalink}">{PlayCountWithLabel}&nbsp; {block:ExternalAudio} <a href="{ExternalAudioURL}">Download</a> {/block:ExternalAudio} &nbsp; {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a></div>
  322. {/block:Audio}
  323.  
  324.  
  325. {block:Answer}
  326. <div class="question">{Asker}: {Question}</div>
  327. <div class="answer">{Answer}</div>
  328. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> <div class="right">{TimeAgo} <div class="totalright">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a> </div></div> </div>{/block:IndexPage}
  329. {/block:Answer}
  330.  
  331. </div>
  332. <div style="margin-left:42px;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  333.  
  334. {/block:Posts}
  335. </div>
  336. </div>
  337.  
  338. {block:IndexPage}
  339. <div class="column navigation" id="navigation">
  340. {block:Pagination}
  341. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  342. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  343. </div>
  344. {/block:IndexPage}
  345.  
  346. </body>
  347.  
  348. <div id="blogroll" class="popup_block">
  349. <div style="max-height:400px; overflow-y:scroll">
  350. <div style="font-family:courier;font-size:30px; text-align:center; line-height:40px; margin-top:5px; letter-spacing:2px;">Blogs I Follow</div><center>
  351. {block:Following}{block:Followed}<a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" />{block:Followed}{/block:Following}</center>
  352. </div>
  353. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement