vampirelover

lindo theme

Mar 4th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.04 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC>
  2.  
  3. <!-----
  4.  
  5. 3.14 Theme by Itziar Damborenea, 2011. ExcellencƎ.
  6. Please respect the credit of the Theme.
  7.  
  8. ------>
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  15. <meta name="font:Body" content="Century Gothic"/>
  16. <meta name="color:background" content="#FFFFFF"/>
  17. <meta name="color:sidebar" content="#FFFFFF"/>
  18. <meta name="color:text" content="#000000"/>
  19. <meta name="color:title" content="#000000"/>
  20. <meta name="color:link" content="#555555"/>
  21. <meta name="color:scrollbar" content="#555555"/>
  22. <meta name="color:hover" content="#000000"/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="if:Reblog Link On Hover" content="1"/>
  25. <meta name="if:Normal Sidebar" content="1"/>
  26. <meta name="if:Slide Down Sidebar" content="0"/>
  27. <meta name="if:Squares Sidebar" content="0"/>
  28. <meta name="if:Show Photo" content="1"/>
  29. <meta name="if:Inverted Fade" content="0"/>
  30. <meta name="if:Soft Faded Images" content="0"/>
  31. <meta name="if:Faded Images" content="0"/>
  32. <meta name="if:Show Blog Title" content="0"/>
  33. <meta name="if:Ask Box in Sidebar" content="0">
  34. <meta name="if:Sidebar Border" content="0"/>
  35. <meta name="if:Sidebar Shadow" content="0"/>
  36. <meta name="if:Transparent Sidebar" content="0"/>
  37. <meta name="if:Hover for Links Sidebar" content="0"/>
  38. <meta name="if:Post Shadows" content="0"/>
  39. <meta name="if:Attached Sidebar" content="0"/>
  40. <meta name="if:Underline Hover" content="0"/>
  41. <meta name="if:Blog Title Shadows" content="1"/>
  42.  
  43. <meta name="if:Show Recent Tweets" content="0"/>
  44. <meta name="text:Twitter Username" content="insertusernamewithout@"/>
  45.  
  46. <meta name="if:Show Photo" content="0"/>
  47. <meta name="image:Sidebar" content=""/>
  48.  
  49. <meta name="text:Custom Link One" content=""/>
  50. <meta name="text:Custom Link One Title" content=""/>
  51. <meta name="text:Custom Link Two" content=""/>
  52. <meta name="text:Custom Link Two Title" content=""/>
  53. <meta name="text:Custom Link Three" content=""/>
  54. <meta name="text:Custom Link Three Title" content=""/>
  55. <meta name="text:Custom Link Four" content=""/>
  56. <meta name="text:Custom Link Four Title" content=""/>
  57. <meta name="if:Archive Link" content="0"/>
  58.  
  59. <meta name="if:Show Home Link" content="1"/>
  60.  
  61. <meta name="text:Online User Counter Code" content=""/>
  62. <meta name="text:Visits Counter Code" content=""/>
  63.  
  64.  
  65. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  66. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  67.  
  68. {PostSummary} - {/block:PostSummary}{Title}</title>
  69.  
  70. <link href="http://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
  71.  
  72. <style type="text/css">
  73.  
  74. iframe#tumblr_controls{position:fixed !important;
  75. }
  76.  
  77. ::-webkit-scrollbar-thumb:vertical{
  78. background-color: {color:Scrollbar};height:100px;
  79. }
  80.  
  81. body {
  82. margin:0px;
  83. background-color: {color:Background};
  84. background-image:url({image:Background});
  85. background-attachment: fixed;
  86. background-repeat: repeat;}
  87. body, div, p, textarea, submit, input{
  88. font-family:{font:Body};
  89. font-size: 10px;
  90. line-height:10px;
  91. letter-spacing:0px;
  92. color:{color:Text};
  93. }
  94.  
  95. .popup_block{
  96. display: none;
  97. background: #fcfbf8;
  98. padding: 10px;
  99. font-family: verdana;
  100. border: 3px solid #f2e7e2;
  101. float: left;
  102. font-size: 10px;
  103. position: fixed;
  104. top: 50%; left: 50%;
  105. z-index: 1;
  106. }
  107.  
  108. img.btn_close {
  109. float: right;
  110. margin: -5px -5px 0 0;
  111. }
  112. *html .popup_block {
  113. position: absolute;
  114. }
  115.  
  116. p {
  117. margin:0px;
  118. margin-top:1px;
  119. }
  120.  
  121.  
  122. a:link, a:active, a:visited{
  123. color: {color:Link};
  124. text-decoration: none;
  125. }
  126.  
  127. a:hover {
  128. color:{color:Hover};
  129. {block:IfUnderlineHover}text-decoration: underline;{/block:IfUnderlineHover}
  130. font-style: none;
  131.  
  132. }
  133.  
  134. div#cage{
  135. margin:auto;
  136. position:relative;
  137. width:800px;
  138. overflow:hidden;
  139. color: {color:Title};
  140. _margin-left:8%;
  141. }
  142.  
  143.  
  144. div#center{
  145. margin:auto;
  146. position:relative;
  147. width:810px;
  148. background-color:;
  149. overflow:auto;
  150. overflow-y:hidden;
  151. }
  152.  
  153. div#content{
  154. float:right;
  155. width:350px;
  156. padding:0px;
  157. padding-top:1px;
  158. margin-right: 400px;
  159. }
  160.  
  161. div#entry{
  162. width:430px;
  163. margin-top:0px;
  164. padding-left:0px;
  165. padding-right:3px;
  166. padding-top:0px;
  167. padding-bottom:1px;
  168. {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  169. -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  170. box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows}
  171. }
  172.  
  173. {block:IfNotAttachedSidebar}
  174.  
  175. div#sidebar{
  176. position:fixed !important;
  177. {block:IfNotTransparentSidebar}
  178. background-color: {color:Sidebar};
  179. {/block:IfNotTransparentSidebar}
  180. {block:IfTransparentSidebar}
  181. {/block:IfTransparentSidebar}
  182. width: 200px;
  183. margin-left:-10px;
  184. margin-top:100px;
  185. padding-top:0px;
  186. padding-bottom:0px;
  187. padding-right:0px;
  188. padding-left:0px;
  189. {block:IfSidebarBorder}
  190. border:1px solid black;
  191. {/block:IfSidebarBorder}
  192. {block:IfSidebarShadow}
  193. -moz-box-shadow: 5px 5px 8px rgba(0,0,0,0.35);
  194. -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.35);
  195. box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.35);
  196. {/block:IfSidebarShadow}
  197. }
  198.  
  199. {/block:IfNotAttachedSidebar}
  200.  
  201. {block:IfAttachedSidebar}
  202.  
  203. div#sidebar{
  204. -moz-border-radius:0px;
  205. border-radius:0px;
  206. {block:IfSidebarBorder}
  207. border-left:1px solid black;
  208. border-right:1px dotted black;
  209. {/block:IfSidebarBorder}
  210. position:fixed !important;
  211. width:200px;
  212. height:100%;
  213. margin-top:0px;
  214. margin-left:0px;
  215. padding:2px;
  216. {block:IfNotTransparentSidebar}
  217. background-color: {color:Sidebar};
  218. {/block:IfNotTransparentSidebar}
  219. {block:IfTransparentSidebar}
  220. {/block:IfTransparentSidebar}
  221. z-index:10;
  222. overflow:hidden;
  223. {block:IfSidebarShadow}
  224. -moz-box-shadow: 5px 5px 8px rgba(0,0,0,0.35);
  225. -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.35);
  226. box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.35);
  227. {/block:IfSidebarShadow}
  228. }
  229.  
  230. {/block:IfAttachedSidebar}
  231.  
  232. #postnotes{
  233. text-align: justify;}
  234.  
  235. #postnotes blockquote{
  236. border: 0px;}
  237.  
  238. .blogtitle { /*graficos by Mer*/
  239. font-family: 'Lobster';
  240. font-style:none;
  241. font-size:40px;
  242. color:#5E5E5E;
  243. line-height:61px;
  244. -webkit-transition: 0.5s ease-in;
  245. -webkit-text-stroke: 1px transparent;
  246. line-height:56px;
  247. text-align:center;
  248. text-decoration:none;
  249. letter-spacing:-2px;
  250. text-transform:normal;
  251. text-align:center;
  252. width:100%;
  253. background-color:transparent;
  254.  
  255. {block:IfBlogTitleShadows}
  256. text-shadow: 1px 1px 0px; rgba(255,255,255,0.4);
  257.  
  258. text-shadow: 0px 1px 0px #999, 0px 1px 0px #888, 0px 2px 0px #777, 0px 3px 0px #666, 0px 4px 0px #555, 0px 5px 0px #444, 0px 6px 0px #333, 0px 7px 6px #001135;
  259. -webkit-transition: all 0.3s ease-out;
  260. -moz-transition: all 0.3s ease-out;
  261. -o-transition: all 0.3s ease-out;
  262. {/block:IfBlogTitleShadows}
  263. }
  264.  
  265. .blogtitle:hover{
  266. text-shadow:0px 0px 7px rgba(0,0,0,0.5);
  267. -webkit-transition: all 0.2s ease-out;
  268. -moz-transition: all 0.2s ease-out;
  269. -o-transition: all 0.2s ease-out;
  270. color:#fff;
  271.  
  272. }
  273.  
  274.  
  275. .title{
  276. font-family: 'century gothic';
  277. font-size: 10px;
  278. line-height: 8px;
  279. color: {color:Title};
  280. letter-spacing: 1;
  281. font-weight: normal;
  282. }
  283.  
  284. blockquote{
  285. padding:2px 2px 2px 5px;
  286. margin:2px 2px 2px 1px;
  287. border-left: 1px dotted {color:Text};
  288. }
  289.  
  290. blockquote p, ul{
  291. margin:0px;
  292. padding:0px;
  293. }
  294.  
  295. a img{border: 0px;}
  296.  
  297. ul, ol, li{list-style:none; margin:1px; padding:1px;}
  298.  
  299. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  300. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  301.  
  302. .notes img{width:10px; position:relative; top:3px;}
  303.  
  304.  
  305. .permalink{
  306. color:{color:links};
  307. display:block;
  308. margin-left: -10px;
  309. position: absolute;
  310. text-align: right;
  311. }
  312.  
  313. div.navigate a{
  314. text-align: center;
  315. padding:3px;
  316. padding-right:5px;
  317. padding-left:5px;
  318. color: {color:text};
  319. background-color: #DDD;
  320. margin:1px;
  321. margin-left:-1px;
  322. position:relative;
  323. width: 69px;
  324. display: inline-block;
  325. }
  326.  
  327. #counters a{
  328. color:#353434!important;
  329. }
  330. #counters{
  331. position:fixed !important;
  332. width:auto;
  333. height:auto;
  334. opacity: 1;
  335. padding: 3px;
  336. left:2px;
  337. top:2px;
  338. padding: 4px;
  339. }
  340.  
  341. {block:ifReblogLinkOnHover}
  342. #entry:hover #reblog{
  343. {block:IndexPage}
  344. margin-left:400px;
  345. margin-top:8px;
  346. opacity:1;-webkit-transition: all 0.3s ease-out;
  347. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  348. {/block:IndexPage}
  349. }
  350.  
  351. #reblog{
  352. width:22px;
  353. float:left;
  354. margin-left:400px;
  355. margin-top:0px;
  356. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  357. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  358. {/block:ifReblogLinkOnHover}
  359.  
  360. #le-excellencethemes{
  361. position:fixed !important;
  362. width:auto;
  363. height:auto;
  364. right:3px;
  365. top:26px;
  366. }
  367.  
  368. {block:IfSoftFadedImages}img{-webkit-transition: opacity 0.5s linear;
  369. opacity: 0.90;}
  370. img:hover{-webkit-transition: opacity 0.5s linear;
  371. opacity: 2;}{/block:IfSoftFadedImages}
  372.  
  373. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  374. {/block:ifFadedImages}
  375.  
  376. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
  377. {/block:ifInvertedFade}
  378.  
  379. #dambo a {
  380. cursor:help;
  381. }
  382.  
  383. #dambo .renea {
  384. cursor:help;
  385. margin-top:-10px;
  386. filter: alpha(opacity = 0);
  387. opacity:0;
  388. -webkit-transition: all 1s ease-out;
  389. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  390. text-align:center;
  391. }
  392.  
  393. #dambo:hover .renea {
  394. margin-top:5px;
  395. -webkit-transition: all 1s ease-out;
  396. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  397. filter: alpha(opacity = 80);
  398. filter: alpha(opacity = 100);
  399. opacity:100;
  400. }
  401.  
  402. #twitter{
  403. height:200px;
  404. width:200px;
  405. position:fixed;
  406. bottom:0px;
  407. padding:4px;
  408. font-style:none;
  409. margin-left:100px;
  410. background-color:#eee;
  411. -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.4);
  412. -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
  413. box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
  414. outline:1px solid rgba(0, 0, 0, .1);
  415. border:2px solid rgba(0, 0, 0, .05);
  416. }
  417.  
  418.  
  419. {CustomCSS}
  420.  
  421. ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  422.  
  423. ul#drawers a {text-decoration: none; color: #000;}
  424.  
  425. ul#drawers li h4 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
  426. transition: background-color 0.5s ease-out;}
  427.  
  428. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
  429.  
  430. li.drawer h4.open {background-color: #121213; border-top: 0px;}
  431.  
  432. li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  433.  
  434. li.drawer div li {list-style-type: disc;}
  435.  
  436. li.drawer div ul {-webkit-padding-start: 12px;}
  437. </style>
  438. <link rel="shortcut icon" href="{Favicon}">
  439. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  440. <meta name="viewport" content="width=820" />
  441. <link rel="shortcut icon" href="{Favicon}">
  442. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  443. <meta name="viewport" content="width=820" />
  444.  
  445. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  446. </script>
  447. <script type="text/javascript">
  448. $(document).ready(function(){
  449. $(".links_body").hide();
  450. $(".links_head").click(function(){
  451. $(this).next(".links_body").slideToggle('fast');
  452. }); }); </script>
  453. <style type="text/css">
  454. .links_list {
  455. margin:0px; padding:0px; font-size:10px; width:180px;}
  456. .links_head {
  457. padding-top:5px; padding-bottom:5px; font-size:10px; cursor:help; position:relative; margin:1px; text-align:center; border-bottom:solid 1px rgba(0,0,0,0.1);}}
  458. .links_body {
  459. padding:10px; text-align:left; color: #fff; font-size:10px; display:none;}
  460. </style>
  461.  
  462.  
  463. <style type="text/css">
  464. {CustomCSS}
  465. </style>
  466.  
  467. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  468.  
  469. </head>
  470.  
  471. <script src="path/to/js/jquery.js"></script>
  472. <script type="text/javascript">
  473. $(function() {
  474. $(window).scroll(function() {
  475. if($(this).scrollTop() != 0) {
  476. $('#toTop').fadeIn();
  477. } else {
  478. $('#toTop').fadeOut();
  479. }
  480. });
  481. $('#toTop').click(function() {
  482. $('body,html').animate({scrollTop:0},800);
  483. });
  484. });
  485. </script>
  486. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  487.  
  488. <body>
  489.  
  490. {block:ifShowRecentTweets}{block:indexpage}
  491. <div id="twitter">
  492. <script src="http://widgets.twimg.com/j/2/widget.js"></script>
  493. <script>
  494. new TWTR.Widget({
  495. version: 2,
  496. type: 'profile',
  497. rpp: 13,
  498. interval: 6000,
  499. width: 200,
  500. height: 160,
  501. theme: {
  502. shell: {
  503. background: '#fff',
  504. color: '#000'
  505. },
  506. tweets: {
  507. background: 'transparent',
  508. color: '#000',
  509. links: '{color:links}'
  510. }
  511. },
  512. features: {
  513. scrollbar: true,
  514. loop: false,
  515. live: false,
  516. hashtags: true,
  517. timestamp: true,
  518. avatars: false,
  519. behavior: 'all'
  520. }
  521. }).render().setUser('{text:Twitter Username}').start();
  522. </script></div>{/block:indexpage}
  523. {/block:ifShowRecentTweets}
  524.  
  525. <div id="le-excellencethemes">
  526. <a href="http://themesbydama.tumblr.com/"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a>
  527. </div>
  528.  
  529. <center>
  530.  
  531.  
  532. <div id="cage">
  533. <div id="center">
  534. <div id="sidebar">
  535.  
  536. {block:IfShowBlogTitle}<div class="blogtitle"><center>{Title}</center></div>{/block:IfShowBlogTitle}
  537.  
  538. {block:ifShowPhoto}
  539. <div align="center" style="padding-bottom:3px;>
  540. <a href="/">
  541. <img style="" src="{image:sidebar}"width=200" /></a></div>
  542. {/block:ifShowPhoto}
  543.  
  544. {block:IfNormalSidebar}
  545.  
  546. <br>
  547.  
  548. <div align="center" style="line-height:14px; margin-top:-10px; margin-bottom:-10px; color:{color:Blog Description};">{description}</div><br>
  549.  
  550. <center>
  551.  
  552.  
  553. {block:IfShowHomeLink}<a href="/">home</a>{/block:IfSHowHomeLink}
  554.  
  555. {block:IfNotAskBoxinSidebar} - <a href="/ask">message</a>{/block:IfNotAskBoxinSidebar}
  556.  
  557. {block:ifArchiveLink} - <a href="/archive">history</a>{/block:ifArchiveLink}
  558.  
  559. {block:ifCustomLinkOneTitle} - <a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  560. {block:ifCustomLinkTwoTitle} - <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  561. {block:ifCustomLinkThreeTitle} - <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  562. {block:ifCustomLinkFourTitle} - <a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  563.  
  564. <br><br>
  565. {/block:IfNormalSidebar}
  566.  
  567. {block:IfSlideDownSidebar}
  568.  
  569. <div class="links_list">
  570. <p class="links_head">DESCRIPTION</p>
  571. <div class="links_body">
  572. <center>
  573. <a href="">{description}</a>
  574. </center>
  575. </div></div>
  576.  
  577. <div class="links_list">
  578. <p class="links_head">LINKS</p>
  579. <div class="links_body">
  580. <center>
  581. {block:IfShowHomeLink}<a href="/">home</a>{/block:IfSHowHomeLink}
  582.  
  583. {block:IfNotAskBoxinSidebar} - <a href="/ask">message</a>{/block:IfNotAskBoxinSidebar}
  584.  
  585. {block:ifArchiveLink} - <a href="/archive">history</a>{/block:ifArchiveLink}
  586.  
  587. {block:ifCustomLinkOneTitle} - <a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  588. {block:ifCustomLinkTwoTitle} - <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  589. {block:ifCustomLinkThreeTitle} - <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  590. {block:ifCustomLinkFourTitle} - <a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  591. </center>
  592.  
  593. </div></div>
  594.  
  595. {/block:IfSlideDownSidebar}
  596.  
  597. {block:IfHoverforLinksSidebar}
  598.  
  599. {description}
  600.  
  601. <div id="dambo">
  602. <center>LINKS</center>
  603. <div class="renea">
  604. {block:IfShowHomeLink}<a href="/">home</a>{/block:IfSHowHomeLink}
  605.  
  606. {block:IfNotAskBoxinSidebar} - <a href="/ask">message</a>{/block:IfNotAskBoxinSidebar}
  607.  
  608. {block:ifArchiveLink} - <a href="/archive">history</a>{/block:ifArchiveLink}
  609.  
  610. {block:ifCustomLinkOneTitle} - <a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}
  611. {block:ifCustomLinkTwoTitle} - <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}
  612. {block:ifCustomLinkThreeTitle} - <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  613. {block:ifCustomLinkFourTitle} - <a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  614. </div>
  615. </div>
  616.  
  617. {/block:IfHoverforLinksSidebar}
  618.  
  619. {block:IfSquaresSidebar}
  620.  
  621. {description}<br><br>
  622.  
  623. <div class="navigate">
  624.  
  625. <center>
  626.  
  627. {block:ifshowhomelink}<a href="/">home</a>{/block:ifshowhomelink}
  628.  
  629. {block:IfNotAskBoxinSidebar}<a href="/ask">message</a>{/block:IfNotAskBoxinSidebar}
  630.  
  631. {block:ifArchiveLink}<a href="/archive">history</a>{/block:ifArchiveLink}
  632.  
  633. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}&nbsp;</a>{/block:ifCustomLinkOneTitle}
  634.  
  635. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}&nbsp;</a>{/block:ifCustomLinkTwoTitle}
  636.  
  637. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}&nbsp;</a>{/block:ifCustomLinkThreeTitle}
  638.  
  639. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}&nbsp;</a>{/block:ifCustomLinkFourTitle}
  640.  
  641. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a>{/block:ifCustomLinkFiveTitle}
  642.  
  643. <br><br>
  644.  
  645.  
  646. {/block:IfSquaresSidebar}
  647.  
  648. {block:IfAskBoxinSidebar}
  649.  
  650. <p><iframe frameborder="0" scrolling="no" width="100%" height="auto" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com"
  651. style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  652. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  653.  
  654. </div>
  655. </div>
  656. </center>
  657.  
  658. {/block:IfAskBoxinSidebar}
  659.  
  660. </div>
  661. </div>
  662. </center>
  663.  
  664.  
  665. </div>
  666.  
  667. <div id="counters">
  668. <a href="/">{text:Online User Counter Code}</a><br>
  669. <a href="/">{text:Visits Counter Code}</a>
  670. </font></div>
  671.  
  672.  
  673.  
  674. <div id="content">
  675. {block:Posts}
  676. <div id="entry">
  677. <a href="{permalink}">
  678.  
  679. {block:Text}
  680. {block:Title}<span class="title">{Title}</span>{/block:Title}
  681. <span class="entrytext">{Body}</span>
  682. <div align="right"><a href="{permalink}">+</a></div>
  683. {/block:Text}
  684.  
  685. {block:Link}
  686. <a href="{URL}" class="title">{Name}</a>
  687. {block:Description}{Description}{/block:Description}
  688. <div align="right"><a href="{permalink}">+</a></div>
  689. {block:Link}
  690.  
  691. {block:Photo}
  692. {block:IndexPage}
  693. {block:ifReblogLinkOnHover}
  694. <div id="reblog"><a href="{ReblogURL}" target="_blank" title="Reblog"><img src="http://static.tumblr.com/tak5d5w/OBnlsu9qa/c0zyreblogbutton.png" width="22px"/></a></div>
  695. {/block:ifReblogLinkOnHover}
  696. <center><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=430px/></a></center>{/block:IndexPage}
  697. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  698. {block:IndexPage}</a>{/block:IndexPage}
  699. {block:PermalinkPage}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/></center>{LinkCloseTag}
  700. {/block:PermalinkPage}
  701. {/block:Photo}
  702. {LinkCloseTag}
  703. {/block:Photo}
  704.  
  705. {block:Quote}
  706. <span class="title">{Quote}</span>
  707. {block:Source}{Source}{/block:Source}
  708. <div align="right"><a href="{permalink}">+</a></div>
  709. {/block:Quote}
  710.  
  711. {block:Chat}
  712. {block:Title}<span class="title">{Title}</span>{/block:Title}
  713. <ul class="chat">
  714. {block:Lines}
  715. <li class="user_{UserNumber}">
  716. {block:Label}
  717. <span class="label">{Label}</span>
  718. {/block:Label}
  719.  
  720. {Line}
  721. </li>
  722. {/block:Lines}
  723. </ul>
  724.  
  725. <div align="right"><a href="{permalink}">+</a></div>
  726.  
  727. {/block:Chat}
  728.  
  729.  
  730. {block:Audio}
  731. <center><div style="width:400px; height:20px;"><div
  732.  
  733. style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px;
  734.  
  735. float:bottom;"><small>
  736. {FormattedPlayCount} plays {block:ExternalAudio} // <a
  737.  
  738. href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}
  739.  
  740. </small></div></div></centeR><BR>
  741. {block:permalinkpage}{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  742.  
  743. <div align="right"><a href="{permalink}">+</a></div>
  744.  
  745. {/block:Audio}
  746.  
  747. {block:Video}<center>
  748. {Video-400}<BR>
  749. {block:permalinkpage}on}{/block:permalinkpage}</center>
  750. <div align="right"><a href="{permalink}">+</a></div>
  751. {block:Video}
  752.  
  753.  
  754.  
  755.  
  756. {block:PostNotes}
  757. <center>
  758. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  759.  
  760. {block:HasTags}
  761. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  762. {block:RebloggedFrom}
  763. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  764. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  765.  
  766. {/block:RebloggedFrom}
  767. </center></span>
  768. <br>
  769. <div id="postnotes">{PostNotes}</div><br>
  770.  
  771. <center>{block:ContentSource}
  772. <br><a href="{SourceURL}">
  773. {lang:Source}:
  774. {block:SourceLogo}
  775. <img src="{BlackLogoURL}" width="{LogoWidth}"
  776. height="{LogoHeight}" alt="{SourceTitle}" />
  777. {/block:SourceLogo}
  778. {block:NoSourceLogo}
  779. {SourceLink}
  780. {/block:NoSourceLogo}
  781. </a>
  782. {/block:ContentSource}</center>
  783.  
  784. {/block:PostNotes}
  785. </div>
  786. {/block:Posts}
  787. </div></div>
  788.  
  789. </div>
  790.  
  791. </body>
  792. </html>
Advertisement
Add Comment
Please, Sign In to add comment