dec0der

Zayn Malik Theme

May 20th, 2012
2,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.47 KB | None | 0 0
  1. <!--
  2.  
  3. Theme #8
  4. Zayn Malik Theme by Abigail @ Dec0der | Tumblr
  5.  
  6. Please, do NOT remove the credits! Thank You.
  7.  
  8. -->
  9.  
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + 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>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46.  
  47. <head>
  48.  
  49. <meta name="color:Post Background" content="#FFFFFF" />
  50. <meta name="color:Background" content="#FFFFFF" />
  51. <meta name="color:Bordering" content="#e7d7c5" />
  52.  
  53. <meta name="color:Text" content="#2E2E2E" />
  54. <meta name="color:Link" content="#777" />
  55. <meta name="color:LinkHover" content="#e7d7c5" />
  56.  
  57. <meta name="image:Icon Image" content="">
  58. <meta name="image:Background" content="">
  59.  
  60. <meta name="text:Custom Link One" content="" />
  61. <meta name="text:Custom Link One Title" content="link 1" />
  62. <meta name="text:Custom Link Two" content="" />
  63. <meta name="text:Custom Link Two Title" content="link 2" />
  64.  
  65. <title>{Title}</title>
  66. <link rel="shortcut icon" href="{Favicon}">
  67. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <title>Untitled Document</title>
  70. <link rel="shortcut icon" href="{Favicon}">
  71. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  72. <link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:bold' rel='stylesheet' type='text/css'>
  73.  
  74. {block:Description}
  75. <meta name="description" content="{MetaDescription}" />
  76. {/block:Description}
  77.  
  78. <style type="text/css">
  79.  
  80. #tumblr_controls{position:fixed !important; }
  81.  
  82. ::-webkit-scrollbar {width: 8px; height:auto; background:{color:Background};}
  83.  
  84. ::-webkit-scrollbar-corner {background:{color:Bordering};}
  85.  
  86. ::-webkit-scrollbar-thumb:vertical {background:{color:Bordering};}
  87.  
  88. ::-webkit-scrollbar-thumb:horizontal {background:{color:Bordering};}
  89.  
  90. /* BODY ENTRIES */
  91. body{ color:{color:text}; background-color:{color:Background}; background-image:url('{image:Background}'); background-repeat:no-repeat; background-position: left bottom; background-attachment:fixed; font-family:Cambria; font-size:10px; line-height: 12px; text-align:justify; margin:auto;}
  92.  
  93. #fade { /*--Transparent background layer--*/
  94. display: none; /*--hidden by default--*/
  95. background: #000;
  96. position: fixed; left: 0; top: 0;
  97. width: 100%; height: 100%;
  98. opacity: .80;
  99. z-index: 9999;
  100. }
  101.  
  102. .popup_block{
  103. display: none; /*--hidden by default--*/
  104. background: #fff;
  105. padding: 20px;
  106. border: 20px solid {color:Background};
  107. float:left;
  108. font-size:11px;
  109. position:fixed;
  110. top:50%; left:50%;
  111. z-index:99999;
  112. /*--CSS3 Box Shadows--*/
  113. -webkit-box-shadow: 0px 0px 20px #000;
  114. -moz-box-shadow: 0px 0px 20px #000;
  115. box-shadow: 0px 0px 20px #000;
  116. /*--CSS3 Rounded Corners--*/
  117. -webkit-border-radius:10px;
  118. -moz-border-radius:10px;
  119. border-radius:10px;
  120. }
  121. img.btn_close {
  122. float: right;
  123. margin: -50px -50px 0 0;
  124. }
  125. /*--Making IE6 Understand Fixed Positioning--*/
  126. *html #fade {
  127. position: absolute;
  128. }
  129. *html .popup_block {
  130. position: absolute;
  131. }
  132.  
  133. #content{ width:600px; margin: auto auto auto auto; margin-top:120px; position: relative; }
  134. #content .posts { width:600px; margin:auto; position:relative;}
  135. #content .posts img {}
  136. #content .entry {{block:IndexPage} border:1px solid {color:Bordering}; width: 250px; margin:16px; padding:8px; float:left; position: relative;{/block:IndexPage}{block:PermalinkPage}margin-top:18px; width:500px; padding:6px; margin-left:42px;{/block:PermalinkPage} background-color:{color:PostBackground}; }
  137.  
  138. .arrow { left:50%; margin-left:308px; position:fixed; font-size:16px; color:{color:header}; }
  139. .disphoto {background-image: url({PortraitURL-64}); -moz-border-radius: 64px; -webkit-border-radius: 64px; width: 62px; height: 62px; margin: 7px;}
  140.  
  141. #wmyb {height:100px; width:100px; background-color: #f6f6e3; line-height:100px; text-transform:uppercase; float:left; border-top: 10px solid #f6f6e3; border-bottom: 10px solid #f6f6e3; font-family:Consolas;}
  142. #wmyb a {height:100px; width:100px; line-height:100px; color: #5f4642; background-color: #f6f6e3; border-top: 10px solid #f6f6e3; border-bottom: 10px solid #f6f6e3; letter-spacing:1px;}
  143. #wmyb:hover {letter-spacing:2px; -webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; border-bottom: 10px solid {color:Bordering};}
  144.  
  145. #wmyb2 {height:100px; width:100px; background-color: #fbfbea; line-height:100px; text-transform:uppercase; float:left; border-bottom: 10px solid #fbfbea; border-top: 10px solid #fbfbea; font-family:Consolas;}
  146. #wmyb2 a {height:100px; width:100px; line-height:100px; color: #5f4642; background-color: #fbfbea; border-bottom: 10px solid #fbfbea; border-top: 10px solid #fbfbea; letter-spacing:1px;}
  147. #wmyb2:hover {letter-spacing:2px; -webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; border-top: 10px solid {color:Bordering};}
  148.  
  149. #harry {width:600px; height:auto; top:0px; position:fixed; text-align:center; margin:auto; background:{color:Background};}
  150.  
  151. #des {text-align:center;}
  152.  
  153. .zayn {background-color:transparent;width:86px; bottom: 22px; margin-left:610px; text-align:center;opacity:1; font-size:9px; text-transform:lowercase; font-family:Helvetica, Arial, sans-serif; position:fixed;}
  154. .zayn img {opacity:0.9; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px;}
  155. .zayn a:hover {-webkit-transition:0.3s linear}
  156.  
  157. .malik a {display:block; background-color:#fff1e0; margin:2px 0 2px 0; font-size:9px; font-family:Helvetica, Arial, sans-serif; text-transform:lowercase; color:#af887c; text-decoration:none; text-align:center; padding:4px; letter-spacing:1px;opacity:0.9}
  158.  
  159. .malik a:hover {opacity:0.7;}
  160.  
  161.  
  162.  
  163. .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;}
  164. .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;}
  165.  
  166. #navigation {width:100px; margin:auto; position:absolute; font-family:times new roman; font-size:11px; bottom:30px; }
  167.  
  168. /* TEXT PROPS */
  169. 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;}
  170. 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;}
  171. .ptitle { color:{color:text}; font-family:Courier; font-size: 12px; padding:3px; letter-spacing:1px; border-bottom:1px solid {color:text}; background-color:{color:Background};}
  172. .right { margin: 0 0 px 0; padding: px; overflow:hidden; -moz-border-radius:3px; border-radius:3px; text-align: left; text-transform:; }
  173. .totalright {float:right; margin-top:0px;}
  174. .permalink {position:absolute; width:240px; background-color:{color:Post Background}; padding:5px; opacity:0; z-index:1; {block:permalinkpage}display:none;{/block:permalinkpage} -webkit-transition: all 0.6s ease-in; -moz-transition: all 0.6s ease-in; -o-transition: all 0.6s ease-in;
  175. }
  176. .entry:hover .permalink {opacity:0.9;}
  177.  
  178. /* POST SPECIFICS */
  179. .quote {background-color:{color:Background}; padding:2px; font-family:Courier; font-size:12px; letter-spacing:1px; font-style:italic;}
  180. .quotem{ position:absolute; margin-left:0px; margin-top:20px; font-size:40px; opacity:0.3; filter: alpha(opacity = 30); }
  181. .source {font-family:times new roman; font-size:11px; font-weight:bold; text-align:left; text-transform:none; }
  182. .audio {{block:IndexPage}width:244px;{/block:IndexPage} {block:PermalinkPage}width:494px;{/block:PermalinkPage} background-color:#e0e0e0; padding:3px;}
  183. .audi img {max-width:100px; overflow:hidden; float:left; {block:permalinkpage} margin-right:5px; {/block:permalinkpage}}
  184. div.video embed, div.post div.video object { width:250px !important; height:180px !important;}
  185. .question { background-color:{color:Background}; padding:3px; border-bottom:1px solid {color:text}; font-family:courier; font-size:11px; letter-spacing:1px;}
  186. .answer { background-color:{color:Post Background}; padding:3px; border-radius:3px; -moz-border-radius:3px;}
  187.  
  188. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px; }
  189. ol.notes { width:500px; padding: 0px; margin: 25px 0px; border-bottom: solid 1px {color:Bordering}; }
  190. ol.notes li.note { border-top: solid 1px {color:Bordering}; padding: 2px;}
  191. ol.notes li.note img.avatar {margin-right: 10px; width:0px; height: 0px;}
  192. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  193.  
  194. </style>
  195. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  196. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  197. </script>
  198. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  199. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  200. <script type="text/javascript">
  201.  
  202. $(window).load(function () {
  203. $('.posts').masonry(),
  204. $('.masonryWrap').infinitescroll({
  205. navSelector : "div#navigation",
  206. // selector for the paged navigation (it will be hidden)
  207. nextSelector : "div#navigation a#nextPage",
  208. // selector for the NEXT link (to page 2)
  209. itemSelector : ".entry",
  210. // selector for all items you'll retrieve
  211. bufferPx : 10000,
  212. extraScrollPx: 11000,
  213. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  214. loadingText : "<em></em>",
  215. },
  216. // call masonry as a callback.
  217. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  218. );
  219. });
  220. </script>
  221. <script type="text/javascript">
  222. $(window).load(function(){
  223. $("p").remove(":contains('Source:')");
  224. });
  225. </script>
  226.  
  227. <script type="text/javascript">
  228. $(window).load(function(){
  229. $("p").remove(":contains('Source:')");
  230. $("p").remove(":contains('via ')");
  231. });
  232. </script>
  233.  
  234. </head>
  235.  
  236. <body>
  237.  
  238. <a style="position:fixed;bottom:5px;right:5px;opacity:0.9;color:#3d3d3d;background-color:#FFF;font-family:consolas;font-size:9px;letter-spacing:2px;" href="http://dec0der.tumblr.com" title="theme by dec0der">CREDIT</a>
  239.  
  240. <div id="content">
  241.  
  242. <div class="zayn">
  243. <img src="{image:Icon Image}" width=86><br>
  244. <div class="malik"><div style="border-left:{color:Bordering} 2px solid;"><a href="/">index</a></div>
  245. <div style=" border-left:{color:Bordering} 2px solid;"><a href="#?w=500" rel="description" class="poplight">description</a></div></div>
  246. </div>
  247.  
  248.  
  249. <div class="posts">
  250. {block:Posts}
  251. <div class="entry">
  252.  
  253. {block:Text}
  254. <div class="permalink">
  255. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  256. <br>
  257. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  258. </div>
  259. {block:Title} <div class="ptitle">{Title}</div> {/block:Title}
  260. {Body}
  261. {/block:Text}
  262.  
  263. {block:Photo}
  264. <div class="permalink">
  265. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  266. <br>
  267. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  268. </div>
  269. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  270. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  271. <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}
  272. {block:IndexPage}</a>{/block:IndexPage}
  273. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  274. {/block:PermalinkPage}
  275. {/block:Photo}
  276.  
  277. {block:Photoset}
  278. <div class="permalink">
  279. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  280. <br>
  281. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  282. </div>
  283. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  284. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  285. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  286. {/block:PermalinkPage}
  287. {/block:Photoset}
  288.  
  289. {block:Quote}
  290. <div class="permalink">
  291. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  292. <br>
  293. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  294. </div>
  295. <div class="quote">{Quote}</div>
  296. {block:Source} <div class="source">{Source}</div> {/block:Source}
  297. {/block:Quote}
  298.  
  299. {block:Link}
  300. <div class="permalink">
  301. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  302. <br>
  303. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  304. </div>
  305. <div class="ptitle"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  306. {block:Description} {Description} {/block:Description}
  307. {/block:Link}
  308.  
  309. {block:Chat}
  310. <div class="permalink">
  311. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  312. <br>
  313. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  314. </div>
  315. <div style="background-color:{color:MainBackground}; padding:3px;">
  316. {block:Title}
  317. <div class="ptitle">{Title}</div>
  318. {/block:Title}{block:Lines}{block:Label}<i><b>{Label}</b></i>&nbsp;{/block:Label}{Line}<br>{/block:Lines}
  319. </div>
  320. {/block:Chat}
  321.  
  322.  
  323. {block:AudioPlayer}
  324. <div class="post">
  325. <div class="permalink">
  326. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  327. <br>
  328. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  329. </div>
  330. {block:indexpage}
  331. <div style="background-color:#e7e7e7;width:100%;float:left;margin-bottom:5px;">{audioplayergrey}</div>
  332. {block:albumart}
  333. <div class="audi"><img src="{albumartURL}"></div>
  334. {/block:albumart}
  335. <div style="float:left;margin-left:5px;width:140px;">
  336. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  337. {block:Album}<b>ALBUM:</b> {Album}{/block:Album}<br>
  338. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}</p>
  339. <b>PLAYS:</b> {Playcountwithlabel}
  340. </div>
  341. {/block:indexpage}
  342. {block:permalinkpage}
  343. <div style="background-color:#e7e7e7;width:100%;float:left;margin-bottom:5px;">{audioplayergrey}</div>
  344. <br>
  345. {block:albumart}
  346. <div class="audi">
  347. <img src="{albumarturl}">
  348. </div>
  349. {/block:albumart}
  350. <div style="float:left;">
  351. {playcountwithlabel}<br>
  352. {block:artist}{artist}{/block:artist}<br>
  353. {block:album}{album}{/block:album}<br>
  354. {block:trackname}{trackname}{/block:trackname}<br>
  355. </div>
  356. {/block:permalinkpage}
  357. {block:ifshowcaptions}
  358. {block:caption}
  359. {caption}
  360. {/block:caption}
  361. {/block:ifshowcaptions}
  362. {block:ifnotshowcaptions}
  363. {block:permalinkpage}
  364. <div style="float:left;">
  365. {caption}
  366. </div>
  367. {/block:permalinkpage}
  368. {/block:ifnotshowcaptions}
  369. </div>
  370. {/block:AudioPlayer}
  371.  
  372.  
  373. {block:Answer}
  374. <div class="permalink">
  375. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  376. <br>
  377. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  378. </div>
  379. <div class="question">{Asker}: {Question}</div>
  380. <div class="answer">{Answer}</div>
  381. {/block:Answer}
  382.  
  383.  
  384. {block:Video}
  385. <div class="permalink">
  386. {DayOfWeek} • {Month} {DayOfMonth}{DayOfMonthSuffix}
  387. <br>
  388. <a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}" title="reblog this post">reblog</a>
  389. </div>
  390. {block:IndexPage}{Video-250}{/block:IndexPage}
  391. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  392. {/block:Video}
  393.  
  394. </div>
  395.  
  396. {block:PermalinkPage}
  397. <div style="float:left;width:500px; margin-left:48px;">
  398. {block:Date}
  399. <div style="font-weight:bold;font-size:12px;border-bottom:1px solid {color:bordering};margin-bottom:3px;text-transform:uppercase;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({12Hour}:{Minutes}{AmPm})</div>
  400. {/block:Date}
  401. {block:PostNotes}
  402. {NoteCountWithLabel}
  403. <br>
  404. {/block:PostNotes}
  405. {block:HasTags}
  406. tagged:{block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a>{/block:Tags}
  407. <br>
  408. {/block:HasTags}
  409. {block:RebloggedFrom}
  410. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>
  411. original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  412. {/block:RebloggedFrom}
  413. {block:Date}
  414. {/block:Date}
  415. {block:NoteCount}
  416. <div style="border-bottom:1px solid {color:bordering};padding-top:3px;"></div>
  417. <div class="notes">
  418. {PostNotes}
  419. </div>
  420. {/block:NoteCount}
  421. </div>
  422. {/block:PermalinkPage}
  423.  
  424. {/block:Posts}
  425. </div>
  426.  
  427. <div id="harry">
  428. <div id="wmyb"><a href="/ask">questions</a></div>
  429. <div id="wmyb2"><a href="/archive">archive</a></div>
  430. <div id="wmyb">{block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}</div>
  431. <div id="wmyb2">{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}</div>
  432. <div id="wmyb"><a href="#?w=500" rel="blogroll" class="poplight">blogroll</a></div>
  433. <div id="wmyb2"><a href="http://www.themesbydec0der.tumblr.com">theme</a></div>
  434. </div>
  435.  
  436. </div>
  437.  
  438. {block:IndexPage}
  439. <div class="column navigation" id="navigation">
  440. {block:Pagination}
  441. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  442. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  443. </div>
  444. {/block:IndexPage}
  445.  
  446. </body>
  447.  
  448. <div id="blogroll" class="popup_block">
  449. <div style="max-height:400px; overflow-y:scroll">
  450. <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>
  451. {block:Following}{block:Followed}<a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" />{block:Followed}{/block:Following}
  452. </center>
  453. </div>
  454. </div>
  455.  
  456. <div id="description" class="popup_block">
  457. <div id="des">
  458. {Description}
  459. </div>
  460. </div>
Advertisement
Add Comment
Please, Sign In to add comment