winchestersnothemes

Theme - Dies

Sep 1st, 2012
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.24 KB | None | 0 0
  1. <!-- theme winchestersnote !-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6.  
  7. <meta name="font:Text" content="Georgia"/>
  8. <meta name="text:Font Size" content="9px"/>
  9. <meta name="color:Text" content="#000000"/>
  10. <meta name="color:Background" content="#000000"/>
  11. <meta name="color:Post" content="#000000"/>
  12. <meta name="color:Links" content="#000000"/>
  13. <meta name="color:Hover" content="#727292"/>
  14. <meta name="image:Background" content=""/>
  15. <meta name="if:Rounded Corners" content="1">
  16. <meta name="text:Link 1 Title" content=" link">
  17. <meta name="text:Link 1" content="http://">
  18. <meta name="text:Link 2 Title" content="link">
  19. <meta name="text:Link 2" content="http://">
  20. <meta name="text:Link 3 Title" content=" link">
  21. <meta name="text:Link 3" content="http://">
  22. <meta name="text:Link 4 Title" content=" link">
  23. <meta name="text:Link 4" content="http://">
  24. <meta name="text:Link 5 Title" content=" link">
  25. <meta name="text:Link 5" content="http://">
  26. <meta name="if:Animated Post Load" content="0">
  27. <meta name="if:Click Photo To Reblog" content="1">
  28. <meta name="if:Infinite Scroll" content="1">
  29.  
  30.  
  31.  
  32. <link rel="shortcut icon" href="{Favicon}">
  33. {block:Description}
  34. <meta name="description" content="{MetaDescription}" />
  35. {/block:Description}
  36.  
  37. <title>{Title}</title>
  38.  
  39. <script type="text/javascript"
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41. {block:IfScrollToTop}
  42. <script type="text/javascript" src="scrolltopcontrol.js">
  43. </script>
  44.  
  45. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/4Gum31dpt/modernise.js">
  46. </script>
  47.  
  48. {/block:IfScrollToTop}
  49. <style type="text/css">
  50.  
  51.  
  52. /* Body Controls */
  53. html {
  54. height:100%;
  55. }
  56.  
  57.  
  58. body {
  59. font-family:{font:Text};
  60. font-size:{text:Font Size};
  61. color:{color:Text};
  62. letter-spacing:0px;
  63. background-color:{color:background};
  64. background-image:url('{image:Background}');
  65. background-color:{color:Background};
  66. background-repeat: repeat;
  67. background-position: top center;
  68. background-attachment: fixed;
  69. text-align:justify;
  70. line-height:100%;
  71. height:100%;
  72.  
  73. }
  74.  
  75.  
  76. @font-face {
  77. font-family:basket;
  78. src: url('http://static.tumblr.com/iddq6cw/2qqm2zf39/lavanderia_sturdy.otf');
  79. }
  80.  
  81. a {
  82. color:{color:Links};
  83. text-decoration: none;
  84. -webkit-transition-duration:1s;
  85.  
  86. }
  87.  
  88. a:hover {
  89. color:{color:Hover};
  90. text-decoration: none;
  91.  
  92.  
  93. }
  94.  
  95. u {
  96. border-bottom: 1px dashed #888;
  97. }
  98.  
  99. b, strong{
  100. font-size: 9px;
  101. letter-spacing: 1px;
  102. color: #b1b1b1;
  103. font-family: georgia;
  104. text-transform: none;
  105. text-decoration: none;
  106. font-weight: normal;
  107. }
  108.  
  109. iframe#tumblr_controls {
  110. right:3px !important;
  111. position: fixed !important;
  112. -webkit-transition: opacity 0.7s linear;
  113. opacity: 0.5;
  114. -webkit-transition: all 0.8s ease-out;
  115. -moz-transition: all 0.8s ease-out;
  116. transition: all 0.8s ease-out;
  117. }
  118.  
  119. iframe#tumblr_controls:hover {
  120. -webkit-transition: opacity 0.7s linear;
  121. opacity: 1;
  122. -webkit-transition: all 0.4s ease-out;
  123. -moz-transition: all 0.4s ease-out;
  124. transition: all 0.4s ease-out;
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:vertical {
  128. background-color:#1f1f1f;
  129. height:auto;
  130. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  131. -webkit-border-radius:4px;
  132. }
  133.  
  134. ::-webkit-scrollbar-thumb:horizontal {
  135. background-color:#1f1f1f;
  136. height:5px !important;
  137. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  138. -webkit-border-radius:4px;
  139. }
  140.  
  141. ::-webkit-scrollbar {
  142. height:2px;
  143. width:4px;
  144. background-color:{color:Background};
  145. }
  146.  
  147. ::-webkit-scrollbar-corner {
  148. background-color:{color:Background};
  149. }
  150.  
  151. #content {
  152. width:100%;
  153. margin-left:auto;
  154. margin-right:auto;
  155. position: relative;
  156.  
  157. }
  158.  
  159. .dean {
  160. background-color:{color:Post};
  161. display:block;
  162. width:862px;
  163. height:100%;
  164. z-index:-1;
  165. margin-left:auto;margin-top:-10px;bottom:-10px;
  166. margin-right:auto;
  167.  
  168. }
  169.  
  170. ul {
  171. margin-left:-25px;
  172. }
  173.  
  174.  
  175.  
  176.  
  177. /* Header Controls */
  178.  
  179. .sidebar {
  180. width:862px;
  181. background-color:{color:Post};
  182. z-index:5;
  183. margin-right:auto;
  184. margin-left:auto;
  185. text-align:center;
  186. display:block;
  187. position:fixed;
  188. margin-bottom:25px;
  189. opacity:0.85;
  190. padding-top:25px;padding-bottom:1px;
  191. border-bottom:1px solid {color:text};
  192.  
  193. }
  194.  
  195. .navigation {
  196. font-size:33px; color:{color:Links};
  197. letter-spacing:-2px;
  198. -webkit-transition-duration:1.5s;
  199. font-family:Century Gothic;
  200. text-align:center;line-height:45px;
  201.  
  202. }
  203.  
  204.  
  205. /* Post Controls */
  206.  
  207. #content .posts {
  208. {block:IndexPage}width:837px;{/block:IndexPage}
  209. {block:PermalinkPage}width:825px;{/block:PermalinkPage}
  210. padding-left:25px;
  211. margin-right:auto;
  212. margin-left:auto;padding-top:150px;
  213. position:relative;
  214. background-color:{color:Post};
  215. }
  216.  
  217. #content .posts img {
  218. {block:IndexPage}
  219. max-width: 250px;
  220. margin-top:-2px;
  221. {/block:IndexPage}
  222. {block:PermalinkPage}
  223. max-width: 800px;
  224. {/block:PermalinkPage}
  225. {block:IfRoundedCorners}
  226. -webkit-border-radius:4px;
  227. {/block:IfRoundedCorners}
  228. }
  229.  
  230.  
  231. #content .entry {
  232. {block:IndexPage}
  233. width:250px;
  234. float:left;
  235. position: relative;
  236. {/block:IndexPage}
  237. margin-right:25px;
  238. margin-bottom:23px;
  239. padding:2px;
  240. z-index:1;
  241. {block:PermalinkPage}
  242. width:800px;
  243. {/block:PermalinkPage}
  244. {block:IfAnimatedPostLoad}
  245. -webkit-transition-duration:2s;
  246. {/block:IfAnimatedPostLoad}
  247. }
  248.  
  249. .heading {
  250. font-family:{font:Text};
  251. font-size:15px;
  252. text-decoration: none;
  253. letter-spacing:0px;
  254. font-weight:none;
  255. line-height:100%;
  256. margin-bottom:0px;
  257. text-align:left;
  258. }
  259.  
  260. .chat ul {
  261. padding:0px 0px 0px 0px;
  262. margin:0px 0px 0px 0px;
  263. }
  264.  
  265. .chat li {
  266. list-style-type: none;
  267. padding-left:0px;
  268. margin-right:0px;
  269. }
  270.  
  271. .chat li.odd {
  272. color:{color:Text};
  273. }
  274.  
  275. .chat li.even {
  276. color: {color:Text};
  277. background-color: {color:background};
  278. }
  279. .emp{
  280. }
  281. .label {
  282. font-size: 9px;
  283. letter-spacing: 1px;
  284. font-family: trebuchet ms;
  285. text-transform: uppercase;
  286.  
  287. text-decoration: none;
  288. font-weight: normal;
  289. color:{color:links}
  290. }
  291.  
  292. blockquote {
  293. padding-left:5px;
  294. padding-top:3px;
  295. padding-right:5px;
  296. padding-bottom:3px;
  297. margin-left:5px;
  298. margin-right:5px;
  299. border-left: 2px solid {color:background};
  300. border-right:none;
  301. background-color:{color:background}};
  302. }
  303.  
  304. .ruby {
  305. background-color:{color:Blockquote};
  306. }
  307.  
  308. .jhnn {
  309. font-style:italic;
  310. line-height:100%;
  311. margin-bottom:0px;
  312. }
  313.  
  314. .img {
  315. {block:IndexPage}
  316. opacity:0.3;
  317. filter:alpha(opacity=80);
  318. {/block:IndexPage}
  319. -webkit-transition-duration:0.4s;
  320. }
  321.  
  322. .img:hover {
  323. opacity:1;
  324. filter:alpha(opacity=100);
  325. }
  326.  
  327.  
  328.  
  329. .shuts img {
  330. {block:IndexPage}
  331. max-width:250px;
  332. overflow-y:auto;
  333. {/block:IndexPage}
  334. }
  335.  
  336. .groover {
  337. width:800px;
  338. opacity: 1;
  339. z-index: 10000;
  340. margin-top:10px;
  341. margin-bottom:10px;
  342. text-align:center;
  343. font-family:helvetica;
  344. font-size:9px;
  345. letter-spacing:1px;
  346. text-transform:uppercase;
  347. }
  348.  
  349. .lool {
  350. margin-top:0;
  351. margin-left:0px;
  352. margin-right:auto;
  353. margin-bottom:0px;
  354. width:800px;
  355. text-align:center;
  356. background-color:{color:Post};
  357. }
  358.  
  359. .sing {
  360. text-align:center;
  361. width:800px;
  362. margin-left:auto;
  363. margin-right:auto;
  364. }
  365.  
  366. .video embed, .video object, .video iframe {
  367. {block:IndexPage}
  368. width:250px /**/ !important;
  369. {/block:IndexPage}
  370. {block:PermalinkPage}width:800px !important;
  371. {/block:PermalinkPage}
  372. height:auto !important;
  373. }
  374.  
  375.  
  376. .audioplayer {
  377. background-color:#e4e4e4;
  378. {block:IfRoundedCorners}
  379. border-radius:4px;
  380. -o-border-radius:4px;
  381. -moz-border-radius:4px;
  382. -webkit-border-radius:4px;
  383. padding-left:4px;
  384. {/block:IfRoundedCorners}
  385. }
  386.  
  387. /* Permalink Controls */
  388.  
  389. .entry .permalink {
  390. padding-top:0px;
  391. }
  392.  
  393. .kis {
  394. font-size:15px;
  395. line-height:100%;
  396. padding:2px;
  397. color:#fff;
  398. z-index:987897978978999999;
  399. }
  400.  
  401. #sing {
  402. color:#fff;
  403. font-size:10px;
  404. opacity: 0;
  405. margin-top:0px;
  406. padding-left:5px;padding-right:5px;
  407. margin-left:5px;
  408. width:auto;
  409. height:20px;
  410. background-color: #000;
  411. padding-top:5px;
  412. float:left;display:block;
  413. text-align:center;
  414. font-family:helvetica;
  415. letter-spacing:1px;
  416. border-radius:4px;
  417. -o-border-radius:4px;
  418. -moz-border-radius:4px;
  419. -webkit-border-radius:4px;
  420. }
  421.  
  422.  
  423. #sing a {
  424. color:#fff;
  425. }
  426.  
  427. #sing:hover {
  428.  
  429. z-index:99933999;
  430. }
  431. .kis:hover{
  432. z-index:999999;
  433. }
  434.  
  435. .entry:hover #sing {
  436. opacity:0.5;
  437. z-index:999999;
  438. }
  439.  
  440. #sing:hover .img {
  441. opacity:1;
  442. }
  443.  
  444. .clear {
  445. display: none;
  446. }
  447.  
  448. ol.notes {
  449. padding: 0px;
  450. margin: 25px 0px;
  451. list-style-type: none;
  452. border-bottom: solid 1px #ccc;
  453. }
  454.  
  455. ol.notes li.note {
  456. border-top: solid 1px #ccc;
  457. padding: 6px;
  458. }
  459.  
  460.  
  461. .mj {
  462. width: 21px;
  463. height: 20px;
  464. display: block;
  465. position: relative;
  466. opacity: 0;
  467. z-index: 1000000;
  468. }
  469.  
  470. .mj a {
  471. width: 21px;
  472. height: 20px;
  473. margin-top:-25px;
  474. padding-left:5px;padding-right:5px;
  475. width:21px;
  476. margin-left:5px;
  477. background-color: #000;
  478. padding-top:5px;
  479. float:left;
  480. border-radius:4px;
  481. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  482. background-repeat:no-repeat;
  483. background-position: 5px 4px;
  484. z-index: 1000000;
  485. }
  486.  
  487. .mj:hover {
  488. opacity: 0.5;
  489.  
  490. }
  491.  
  492. .entry:hover .mj{
  493. opacity: 0.5;
  494. }
  495.  
  496. {CustomCSS}
  497.  
  498. </style>
  499.  
  500.  
  501. {block:IfInfiniteScroll}
  502. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  503. {/block:IfInfiniteScroll}
  504.  
  505. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  506.  
  507. <script type="text/javascript">
  508. $(window).load(function () {
  509. $('.posts').masonry(),
  510. $('.masonryWrap').infinitescroll({
  511. navSelector : "div#navigation",
  512. // selector for the paged navigation (it will be hidden)
  513. nextSelector : "div#navigation a#nextPage",
  514. // selector for the NEXT link (to page 2)
  515. itemSelector : ".entry, .clear",
  516. // selector for all items you'll retrieve
  517. bufferPx : 10000,
  518. extraScrollPx: 10,
  519. loadingImg : "http://static.tumblr.com/ejm8w78/KZjlxxt0d/ajax-loader.gif",
  520. loadingText : "<em></em>",
  521. },
  522. // call masonry as a callback.
  523. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  524. );
  525. });
  526. </script>
  527.  
  528.  
  529.  
  530. <script type="text/javascript">
  531. $(window).load(function(){
  532. $("p").remove(":contains('(Source:')");
  533. $("p").remove(":contains('(via ')");
  534. });
  535. </script>
  536.  
  537. </head>
  538.  
  539. <body>
  540.  
  541. <div class="dean"><div class="bk"></div>
  542. <div id="content">
  543. <div class="sidebar">
  544. <div class="navigation"><a href="/">{Title}</div>
  545. <div align="center">
  546. <div style="max-width:500px;margin-left:auto;margin-right:auto;">
  547. {Description}
  548. </div>
  549. <br>
  550. {block:HasPages}
  551. {block:Pages}
  552. <a href="{URL}">&nbsp;&nbsp;{Label}</a>
  553. {/block:Pages}
  554. {/block:HasPages}
  555.  
  556. <a href="{text:Link 1}">&nbsp;&nbsp;{text:Link 1 Title}</a>
  557.  
  558. <a href="{text:Link 2}">&nbsp;&nbsp;{text:Link 2 Title}</a>
  559.  
  560. <a href="{text:Link 3}">&nbsp;&nbsp;{text:Link 3 Title}</a>
  561.  
  562. <a href="{text:Link 4}">&nbsp;&nbsp;{text:Link 4 Title}</a>
  563.  
  564. <a href="{text:Link 5}">&nbsp;&nbsp;{text:Link 5 Title}</a>
  565.  
  566. <a href="http://winchestersnote.tumblr.com/">@</a>
  567. </div>
  568. {block:IndexPage}
  569. <div class="column navigation" id="navigation">
  570. {block:Pagination}
  571. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  572. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  573. </div>
  574. {/block:IndexPage}
  575.  
  576. <br>
  577. <br>
  578. </div>
  579. <div class="posts">
  580. {block:Posts}
  581. <div class="entry">
  582.  
  583.  
  584. {block:Text}
  585. {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
  586. <div class="shuts">{Body}</div>
  587.  
  588. {block:IndexPage}<div style="font-size:8px;text-align:center;text-decoration:underline;">
  589. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div>
  590. {/block:IndexPage}
  591.  
  592. {block:PermalinkPage}
  593.  
  594.  
  595. <div class="groover">
  596. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  597.  
  598. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  599. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  600. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  601. <div class="lool">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  602. {/block:PermalinkPage}
  603. {/block:Text}
  604.  
  605. {block:Photo}
  606. <div class="img" {block:IndexPage}style="margin-bottom:0px;"{/block:IndexPage}>
  607. {block:IndexPage}{block:IfClickPhotoToReblog}<a href="{ReblogURL}">{/block:IfClickPhotoToReblog}{block:IfNotClickPhotoToReblog}<a href="{Permalink}">{/block:IfNotClickPhotoToReblog}{/block:IndexPage}
  608. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  609. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="250px" {/block:IndexPage}{block:PermalinkPage}width="800"{/block:PermalinkPage}/>
  610. </a>
  611. </div>
  612.  
  613. {block:IndexPage}
  614. <div class="kis">
  615.  
  616. <div style="margin-left:36px;"><div id="sing"><a href="{Permalink}">{NoteCount}</a></div>
  617. <div id="sing"><a href="{ReblogURL}">reblog</a></div></div>
  618. <span class="mj"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" id="likeimage{PostID}"/></a></span>
  619.  
  620. </div>
  621.  
  622.  
  623. {/block:IndexPage}
  624. {block:PermalinkPage}
  625. {block:Caption}{Caption}{/block:Caption}<br>
  626. <div class="groover">
  627. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  628.  
  629. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  630. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  631. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  632. <div class="lool">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  633. {/block:PermalinkPage}
  634.  
  635. {/block:Photo}
  636.  
  637.  
  638. {block:Photoset}
  639.  
  640.  
  641. {block:IndexPage}<center>{Photoset-250}</center><div class="kis"><a href="{Permalink}"><div class="sing">{NoteCount}</div></a></div>{/block:IndexPage}
  642.  
  643. {block:PermalinkPage}
  644. {Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
  645. {/block:PermalinkPage}
  646.  
  647. {block:PermalinkPage}
  648.  
  649.  
  650. <div class="groover">
  651. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  652.  
  653. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  654. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  655. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  656. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  657. {/block:PermalinkPage}
  658. {/block:Photoset}
  659.  
  660.  
  661. {block:Quote}
  662. <a href="{permalink}"><div class="heading"><i>{Quote}</i></div></a>
  663. {block:Source} <div align="right"> {Source}</div>{/block:Source}
  664.  
  665. {block:IndexPage}<div style="font-size:8px;text-align:center;text-decoration:underline;">
  666. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div>
  667. {/block:IndexPage}
  668.  
  669. {block:PermalinkPage}
  670.  
  671.  
  672. <div class="groover">
  673. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  674.  
  675. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  676. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  677. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  678. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  679. {/block:PermalinkPage}
  680. {/block:Quote}
  681.  
  682.  
  683. {block:Link}
  684. <div class="heading"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  685. {block:Description} {Description}{/block:Description}
  686.  
  687. {block:IndexPage}<div style="font-size:8px;text-align:center;text-decoration:underline;">
  688. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div>
  689. {/block:IndexPage}
  690.  
  691.  
  692. {block:PermalinkPage}
  693.  
  694.  
  695. <div class="groover">
  696. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  697.  
  698. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  699. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  700. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  701. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  702. {/block:PermalinkPage}
  703. {/block:Link}
  704.  
  705. {block:Video}
  706. {block:PermalinkPage}<div class="video">{Video-500}
  707. </div>{/block:PermalinkPage}
  708.  
  709. {block:IndexPage}<div style="font-size:8px;text-align:center;text-decoration:underline;">
  710. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div>
  711. {/block:IndexPage}
  712.  
  713.  
  714. {block:PermalinkPage}
  715.  
  716.  
  717. <div class="groover">
  718. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  719.  
  720. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  721. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  722. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  723. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  724. {/block:PermalinkPage}
  725. {/block:Video}
  726.  
  727.  
  728. {block:Chat}
  729. {block:Title}
  730. <div class="heading"><a href="{Permalink}">{Title}</a></div>
  731. {/block:Title}
  732. <div class="chat ul">
  733. {block:Lines}
  734. <li class="{Alt} user_{UserNumber}">
  735. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  736. {/block:Lines}</div></li>
  737.  
  738. {block:IndexPage}<div style="font-size:8px;text-align:center;text-decoration:underline;">
  739. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div>
  740. {/block:IndexPage}
  741.  
  742. {block:PermalinkPage}
  743.  
  744.  
  745. <div class="groover">
  746. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  747. {block:RebloggedFrom}<Br>Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  748. {block:RebloggedFrom}Originally posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  749. {block:HasTags}<br>Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  750. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  751. {/block:PermalinkPage}
  752. {/block:Chat}
  753.  
  754.  
  755.  
  756. {block:Audio}{block:PermalinkPage}
  757. {block:AlbumArt}
  758. <img src="{AlbumArtURL}" style="width:500px;">{/block:AlbumArt}{/block:PermalinkPage}
  759. <div class="audioplayer">{AudioPlayerGrey}</div>
  760. {block:Caption}{Caption}{/block:Caption}
  761. {block:PermalinkPage}
  762. <br>{PlayCountWithLabel}{/block:PermalinkPage}
  763.  
  764. {block:IndexPage}<div style="font-size:8px;text-align:center;text-decoration:underline;">
  765. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div>
  766. {/block:IndexPage}
  767.  
  768.  
  769. {block:PermalinkPage}
  770.  
  771.  
  772. <div class="groover">
  773. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  774.  
  775. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  776. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  777. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  778. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  779. {/block:PermalinkPage}
  780. {/block:Audio}
  781.  
  782.  
  783. {block:Answer}
  784. <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Borders};border-right: 2px solid {color:Borders};background-color:{color:blockquote};"><div class="ruby">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="jhnn">{Answer}</div></div>
  785.  
  786. {block:IndexPage}<div style="font-size:8px;text-align:center;text-decoration:underline;">
  787. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div>
  788. {/block:IndexPage}
  789.  
  790. {block:PermalinkPage}
  791.  
  792.  
  793. <div class="groover">
  794. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  795.  
  796. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  797. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  798. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  799. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  800. {/block:PermalinkPage}
  801. {/block:Answer}
  802.  
  803.  
  804. </div>
  805.  
  806. {/block:Posts}
  807. </div>
  808.  
  809.  
  810. {block:IfNotInfiniteScroll}
  811. <div style="padding-bottom:10px;">
  812. <Center>
  813. {block:Pagination}
  814. {block:PreviousPage}
  815. <a href="{PreviousPage}">-</a>
  816. {/block:PreviousPage}/
  817.  
  818. {block:JumpPagination length="5"}
  819. {block:CurrentPage}
  820. <span>{PageNumber}</span>
  821. {/block:CurrentPage}
  822.  
  823. {block:JumpPage}
  824. <a class="jump_page" href="{URL}">{PageNumber}</a>
  825. {/block:JumpPage}
  826. {/block:JumpPagination}
  827.  
  828. /{block:NextPage}
  829. <a href="{NextPage}">+</a>
  830. {/block:NextPage}
  831. {/block:Pagination}</center>
  832. </div>
  833. {/block:IfNotInfiniteScroll}
  834.  
  835. <div class="clear"></div>
  836. </div>
  837.  
  838. </div>
  839. </div>
  840.  
  841. </div>
  842.  
  843.  
  844. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/cz1m316ry/arny.js"></script>
  845. <iframe id="likeiframe" style="display:none;"></iframe>
  846.  
  847. </body>
  848.  
  849.  
  850. </html>
Advertisement
Add Comment
Please, Sign In to add comment