Advertisement
infernos

0 7. E N N U I - T H E M E

Mar 11th, 2012
27,959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.63 KB | None | 0 0
  1. =<!--
  2.  
  3. ---------------| 0 7 . E N N U I by infernos.tumblr.com |-----------------
  4. ___________________________________________________________________________
  5.  
  6. - R U L E S -
  7.  
  8. 1. Do not remove credits
  9. 2. Do not redistribute
  10. 3. Do not claim it as your own
  11. 4. Do not use this code as a base for creating your own.
  12. 5. Do read installing tips below before asking questions
  13. ___________________________________________________________________________
  14.  
  15. - I N S T A L L I N G -
  16.  
  17. 1. Go to your customize page
  18. 2. Click 'Use Custom HTML' then click on 'EDIT HTML' option
  19. 3. Replace entire existing code with this code
  20. 4. Go back to 'Appearance' and scroll down. Then 'reset defaults'.
  21. 5. Look through the 'Appearance' options to customize theme options
  22.  
  23. ___________________________________________________________________________
  24.  
  25. - Q U E S T I O N S ? -
  26.  
  27. Please be sure to read the rules/installation guide above before asking me any questions.
  28. http://zious.tumblr.com (Please ask un-anon)
  29.  
  30.  
  31. *N O T E ! If you want to do some special customization not already offered under 'Appearance' then I am afraid I will not be readily helping you. Sorry! ^^;;
  32.  
  33. -->
  34. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  35. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  36.  
  37. <head>
  38.  
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42.  
  43. <meta name="if:Endless Scroll" content="1" />
  44. <meta name="if:Small Posts" content="1" />
  45. <meta name="if:Larger Posts" content="0" />
  46. <meta name="if:Display Sidebar Image" content="1" />
  47. <meta name="if:Round Sidebar Image" content="0">
  48. <meta name="if:Single Columned" content="0" />
  49. <meta name="if:2 Columned" content="1" />
  50. <meta name="if:3 Columned" content="0" />
  51. <meta name="if:Post Shadow" content="0" />
  52. <meta name="if:Show Photo Captions" content="0" />
  53. <meta name="color:Background color" content="#f7f7f7" />
  54. <meta name="color:Post background" content="#FFFFFF" />
  55. <meta name="color:Text" content="#444444" />
  56. <meta name="color:Link Color" content="#111111" />
  57. <meta name="color:Hover Link Color" content="#777777" />
  58. <meta name="color:Top Border" content="#000000" />
  59. <meta name="color:Lower Border" content="#333333" />
  60. <meta name="color:Blogtitle" content="#dddddd">
  61. <meta name="color:Tab Link bg" content="#000000" />
  62. <meta name="color:Hover Tab Link bg" content="#aaaaaa" />
  63. <meta name="color:Tab Link Text" content="#666666" />
  64. <meta name="color:Hover Tab Link Text" content="#ffffff" />
  65. <meta name="color:Main Link bg" content="#0a0a0a" />
  66. <meta name="color:Hover Main Link bg" content="#aaaaaa" />
  67. <meta name="color:Main Link Text" content="#666666" />
  68. <meta name="color:Hover Main Link Text" content="#ffffff" />
  69. <meta name="color:Description Background" content="#f5f5f5">
  70. <meta name="color:Description Text" content="#555555">
  71. <meta name="color:Permalink" content="#666666">
  72. <meta name="color:Permalink Background" content="#ffffff">
  73. <meta name="color:Post Border" content="#eeeeee">
  74. <meta name="color:Post Shadow" content="#cfcfcf" />
  75. <meta name="color:Post Title Text" content="#333333" />
  76. <meta name="color:Blockquote" content="#f5f5f5" />
  77. <meta name="color:Bold Text" content="#000000" />
  78. <meta name="color:Italic Text" content="#000000" />
  79. <meta name="color:Pagination" content="#dddddd" />
  80. <meta name="color:Scrollbar Face" content="#000000" />
  81. <meta name="color:Scrollbar Track" content="#f8f8f8" />
  82. <meta name="image:Sidebar Image" content="http://static.tumblr.com/4yd2qmj/nuim0rcy2/u4.jpg" />
  83. <meta name="image:Background" content="" />
  84. <meta name="image:Lower Border Background" content="http://static.tumblr.com/yauabn1/mqGlzagwn/untitled.jpg" />
  85. <meta name="image:Description Background" content="http://24.media.tumblr.com/tumblr_luvtrlZDsC1qiav1uo4_250.jpg">
  86. <meta name="text:Font" content="cambria" />
  87. <meta name="text:Font Size" content="10" />
  88. <meta name="text:Text Line Height" content="11" />
  89. <meta name="text:Link 1 URL" content="" />
  90. <meta name="text:Link 1 Name" content="" />
  91. <meta name="text:Link 2 URL" content="" />
  92. <meta name="text:Link 2 Name" content="" />
  93. <meta name="text:Link 3 URL" content="" />
  94. <meta name="text:Link 3 Name" content="" />
  95. <meta name="text:Link 4 URL" content="" />
  96. <meta name="text:Link 4 Name" content="" />
  97. <meta name="text:Link 5 URL" content="" />
  98. <meta name="text:Link 5 Name" content="" />
  99. <meta name="description" content="{MetaDescription}" />
  100. <style type="text/css">
  101.  
  102. ::-moz-selection{
  103. background:#000000; color:#ffffff;
  104. }
  105.  
  106. ::selection{
  107. background:#000000; color:#ffffff;
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. width: 9px;
  112. }
  113.  
  114. ::-webkit-scrollbar-track {
  115. -webkit-box-shadow: inset 0 0 0px #000000;
  116. }
  117.  
  118. ::-webkit-scrollbar-track-piece{
  119. background-color: {color:Scrollbar Track};
  120. -webkit-border-radius:3;
  121. }
  122.  
  123. ::-webkit-scrollbar-thumb:vertical{
  124. background-color:{color:Scrollbar Face};
  125. }
  126.  
  127.  
  128. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  129. #tumblr_controls {position:fixed !important; }
  130.  
  131. body{
  132. background: url({image:Background}) repeat;
  133. background-attachment: fixed;
  134. background-color:{color:Background color};
  135. font-family: {text:Font}, georgia;
  136. color: {color:Text};
  137. font-size:{text:Font Size}px;
  138. line-height: {text:Text Line Height}px;
  139. text-align: left;
  140. }
  141.  
  142. a:link, a:active, a:visited{
  143. color: {color:Link Color};
  144. text-decoration:none;
  145. outline: none;
  146. -webkit-transition: 0.6s ease-in;
  147. -moz-transition: 0.6s ease-in;
  148. -o-transition: 0.6s ease-in;
  149. }
  150.  
  151. a:hover{
  152. color: {color:Hover Link Color};
  153. -webkit-transition: 0.6s ease-in;
  154. -moz-transition: 0.6s ease-in;
  155. -o-transition: 0.6s ease-in;
  156. }
  157.  
  158. b, em, strong{
  159. color: {color:Bold text};
  160. font-weight: bold;
  161. }
  162.  
  163. i, em {
  164. color: {color:Italic text};
  165. font-style: italic;
  166. }
  167.  
  168. h2{
  169. color: {color:Post Title Text};
  170. font-size:18px;
  171. letter-spacing:-1px;
  172. margin-bottom:0px;
  173. margin-top: 10px;
  174. text-align: center;
  175. line-height:17px;
  176. font-style: italic;
  177. font-weight: lighter;
  178. }
  179.  
  180. blockquote {
  181. background-color: {color:Blockquote};
  182. padding:4px;
  183. border-left: 3px solid {color:Bold Text};
  184. font-style: lighter;
  185. overflow: hidden;
  186. }
  187.  
  188. blockquote img{
  189. {block:IndexPage}
  190. {block:IfSmallPosts}max-width: 150px;{/block:IfSmallPosts}
  191. {block:IfLargerPosts}max-width: 300px;{/block:IfLargerPosts}
  192. {/block:IndexPage}
  193. }
  194.  
  195. #content{
  196. {block:IndexPage}
  197.  
  198. {block:IfSmallPosts}
  199. {block:If3Columned}width:1060px; {/block:If3Columned}
  200. {block:If2Columned}width:770px;{/block:If2Columned}
  201. {block:IfSingleColumned}width: 582px; {/block:IfSingleColumned}
  202. {block:IfSmallPosts}
  203.  
  204. {block:IfLargerPosts}
  205. {block:If3Columned}width:1594px; {/block:If3Columned}
  206. {block:If2Columned}width:1130px;{/block:If2Columned}
  207. {block:IfSingleColumned}width: 730px; {/block:IfSingleColumned}
  208. {block:IfLargerPosts}
  209.  
  210. {/block:IndexPage}
  211. {block:PermalinkPage}width:715px;{/block:PermalinkPage}
  212. margin: auto auto auto auto;
  213. position: relative;
  214. }
  215.  
  216. #content .posts {
  217. {block:IndexPage}
  218. {block:IfSmallPosts}
  219. {block:If3Columned}width:870px;{/block:If3Columned}
  220. {block:If2Columned}width:580px;{/block:If2Columned}
  221. {block:IfSingleColumned}width: 392px; {/block:IfSingleColumned}
  222. {/block:IfSmallPosts}
  223.  
  224. {block:IfLargerPosts}
  225. {block:If3Columned}width:1404px;{/block:If3Columned}
  226. {block:If2Columned}width:936px;{/block:If2Columned}
  227. {block:IfSingleColumned}width: 538px; {/block:IfSingleColumned}
  228. {/block:IfLargerPosts}
  229.  
  230. {block:If2Columned}
  231. {block:IfEndlessScroll}height: 950px; overflow: display;{/block:IfEndlessScroll}
  232. {/block:If2Columned}
  233. {block:If3Columned}
  234. {block:IfEndlessScroll}height: 950px; overflow: display;{/block:IfEndlessScroll}
  235. {/block:If3Columned}
  236.  
  237. {/block:IndexPage}
  238. {block:PermalinkPage}width:510px;{/block:PermalinkPage}
  239. float: right;
  240. position:relative;
  241. padding-top:0px;
  242. }
  243.  
  244. #content .entry {
  245. {block:IndexPage}
  246. {block:IfSmallPosts}width: 250px;{/block:IfSmallPosts}
  247. {block:IfLargerPosts}width: 400px;{/block:IfLargerPosts}
  248. margin:7px;
  249. padding:12px;
  250. float:left;
  251. position: relative;{/block:IndexPage}
  252. {block:PermalinkPage}width:500px; padding: 5px;{/block:PermalinkPage}
  253. background-color:{color:post background};
  254. border: 1px solid {color:Post Border};
  255. overflow: hidden;
  256. }
  257.  
  258. #content .entry img{
  259. {block:IndexPage}
  260. {block:IfSmallPosts}max-width: 250px;{/block:IfSmallPosts}
  261. {block:IfLargerPosts}max-width: 400px;{/block:IfLargerPosts}
  262. {/block:IndexPage}
  263. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
  264. }
  265.  
  266. #shooting .star {
  267. font-size:8px;
  268. opacity: 0;
  269. filter:alpha(opacity=0);
  270. -moz-opacity: 0;
  271. -khtml-opacity: 0;
  272. -webkit-transition: 0.6s ease-in;
  273. -moz-transition: 0.6s ease-in;
  274. -o-transition: 0.6s ease-in;
  275. top:-1px;
  276. {block:IfSmallPosts}width:276px; {/block:IfSmallPosts}
  277. {block:IfLargerPosts}width: 426px; {block:IfLargerPosts}
  278. margin-left:-13px;
  279. height:10px;
  280. padding-bottom:5px;
  281. background-color: {color:Permalink Background};
  282. position: absolute;
  283. text-align:center;
  284. text-transform:uppercase;
  285. font-family:consolas;
  286. letter-spacing:1px;
  287. display:block;
  288. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  289. }
  290.  
  291. #shooting a{
  292. color: {color:Link color};
  293. text-decoration:none;
  294. outline: none;
  295. -webkit-transition: 0.4s ease-in;
  296. -moz-transition: 0.4s ease-in;
  297. -o-transition: 0.4s ease-in;
  298. }
  299.  
  300. #shooting a:hover{
  301. color: {color:Hover Link color};
  302. -webkit-transition: 0.4s ease-in;
  303. -moz-transition: 0.4s ease-in;
  304. -o-transition: 0.4s ease-in;
  305. }
  306.  
  307. #shooting .star a{
  308. color: {color:Permalink};
  309. }
  310.  
  311. #shooting:hover .star {
  312. opacity: 0.85;
  313. filter:alpha(opacity=75);
  314. -moz-opacity: 0.75;
  315. -khtml-opacity: 0.75;
  316. z-index:3;
  317. padding-top:9px;
  318. }
  319.  
  320. #shooting .star:hover {
  321. filter:alpha(opacity=100);
  322. -moz-opacity: 1;
  323. -khtml-opacity: 1;
  324. opacity: 1;
  325. }
  326.  
  327. .audio {
  328. background-color:#000;
  329. padding-right: 100%;
  330. }
  331.  
  332. #top {
  333. background: {color:Top Border};
  334. top: 0px;
  335. height: 35px;
  336. width: 102%;
  337. position: fixed;
  338. left: -5px;
  339. right: -5px;
  340. z-index:99;
  341. }
  342.  
  343. #pagina {
  344. top: 40px;
  345. margin-left: 200px;
  346. z-index: 99;
  347. position: fixed;
  348. {block:IfEndlessScroll}display: none; {/block:IfEndlessScroll}
  349. }
  350.  
  351. #pagina a{
  352. color: {color:Pagination};
  353. font-size: 35px;
  354. font-weight: bold;
  355. font-family: garamond;
  356. -webkit-transition: all 0.5s ease;
  357. -moz-transition: all 0.5s ease;
  358. -o-transition: all 0.5s ease;
  359. }
  360.  
  361. #pagina a:hover {
  362. color: {color:Hover Tab Link bg};
  363. -webkit-transition: all 0.5s ease;
  364. -moz-transition: all 0.5s ease;
  365. -o-transition: all 0.5s ease;
  366. }
  367.  
  368. .links{
  369. margin: auto;
  370. {block:IndexPage}
  371. {block:IfSmallPosts}
  372. {block:If3Columned}width:1060px; {/block:If3Columned}
  373. {block:If2Columned}width:770px;{/block:If2Columned}
  374. {block:IfSingleColumned}width: 482px; {/block:IfSingleColumned}
  375. {block:IfSmallPosts}
  376.  
  377. {block:IfLargerPosts}
  378. {block:If3Columned}width:1504px; {/block:If3Columned}
  379. {block:If2Columned}width:1070px;{/block:If2Columned}
  380. {block:IfSingleColumned}width: 630px; {/block:IfSingleColumned}
  381. {block:IfLargerPosts}
  382.  
  383. {/block:IndexPage}
  384.  
  385. {block:PermalinkPage}width: 725px; {/block:PermalinkPage}
  386. position: fixed;
  387. font-size: 9px;
  388. top: 35px;
  389. z-index:99;
  390. }
  391.  
  392. .links .linkbody {
  393. float: right;
  394. }
  395.  
  396. .links a{
  397. font-family: consolas;
  398. color: {color:Tab Link Text};
  399. text-transform: uppercase;
  400. font-size: 8px;
  401. text-align:center;
  402. background: {color:Tab Link Bg};
  403. height: 10px;
  404. float: left;
  405. margin-right: 8px;
  406. padding: 5px;
  407. -webkit-border-radius: 0px 0px 5px 5px;
  408. -moz-border-radius: 0px 0px 5px 5px;
  409. border-radius: 0px 0px 0px 5px 5px;
  410. -webkit-transition: all 0.5s ease;
  411. -moz-transition: all 0.5s ease;
  412. -o-transition: all 0.5s ease;
  413. }
  414.  
  415. .links a:hover {
  416. padding-top: 20px;
  417. color: {color:Hover Tab Link Text};
  418. background: {color:Hover Tab Link Bg};
  419. -webkit-transition: all 0.3s ease;
  420. -moz-transition: all 0.3s ease;
  421. -o-transition: all 0.3s ease;
  422. }
  423.  
  424. #lowerborder {
  425. background: {color:Lower Border} url({image:Lower Border Background}) repeat;
  426. width:110%;
  427. top: 0px;
  428. height: 65px;
  429. position: fixed;
  430. margin-left: -45px;
  431. margin-right: -5px;
  432. opacity: 0.95;
  433. z-index:9;
  434. }
  435.  
  436. #side {
  437. position:fixed;
  438. text-align:right;
  439. top:34px;
  440. width:160px;
  441. padding:8px;
  442. padding-bottom: 0px;
  443. margin-left:-5px;
  444. z-index: 9;
  445. }
  446.  
  447. #blogtitle{
  448. width:176px;
  449. margin-bottom:0px;
  450. height:auto;
  451. }
  452.  
  453. #tumblelogtitle {
  454. width:176px;
  455. background: {color:Top Border};
  456. padding-top:15px;
  457. text-align:center;
  458. font-size:23px;
  459. line-height:14px;
  460. margin-bottom:5px;
  461. letter-spacing: -1px;
  462. margin-top:-8px;
  463. }
  464.  
  465. #tumblelogtitle a{
  466. color: {color:Blogtitle};
  467. }
  468.  
  469. #mainlinks {
  470. margin-top: 0px;
  471. margin-bottom: 5px;
  472. }
  473.  
  474. #mainlinks a{
  475. color: {color:Main Link Text};
  476. font-size: 8px;
  477. font-family: consolas;
  478. text-transform: uppercase;
  479. background: {color:Main Link bg};
  480. padding: 3px 11px 3px 11px;
  481. letter-spacing: 0px;
  482. height: 10px;
  483. -webkit-transition: all 0.5s ease;
  484. -moz-transition: all 0.5s ease;
  485. -o-transition: all 0.5s ease;
  486. }
  487.  
  488. #mainlinks a:hover{
  489. color: {color:Hover Main Link Text};
  490. background: {color:Hover Main Link bg};
  491. -webkit-transition: all 0.5s ease;
  492. -moz-transition: all 0.5s ease;
  493. -o-transition: all 0.5s ease;
  494. }
  495.  
  496. #circlepic {
  497. margin: auto;
  498. {block:IfRoundSidebarImage}width: 156px;
  499. height: 156px;
  500. border-radius: 100px;
  501. background: url({image:Sidebar Image}) repeat;
  502. background-position: center;{/block:IfRoundSidebarImage}
  503. }
  504.  
  505. #description {
  506. background: {color: Description Background} url({image:Description Background}) repeat;
  507. background-color: {color: Description Background};
  508. width: 172px;
  509. padding: 2px;
  510. padding-top:5px;
  511. margin-top: -5px;
  512. padding-bottom:7px;
  513. letter-spacing: 0px;
  514. font-family: {text:Font};
  515. color: {color:Description Text};
  516. font-size:{text:Font Size}px;
  517. line-height: {text:Text Line Height}px;
  518. text-align: center;
  519. }
  520.  
  521. </style>
  522. {block:IndexPage}
  523.  
  524. {block:IfSingleColumned}{block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScroll}{/block:IfSingleColumned}
  525.  
  526. {block:If3Columned}<script type="text/javascript" src="http://static.tumblr.com/4yd2qmj/pI4m0rlj6/ennui1jqueryformasonry.js"></script>
  527.  
  528. <script type="text/javascript" src="http://static.tumblr.com/4yd2qmj/z0hm0rlkc/ennui2masonry.js">
  529. </script>
  530. {block:IfEndlessScroll}<script src="http://static.tumblr.com/4yd2qmj/jTqm0rllr/ennui3jquery.infinitescroll.js"></script>{/block:IfEndlessScroll}
  531.  
  532. <script src="http://static.tumblr.com/4yd2qmj/iX4m0rln3/ennui4jquery.masonry.js"></script>
  533.  
  534. <script type="text/javascript">
  535. $(window).load(function () {
  536. $('.posts').masonry(),
  537. $('.masonryWrap').infinitescroll({
  538. navSelector : "div#pagina",
  539. // selector for the paged navigation (it will be hidden)
  540. nextSelector : "div#pagina a#nextPage",
  541. // selector for the NEXT link (to page 2)
  542. itemSelector : ".entry",
  543. // selector for all items you'll retrieve
  544. bufferPx : 10000,
  545. extraScrollPx: 11000,
  546. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  547. loadingText : "<em></em>",
  548. },
  549. // call masonry as a callback.
  550. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  551. );
  552. });
  553. </script>{/block:If3Columned}
  554.  
  555. {block:If2Columned}<script type="text/javascript" src="http://static.tumblr.com/4yd2qmj/pI4m0rlj6/ennui1jqueryformasonry.js"></script>
  556.  
  557. <script type="text/javascript" src="http://static.tumblr.com/4yd2qmj/z0hm0rlkc/ennui2masonry.js">
  558. </script>
  559. {block:IfEndlessScroll}<script src="http://static.tumblr.com/4yd2qmj/jTqm0rllr/ennui3jquery.infinitescroll.js"></script>{/block:IfEndlessScroll}
  560.  
  561. <script src="http://static.tumblr.com/4yd2qmj/iX4m0rln3/ennui4jquery.masonry.js"></script>
  562.  
  563. <script type="text/javascript">
  564. $(window).load(function () {
  565. $('.posts').masonry(),
  566. $('.masonryWrap').infinitescroll({
  567. navSelector : "div#pagina",
  568. // selector for the paged navigation (it will be hidden)
  569. nextSelector : "div#pagina a#nextPage",
  570. // selector for the NEXT link (to page 2)
  571. itemSelector : ".entry",
  572. // selector for all items you'll retrieve
  573. bufferPx : 10000,
  574. extraScrollPx: 11000,
  575. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  576. loadingText : "<em></em>",
  577. },
  578. // call masonry as a callback.
  579. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  580. );
  581. });
  582. </script>{/block:If2Columned}
  583.  
  584. {/block:IndexPage}
  585. </head>
  586.  
  587. <body>
  588. <div style="font-size:9px; position:fixed; bottom:10px; right:9px;"><a href="http://infernos.tumblr.com" title="theme">☲</a></div>
  589. <div id="lowerborder"></div>
  590.  
  591.  
  592. <div id="top"></div>
  593.  
  594. <div id="content">
  595. <div class="links"><div class="linkbody">{block:ifLink1URL}<a href="{text:Link 1 URL}" target="blank">{text:Link 1 Name}</a>{/block:ifLink1URL}
  596. {block:ifLink2URL}<a href="{text:Link 2 URL}" target="blank">{text:Link 2 Name}</a>{/block:ifLink2URL}
  597. {block:ifLink3URL}<a href="{text:Link 3 URL}" target="blank">{text:Link 3 Name}</a>{/block:ifLink3URL}
  598. {block:ifLink4URL}<a href="{text:Link 4 URL}" target="blank">{text:Link 4 Name}</a>{/block:ifLink4URL}
  599. {block:ifLink5URL}<a href="{text:Link 5 URL}" target="blank">{text:Link 5 Name}</a>{/block:ifLink5URL}</div></div>
  600.  
  601. <div class="pagination" id="pagina">{block:Pagination}
  602. {block:NextPage}<a href="{NextPage}" class="pagination" id="nextPage"> «&nbsp; </a> {/block:NextPage}{block:PreviousPage} <a href="{PreviousPage}"class="navigate" id="nextPage"> » </a> {/block:PreviousPage}{/block:Pagination}
  603. </div>
  604.  
  605. <div id="side">
  606. <div id="blogtitle">
  607. <div id="tumblelogtitle">
  608. <a href="/"> {title}</a><div style="height:15px;"></div>
  609. <div id="mainlinks"><a href="/">index</a> <a href="/archive">past</a> <a href="/ask">message</a> <a href="http://infernos.tumblr.com" title="theme">©</a></div>
  610. {block:IfDisplaySidebarImage}
  611. <div style="{block:IfRoundSidebarImage}margin-top:-5px;padding: 10px 0px 10px 0px;{/block:IfRoundSidebarImage}"><a href='/' title='{Name}'><div id="circlepic"><img src="{image:Sidebar Image}" width="176" style="margin-top:0px;{block:IfRoundSidebarImage}display:none;{/block:IfRoundSidebarImage}" border="0"></div></a></div>{/block:IfDisplaySidebarImage}</div>
  612. <div id="description">{description}</div>
  613. </div></div>
  614.  
  615.  
  616. <div style="height:65px;"></div>
  617.  
  618. {block:IfSingleColumned}{block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}{/block:IfSingleColumned}
  619.  
  620. <div class="posts">
  621. {block:Posts}
  622. <div class="entry" style="{block:IfPostShadow}-webkit-box-shadow: 1px 13px 3px {color:Post Shadow}; -moz-box-shadow: 1px 13px 3px {color:Post Shadow}; box-shadow: 1px 2px 3px {color:Post Shadow};{/block:IfPostShadow}">
  623.  
  624. {block:Text}<div id="shooting">
  625. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  626. {block:Title}<div style="margin-bottom:-2px;margin-top: -11px;"><h2>{Title}</h2></div>{/block:Title}
  627. {Body}
  628. </div>{/block:Text}
  629.  
  630. {block:Photo}<div id="shooting">
  631. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  632. {block:IndexPage}<a href="{Permalink}" target="blank">{/block:IndexPage}
  633. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  634. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" border="0" {block:IndexPage}{block:IfSmallPosts}width="250"{{/block:IfSmallPosts}{block:IfLargerPosts}width="400"{/block:IfLargerPosts}{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  635. {block:IndexPage}</a>{/block:IndexPage}
  636. {block:IndexPage}{block:IfShowPhotoCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPhotoCaptions}{/block:IndexPage}
  637. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  638. {/block:PermalinkPage}
  639. </div>{/block:Photo}
  640.  
  641. {block:Photoset}<div id="shooting">
  642. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  643. {block:IndexPage}{block:IfSmallPosts}{Photoset-250}{/block:IfSmallPosts}{block:IfLargerPosts}{Photoset-400}{/block:IfLargerPosts}
  644. {block:IfShowPhotoCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowPhotoCaptions}{/block:IndexPage}
  645. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}
  646. {/block:Caption}{/block:PermalinkPage}
  647. </div>{/block:Photoset}
  648.  
  649. {block:Quote}<div id="shooting">
  650. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  651. ❝{Quote}❞<div style="margin-top:5px;padding-top:5px;text-align:right;border-top:1px solid {color:Post Border};">{block:Source}— {Source}{/block:Source}</div>
  652. </div>{/block:Quote}
  653.  
  654. {block:Link}<div id="shooting">
  655. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  656. <div style="margin-top:-8px;"><h2><a href="{URL}"{Target}>{Name} &rarr;</a></h2></div>
  657. {block:Description} {Description} {/block:Description}
  658. </div>{/block:Link}
  659.  
  660. {block:Video}<div id="shooting">
  661. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  662. {block:IndexPage}{block:IfSmallPosts}{Video-250}{/block:IfSmallPosts}{block:IfLargerPosts}{Video-400}{/block:IfLargerPosts}{/block:IndexPage}
  663. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  664. {block:Caption}
  665. {Caption}
  666. {/block:Caption}
  667. </div>{/block:Video}
  668.  
  669. {block:Chat}<div id="shooting">
  670. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  671. {block:Title}{Title}{/block:Title}
  672. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}{Line}<br>{/block:Lines}
  673. </div>{/block:Chat}
  674.  
  675. {block:Audio}<div id="shooting">
  676. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  677. <div class="audio"> {AudioPlayerBlack} </div>
  678. {block:Caption} {Caption} {/block:Caption}
  679. </div>{/block:Audio}
  680.  
  681. {block:Answer}<div id="shooting">
  682. <div class="star"><a href="{Permalink}" target="blank">{Month} {DayofMonth}{DayofMonthSuffix} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} </a></div>
  683. <div style="min-height: 25px; padding-bottom: 7px; padding-top: 7px; border-bottom: 2px dotted {color:Hover Tab Link bg};"><img src="{AskerPortraitURL-24}" border="0" style="float: left;margin-right: 5px; margin-top: -7px; margin-bottom: 5px; border: 5px solid {color:Top Border};" /> {Asker}:{Question}</div>
  684. {Answer}
  685. </div>{/block:Answer}
  686.  
  687. {block:PermalinkPage}<br/>
  688. {block:Date}<div style="text-align:left;line-height: 12px; padding-top:5px; border-top: 2px solid {color:Text};">
  689. <span style="text-transform:uppercase;"><b>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</b></span><br/>{/block:Date}
  690. {block:RebloggedFrom} » via <a href="{ReblogParentURL}" title="{ReblogParentTitle}"target="blank">{ReblogParentName}</a> &nbsp; » originally</a> <a href="{ReblogRootURL}" title="{ReblogRootTitle}"target="blank">{ReblogRootName}</a>{/block:RebloggedFrom}<br/>
  691. {block:HasTags}» tagged: {block:Tags} <a href="{TagURL}">#{Tag} &nbsp;
  692. </a>{/block:Tags}{/block:HasTags}
  693. <br/>
  694. {block:NoteCount}→ {NoteCountWithLabel}{/block:NoteCount}</div>
  695. {block:PostNotes}
  696. <div style="width:500px;overflow:hidden;">{PostNotes}</div>
  697. {/block:PostNotes}
  698. </div>
  699. {/block:PermalinkPage}
  700. </div>
  701.  
  702. {/block:Posts}
  703.  
  704. {block:IfSingleColumned}{block:IfEndlessScroll}</div>{/block:IfEndlessScroll}{/block:IfSingleColumned}
  705.  
  706. </div>
  707. </div>
  708. </body>
  709. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement