Advertisement
infernos

Diurnus (width 500px)

Dec 25th, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.78 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <html><head> <title>{title}</title>
  4. <!-
  5.  
  6. --------------| 0 1 . D I U R N U S by infernos.tumblr.com |---------------
  7.  
  8. It's my very first theme! So there's bound to be some issues, but I tried my best. Enjoy!
  9. ___________________________________________________________________________
  10.  
  11. - R U L E S -
  12.  
  13. 1. Do not remove credits
  14. 2. Do not redistribute
  15. 3. Do not claim it as your own
  16. 4. Do not use this code as a base for creating your own.
  17. 5. Do read installing tips below before asking questions
  18. ___________________________________________________________________________
  19.  
  20. - I N S T A L L I N G -
  21.  
  22. 1. Go to your customize page
  23. 2. Click 'Use Custom HTML' then click on 'EDIT HTML' option
  24. 3. Replace entire code with this code
  25. 4. Go back to 'Appearance' and scroll down. Then 'reset defaults'.
  26. 5. Customize options on the side
  27.  
  28. IMPORTANT CUSTOMIZATION EXPLANATION:
  29.  
  30. Sidebar description:
  31. -"Sidebar description" ~ Check if you have a description, uncheck if you don’t
  32. -^ If you have a description, go down and find the "Description Height" option and fill in the corresponding height that will fit the length of your actual description
  33. -"Hover hidden description" ~ Check if you want your description to be hidden until it’s hovered on. Uncheck if you want your description to be out and displayed
  34.  
  35. Sidebar image:
  36. -"Sidebar image" ~ Check if you want a sidebar image
  37. -^ Go down and find "Sidebar Image URL" and put in the URL of the image you want (it should be at least 100px by 100px)
  38.  
  39. *F. Y. I. : To reverse some options (for example the 'Smaller Posts' option), you will have to select the box and then unselect it in order to go back to the original state.
  40.  
  41. USING A MUSIC PLAYER:
  42. If you are using the Diurnus theme and want to put a music player in the description, you must
  43. uncheck ‘Hover Hidden Description’ under the Appearance options. Or you can create a music tab (http://ixora.tumblr.com/post/10591900332/how-to-create-a-music-player-tab)
  44. as instructed by the lovely Aleeza (Atmospherica).
  45. ___________________________________________________________________________
  46.  
  47. - Q U E S T I O N S ? -
  48.  
  49. Please be sure to read the rules/installation guide above before asking me any questions.
  50. http://zious.tumblr.com (Please ask un-anon)
  51.  
  52.  
  53. -!>
  54.  
  55. <link rel="shortcut icon" href="{favicon}">
  56. <meta name="if:Sidebar Description" content="1"/>
  57. <meta name="if:Endless Scroll" content="1"/>
  58. <meta name="if:Image Lazy Load" content="1"/>
  59. <meta name="if:Smaller Posts" content="0"/>
  60. <meta name="if:Space Between Posts" content="1"/>
  61. <meta name="if:Background For Sidebar" content="1"/>
  62. <meta name="if:Sidebar Image" content="0"/>
  63. <meta name="if:Hover hidden Description" content="1"/>
  64. <meta name="if:Background For Posts" content="0"/>
  65. <meta name="font:Body" content="Georgia"/>
  66. <meta name="color:Links Color" content="#a2a2a2" />
  67. <meta name="color:Sidebar Links Color" content="#777" />
  68. <meta name="color:Text Color" content="#6a6a6a" />
  69. <meta name="image:Sidebar Image" content="http://static.tumblr.com/zh7ydxo/c5Plw4aw7/43942465.png"/>
  70. <meta name="image:Background" content="">
  71. <meta name="text:Font Size" content="9" />
  72. <meta name="text:Line height" content="9" />
  73. <meta name="text:Description Height" content="70" />
  74. <meta name="text:Link 1 URL" content="" />
  75. <meta name="text:Link 1 Name" content="" />
  76. <meta name="text:Link 2 URL" content="" />
  77. <meta name="text:Link 2 Name" content="" />
  78. <meta name="text:Link 3 URL" content="" />
  79. <meta name="text:Link 3 Name" content="" />
  80. <meta name="text:Link 4 URL" content="" />
  81. <meta name="text:Link 4 Name" content="" />
  82. <meta name="text:Link 5 URL" content="" />
  83. <meta name="text:Link 5 Name" content="" />
  84.  
  85. <style type="text/css">
  86.  
  87.  
  88. ::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px #FFF;}
  89.  
  90. ::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px #999;}
  91.  
  92. ::-webkit-scrollbar:double-button {#FFF;}
  93.  
  94. ::-webkit-scrollbar-track-piece{background-color:#FFF;}
  95.  
  96. ::-webkit-scrollbar-thumb:vertical{background-color:#999;}
  97.  
  98. body{
  99. margin-top:0px;
  100. margin-bottom:0px;
  101. color: {color:Text Color};
  102. background: #FFFFFF url({image:Background}) repeat;
  103. background-attachment:fixed;
  104. font-family:{font:Body},
  105. Times, 'Times New Roman', serif;
  106. font-size:{text:Font Size}px;
  107. line-height:{text:Line height}px;
  108. text-align:justify;
  109. z-index;1;
  110. overflow-x: hidden;
  111. }
  112.  
  113. #center{
  114. {block:IfBackgroundForPosts}
  115. background-color:#fff;
  116. background: url(http://static.tumblr.com/zh7ydxo/jHnlwoh0v/bg.jpg)
  117. repeat;
  118. background-attachment: fixed; {/block:IfBackgroundForPosts}
  119. padding:5px;
  120. margin-left:175px;
  121. {block:IfSmallerPosts}{block:IndexPage}width:250px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}{/block:IfSmallerPosts}
  122. {block:IfNotSmallerPosts}width:500px;{/block:IfNotSmallerPosts}
  123. }
  124.  
  125. #entry {
  126. background-color: transparent;
  127. width:500px;{block:IfSmallerPosts}{block:IndexPage}width:250px;{/block:IndexPage} {block:PermalinkPage}width:500px;{/block:PermalinkPage}{/block:IfSmallerPosts}
  128. {block:IfNotSmallerPosts}width:500px;{/block:IfNotSmallerPosts} {block:IfSpaceBetweenPosts}margin-bottom:5px;{/block:IfSpaceBetweenPosts} {block:IfNotSpaceBetweenPosts}margin-bottom:0px;{/block:IfNotSpaceBetweenPosts}
  129. }
  130.  
  131. #entry:hover .permalink {
  132. opacity: 1;
  133. filter:alpha(opacity=100);
  134. -moz-opacity: 1.0;
  135. -khtml-opacity: 1.0;
  136. {block:IfSmallerPosts}left:447px;{/block:IfSmallerPosts}
  137. {block:IfNotSmallerPosts}left:697px;{/block:IfNotSmallerPosts}
  138. -webkit-transition: all 0.7s ease;
  139. -moz-transition: all 0.7s ease;
  140. -o-transition: all 0.7s ease;
  141. }
  142.  
  143. #entry img{
  144. {block:IfSmallerPosts}{block:IndexPage}
  145. max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}{/block:IfSmallerPosts}
  146. {block:IfNotSmallerPosts}max-width:500px;{/block:IfNotSmallerPosts}
  147. }
  148.  
  149. #entry p {
  150. {block:IfSmallerPosts}{block:IndexPage}
  151. max-width:250px;{/block:IndexPage}{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}{/block:IfSmallerPosts}
  152. {block:IfNotSmallerPosts}max-width:500px;{/block:IfNotSmallerPosts}
  153. }
  154.  
  155. .PermalinkPage{
  156. text-align:center;
  157. margin:auto;
  158. margin-top:23px;
  159. }
  160.  
  161. .permalink {
  162. {block:IndexPage}
  163. background: url(http://static.tumblr.com/zh7ydxo/jHnlwoh0v/bg.jpg) repeat;
  164. position:absolute;
  165. {block:IfSmallerPosts}left:387px;{/block:IfSmallerPosts}
  166. {block:IfNotSmallerPosts}left:637px;{/block:IfNotSmallerPosts}
  167. padding:3px;
  168. text-align: left;
  169. -webkit-transition: 0.7s ease-in;
  170. -moz-transition: 0.7s ease-in;
  171. -o-transition: 0.7s ease-in;
  172. opacity:0;
  173. filter:alpha(opacity=0);
  174. -moz-opacity: 0;
  175. -khtml-opacity: 0;
  176. z-index:99
  177. {/block:IndexPage}{block:PermalinkPage}display:none{/block:PermalinkPage}
  178. }
  179.  
  180. .permalink a {
  181. font-color: #999;
  182. font-size: 9px;
  183. opacity: 0.65;
  184. filter:alpha(opacity=65);
  185. -moz-opacity: 0.65;
  186. -khtml-opacity: 0.65;
  187. }
  188.  
  189. img{
  190. -webkit-transition: opacity 0.5s linear;
  191. -moz-transition: opacity 0.5s linear;
  192. -o-transition: opacity 0.5s linear;
  193. opacity: 1;
  194. filter:alpha(opacity=100);
  195. -moz-opacity: 1;
  196. -khtml-opacity: 1;
  197. {block:IndexPage}max-width:500px;
  198. {block:IfSmallerPosts}max-width:250px;{/block:IfSmallerPosts}
  199. {/block:IndexPage}
  200. }
  201.  
  202. img:hover{
  203. -webkit-transition: opacity 0.5s linear;
  204. -moz-transition: opacity 0.5s linear;
  205. -o-transition: opacity 0.5s linear;
  206. opacity: 0.9;
  207. filter:alpha(opacity=90);
  208. -moz-opacity: 0.9;
  209. -khtml-opacity: 0.9;
  210. background-color:none;
  211. }
  212.  
  213. a img{
  214. border:none;
  215. }
  216.  
  217. #side {
  218. position:fixed;
  219. text-align:right;
  220. {block:IfSidebarImage}top:130px;{/block:IfSidebarImage}
  221. {block:IfNotSidebarImage}top:50px;{block:IfNotSidebarImage}
  222. width:175px;
  223. left:0px;
  224. bottom:0px;
  225. }
  226.  
  227. #portrait {
  228. width: 128px;
  229. height: 128px;
  230. position:fixed;
  231. top:23px;
  232. left:65px;
  233. }
  234.  
  235. #portrait .profilepic{
  236. {block:IfSidebarImage} background: url('{image:Sidebar Image}');
  237. background-position: center;
  238. width: 100px;
  239. height: 100px;
  240. position:fixed;
  241. border: 5px solid #fff;
  242. -webkit-border-radius: 70px;
  243. -moz-border-radius: 70px;
  244. border-radius: 70px;
  245. -webkit-transition: 0.7s ease-in-out;
  246. -moz-transition: 0.7s ease-in-out;
  247. -o-transition: 0.7s ease-in-out;{/block:IfSidebarImage}
  248. }
  249.  
  250. #portrait:hover .profilepic{
  251. border: 5px solid #eee;
  252. -webkit-border-radius: 0px;
  253. -moz-border-radius: 0px;
  254. border-radius: 0px;
  255. -webkit-transition: 0.7s ease-in-out;
  256. -moz-transition: 0.7s ease-in-out;
  257. -o-transition: 0.7s ease-in-out;
  258. }
  259.  
  260. #desc {
  261. left:0px;
  262. {block:IfNotHoverHiddenDescription}left:15px;
  263. {block:IfNotHoverHiddenDescription}
  264. margin-top: 5px;
  265. width:165px;
  266. position: fixed;
  267. text-align:right;
  268. opacity:1;
  269. filter:alpha(opacity=100);
  270. -moz-opacity: 1;
  271. -khtml-opacity: 1;
  272. z-index:4;
  273. -webkit-transition: all 1s ease-in-out;
  274. -moz-transition: all 1s ease-in-out;
  275. -o-transition: 1s ease-in-out;
  276. }
  277.  
  278. #blogtitle{
  279. margin-bottom:0px;
  280. height:auto;
  281. background: #fff;
  282. z-index:999999;
  283. }
  284.  
  285. #tumblelogtitle {
  286. font-family: {font:Body};
  287. color: #888;
  288. font-size:8px;
  289. border-bottom: 1px dotted #333;
  290. margin-bottom:0px;
  291. letter-spacing: 2px;
  292. text-transform: uppercase;
  293. font-weight:lighter;
  294. font-style: none;
  295. margin-top:10px;
  296. }
  297.  
  298.  
  299. {block:IfSidebarDescription}
  300. #blogtitle .description {
  301. {block:IfHoverHiddenDescription}-webkit-transition: all 1s ease;
  302. -moz-transition: all 1s ease;
  303. -o-transition: all 1s ease;
  304. padding-right:15px;
  305. height:0px;{/block:IfHoverHiddenDescription}
  306. {block:IfNotHoverHiddenDescription}height: {text:Description Height}px!important; padding-right:0px;
  307. {block:IfNotHoverHiddenDescription}
  308. overflow:hidden;
  309. padding-left:5px;
  310. }
  311.  
  312. #blogtitle:hover .description {
  313. -webkit-transition: all 2s ease;
  314. -moz-transition: all 2s ease;
  315. -o-transition: all 2s ease;
  316. height: {text:Description Height}px!important;
  317. }
  318. {/block:IfSidebarDescription}
  319.  
  320.  
  321. #sidecontent {
  322. {block:IfBackgroundforSidebar}
  323. background: url(http://static.tumblr.com/zh7ydxo/jHnlwoh0v/bg.jpg) repeat;{/block:IfBackgroundforSidebar}
  324. {block:IfNotHoverHiddenDescription}margin-left:-15px;width:170px;{/block:IfNotHoverHiddenDescription}
  325. padding-right: 5px;
  326. }
  327.  
  328. #sidecontent a {
  329. color: {color:Sidebar Links Color};
  330. border-right: 0px solid #EEE;
  331. -webkit-transition: all 0.4s ease;
  332. -moz-transition: all 0.4s ease;
  333. -o-transition: all 0.4s ease;
  334. }
  335.  
  336. #sidecontent a:hover {
  337. color: {color:Text Color};
  338. border-right: 10px solid #EEE;
  339. padding-right:4px;
  340. -webkit-transition: all 0.4s ease;
  341. -moz-transition: all 0.4s ease;
  342. -o-transition: all 0.4s ease;
  343. }
  344.  
  345. #navigationnext
  346. {
  347. background: url(http://static.tumblr.com/zh7ydxo/jHnlwoh0v/bg.jpg) repeat;
  348. width:160px;
  349. padding-right: 5px;
  350. position: fixed;
  351. text-align:right;
  352. opacity:1;
  353. filter:alpha(opacity=100);
  354. -moz-opacity: 1;
  355. -khtml-opacity: 1;
  356. z-index:4;
  357. margin-top:11px;
  358. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  359. }
  360.  
  361. #navigationprev
  362. {
  363. background: url(http://static.tumblr.com/zh7ydxo/jHnlwoh0v/bg.jpg) repeat;
  364. width:160px;
  365. padding-right: 5px;
  366. position: fixed;
  367. text-align:right;
  368. opacity:1;
  369. filter:alpha(opacity=100);
  370. -moz-opacity: 1;
  371. -khtml-opacity: 1;
  372. z-index:4;
  373. margin-top:40px;
  374. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  375. }
  376.  
  377. h1{
  378. color:#555;
  379. font-size:9px;
  380. font-weight:lighter;
  381. font-style: none;
  382. text-transform:none;
  383. margin:0px;
  384. padding:0px;
  385. }
  386.  
  387. h2{
  388. font-family: {font:Body};
  389. color: #888;
  390. font-size:8px;
  391. border-bottom: 1px dotted #999;
  392. margin-bottom:0px;
  393. letter-spacing: 1px;
  394. text-transform: uppercase;
  395. font-weight:lighter;
  396. font-style: none;
  397. }
  398.  
  399. a:link, a:active, a:visited{
  400. color: {color:Links Color};
  401. text-decoration:none;
  402. outline: none;
  403. }
  404.  
  405. a:hover{
  406. color: #CCC;
  407. -webkit-transition: 0.6s ease-in;
  408. -moz-transition: 0.6s ease-in;
  409. -o-transition: 0.6s ease-in;
  410. }
  411.  
  412. b, strong{
  413. color:#353535;
  414. font-weight:lighter;
  415. }
  416.  
  417. i, em {
  418. color:#7e7e7e;
  419. font-weight:lighter;
  420. }
  421.  
  422. p{
  423. margin-top:3px;
  424. margin-bottom:3px;
  425. }
  426.  
  427. blockquote {
  428. background: transparent;
  429. background-repeat: repeat;
  430. border-left: 1px dotted #444;
  431. padding:5px;
  432. position:relative;
  433. }
  434.  
  435. blockquote p {
  436. color: #666;
  437. padding:0px;
  438. margin:0px;
  439. line-height:9px;
  440. }
  441.  
  442. .audio{
  443. z-index:3;
  444. background: #e4e4e4;
  445. display:block;
  446. margin-bottom:0px;
  447. }
  448.  
  449. .audioinfo
  450. {
  451. text-align:right;
  452. line-height:10px;
  453. background: #000);
  454. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  455. z-index:2;
  456. }
  457.  
  458. div.video embed,div.post div.video object {
  459. width:{text:Width}px !important;}
  460.  
  461. ::-webkit-scrollbar {
  462. width: 8px;
  463. }
  464.  
  465. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  466. display:none;
  467. }
  468.  
  469. #tumblr_controls{
  470. position: fixed!important;
  471. }
  472.  
  473. </style>
  474. </head>
  475.  
  476. {block:ifEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:ifEndlessScroll}
  477.  
  478.  
  479. {block:ifImageLazyLoad}<script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  480. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  481. <script type="text/javascript" charset="utf-8">
  482. var $j = jQuery.noConflict();
  483. $j(function() {
  484. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  485. $j("img").lazyload({
  486. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  487. effect: "fadeIn",
  488. });
  489. });
  490. </script> {/block:ifImageLazyLoad}
  491.  
  492. </head>
  493.  
  494.  
  495. <body>
  496.  
  497. {block:IfSidebarImage}
  498. <div id="portrait"><a target='_blank' href='/' title='{Name}'><div class=
  499. "profilepic"></div></a></div>
  500. {/block:IfSidebarImage}
  501.  
  502. <div id="side">
  503. <div id="blogtitle">
  504. <div id="tumblelogtitle">
  505. <a href="/"> {title}</a>
  506. {block:IfHoverHiddenDescription}<span style="background:#EDEDED;color:#555;padding-left:3px;padding-bottom:2px; padding-top:1px;padding-left:3px;padding-right:3px;text-align:center;letter-spacing:0px;z-index:1;">+</span>{/block:IfHoverHiddenDescription}</div> <div class="description">{description}
  507. </div></div>
  508. <div id="desc">
  509.  
  510. <div id="sidecontent">
  511. <span style="color:#777;background:transparent;padding-top:3px;padding-bottom:3px;line-height:12px;">
  512. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Name}</a><br />{/block:ifLink1URL}
  513. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Name}</a><br />{/block:ifLink2URL}
  514. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Name}</a><br />{/block:ifLink3URL}
  515. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Name}</a><br />{/block:ifLink4URL}
  516. {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 Name}</a><br />{/block:ifLink5URL}
  517. <a href="/archive"> archive</a><br/>
  518. <a href="/ask"> message</a><br/>
  519. <a href="http://infernos.tumblr.com"> theme</a></span>
  520. </div>
  521.  
  522.  
  523. {block:ifNotEndlessScroll}{block:NextPage} <div id="navigationnext"><a href="{NextPage}" style="font-size:16px; color:#a2a2a2; font-family:garamond; line-height:22px; font-weight:bold;"> ← </a>
  524. </div>{/block:NextPage}
  525. {block:PreviousPage} <div id="navigationprev"> <a href="{PreviousPage}" style="font-size:16px; color:#a2a2a2; font-family:garamond; line-height:22px; font-weight:bold;"> → </a>
  526. </div> {/block:PreviousPage}
  527. {/block:IfNotEndlessScroll}
  528. </div></div>
  529.  
  530. <div style="height:20px;"><!- PLACE HOlDER FOR TOP -!></div>
  531. <div id="center">
  532.  
  533. {block:IfEndlessScroll}
  534. <div class="autopagerize_page_element">
  535. {/block:IfEndlessScroll}
  536.  
  537. {block:Posts}
  538.  
  539. <div id="entry">
  540.  
  541.  
  542. {block:Photo}
  543. <div id="entry">
  544. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span>
  545. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  546. {block:IfSmallerPosts}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="250" style="background-color:#f1f1f1;" /></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" />{/block:PermalinkPage}{/block:IfSmallerPosts}
  547. {block:IfNotSmallerPosts}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" style="background-color:#f1f1f1;" /></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" />{/block:PermalinkPage}{/block:IfNotSmallerPosts}
  548. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  549. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  550. </div>
  551. {/block:Photo}
  552.  
  553.  
  554. {block:Photoset}<div id="entry">
  555. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span>{block:IfSmallerPosts}{block:IndexPage}{Photoset-250}{/block:IndexPage} {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:IfSmallerPosts}{block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
  556. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  557. </div>
  558. {/block:Photoset}
  559.  
  560.  
  561. {block:Video}<div id="entry">
  562. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span>
  563. <center>{block:ifSmallerPosts}{block:IndexPage}{Video-250}{/block:IndexPage}{/block:ifSmallerPosts}{block:ifNotSmallerPosts}{block:IndexPage}{Video-500}{/block:IndexPage}{/block:ifNotSmallerPosts}</center>{block:PermalinkPage}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>{/block:Video}
  564.  
  565.  
  566. {block:Audio}
  567. <div id="entry">
  568. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span><div class="media audio" align="left" style="z-index:3">
  569. {AudioPlayerGrey}
  570. </div>
  571. {block:Caption}
  572. {block:TrackName}
  573. {TrackName} -
  574. {/block:TrackName}{block:Artist}
  575. {Artist}
  576. {/block:Artist}
  577. {/block:Caption}</div>
  578. {/block:Audio}
  579.  
  580. {block:Quote}
  581. <div id="entry">
  582. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span>
  583. <div style="margin-top:3px;margin-bottom:3px;">❝{Quote}❞</div><div style="margin-top:0px;text-align:right;border-top:1px dotted #999;margin-bottom:3px;">{block:Source}— {Source}{/block:Source}</div></div>{/block:Quote}
  584.  
  585. {block:Link}
  586. <div id="entry">
  587. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span>
  588. <div style="background-color:none;margin-top:3px; margin-bottom:3px;border-top:0px solid #f0f0f0; border-bottom:0px solid #f0f0f0;padding-top:1px;padding-bottom:1px;"><a href="{URL}" class="link" {Target}><h2>{Name}&nbsp;→</h2></a>
  589. {block:Description}
  590. <div class="caption">
  591. {Description}
  592. </div>
  593. {/block:Description}</div>
  594. </div>
  595. {/block:Link}
  596.  
  597. {block:Text}<div id="entry" style="margin-top:4px;margin-bottom:4px;">
  598. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span><div style="background-color:none;margin-top:3px; margin-bottom:3px;border-top:0px solid #f0f0f0; border-bottom:0px solid #f0f0f0;padding-top:1px;padding-bottom:1px;">{block:Title}<a href="{Permalink}"><h2>{Title}</h2></a>{/block:Title}{Body}</div></div>{/block:Text}
  599.  
  600. {block:Chat}
  601. <div id="entry">
  602. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span>
  603. <div style="background-color:none;margin-top:3px; margin-bottom:3px;border-top:0px solid #f0f0f0; border-bottom:0px solid #f0f0f0;padding-top:1px;padding-bottom:1px;">{block:Title}<a href="{Permalink}"><h2>{Title}</h2></a>{/block:Title}
  604. {block:Lines}{block:Label}<i>{Label}</i> {Line}<br>{/block:Label}{/block:Lines}</div>
  605. </div>{/block:Chat}
  606.  
  607. {block:Answer}<div id="entry">
  608. <span class="permalink"><a href="{Permalink}" class="morelink">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {Year} {block:NoteCount}| {NoteCountWithLabel}{/block:Notecount} </a></span>
  609. <div style="background-color:none;margin-top:3px; margin-bottom:3px;border-top:1px dotted #aaa; border-bottom:1px dotted #aaa;"><div style="padding-top:3px;padding-bottom:3px;"><div style="background: #f7f7f7;"><a href="{AskerURL}" style="text-decoraton:underline;">{Asker}</a><span style="color:#777;">: {Question}</span></div>{Answer}</div></div></div>{/block:Answer}
  610. </div>
  611. {block:PermalinkPage}<div class="meta" style="line-height:12px;"><!--METABOX APPEARS ON PERMALINK PAGE-->
  612. <div class="metabox" style="text-align:left;" > <div class="permalinkpage">
  613. {block:Date}<h2>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</h2>{/block:Date}
  614. {block:HasTags}<i><u>Tagged</u>:</i>{block:tags}&bull;<a href="{TagURL}">{Tag} </a>
  615. {/block:tags}{/block:HasTags}<br /><i><u>Options</u>:</i>
  616. <a href="javascript:history.go(-1)">go back</a> &nbsp; <a href="http://www.tumblr.com/dashboard">go home</a> &nbsp; <a href="/random" id="random_link">random entry</a><br/>{block:RebloggedFrom} <i><u>Via</u>:</i> <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp; <i><u>Source</u>:</i> <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}<br/><br/>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  617. </div></div>
  618. {block:PostNotes}
  619. <div class="postnotes" style="width:500px;{block:IfSmallerPosts}width:250px;{/block:IfSmallerPosts}overflow:hidden;">{PostNotes}</div>
  620. {/block:PostNotes}
  621.  
  622. {/block:PermalinkPage}
  623. {/block:Posts}
  624. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  625.  
  626. </div>
  627.  
  628.  
  629. </div>
  630.  
  631. </div>
  632. </body>
  633. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement