Advertisement
cvndythemes

dailyjensenackles

Jan 1st, 2019
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.35 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.  
  4. <head>
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <!--
  14.  
  15. >> ETHEREAL THEMES // jensenackles-daily
  16.  
  17. Designed by etherealthemes
  18. for jensenackles-daily.tumblr.com
  19. etherealthemes.tumblr.com
  20. ⓒ 2016 - 2019
  21.  
  22. >> CREDITS
  23.  
  24. Fonts by Google
  25. Photosets by @oddhour
  26.  
  27. -->
  28.  
  29.  
  30.  
  31.  
  32. <!-- COLORS -->
  33. <meta name="color:Background" content="#ffffff" />
  34. <meta name="color:Text" content="#000000" />
  35. <meta name="color:Links" content="#000000" />
  36. <meta name="color:Accent" content="#36445f" />
  37. <meta name="color:Accent Two" content="#d7caa7" />
  38. <meta name="color:Accent Three" content="#99b1b1" />
  39. <meta name="color:Accent Grey" content="#dddddd" />
  40.  
  41.  
  42. <meta name="color:Topbar Background" content="#ffffff" />
  43. <meta name="color:Topbar Text" content="#000000" />
  44.  
  45. <meta name="color:Container" content="#ffffff" />
  46. <meta name="color:Content" content="#ffffff" />
  47.  
  48.  
  49. <!-- IMAGES -->
  50. <meta name="image:Header" content="https://static.tumblr.com/zvesamf/7GFpkhguv/jensenacklesdaily_header.png"/>
  51. <meta name="image:Sidebar" content="http://placehold.it/320X270"/>
  52.  
  53.  
  54.  
  55.  
  56. <!-- SCRIPTS -->
  57.  
  58. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
  59.  
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61.  
  62. <script src="http://static.tumblr.com/zvesamf/uCToz2tqz/jquery.style-my-tooltips.js"></script>
  63.  
  64. <script>
  65. (function($){
  66. $(document).ready(function(){
  67. $("[title]").style_my_tooltips({
  68. tip_delay_time:200,
  69. tip_fade_speed:300,
  70. tip_follows_cursor:true
  71. }
  72. );
  73. });
  74. })(jQuery);
  75. </script>
  76.  
  77. <script src="https://static.tumblr.com/yzs4yqx/BV3o343ow/smoothscroll.min.js"></script>
  78.  
  79. <script>
  80. $container.infinitescroll({
  81. itemSelector: '.posts',
  82. navSelector: '.pagination',
  83. nextSelector: '.pagination a',
  84. loadingImg: '',
  85. loadingText: '<em></em>',
  86. bufferPx: 2000
  87. },
  88. function( newElements ) {
  89. var $newElems = $(newElements);
  90. var $newElemsIDs = $newElems.map(function(){
  91. return this.id;
  92. }).get();
  93. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  94. });
  95. </script>
  96.  
  97. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i|Libre+Baskerville" rel="stylesheet">
  98.  
  99.  
  100. <!-- STYLESHEET -->
  101.  
  102. <style type="text/css">
  103.  
  104. /* --- TOOLTIPS ---*/
  105.  
  106. #s-m-t-tooltip {
  107. max-width:200px;
  108. margin:15px;
  109. background-color:{color:Container};
  110. padding:5px;
  111. line-height:100%;
  112. font-size:10px;
  113. border-radius:3px;
  114. word-wrap:break-word;
  115. text-transform:lowercase;
  116. word-break:break-all;
  117. color:{color:Accent};
  118. z-index:10;
  119. }
  120.  
  121. /* --- SELECTION ---*/
  122.  
  123. ::-moz-selection {
  124. color:{color:Text};
  125. background:{color:Accent Two};
  126. opacity:1;
  127. }
  128.  
  129. ::selection {
  130. color:{color:Text};
  131. background:{color:Accent Two};
  132. opacity:1;
  133. }
  134.  
  135. /* --- SCROLLBAR ---*/
  136.  
  137. ::-webkit-scrollbar {height:15px;width:15px;background-color:{color:Background};}
  138.  
  139. ::-webkit-scrollbar-track {background-color:{color:Accent Grey};border:7px solid {color:Background};}
  140.  
  141. ::-webkit-scrollbar-thumb {min-height:25px;min-width:25px;background-color:{color:Text};border:7px solid {color:Background};}
  142.  
  143. /* --- TUMBLR TOOLS --- */
  144.  
  145. {block:IndexPage}
  146. iframe.tmblr-iframe {
  147. top:22px!important;
  148. right:5px!important;
  149. opacity:0;
  150. padding:40px 0px 30px 0px;
  151. z-index:15!important;
  152. transform:scale(0.5);
  153. transform-origin:100% 0;
  154. -webkit-transform:scale(0.5);
  155. -webkit-transform-origin:100% 0;
  156. -o-transform:scale(0.5);
  157. -o-transform-origin:100% 0;
  158. -moz-transform:scale(0.5);
  159. -moz-transform-origin:100% 0;
  160. -ms-transform:scale(0.5);
  161. -ms-transform-origin:100% 0;
  162. transition:0.2s ease-in-out;
  163. -webkit-transition:0.2s ease-in-out;
  164. -moz-transition:0.2s ease-in-out;
  165. filter:invert(1);
  166. -webkit-filter:invert(1);
  167. -o-filter:invert(1);
  168. -moz-filter:invert(1);
  169. -ms-filter:invert(1);
  170. }
  171.  
  172. iframe.tmblr-iframe:hover {opacity:0.5!important;}
  173.  
  174. .tcontrols {
  175. position:fixed;
  176. top:67px;
  177. right:15px;
  178. z-index:14;
  179. transition:0.2s ease-in-out;
  180. -webkit-transition:0.2s ease-in-out;
  181. -moz-transition:0.2s ease-in-out;
  182. }
  183.  
  184. .tcontrols {
  185. color:{color:Topbar Links};
  186. font-size:calc(11px + 2px);
  187. font-weight:600;}
  188.  
  189. {/block:IndexPage}
  190.  
  191. {block:PermalinkPage}
  192. iframe.tmblr-iframe {
  193. top:10px!important;
  194. right:5px!important;
  195. opacity:0.5!important;
  196. padding:0px 0px 30px 0px;
  197. z-index:15!important;
  198. transform:scale(0.5);
  199. transform-origin:100% 0;
  200. -webkit-transform:scale(0.5);
  201. -webkit-transform-origin:100% 0;
  202. -o-transform:scale(0.5);
  203. -o-transform-origin:100% 0;
  204. -moz-transform:scale(0.5);
  205. -moz-transform-origin:100% 0;
  206. -ms-transform:scale(0.5);
  207. -ms-transform-origin:100% 0;
  208. transition:0.2s ease-in-out;
  209. -webkit-transition:0.2s ease-in-out;
  210. -moz-transition:0.2s ease-in-out;
  211. filter:invert(1);
  212. -webkit-filter:invert(1);
  213. -o-filter:invert(1);
  214. -moz-filter:invert(1);
  215. -ms-filter:invert(1);
  216. }
  217. {/block:PermalinkPage}
  218.  
  219. /* --- BODY --- */
  220.  
  221. body {
  222. margin:0px;
  223. padding:0px;
  224. font-family:'Open Sans', sans-serif;
  225. color:{color:Text};
  226. font-size:11px;
  227. font-weight:400;
  228. line-height:150%;
  229. font-weight:normal;
  230. word-wrap:normal;
  231. text-align:left;
  232. background-color:{color:Background};
  233. }
  234.  
  235. a {
  236. color:{color:Links};
  237. text-decoration:none;
  238. border:0;
  239. }
  240.  
  241.  
  242. b,strong {font-weight:600;}
  243. i,italic {font-style:italic;letter-spacing:0.5px;}
  244. small {font-size:11px;}
  245. big {font-size:11px;}
  246.  
  247. hr.divider, hr, hr.separator {
  248. display:block;
  249. margin-top:0.5em;
  250. margin-bottom:0.5em;
  251. margin-left:auto;
  252. margin-right:auto;
  253. border-style:inset;
  254. border-color:{color:Text};
  255. border-bottom:1px;
  256. }
  257.  
  258. pre {
  259. white-space:pre-wrap;
  260. white-space:-moz-pre-wrap;
  261. white-space:-pre-wrap;
  262. white-space:-o-pre-wrap;
  263. word-wrap:break-word;
  264. }
  265.  
  266. /* --- TOPBAR --- */
  267.  
  268. .topbar {
  269. position:fixed;
  270. top:0;
  271. left:0;
  272. width:100%;
  273. padding:20px;
  274. background:{color:Topbar Background};
  275. text-align:center;
  276. z-index:8;
  277. }
  278.  
  279. .topbar a {
  280. text-transform:uppercase;
  281. font-size:12px;
  282. font-style:normal;
  283. margin:0px 20px;
  284. color:{color:Topbar Text};
  285. transition:0.2s ease-in-out;
  286. -webkit-transition:0.2s ease-in-out;
  287. -moz-transition:0.2s ease-in-out;
  288. }
  289.  
  290. .topbar img {width:173px;height:116px;vertical-align:middle;margin:0px 25px;}
  291.  
  292. /* --- CONTAINER --- */
  293.  
  294. .container {
  295. margin:0 auto;
  296. padding-top:70px;
  297. width:1200px;
  298. background:{color:Container};
  299. }
  300.  
  301. .container a {transition:0.2s ease-in-out;-webkit-transition:0.2s ease-in-out;-moz-transition:0.2s ease-in-out;}
  302.  
  303. .container a:hover {opacity:0.6;}
  304.  
  305. #end {
  306. clear:both;
  307. text-align:center;
  308. }
  309.  
  310. /* --- HEADER --- */
  311.  
  312. .header {
  313. margin:0 auto;
  314. margin-top:120px;
  315. width:1200px;
  316. height:450px;
  317. background-image: url('{image:Header}');
  318. background-position:center top;
  319. background-repeat:no-repeat;
  320. }
  321.  
  322. /* --- WELCOME --- */
  323.  
  324. .welcomecont {
  325. margin:0 auto;
  326. margin-top:20px;
  327. padding:10px 20px;
  328. width:calc(500px + 500px + 100px);
  329. height:215px;
  330. background:{color:Content};
  331. line-height:175%;
  332. }
  333.  
  334. .welcome {float:left;width:500px;text-align:center;padding-left:40px;margin-top:45px;}
  335.  
  336. .w {
  337. position:relative;
  338. top:70px;
  339. left:0px;
  340. font-family: 'Libre Baskerville', serif;
  341. font-size:36px;
  342. color:{color:Accent};
  343. }
  344.  
  345. .welcome b {font-weight:600;}
  346.  
  347. .welcome i {border-bottom:2px solid {color:Accent Two};padding:0px 2px;}
  348.  
  349. .welcome em {border-bottom:2px solid {color:Accent};padding:0px 2px;}
  350.  
  351. .latest {float:right;width:495px;text-align:center;}
  352.  
  353. .latest img {height:75px;width:75px;}
  354.  
  355. .ji-tumblr-photos img {
  356. -webkit-filter: grayscale(100%);
  357. filter: grayscale(100%);
  358. }
  359.  
  360. .ji-tumblr-photos img:hover {
  361. opacity:0.9;
  362. transition: all 0.3s;
  363. -webkit-transition: all 0.3s;
  364. -moz-transition: all 0.3s;
  365. }
  366.  
  367. /* --- SIDEBAR --- */
  368.  
  369. .sidebar {
  370. float:left;
  371. width:342px;
  372. margin:60px 0px 0px 50px;
  373. background:#fff;
  374. }
  375.  
  376. .side {
  377. width:320px;
  378. padding:10px 10px 20px 10px;
  379. border:1px solid {color:Accent Grey};
  380. background:#fff;
  381. margin-bottom:100px;
  382. text-align:center;
  383. }
  384.  
  385. .sidetitle {
  386. position:relative;
  387. margin:0 auto 0;
  388. top:-23px;
  389. margin-bottom:-13px;
  390. display:inline-block;
  391. text-transform:uppercase;
  392. font-size:14px;
  393. font-weight:600;
  394. padding:5px 10px;
  395. background:#fff;
  396. }
  397.  
  398. /* --- SIDEBAR EXTRAS --- */
  399.  
  400. .links {font-size:12px;text-align:center;text-transform:uppercase;line-height:170%;}
  401.  
  402. .links a {
  403. text-align:center;
  404. margin:0px 10px;
  405. display:inline-block;
  406. transition:0.1s ease-in-out;
  407. -webkit-transition:0.1s ease-in-out;
  408. -moz-transition:0.1s ease-in-out;
  409. }
  410.  
  411. .links i {
  412. font-size:22px;
  413. width:20px;
  414. height:20px;
  415. padding:3px 6px;
  416. }
  417.  
  418. .links a:nth-child(1n + 1):hover {color:{color:Accent Three};}
  419. .links a:nth-child(2n + 2):hover {color:{color:Accent Two};}
  420.  
  421. .offvideos {max-width:320px;}
  422.  
  423. .schedule, .event {
  424. width:320px;
  425. text-align:left;}
  426.  
  427. .s_date, .e_date {
  428. position:relative;
  429. top:0px;
  430. left:0px;
  431. vertical-align:top;
  432. display:inline-block;
  433. font-family: 'Libre Baskerville', serif;
  434. font-size:16px;
  435. text-transform:uppercase;
  436. background:#fff;
  437. padding:0px 4px 4px 4px;
  438. }
  439.  
  440. .s_date {border-bottom:2px solid {color:Accent Two};}
  441.  
  442. .e_date {border-bottom:2px solid {color:Accent};}
  443.  
  444. .s_details {
  445. position:relative;
  446. left:10px;
  447. width:200px;
  448. display:inline-block;
  449. }
  450.  
  451. .e_details {
  452. position:relative;
  453. left:10px;
  454. width:180px;
  455. display:inline-block;
  456. }
  457.  
  458. .projects {text-align:left;}
  459.  
  460. .projectimg {margin:0px;}
  461.  
  462. .projectimg img {height:100px;width:100px;}
  463.  
  464. .project {
  465. margin:-98px 0px 0px 110px;
  466. text-align:left;
  467. width:calc(320px - 120px);
  468. }
  469.  
  470. .project h1 {
  471. font-size:13px;
  472. text-transform:uppercase;
  473. font-weight:600;
  474. margin:1px 1px 3px 1px;
  475. }
  476.  
  477. .project b {font-weight:600;color:{color:Accent Three};}
  478.  
  479. .project i {font-style:italic;border-bottom:2px solid {color:Accent Two};padding:0px 2px 2px 2px;}
  480.  
  481. .member {margin-bottom:5px;text-align:left;}
  482.  
  483. .memberavatar {display:inline-block;}
  484.  
  485. .memberavatar img {height:40px;width:40px;}
  486.  
  487. .names {
  488. position:relative;
  489. top:-6px;
  490. left:5px;
  491. display:inline-block;
  492. color:{color:Accent Three};
  493. }
  494.  
  495. .membername {text-transform:uppercase;font-weight:600;color:{color:Text};font-style:italic;}
  496.  
  497. .affiliates {text-align:center;}
  498.  
  499. .affiliates img {width:50px;height:50px;}
  500.  
  501. .about {text-align:left;}
  502.  
  503. /* --- POSTS --- */
  504.  
  505. .posts {
  506. float:right;
  507. width:560px;
  508. padding:0px;
  509. margin:50px 57px 0px 0px;
  510. min-height:300px;
  511. background:{color:Container};
  512. }
  513.  
  514. .iposts {
  515. width:540px;
  516. background:{color:Content};
  517. min-height:75px;
  518. padding:30px 10px 10px 10px;
  519. margin-top:-14px;
  520. }
  521.  
  522. .set {margin-bottom:-8px;}
  523.  
  524. .photo-slideshow {width:auto!important;}
  525.  
  526. .video, video, embed, iframe {max-width:540px;}
  527.  
  528. .video {margin-left:20px;}
  529.  
  530. .iposts img, .ipostpxu, .ipostpxu img, img, object {max-width:100%;height:auto;}
  531.  
  532. .caption {padding:0px;}
  533.  
  534. /* --- POST INFO --- */
  535.  
  536. .postinfo {width:560px;background:{color:Content};}
  537.  
  538. .postdates {
  539. display:inline-block;
  540. text-transform:uppercase;
  541. font-size:12px;
  542. font-weight:600;
  543. padding:4px 2px 4px 8px;
  544. background:{color:Content};
  545. }
  546.  
  547. .postdates a {color:{color:Text};}
  548.  
  549. .postauthor {
  550. display:inline-block;
  551. margin-left:-3px;
  552. text-transform:uppercase;
  553. font-size:12px;
  554. padding:4px 8px 4px 4px;
  555. background:{color:Content};
  556. }
  557.  
  558. .postauthor a {color:{color:Accent Three};}
  559.  
  560. .postdateborder {
  561. margin:-14px 0px 14px 0px;
  562. width:513px;
  563. height:1px;
  564. background:{color:Accent Grey};
  565. }
  566.  
  567. /* --- POST CONTROL --- */
  568.  
  569. .postcontrol {
  570. float:right;
  571. margin-right:-1px;
  572. width:50px;
  573. margin-top:-21px;
  574. overflow:hidden;
  575. text-align:center;
  576. }
  577.  
  578. .postcontrol i {
  579. width:10px;
  580. height:auto;
  581. opacity:1;
  582. padding:1px 1px 1px 3px;
  583. display:block;
  584. overflow:hidden;
  585. color:{color:Text};
  586. }
  587.  
  588. .postcontrol a {
  589. display:inline-block;
  590. text-transform:uppercase;
  591. font-size:9px;
  592. }
  593.  
  594. .postcontrol .reblog i {
  595. width:10px;
  596. margin-top:1px;
  597. font-size:10px;
  598. }
  599. .postcontrol .like .liked + i {
  600. opacity:1;
  601. width:10px;
  602. }
  603.  
  604. .postcontrol .like .liked + i {
  605. fill:#f44375;
  606. color:#f44375;
  607. }
  608.  
  609. .postcontrol .like .like_button {
  610. position:relative;
  611. }
  612.  
  613. .postcontrol .like .like_button iframe {
  614. position:absolute;
  615. top:0;
  616. left:0;
  617. bottom:0;
  618. right:0;
  619. z-index:2;
  620. opacity:0.000001;
  621. }
  622.  
  623. /* --- POST END --- */
  624.  
  625. .postend {
  626. width:540px;
  627. padding:10px;
  628. background:{color:Content};
  629. }
  630.  
  631. .postend a {
  632. text-transform:uppercase;
  633. font-size:10px;
  634. font-weight:600;
  635. }
  636.  
  637. /* --- POST TAGS ---*/
  638.  
  639. .posttags {
  640. width:540px;
  641. padding:10px;
  642. text-align:center;
  643. margin-bottom:70px;
  644. background:{color:Content};
  645. }
  646.  
  647. .posttags a {
  648. color:#616161;
  649. text-transform:uppercase;
  650. font-size:10px;
  651. font-weight:600;
  652. }
  653.  
  654. .posttags a::after {color:{color:Text};content: "\00a0\00a0\2022\00a0\00a0";}
  655.  
  656. .posttags a:last-child:after {content: '';}
  657.  
  658. /* --- POST STYLES --- */
  659.  
  660. h1, h2 {
  661. display:block;
  662. margin-top:-10px;
  663. color:{color:Text};
  664. text-transform:uppercase;
  665. font-style:italic;
  666. }
  667.  
  668. h1 {font-size:24px;}
  669.  
  670. h2 {font-size:20px;line-height:120%;margin-bottom:5px;}
  671.  
  672. blockquote {
  673. padding:2px 0px 2px 10px;
  674. text-decoration:none;
  675. border-left:1px solid {color:Text};
  676. margin:5px 0;
  677. }
  678.  
  679. blockquote img {
  680. max-width:100%;
  681. display:block;
  682. margin-bottom:5px;
  683. }
  684.  
  685. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, .user_7 .label, .user_8 .label {font-weight:600;}
  686.  
  687. ul.chat {list-style:none; margin: 0px 0px 0px 0px; padding: 0px;}
  688.  
  689. .chat li {
  690. list-style: none;
  691. margin: 0px;
  692. padding: 2px;
  693. border: none;
  694. }
  695.  
  696. .chat li:first-child {border: none; }
  697.  
  698. .linkpost a {color:{color:Text}!important;opacity:1!important;}
  699.  
  700. /* --- QUESTIONS --- */
  701.  
  702. .questionpost {padding:0px 10px;}
  703.  
  704. .questionpost img {
  705. width:40px;
  706. height:40px;
  707. margin-right:8px;
  708. margin-top:4px;
  709. }
  710.  
  711. .question {
  712. display:inline-block;
  713. margin-left:7px;
  714. text-align:justify;
  715. }
  716.  
  717. .questionborder {
  718. margin:20px 0px 20px 45px;
  719. opacity:0.2;
  720. background:{color:Text};
  721. width:450px;
  722. height:1px;
  723. }
  724.  
  725. /* --- LIGHTBOXES ---*/
  726.  
  727. .vignette, #vignette {opacity:0; }
  728.  
  729. .lightbox-image, #tumblr_lightbox img {
  730. box-shadow:none !important;
  731. border-radius:0 !important;
  732. max-width:none;
  733. -moz-box-sizing:border-box;
  734. box-sizing:border-box;
  735. }
  736.  
  737. .tmblr-lightbox, #tumblr_lightbox {
  738. background-color:rgba({select:Lightbox}.90) !important;
  739. }
  740.  
  741. .lightbox-caption, #tumblr_lightbox_caption {visibility:hidden;}
  742.  
  743. /* --- AUDIO --- */
  744.  
  745. .player {
  746. position:absolute;
  747. margin-top:-69px;
  748. margin-left:35px;
  749. opacity:0.5;
  750. }
  751.  
  752. .audiop, .player {display:inline-block;}
  753.  
  754. .trackname {
  755. margin-left:120px;
  756. margin-top:-72px;
  757. color:{color:Text};
  758. text-transform:uppercase;
  759. font-weight:600;
  760. }
  761.  
  762. .artist {margin-left:120px;color:{color:Text};}
  763.  
  764. .audiop {
  765. position:absolute;
  766. display:block;
  767. margin-top:4px
  768. margin-top:-109px;
  769. }
  770.  
  771. .audioimg img {
  772. margin-top:10px;
  773. height:100px;
  774. width:100px;
  775. }
  776.  
  777. .tumblr_audio_player {
  778. width:30px;
  779. height:27px;
  780. overflow:hidden;
  781. }
  782.  
  783. .soundcloud_audio_player{padding-top:15px;width:100%;height:100px;}
  784.  
  785. /* ---PERMALINK NOTES --- */
  786.  
  787. #permanote {
  788. width:500px;
  789. margin:-40px 0px 20px 0px;
  790. background:{color:Content};
  791. padding:5px 30px;
  792. text-align:left;
  793. overflow-x:hidden;
  794. }
  795.  
  796. #permanote blockquote {border-left:1px solid {color:Accent Grey};}
  797.  
  798. ol.notes {
  799. padding: 0px;
  800. margin:25px 0px;
  801. list-style-type: none;
  802. border-bottom: solid 0px;
  803. font-size: 10px;
  804. letter-spacing: 1px;
  805. }
  806.  
  807. .notes a {color: {color:Text};}
  808. .notes a:hover {color: {color:Text};}
  809.  
  810. ol.notes li.note {
  811. border-top: solid 1px {color:Accent Grey};
  812. padding: 10px;
  813. list-style-type:none!important;
  814. }
  815.  
  816. ol.notes li.note img.avatar {
  817. vertical-align: -1px;
  818. margin-right: 10px;
  819. width: 12px;
  820. height: 12px;
  821. display: inline-block;
  822. }
  823.  
  824. ol.notes li.note span.action {font-weight: normal;}
  825.  
  826. ol.notes li.note .answer_content {font-weight: normal;}
  827.  
  828. ol.notes li.note blockquote {
  829. border-color:{color:Accent Grey};
  830. padding: 4px 10px;
  831. margin: 10px 0px 0px 25px;
  832. }
  833.  
  834. ol.notes li.note blockquote a {text-decoration: none;}
  835.  
  836. /* --- PAGINATION --- */
  837.  
  838. .pagination {
  839. margin:50px 0px 50px 0px;
  840. font-style:italic;
  841. padding:10px;
  842. font-weight:400;
  843. text-align:center;
  844. color:{color:Text};
  845. background:{color:Container};
  846. }
  847.  
  848. .pagination b {
  849. text-transform:uppercase;
  850. font-style:italic;
  851. font-weight:600;
  852. }
  853.  
  854. .pagination a {
  855. display:inline-block;
  856. color:{color:Text};
  857. padding:2px 3px 2px 0px;
  858. }
  859.  
  860. .pagination .current {
  861. display:inline-block;
  862. margin:8px;
  863. color:{color:Text};
  864. min-width:15px;
  865. }
  866.  
  867. .current_page {padding:2px 3px 2px 0px;}
  868.  
  869. .pagination a.jump {
  870. font-size:10px;
  871. line-height:10px;
  872. color:{color:Text};
  873. min-width:15px;
  874. }
  875.  
  876. /* --- FOOTER --- */
  877.  
  878. footer {
  879. margin:0 auto;
  880. margin:10px 0px 50px 0px;
  881. padding:20px;
  882. width:1200px;
  883. text-align:center;
  884. text-transform:uppercase;
  885. font-weight:600;
  886. }
  887.  
  888. footer a {color:{color:Accent};}
  889.  
  890. /* --- SCROLL TO TOP --- */
  891.  
  892. #scrollToTop {
  893. display:none;
  894. position:fixed;
  895. bottom:25px;
  896. right:10px;
  897. }
  898.  
  899. #scrollToTop i {
  900. color:{color:Text};
  901. font-size:15px;
  902. display:inline-block;
  903. padding:5px;
  904. transition:0.2s ease-in-out;
  905. -webkit-transition:0.2s ease-in-out;
  906. -moz-transition:0.2s ease-in-out;
  907. }
  908.  
  909. {CustomCSS}
  910. </style>
  911.  
  912. </head>
  913. <body>
  914.  
  915.  
  916.  
  917.  
  918. <!-- START TOPBAR -->
  919. <div class="topbar">
  920.  
  921. <a href="/">home</a>
  922. <a href="/faq">contact</a>
  923. <a href="/tags">navigation</a>
  924. <a href="/tagged/jensenedit">our edits</a>
  925.  
  926. <img src="https://static.tumblr.com/zvesamf/KtBpknads/jensenacklesdaily_logo.png" />
  927.  
  928. <a href="/tagged/news">news</a>
  929. <a href="/jensen">about jensen</a>
  930. <a href="/filmography#c2">filmography</a>
  931. <a href="/apply">join us</a>
  932.  
  933. {block:IndexPage}
  934. <div class="tcontrols">+</div>
  935. {/block:IndexPage}
  936.  
  937. </div>
  938. <!-- END TOPBAR -->
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945. <!-- START CONTAINER -->
  946. <div class="container">
  947.  
  948.  
  949. <!-- START HEADER -->
  950. <div class="header"></div>
  951. <!-- END HEADER -->
  952.  
  953.  
  954.  
  955. <!-- START WELCOME -->
  956. <div class="welcomecont">
  957.  
  958. <!-- Welcome -->
  959.  
  960. <div class="w">W</div>
  961.  
  962. <div class="welcome">
  963. elcome to <b>dailyjensenackles</b>! This blog in dedicated to <i>Jensen Ross Ackles</i> who is best known for his role as <em>Dean Winchester</em> in Supernatural. Here you'll find the latest news, photos, video, gifs and much more. Feel free to follow for daily updates and thanks for visiting!
  964. <p>Tracking: <b>#jensenacklesdaily</b> & <b>#jensenedit</b>
  965. </div>
  966.  
  967.  
  968. <!-- Latest Photos -->
  969. <div class="latest">
  970.  
  971. <div class='ji-tumblr-photos'><a id='ji-tumblr-url-posts-1' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-1' src='' alt='' /></a><a id='ji-tumblr-url-posts-2' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-2' src='' alt='' /></a><a id='ji-tumblr-url-posts-3' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-3' src='' alt='' /></a><a id='ji-tumblr-url-posts-4' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-4' src='' alt='' /></a><a id='ji-tumblr-url-posts-5' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-5' src='' alt='' /></a><a id='ji-tumblr-url-posts-6' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-6' src='' alt='' /></a><a id='ji-tumblr-url-posts-7' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-7' src='' alt='' /></a><a id='ji-tumblr-url-posts-8' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-8' src='' alt='' /></a><a id='ji-tumblr-url-posts-9' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-9' src='' alt='' /></a><a id='ji-tumblr-url-posts-10' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-10' src='' alt='' /></a><a id='ji-tumblr-url-posts-11' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-11' src='' alt='' /></a><a id='ji-tumblr-url-posts-12' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-12' src='' alt='' /></a><a id='ji-tumblr-url-posts-13' href=''><img border='0' style='margin:3px' id='ji-tumblr-photo-posts-13' src='' alt='' /></a>
  972. </div>
  973. <script type='text/javascript' src='http://jensenackles-daily.tumblr.com/api/read/json?number=16&type=photo'></script>
  974. <script type='text/javascript'>
  975. document.getElementById('ji-tumblr-photo-posts-1').setAttribute('src', tumblr_api_read.posts[0]['photo-url-75']);
  976. document.getElementById('ji-tumblr-url-posts-1').setAttribute('href', tumblr_api_read.posts[0]['url-with-slug']);
  977. document.getElementById('ji-tumblr-photo-posts-2').setAttribute('src', tumblr_api_read.posts[1]['photo-url-75']);
  978. document.getElementById('ji-tumblr-url-posts-2').setAttribute('href', tumblr_api_read.posts[1]['url-with-slug']);
  979. document.getElementById('ji-tumblr-photo-posts-3').setAttribute('src', tumblr_api_read.posts[2]['photo-url-75']);
  980. document.getElementById('ji-tumblr-url-posts-3').setAttribute('href', tumblr_api_read.posts[2]['url-with-slug']);
  981. document.getElementById('ji-tumblr-photo-posts-4').setAttribute('src', tumblr_api_read.posts[3]['photo-url-75']);
  982. document.getElementById('ji-tumblr-url-posts-4').setAttribute('href', tumblr_api_read.posts[3]['url-with-slug']);
  983. document.getElementById('ji-tumblr-photo-posts-5').setAttribute('src', tumblr_api_read.posts[4]['photo-url-75']);
  984. document.getElementById('ji-tumblr-url-posts-5').setAttribute('href', tumblr_api_read.posts[4]['url-with-slug']);
  985. document.getElementById('ji-tumblr-photo-posts-6').setAttribute('src', tumblr_api_read.posts[5]['photo-url-75']);
  986. document.getElementById('ji-tumblr-url-posts-6').setAttribute('href', tumblr_api_read.posts[5]['url-with-slug']);
  987. document.getElementById('ji-tumblr-photo-posts-7').setAttribute('src', tumblr_api_read.posts[6]['photo-url-75']);
  988. document.getElementById('ji-tumblr-url-posts-7').setAttribute('href', tumblr_api_read.posts[6]['url-with-slug']);
  989. document.getElementById('ji-tumblr-photo-posts-8').setAttribute('src', tumblr_api_read.posts[7]['photo-url-75']);
  990. document.getElementById('ji-tumblr-url-posts-8').setAttribute('href', tumblr_api_read.posts[7]['url-with-slug']);
  991. document.getElementById('ji-tumblr-photo-posts-9').setAttribute('src', tumblr_api_read.posts[8]['photo-url-75']);
  992. document.getElementById('ji-tumblr-url-posts-9').setAttribute('href', tumblr_api_read.posts[8]['url-with-slug']);
  993. document.getElementById('ji-tumblr-photo-posts-10').setAttribute('src', tumblr_api_read.posts[9]['photo-url-75']);
  994. document.getElementById('ji-tumblr-url-posts-10').setAttribute('href', tumblr_api_read.posts[9]['url-with-slug']);
  995. document.getElementById('ji-tumblr-photo-posts-11').setAttribute('src', tumblr_api_read.posts[10]['photo-url-75']);
  996. document.getElementById('ji-tumblr-url-posts-11').setAttribute('href', tumblr_api_read.posts[10]['url-with-slug']);
  997. document.getElementById('ji-tumblr-photo-posts-12').setAttribute('src', tumblr_api_read.posts[11]['photo-url-75']);
  998. document.getElementById('ji-tumblr-url-posts-12').setAttribute('href', tumblr_api_read.posts[11]['url-with-slug']);
  999. document.getElementById('ji-tumblr-photo-posts-13').setAttribute('src', tumblr_api_read.posts[12]['photo-url-75']);
  1000. document.getElementById('ji-tumblr-url-posts-13').setAttribute('href', tumblr_api_read.posts[12]['url-with-slug']);
  1001. </script>
  1002.  
  1003. </div>
  1004.  
  1005.  
  1006. </div>
  1007. <!-- END WELCOME -->
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019. <!-- START SIDEBAR -->
  1020. <div class="sidebar">
  1021.  
  1022.  
  1023. <!-- Spotlight -->
  1024. {block:IndexPage}
  1025. <div class="side">
  1026. <div class="sidetitle">Spotlight</div>
  1027.  
  1028. <img src="{image:Sidebar}" />
  1029.  
  1030. </div>
  1031. {/block:IndexPage}
  1032. <!-- Spotlight -->
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040. <!-- Official Links -->
  1041. <div class="side">
  1042. <div class="sidetitle">Official Links</div>
  1043.  
  1044. <div class="links">
  1045.  
  1046. <a href="https://www.imdb.com/name/nm0010075/"><i class="fab fa-imdb"></i></a>
  1047. <a href="https://www.instagram.com/jensenackles/?hl=it"><i class="fab fa-instagram"></i></a>
  1048. <a href="https://twitter.com/jensenackles"><i class="fab fa-twitter"></i></a>
  1049. <a href="https://www.facebook.com/JensenAckles"><i class="fab fa-facebook-f"></i></a>
  1050.  
  1051. </div>
  1052.  
  1053. </div>
  1054. <!-- Official Links -->
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063. <!-- Latest Videos -->
  1064. {block:IndexPage}
  1065. <div class="side">
  1066. <div class="sidetitle">Latest Videos</div>
  1067. <div class="offvideos">
  1068.  
  1069. <iframe width="320" height="180" src="https://www.youtube.com/embed/Dd6QZ0H5cic" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  1070. </div>
  1071. </div>
  1072. {/block:IndexPage}
  1073. <!-- Latest Videos -->
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081. <!-- Schedule -->
  1082. {block:IndexPage}
  1083. <div class="side">
  1084. <div class="sidetitle">Schedule</div>
  1085.  
  1086. <!-- Schedule Start -->
  1087. <div class="schedule">
  1088. <div class="s_date">17 Jan 2019</div>
  1089. <div class="s_details">
  1090. 14.10 "Nihilism"
  1091. </div>
  1092. <br><br><br>
  1093. </div>
  1094.  
  1095.  
  1096. <!-- Schedule Start -->
  1097. <div class="schedule">
  1098. <div class="s_date">24 Jan 2019</div>
  1099. <div class="s_details">
  1100. 14.11 "Damaged Goods"
  1101. </div>
  1102. <br><br><br>
  1103. </div>
  1104.  
  1105.  
  1106. <!-- Schedule Start -->
  1107. <div class="schedule">
  1108. <div class="s_date">31 Jan 2019</div>
  1109. <div class="s_details">
  1110. 14.12 "Prophet and Loss"
  1111. </div>
  1112. <br><br><br><!-- DONT ADD TO LAST -->
  1113. </div>
  1114.  
  1115.  
  1116. <!-- Schedule Start -->
  1117. <div class="schedule">
  1118. <div class="s_date">4 Feb 2019</div>
  1119. <div class="s_details">
  1120. 14.13 "Lebanon
  1121. </div>
  1122. <!-- NO BR SPACING -->
  1123. </div>
  1124.  
  1125.  
  1126. </div>
  1127. {/block:IndexPage}
  1128. <!-- Schedule -->
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136. <!-- Events -->
  1137. {block:IndexPage}
  1138. <div class="side">
  1139. <div class="sidetitle">Events</div>
  1140.  
  1141.  
  1142. <!-- Event Start -->
  1143. <div class="event">
  1144. <div class="e_date">March 8-10</div>
  1145. <div class="e_details">
  1146. Salute to Supernatural Nashville 2019
  1147. </div>
  1148. <br><br><br>
  1149. </div>
  1150.  
  1151.  
  1152. <!-- Event Start -->
  1153. <div class="event">
  1154. <div class="e_date">March 28-31</div>
  1155. <div class="e_details">
  1156. Salute to Supernatural Las Vegas 2019
  1157. </div>
  1158. <br><br><br>
  1159. </div>
  1160.  
  1161.  
  1162. <!-- Event Start -->
  1163. <div class="event">
  1164. <div class="e_date">April 12-14</div>
  1165. <div class="e_details">
  1166. Salute to Supernatural Chicago 2019
  1167. </div>
  1168. <br><br><br>
  1169. </div>
  1170.  
  1171.  
  1172. <!-- Event Start -->
  1173. <div class="event">
  1174. <div class="e_date">May 17-19</div>
  1175. <div class="e_details">
  1176. Jus In Bello 2019 (Rome, Italy)
  1177. </div>
  1178. <br><br><br>
  1179. </div>
  1180.  
  1181.  
  1182. <!-- Event Start -->
  1183. <div class="event">
  1184. <div class="e_date">June 21-23</div>
  1185. <div class="e_details">
  1186. Salute to Supernatural Dallas 2019
  1187. </div>
  1188. <br><br><br>
  1189. </div>
  1190.  
  1191.  
  1192. <!-- Event Start -->
  1193. <div class="event">
  1194. <div class="e_date">Oct 11-13</div>
  1195. <div class="e_details">
  1196. Salute to Supernatural Toronto 2019
  1197. </div>
  1198. <br><br><br><!-- DONT ADD TO LAST -->
  1199. </div>
  1200.  
  1201.  
  1202. <!-- Event Start -->
  1203. <div class="event">
  1204. <div class="e_date">Nov 1</div>
  1205. <div class="e_details">
  1206. Salute to Supernatural Washington D.C 2019
  1207. </div>
  1208. <!-- NO BR SPACING -->
  1209. </div>
  1210.  
  1211.  
  1212. </div>
  1213. {/block:IndexPage}
  1214. <!-- Events -->
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222. <!-- Instagram -->
  1223. {block:IndexPage}
  1224. <div class="side">
  1225. <div class="sidetitle">Instagram</div>
  1226.  
  1227. <!-- InstaWidget -->
  1228. <a href="https://instawidget.net/v/user/jensenackles" id="link-a033b4c1b0dd4a9b6a23314783d9a2db1180a5c3c3c10c206758a4a4452488fd">@jensenackles</a>
  1229. <script src="https://instawidget.net/js/instawidget.js?u=a033b4c1b0dd4a9b6a23314783d9a2db1180a5c3c3c10c206758a4a4452488fd&width=320px"></script>
  1230.  
  1231. </div>
  1232. {/block:IndexPage}
  1233. <!-- Instagram -->
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241. <!-- Projects -->
  1242. {block:IndexPage}
  1243. <div class="side">
  1244. <div class="sidetitle">Projects</div>
  1245.  
  1246. <!-- Project Two -->
  1247. <div class="projects">
  1248. <div class="projectimg">
  1249. <img src="http://placehold.it/100X100">
  1250. </div>
  1251.  
  1252. <div class="project">
  1253. <h1>Supernatural (2005-)</h1>
  1254. <b>Jensen</b> as <i>Dean Winchester</i>
  1255. <p>
  1256. Hiatus / Genre: Drama
  1257. </div>
  1258. <br><br>
  1259. </div>
  1260.  
  1261.  
  1262.  
  1263. <!-- Project Two -->
  1264. <div class="projects">
  1265. <div class="projectimg">
  1266. <img src="http://placehold.it/100X100">
  1267. </div>
  1268.  
  1269. <div class="project">
  1270. <h1>My Bloody Valentine 3-D (2009)</h1>
  1271. <b>Jensen</b> as <i>Tom Hanniger</i>
  1272. <p>
  1273. Released / Genre: Horror
  1274. </div>
  1275. <br>
  1276. </div>
  1277.  
  1278.  
  1279.  
  1280. <!-- Project Three -->
  1281. <div class="projects">
  1282. <div class="projectimg">
  1283. <img src="http://placehold.it/100X100">
  1284. </div>
  1285.  
  1286. <div class="project">
  1287. <h1>Smallville (2004-2005)</h1>
  1288. <b>Jensen</b> as <i>Jason Teague</i>
  1289. <p>
  1290. Released / Genre: Drama
  1291. </div>
  1292. <br>
  1293. </div>
  1294.  
  1295.  
  1296. </div>
  1297. {/block:IndexPage}
  1298. <!-- Projects -->
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306. <!-- Members -->
  1307. <div class="side">
  1308. <div class="sidetitle">Members</div>
  1309.  
  1310. {block:GroupMembers}
  1311. {block:GroupMember}
  1312. <div class="member">
  1313.  
  1314. <div class="memberavatar">
  1315. <img src="{GroupMemberPortraitURL-96}">
  1316. </div>
  1317.  
  1318. <div class="names">
  1319. <a href="{GroupMemberURL}" class="membername">{GroupMemberName}</a>
  1320. <div class="membertitle">{GroupMemberTitle}</div>
  1321. </div>
  1322.  
  1323. </div>
  1324. {/block:GroupMember}
  1325. {/block:GroupMembers}
  1326.  
  1327.  
  1328. </div>
  1329. <!-- Members -->
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337. <!-- Affiliates -->
  1338. <div class="side">
  1339. <div class="sidetitle">Affiliates</div>
  1340.  
  1341. <div class="affiliates">
  1342.  
  1343. <a href="http://dailytomfelton.tumblr.com" title="Daily Tom Felton"><img src="https://api.tumblr.com/v2/blog/dailytomfelton.tumblr.com/avatar"></a>
  1344. <a href="http://daily-men.tumblr.com/" title="Daily-Men"><img src="https://api.tumblr.com/v2/blog/daily-men.tumblr.com/avatar"></a>
  1345. <a href="http://jaredpadaleckidaily.tumblr.com/" title="Jared Padalecki Daily"><img src="https://api.tumblr.com/v2/blog/jaredpadaleckidaily.tumblr.com/avatar"></a>
  1346. <a href="https://glamoroussource.tumblr.com/" title="Glamorous Source"><img src="https://api.tumblr.com/v2/blog/glamoroussource.tumblr.com/avatar"></a>
  1347. <a href="https://felicitysmoakgifs.tumblr.com/" title="Felicity Smoak Gifs"><img src="https://api.tumblr.com/v2/blog/felicitysmoakgifs.tumblr.com/avatar"></a>
  1348.  
  1349. <a title="apply" href="/apply"><img src="https://api.tumblr.com/v2/blog/jensenackles-daily.tumblr.com/avatar" /></a>
  1350. <a title="apply" href="/apply"><img src="https://api.tumblr.com/v2/blog/jensenackles-daily.tumblr.com/avatar" /></a>
  1351. <a title="apply" href="/apply"><img src="https://api.tumblr.com/v2/blog/jensenackles-daily.tumblr.com/avatar" /></a>
  1352. <a title="apply" href="/apply"><img src="https://api.tumblr.com/v2/blog/jensenackles-daily.tumblr.com/avatar" /></a>
  1353. <a title="apply" href="/apply"><img src="https://api.tumblr.com/v2/blog/jensenackles-daily.tumblr.com/avatar" /></a>
  1354. <a title="apply" href="/apply"><img src="https://api.tumblr.com/v2/blog/jensenackles-daily.tumblr.com/avatar" /></a>
  1355. <a title="apply" href="/apply"><img src="https://api.tumblr.com/v2/blog/jensenackles-daily.tumblr.com/avatar" /></a>
  1356.  
  1357.  
  1358. </div>
  1359.  
  1360. </div>
  1361. <!-- Affiliates -->
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369. <!-- About -->
  1370. <div class="side">
  1371. <div class="sidetitle">About</div>
  1372.  
  1373. <div class="about">
  1374.  
  1375. <b>About:</b> Jensen Ackles <br>
  1376. <b>Established:</b> June 1, 2018 <br>
  1377. <b>Owner:</b> Lela <br>
  1378. <b>Theme:</b> <a href="http://ethereal-themes.tumblr.com">ethereal</a> <br>
  1379. <b>Hits:</b> <br>
  1380. <b>Online:</b> <br>
  1381. <p><center>
  1382. <b>{Name}</b> claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
  1383. </center>
  1384.  
  1385. </div>
  1386.  
  1387. </div>
  1388. <!-- About -->
  1389.  
  1390.  
  1391.  
  1392.  
  1393. </div>
  1394. <!-- END SIDEBAR -->
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409. <!-- START POST CONTAINER -->
  1410. <div class="posts">
  1411. {block:Posts}
  1412.  
  1413.  
  1414.  
  1415. <!-- START POST INFO -->
  1416. <div class="postinfo">
  1417.  
  1418. <div class="postdates">
  1419. {block:Date}<a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>{/block:Date}</div>
  1420.  
  1421. <div class="postauthor"> by <a href="{PostAuthorURL}">{PostAuthorName}</a>
  1422. </div><div class="postdateborder"></div>
  1423.  
  1424. <!-- Post Control -->
  1425. {block:IndexPage}
  1426. <div class="postcontrol">
  1427. <a href="{ReblogURL}" target="_blank" class="reblog"><i class="fa fa-retweet"></i>
  1428. </a>
  1429. <a href="#" class="like">{LikeButton}
  1430. <i class="fa fa-heart"></i>
  1431. </a>
  1432. </div>
  1433. {/block:IndexPage}
  1434.  
  1435. </div>
  1436. <!-- END POST INFO -->
  1437.  
  1438.  
  1439.  
  1440. <!-- Post Styles Start -->
  1441. <div class="iposts" id="{PostID}">
  1442.  
  1443. {block:Text}<div class="caption">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:Text}
  1444.  
  1445. {block:Link}<div class="linkpost"><div class="caption"><a href="{URL}"><h2> {Name}</h2>
  1446. {block:Excerpt}<i>{Excerpt}</i>{/block:Excerpt}</a>
  1447. {block:Description}{Description}</div>{/block:Description}</div>{/block:Link}
  1448.  
  1449. {block:Quote}<div class="caption"><h2>“{Quote}”</h2>-{Source}</b></div>{/block:Quote}
  1450.  
  1451. {block:Photo}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
  1452. </center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  1453.  
  1454. {block:Photoset}<div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  1455. <div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></center>
  1456. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Photoset}
  1457.  
  1458. {block:Chat}
  1459. <div class="caption"><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>
  1460. {/block:Chat}
  1461.  
  1462. {block:Audio}
  1463. <div class="caption">
  1464. <div class="audio">{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}" /></div>{block:AlbumArt}{block:AudioPlayer}<div class="player">{AudioPlayerBlack}</div>{/block:AudioPlayer}
  1465. <div class="audiop">{block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}{block:Artist}<div class="artist">by {Artist}</div>{/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}
  1466. </div></div>
  1467. {/block:Audio}
  1468.  
  1469. {block:Video}<div class="video">{Video-500}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Video}
  1470.  
  1471. {block:Answer}
  1472. <div class="questionpost">
  1473. <div class="question"><img src="{AskerPortraitURL-64}" align="left" /> {Asker} asked: {Question}</div>
  1474. <div class="questionborder"></div>
  1475. </div>
  1476. <div class="caption">{Answer}</div>
  1477. {/block:Answer}
  1478.  
  1479. </div>
  1480. <!-- Post Styles End -->
  1481.  
  1482.  
  1483.  
  1484.  
  1485. <!-- POST END START -->
  1486. <div class="postend">
  1487. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  1488. {block:ContentSource}<a title="{ReblogRootName}" href="{SourceURL}">src</a>
  1489. {/block:ContentSource}
  1490. {/block:RebloggedFrom}
  1491. </div>
  1492. <!-- POST END -->
  1493.  
  1494.  
  1495.  
  1496.  
  1497. <!-- POST TAGS START -->
  1498. <div class="posttags">
  1499. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:HasTags}
  1500. </div>
  1501. <!-- POST TAGS END -->
  1502.  
  1503.  
  1504.  
  1505.  
  1506. {block:PostNotes}
  1507. <div id="permanote">{PostNotes}
  1508. </div>
  1509. {/block:PostNotes}
  1510.  
  1511. {/block:Posts}
  1512.  
  1513.  
  1514.  
  1515.  
  1516. <!-- START PAGINATION -->
  1517. {block:IndexPage}
  1518. {block:Pagination}
  1519. <div class="pagination">
  1520. {block:PreviousPage}
  1521. <b><a href="{PreviousPage}">previous</a></b>
  1522. {/block:PreviousPage}
  1523.  
  1524. {block:JumpPagination length="10"}
  1525. {block:CurrentPage}
  1526. <span class="current_page">{PageNumber}</span>
  1527. {/block:CurrentPage}
  1528.  
  1529. {block:JumpPage}
  1530. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1531. {/block:JumpPage}
  1532. {/block:JumpPagination}
  1533.  
  1534. {block:NextPage}
  1535. <b><a class="next" href="{NextPage}">next</a></b>
  1536. {/block:NextPage}
  1537. </div>
  1538.  
  1539. {/block:Pagination}
  1540. {/block:IndexPage}
  1541. <!-- END PAGINATION -->
  1542.  
  1543.  
  1544. </div>
  1545. <!-- END POST CONTAINER -->
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551. <div id="end"></div>
  1552.  
  1553.  
  1554. <!-- START FOOTER -->
  1555. <footer>copyright <b><a href="/">dailyjensenackles</a></b> 2018-2019</footer>
  1556. <!-- END FOOTER -->
  1557.  
  1558.  
  1559.  
  1560. </div>
  1561. <!-- END CONTAINER -->
  1562.  
  1563.  
  1564.  
  1565.  
  1566. <!-- ADDITIONAL SCRIPTS -->
  1567.  
  1568. {block:IndexPage}
  1569. <script>
  1570. $(function(){$window=$(window);$link=$("#scrollToTop");$link.click(function(){$("html, body").animate({scrollTop:0},"slow")});$window.scroll(function(){if($window.scrollTop()<=1000){$link.fadeOut("fast")}else{$link.fadeIn("fast")}})});
  1571. </script>
  1572.  
  1573. <a href="javascript:;" id="scrollToTop" rel="nofollow"><i class="fa fa-angle-up"></i></a>
  1574. {/block:IndexPage}
  1575.  
  1576. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1577. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1578. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1579.  
  1580. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  1581.  
  1582. <script>
  1583. $(document).ready(function(){
  1584. $('.photo-slideshow').pxuPhotoset({
  1585. lightbox: true,
  1586. rounded: false,
  1587. gutter: '0px',
  1588. borderRadius: '0px',
  1589. photoset: '.photo-slideshow',
  1590. photoWrap: '.photo-data',
  1591. photo: '.pxu-photo'
  1592. });
  1593. });
  1594. </script>
  1595.  
  1596. </body>
  1597. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement