Advertisement
feiinho

Graph Paper Theme (Remixed)

Oct 29th, 2011
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.68 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. {Title}{block:PostTitle} | {PostTitle}{/block:PostTitle}
  5. </title>
  6. <link rel="shortcut icon" href="{Favicon}" />
  7. <link rel="alternate" type="application/rss+xml" href="/rss" />
  8. <!-- Default colors -->
  9. <meta name="color:Body background" content="#fff" />
  10. <meta name="color:Link color" content="#496fa8" />
  11. <meta name="color:Link hover color" content="#fff" />
  12. <meta name="color:Link hover background" content="#496fa8" />
  13. <meta name="color:Nav link color" content="#496fa8" />
  14. <meta name="color:Nav link hover color" content="#fff" />
  15. <meta name="color:Nav link hover background" content="#496fa8" />
  16. <meta name="color:Following portrait border" content="#496fa8" />
  17. <meta name="color:Even post border" content="#496fa8" />
  18. <meta name="color:Date link color" content="#fff" />
  19. <meta name="color:Date link background" content="#496fa8" />
  20. <meta name="color:Date hover background" content="#000" />
  21. <meta name="color:Reblogged portrait border" content="#ccc" />
  22. <meta name="color:Reblogged portrait hover border" content="#496fa8" />
  23. <meta name="color:Via text" content="#999" />
  24. <meta name="color:Permalink color" content="#ccc" />
  25. <meta name="color:Permalink hover color" content="#fff" />
  26. <meta name="color:Footerpage text" content="#ccc" />
  27. <meta name="color:Audio player border" content="#496fa8" />
  28. <meta name="color:Audio player background" content="#fff" />
  29. <meta name="color:Chat user 1 color" content="#000" />
  30. <meta name="color:Chat user 1 background" content="#eee" />
  31. <meta name="color:Chat user 2 color" content="#000" />
  32. <meta name="color:Chat user 2 background" content="#fff" />
  33. <meta name="color:Chat user 3 color" content="#000" />
  34. <meta name="color:Chat user 3 background" content="#ccc" />
  35. <meta name="color:Footer Background" content="#496fa8" />
  36. <meta name="color:Footer Border" content="#000" />
  37. <meta name="color:Footer Text" content="#fff" />
  38. <meta name="color:Footer Headers" content="#000" />
  39. <meta name="color:Footer Links" content="#000" />
  40. <meta name="color:Footer hover color" content="#fff" />
  41. <meta name="color:Footer hover background" content="#000" />
  42. <style type="text/css">
  43.  /*
  44. Theme: Graph Paper
  45. Release date: 14 April 2008
  46. Author: Heather Rivers (http://heather-rivers.com/)
  47. Modified: Pratyush Mittal (http://fully-faltoo.com)
  48. License: Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported
  49. Details: http://creativecommons.org/licenses/by-nc-sa/3.0/
  50. */
  51.  
  52. * {margin:0;padding:0;}
  53.  
  54. /* General */
  55. body {background-color:{color:Body background};font-family:'Lucida Sans Unicode','Lucida Sans','Lucida Grande',sans-serif;background-image:url(http://hr1v.com/remote/graph-paper/bg.gif);font-size:12px;line-height:20px;}
  56. h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:1em;}
  57. a {padding:3px;text-decoration:none;color:{color:Link color};}
  58. a:hover {color:{color:Link hover color};background-color:{color:Link hover background};}
  59. a img {border:0;}
  60. p, h1, h2, h4, h5, h6, li {padding-left:4px;}
  61. p {margin-bottom:20px;}
  62. blockquote {margin:0 0 0 20px;}
  63.  
  64. /* Sidebar */
  65. h1 {font-family:Comic Sans MS;font-size:36px;line-height:40px;margin-bottom:20px;padding-left:0;margin:0 20px;}
  66. h1 a {display:block;padding:0 4px;}
  67. ul#nav {list-style:none;margin-bottom:20px;}
  68. ul#nav a {display:block;padding:0;color:{color:Nav link color};}
  69. ul#nav li:hover {background-color:{color:Nav link hover background};}
  70. ul#nav li:hover a {color:{color:Nav link hover color};}
  71.  
  72. /* Following */
  73. ul#following {list-style:none;line-height:1;margin-bottom:20px;}
  74. ul#following li {float:left;position:relative;width:40px;height:40px;padding-left:0;}
  75. ul#following li a {padding:0;}
  76. ul#following li img {width:40px;height:40px;z-index:0;}
  77. ul#following li:hover img.portrait-zoom {display:block;}
  78. ul#following li img.portrait-zoom {display:none;position:absolute;left:-9px;top:-9px;width:48px;height:48px;border:5px solid {color:Following portrait border};z-index:1 !important;}
  79.  
  80. /* Posts */
  81. div#sidebar {font-size:12px;line-height:20px;width:215px;float:left;text-align:left;display: block;padding-left:20;}
  82. div#Rsidebar {font-size:12px;line-height:20px;width:200px;float:right;text-align:left;display: block;}
  83. div#posts {margin-left:240px; margin-right:210px;max-width:1000px;text-align:center;}
  84. div.post-container {font-size:12px;line-height:20px;position:relative;}
  85. div.post {padding:20px;}
  86. div.post p:last-child, div.post blockquote:last-child {margin-bottom:0;}
  87. div.post h3 {font-size:26px;line-height:40px;}
  88. div.post h3 a {padding:4px;}
  89. div.odd {margin-top:-1px;margin-bottom:-1px;margin-left:-1px;border:1px solid {color:Even post border};}
  90. a.date {padding:0;display:block;color:{color:Date link color};background-color:{color:Date link background};margin-top:20px;margin-bottom:20px;text-align:center;}
  91. a.date:hover {background-color:{color:Date hover background};}
  92.  
  93.  
  94. #Rsidebar .mirza {
  95. font-size: 14px;
  96. background-color:#fff;
  97. color:{color:Description};
  98. padding: 7px 10px 7px 10px;
  99. }
  100.  
  101.  
  102. blockquote {
  103.  
  104. text-align:left;
  105.   font: 14px/22px normal helvetica, Comic Sans MS;
  106.   margin-top: 10px;
  107.   margin-bottom: 10px;
  108.   margin-left: 50px;
  109.   padding-left: 15px;
  110.   border-left: 3px solid #ccc;
  111. }
  112.  
  113.  
  114. /* Text post */
  115. div.text ol li, div.text ul li {margin-left:20px;}
  116.  
  117. /* Photo post */
  118. div.photo {text-align:center;}
  119. div.photo div.the-photo a, div.photo div.the-photo a:hover {padding:0 !important;background:none !important;}
  120. div.photo div.caption p {text-align:left;}
  121.  
  122. /* Chat post */
  123. div.chat table {}
  124. div.chat table td {font-size:12px;line-height:20px;padding:0 5px;vertical-align:top;}
  125. div.chat table td.label {font-weight:bold;font-size:10px;text-transform:uppercase;letter-spacing:1px;text-align:right;}
  126. div.chat table td.user_1 {color:{color:Chat user 1 color};background-color:{color:Chat user 1 background};}
  127. div.chat table td.user_2 {color:{color:Chat user 2 color};background-color:{color:Chat user 2 background};}
  128. div.chat table td.user_3 {color:{color:Chat user 3 color};background-color:{color:Chat user 3 background};}
  129.  
  130. /* Video post */
  131. div.video {text-align:center;}
  132. div.video div.caption p {text-align:left;}
  133.  
  134. /* Audio post */
  135. div.audio_player {margin:0 auto 20px auto;width:208px;padding:0 10px;border:6px solid {color:Audio player border};background-color:{color:Audio player background};}
  136. div.audio div.caption {text-align:center;}
  137.  
  138. /* Reblogged */
  139. div.reblogged {position:absolute;top:40px;right:0px;}
  140. div.reblogged-portrait {position:relative;width:20px;height:20px;}
  141. div.reblogged-portrait a {display:block;width:16px;height:16px;padding:2px;background-color:{color:Reblogged portrait border};}
  142. div.reblogged-portrait a img {position:absolute;width:16px;height:16px;}
  143. div.reblogged-portrait a img.reblogged-zoom {display:none;width:30px;height:30px;}
  144. div.reblogged-portrait a:hover img.reblogged-zoom {display:block;border:4px solid {color:Reblogged portrait hover border};top:-9px;left:-9px;}
  145. div.reblogged p {position:absolute;width:20px;height:20px;line-height:20px;text-align:center;top:-20px;right:0;text-transform:uppercase;font-size:8px;color:{color:Via text};padding:0;margin:0;}
  146.  
  147. /* Permalink */
  148. div.permalink a {position:absolute;top:0;right:0;padding:0;width:20px;height:20px;text-align:center;color:{color:Permalink color};}
  149. div.permalink a:hover {color:{color:Permalink hover color};}
  150. {block:PermalinkPage}
  151. div.permalink a {display:none;}
  152. {/block:PermalinkPage}
  153.  
  154. /* Footerpage */
  155. ul#Footerpage {clear:both;text-align:center;width:400px;padding:40px 20px;font-size:26px;line-height:40px;color:{color:Footerpage text};}
  156. ul#Footerpage li {display:inline;}
  157.  
  158.  
  159. /* FOOTER */
  160.     #footer {
  161.       text-align:center;
  162.       background:{color:Footer Background};
  163.       border-top: 5px solid {color:Footer Border};
  164.       overflow: auto;
  165.       color: {color:Footer Text};
  166.       padding: 1.5em 0 ;
  167.     }
  168.  
  169.  
  170.     #footer a{ padding:3px;text-decoration:none;color:{color:Footer Links};}
  171.     #footer a:hover {color:{color:Footer hover color};background-color:{color:Footer hover background};}
  172.  
  173.  
  174.  
  175.       #footer h3 {
  176.         color: {color:Footer Headers};
  177.         font-weight: bold;
  178.         font-size:13px;
  179.         margin-bottom: 0;
  180.       }
  181.    
  182.       #footer p, #footer ul {
  183.         margin-bottom: 1.714em;
  184.       }
  185.      
  186.       #footer ul {
  187.         list-style: none;
  188.         margin: 0 0 2.5em;
  189.       }
  190.      
  191.         #footer ul li {
  192.           line-height: 2;
  193.           margin: 0;
  194.         }
  195.      
  196.       #footer #footer-contain {
  197.         margin: auto;
  198.         width: 37.5em;
  199.       }
  200.    
  201.       #footer #footer-left {
  202.         float: left;
  203.         width: 11em;
  204.       }
  205.      
  206.       #footer #footer-mid {
  207.         float: left;
  208.         margin-left: 2.25em;
  209.         width: 11em;
  210.       }
  211.      
  212.       #footer #footer-right {
  213.         margin-left: 26.5em;
  214.       }
  215.  
  216.  
  217.  
  218. /*Roll over feed
  219. -----------------------------------------------*/
  220. #menu {
  221. list-style: none;
  222. padding: 0;
  223. margin: 0;
  224. width: 200px;
  225. height: 220px;
  226. position: relative;
  227. }
  228. #menu span {
  229. display: none;
  230. position: absolute;
  231. }
  232. #menu a {
  233. display: block;
  234. text-indent: -900%;
  235. position: absolute;
  236. outline: none;
  237. }
  238. #menu a:hover {
  239. background-position: left bottom;
  240. }
  241. #menu a:hover span{
  242. display: block;
  243. }
  244. #menu .home {
  245. width: 114px;
  246. height: 41px;
  247. background: url(http://img204.imageshack.us/img204/7910/200807292223ec8.gif) no-repeat;
  248. left: 10px;
  249. top: 25px;
  250. }
  251. #menu .home span {
  252. width: 152px;
  253. height: 88px;
  254. background: url(http://img205.imageshack.us/img205/7050/200807292223homeoversf0.gif) no-repeat;
  255. left: -15px;
  256. top: -21px;
  257. }
  258. #menu .about {
  259. width: 119px;
  260. height: 23px;
  261. background: url(http://img241.imageshack.us/img241/4594/randomnp2.gif) no-repeat;
  262. left: 10px;
  263. top: 95px;
  264. }
  265. #menu .about span {
  266. width: 140px;
  267. height: 70px;
  268. background: url(http://img292.imageshack.us/img292/1098/randomhoverkr0.gif) no-repeat;
  269. left: -7px;
  270. top: -17px;
  271. }
  272. #menu .rss {
  273. width: 116px;
  274. height: 42px;
  275. background: url(http://img205.imageshack.us/img205/1760/200807292223rssdm2.gif) no-repeat;
  276. left: 10px;
  277. top: 150px;
  278. }
  279. #menu .rss span {
  280. width: 127px;
  281. height: 75px;
  282. background: url(http://img511.imageshack.us/img511/2852/200807292223ramdomoverib6.gif) no-repeat;
  283. left: 0px;
  284. top: -18px;
  285. }
  286.  
  287. /* Do what you will, supposed outsiders of my soul */
  288. {CustomCSS}
  289. </style>
  290. <!-- Stop using IE -->
  291. <!--[if IE]>
  292. <style type="text/css">
  293. .odd {margin-left:0;}
  294. </style>
  295. <![endif]-->
  296. <script type="text/javascript">
  297.  function photoPadding (photo) {
  298.             height = photo.height;
  299.             if (height % 20 != 0) {
  300.                 var i = 0;
  301.                 var newHeight;
  302.                 var photoPadding;
  303.                 for (i = 0; i  20; i++) {
  304.                     newHeight = height + i;
  305.                     if (newHeight % 20 == 0) {
  306.                         photoPadding = newHeight - height;
  307.                         photo.style.paddingBottom = photoPadding;
  308.                         break;
  309.                     }
  310.                 }
  311.             }
  312.         }
  313.        
  314.         function videoPadding (video) {
  315.             height = video.height;
  316.             if (height % 20 != 0) {
  317.                 var i = 0;
  318.                 var newHeight;
  319.                 var videoPadding;
  320.                 for (i = 0; i  20; i++) {
  321.                     height = parseInt(height);
  322.                     newHeight = height + i;
  323.                     newHeight = parseInt(newHeight);
  324.                     if (newHeight % 20 == 0) {
  325.                         videoPadding = newHeight - height;
  326.                         videoPadding = parseInt(videoPadding);
  327.                         video.parentNode.style.paddingBottom = videoPadding;
  328.                         break;
  329.                     }
  330.                 }
  331.             }
  332.  
  333.         }
  334. </script>
  335. </head>
  336. <body>
  337.  
  338. <div id="container">
  339. <div id="sidebar">
  340. <h1>
  341. <a href="/">
  342. {Title}
  343. </a>
  344. </h1>
  345.  {block:Description}
  346. <p id="description">
  347. {Description}
  348. </p>
  349.  {/block:Description}
  350. <ul id="nav">
  351.  {block:DayPagination}
  352.                         {block:PreviousDayPage}
  353. <li>
  354. <a href="{PreviousDayPage}">
  355. &#171; {Month} {DayOfMonth}, {Year}
  356. </a>
  357. </li>
  358.  {/block:PreviousDayPage}
  359.                         {block:NextDayPage}
  360. <li>
  361. <a href="{NextDayPage}">
  362. {Month} {DayOfMonth}, {Year} &#187;
  363. </a>
  364. </li>
  365.  {/block:NextDayPage}
  366.                     {/block:DayPagination}
  367.                    
  368.                     {block:PermalinkPagination}
  369.                         {block:PreviousPost}
  370. <li>
  371. <a href="{PreviousPost}">
  372. &#171; Previous post
  373. </a>
  374. </li>
  375.  {/block:PreviousPost}
  376.                         {block:NextPost}
  377. <li>
  378. <a href="{NextPost}">
  379. Next post &#187;
  380. </a>
  381. </li>
  382.  {/block:NextPost}
  383.                     {/block:PermalinkPagination}
  384. <li>
  385. <a href="/rss">
  386. RSS
  387. </a>
  388. </li>
  389. <li>
  390. <a href="/mobile">
  391. Mobile
  392. </a>
  393. </li>
  394. <li>
  395. <a href="/archive">
  396. Archive
  397. </a>
  398. </li>
  399. <li>
  400. <a href="/random">
  401. Random Post
  402. </a>
  403. </li>
  404. </ul>
  405.  
  406. {block:Following}
  407. <p>Following:</p>
  408. <ul id="following">
  409. {block:Followed}
  410. <li>
  411. <a href="{FollowedURL}">
  412. <img src="{FollowedPortraitURL-40}" alt="{FollowedName}" />
  413. <img src="{FollowedPortraitURL-48}" alt="{FollowedName}" class="portrait-zoom" />
  414. </a>
  415. </li>
  416. {/block:Followed}
  417. </ul>
  418. {/block:Following}
  419.  
  420. <!-- ADD UP YOUR CONTENT OR ADS HERE FOR LEFT SIDEBAR -->
  421.  
  422. </div>
  423. <!-- Right sidebar -->
  424. <div id="Rsidebar">
  425.  
  426. <ul id="menu">
  427. <li><a href="/" class="home">Home <span></span></a></li>
  428. <li><a href="/random" class="about">Random Post <span></span></a></li>
  429. <li><a href="/rss" class="rss">RSS <span></span></a></li>
  430. </ul>
  431.  
  432. <div class="mirza">
  433. <script src="http://www.thisismydevsite.com/tumblr.js" type="text/javascript">
  434. </script>
  435. <div class="searchbox" id="mainsearch">
  436.  Search
  437. <script type="text/javascript">
  438. Tumblr.searchBox()
  439. </script>
  440. </div>
  441. </div>
  442. <center>
  443. Enter the query to search in posts. Thanks to <a href="http://www.ziked.com/">Mirza</a> for this useful search script.
  444. <!-- ADD UP YOUR CONTENT OR ADS HERE FOR RIGHT SIDEBAR  LIKE TAG CLOUD OR DISCUS WIDGET-->
  445. <br />
  446. <script language="JavaScript1.2" src="http://www.altavista.com/static/scripts/translate_engl.js">
  447. </script>
  448. <br />
  449. </center>
  450. </div>
  451. <div id="posts">
  452.  {block:TagPage}
  453. <h2>
  454. Posts tagged "{Tag}"
  455. </h2>
  456.  {/block:TagPage}
  457.  
  458.  
  459.                 {block:Posts}
  460.                    
  461.                     {block:NewDayDate}
  462. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" class="date">
  463. {DayOfWeek}, {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} &#8595;
  464. </a>
  465.  {/block:NewDayDate}
  466.                    
  467.                     {block:Text}
  468. <div class="post-container">
  469. <div class="post text {TagsAsClasses}">
  470.  {block:Title}
  471. <h3>
  472. <a href="{Permalink}">
  473. {Title}
  474. </a>
  475. </h3>
  476.  {/block:Title}
  477.                        
  478.                                 {Body}
  479. </div>
  480. <div class="permalink">
  481. <a href="{Permalink}">
  482. &infin;
  483. </a>
  484. </div>
  485.  {block:RebloggedFrom}
  486. <div class="reblogged">
  487. <p>
  488. via
  489. </p>
  490. <div class="reblogged-portrait">
  491. <a href="{ReblogParentURL}">
  492. <img src="{ReblogParentPortraitURL-16}" alt="{ReblogParentName}" />
  493. <img src="{ReblogParentPortraitURL-30}" alt="{ReblogParentName}" class="reblogged-zoom" />
  494. </a>
  495. </div>
  496. </div>
  497.  {/block:RebloggedFrom}
  498. </div>
  499.  {/block:Text}
  500.                
  501.                     {block:Photo}
  502. <div class="post-container">
  503. <div class="post photo {TagsAsClasses}">
  504. <div class="the-photo">
  505. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" onload="photoPadding(this)" />{LinkCloseTag}
  506. </div>
  507.  {block:Caption}
  508. <div class="caption">
  509. {Caption}
  510. </div>
  511.  {/block:Caption}
  512. </div>
  513. <div class="permalink">
  514. <a href="{Permalink}">
  515. &infin;
  516. </a>
  517. </div>
  518.  {block:RebloggedFrom}
  519. <div class="reblogged">
  520. <p>
  521. via
  522. </p>
  523. <div class="reblogged-portrait">
  524. <a href="{ReblogParentURL}">
  525. <img src="{ReblogParentPortraitURL-16}" alt="{ReblogParentName}" />
  526. <img src="{ReblogParentPortraitURL-30}" alt="{ReblogParentName}" class="reblogged-zoom" />
  527. </a>
  528. </div>
  529. </div>
  530.  {/block:RebloggedFrom}
  531. </div>
  532.  {/block:Photo}
  533.                
  534.                     {block:Quote}
  535. <div class="post-container">
  536. <div class="post quote">
  537. <h3 class="length">
  538. &ldquo;{Quote}&rdquo;
  539. </h3>
  540.  {block:Source}
  541. <div class="source">
  542. &mdash;{Source}
  543. </div>
  544.  {/block:Source}
  545. </div>
  546. <div class="permalink">
  547. <a href="{Permalink}">
  548. &infin;
  549. </a>
  550. </div>
  551.  {block:RebloggedFrom}
  552. <div class="reblogged">
  553. <p>
  554. via
  555. </p>
  556. <div class="reblogged-portrait">
  557. <a href="{ReblogParentURL}">
  558. <img src="{ReblogParentPortraitURL-16}" alt="{ReblogParentName}" />
  559. <img src="{ReblogParentPortraitURL-30}" alt="{ReblogParentName}" class="reblogged-zoom" />
  560. </a>
  561. </div>
  562. </div>
  563.  {/block:RebloggedFrom}
  564. </div>
  565.  {/block:Quote}
  566.                
  567.                     {block:Link}
  568. <div class="post-container">
  569. <div class="post link {TagsAsClasses}">
  570. <h3>
  571. <a href="{URL}" class="link" {Target}="1">
  572. {Name} &rarr;
  573. </a>
  574. </h3>
  575.  {block:Description}
  576. <div class="description">
  577. {Description}
  578. </div>
  579.  {/block:Description}
  580. </div>
  581. <div class="permalink">
  582. <a href="{Permalink}">
  583. &infin;
  584. </a>
  585. </div>
  586.  {block:RebloggedFrom}
  587. <div class="reblogged">
  588. <p>
  589. via
  590. </p>
  591. <div class="reblogged-portrait">
  592. <a href="{ReblogParentURL}">
  593. <img src="{ReblogParentPortraitURL-16}" alt="{ReblogParentName}" />
  594. <img src="{ReblogParentPortraitURL-30}" alt="{ReblogParentName}" class="reblogged-zoom" />
  595. </a>
  596. </div>
  597. </div>
  598.  {/block:RebloggedFrom}
  599. </div>
  600.  {/block:Link}
  601.                
  602.                     {block:Chat}
  603. <div class="post-container">
  604. <div class="post chat {TagsAsClasses}">
  605.  {block:Title}
  606. <h3>
  607. <a href="{Permalink}">
  608. {Title}
  609. </a>
  610. </h3>
  611.  {/block:Title}
  612. <table cellspacing="0" cellpadding="0">
  613.  {block:Lines}
  614. <tr>
  615. <td class="user_{UserNumber} label">
  616.  {block:Label}{Label}{/block:Label}
  617. </td>
  618. <td class="user_{UserNumber}">
  619. {Line}
  620. </td>
  621. </tr>
  622.  {/block:Lines}
  623. </table>
  624. </div>
  625. <div class="permalink">
  626. <a href="{Permalink}">
  627. &infin;
  628. </a>
  629. </div>
  630.  {block:RebloggedFrom}
  631. <div class="reblogged">
  632. <p>
  633. via
  634. </p>
  635. <div class="reblogged-portrait">
  636. <a href="{ReblogParentURL}">
  637. <img src="{ReblogParentPortraitURL-16}" alt="{ReblogParentName}" />
  638. <img src="{ReblogParentPortraitURL-30}" alt="{ReblogParentName}" class="reblogged-zoom" />
  639. </a>
  640. </div>
  641. </div>
  642.  {/block:RebloggedFrom}
  643. </div>
  644.  {/block:Chat}
  645.                
  646.                     {block:Video}
  647. <div class="post-container">
  648. <div class="post video {TagsAsClasses}">
  649. <div class="video-container">
  650.  {Video-400}
  651. </div>
  652.  {block:Caption}
  653. <div class="caption">
  654. {Caption}
  655. </div>
  656.  {/block:Caption}
  657. </div>
  658. <div class="permalink">
  659. <a href="{Permalink}">
  660. &infin;
  661. </a>
  662. </div>
  663.  {block:RebloggedFrom}
  664. <div class="reblogged">
  665. <p>
  666. via
  667. </p>
  668. <div class="reblogged-portrait">
  669. <a href="{ReblogParentURL}">
  670. <img src="{ReblogParentPortraitURL-16}" alt="{ReblogParentName}" />
  671. <img src="{ReblogParentPortraitURL-30}" alt="{ReblogParentName}" class="reblogged-zoom" />
  672. </a>
  673. </div>
  674. </div>
  675.  {/block:RebloggedFrom}
  676. </div>
  677.  {/block:Video}
  678.  
  679.                     {block:Audio}
  680. <div class="post-container">
  681. <div class="post audio {TagsAsClasses}">
  682.  {AudioPlayerWhite}
  683.                                 {block:Caption}
  684. <div class="caption">
  685. {Caption}
  686. </div>
  687.  {/block:Caption}
  688. </div>
  689. <div class="permalink">
  690. <a href="{Permalink}">
  691. &infin;
  692. </a>
  693. </div>
  694.  {block:RebloggedFrom}
  695. <div class="reblogged">
  696. <p>
  697. via
  698. </p>
  699. <div class="reblogged-portrait">
  700. <a href="{ReblogParentURL}">
  701. <img src="{ReblogParentPortraitURL-16}" alt="{ReblogParentName}" />
  702. <img src="{ReblogParentPortraitURL-30}" alt="{ReblogParentName}" class="reblogged-zoom" />
  703. </a>
  704. </div>
  705. </div>
  706.  {/block:RebloggedFrom}
  707. </div>
  708.  {/block:Audio}
  709. <div style="text-align: left; color: #333333;">
  710. <a href="{Permalink}#disqus_thread">
  711. Comments (View)
  712. </a>
  713. <br />
  714.  {block:HasTags} <b>Tags:</b> {block:Tags}
  715. <a href="{TagURL}">
  716. {Tag}
  717. </a>
  718. <b>
  719. </b> {/block:Tags}
  720. </ul>
  721.  {/block:HasTags} <br />
  722. </div>
  723. <!-- No need to add the first disqus code, it has already been added. Just copy and paste the second one - http://disqus.com -->
  724.  {/block:Posts}
  725.  
  726.  
  727. <!-- Copy and Paste your disqus code (2) here for comments - http://disqus.com -->
  728.  
  729. <script type="text/javascript">
  730.  
  731.                 if (document.getElementsByTagName) {
  732.                     var allPosts = document.getElementById("posts");  
  733.                     var rows = allPosts.getElementsByTagName("div");
  734.                     var postContainers = new Array();
  735.                     for (i = 0; i < rows.length; i++) {          
  736.                         if ((rows[i].parentNode == allPosts) && (rows[i].className != "date")) {
  737.                             postContainers.push(rows[i]);
  738.                         }
  739.                     }
  740.                     for (i = 0; i < postContainers.length; i++) {
  741.                         if (i % 2 != 0) {
  742.                             postContainers[i].className = "post-container even";
  743.                         } else {
  744.                             postContainers[i].className = "post-container odd";
  745.                         }
  746.                     }
  747.                     var allObjects = allPosts.getElementsByTagName("object");
  748.                     var height;
  749.                     for (i = 0; i < allObjects.length; i++) {
  750.                         videoPadding(allObjects[i]);
  751.                     }
  752.                 }
  753.                
  754. </script>
  755. </div>
  756. <ul id="footerpage">
  757.  {block:PreviousPage}
  758. <li>
  759. <a href="{PreviousPage}">
  760. &#171; Newer
  761. </a>
  762.  |
  763. </li>
  764.  {/block:PreviousPage}
  765.    
  766.                 {block:IndexPage}
  767. <li>
  768. {CurrentPage} of {TotalPages}
  769. </li>
  770.  {/block:IndexPage}
  771.  
  772.                 {block:NextPage}
  773. <li>
  774. |
  775. <a href="{NextPage}">
  776. Older &#187;
  777. </a>
  778. </li>
  779.  {/block:NextPage}
  780. </ul>
  781. </div>
  782. <div id="footer">
  783. <div id="footer-contain">
  784. <div id="footer-left">
  785. <h3 id="about">
  786. About
  787. </h3>
  788. Tell about yourself. Add up other links and contact.
  789. <!-- TELL ABOUT YOURSELF HERE - OR DO ANYTHING ELSE-->
  790. </div>
  791. <div id="footer-mid">
  792. <h3 id="more">
  793. Want More?
  794. </h3>
  795. <ul>
  796. <li>
  797. <a href="/rss">
  798. Subscribe to the RSS
  799. </a>
  800. </li>
  801. <li>
  802. <a href="/archive">
  803. Browse the Archive
  804. </a>
  805. </li>
  806. <li>
  807. <a href="/random">
  808. See a Random Post
  809. </a>
  810. </li>
  811. </ul>
  812. <h3 id="colophon">
  813. TumbleLog
  814. <!-- YOUR TUMBLOG NAME-->
  815. </h3>
  816. <p>
  817. This tumblelog is powered by
  818. <a href="http://tumblr.com/">
  819. Tumblr.
  820. </a>
  821.   Designed by
  822. <a href="http://heather-rivers.com/">
  823. Heather Rivers
  824. </a>
  825.    and enhanced by
  826. <a href="http://fully-faltoo.com/">
  827. Pratyush Mittal
  828. </a>
  829. .
  830. </p>
  831. </div>
  832. <div id="footer-right">
  833. <h3 id="blogroll-title">
  834. Blogroll
  835. </h3>
  836. <ul id="blogroll">
  837. <!--<li>
  838. ADD UP THE BLOGROLL HERE
  839. <a href="<url>">
  840. Sitename
  841. </a>
  842. </li>
  843. -->
  844. <li>
  845. <a href="http://fully-faltoo.com/">
  846. FuLLy-FaLtOo
  847. </a>
  848. </li>
  849. <li>
  850. <a href="http://tumblr.com/">
  851. Tumblr
  852. </a>
  853. </li>
  854. <li>
  855. <a href="http://heather-rivers.com/">
  856. Heather Rivers
  857. </a>
  858. </li>
  859. </ul>
  860. </div>
  861. </div>
  862. <!-- end footer contain -->
  863. </div>
  864. </body>
  865. </html>
  866.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement