Advertisement
attractedtosin

J is for Jackal [010]

May 20th, 2014
3,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.38 KB | None | 0 0
  1. <!------
  2. J IS FOR JACKAL
  3. theme 010 by ohcodey.tumblr.com [wolfwrecked]
  4.  
  5. Please observe common theme sharing etiquette:
  6. :you may alter but do not remove credit
  7. :do not use as a base or redistibute
  8. :etc
  9. ----->
  10.  
  11. <html>
  12. <head>
  13. <title>{Title}</title>
  14. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20.  
  21.  
  22. <!-- APPEARANCE DEFAULTS -->
  23. <meta name="if:Show Description" content="1"/>
  24. <meta name="if:Show 1 Links" content="1"/>
  25. <meta name="if:Show 2 Links" content="1"/>
  26. <meta name="if:Show 3 Links" content="1"/>
  27. <meta name="if:Show 4 Links" content="1"/>
  28. <meta name="if:Show 5 Links" content="0"/>
  29. <meta name="if:Show 6 Links" content="0"/>
  30. <meta name="if:Show 7 Links" content="0"/>
  31. <meta name="if:Show 8 Links" content="0"/>
  32.  
  33. <!--FONTS-->
  34. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
  35.  
  36.  
  37. <!--COLOUR VARIABLES-->
  38. <meta name="color:Background" content="#ffffff" />
  39. <meta name="color:Links" content="#ffffff" />
  40. <meta name="color:Post Links" content="#000000" />
  41. <meta name="color:Post Text" content="#555555" />
  42. <meta name="color:Links Background" content="#000000" />
  43. <meta name="color:Colour 1" content="#b6ee6c" />
  44. <meta name="color:Colour 2" content="#75e7fb" />
  45.  
  46.  
  47.  
  48. <!--SIDEBAR IMAGE-->
  49. <meta name="image:Sidebar Image" content="">
  50. <meta name="text:Navigation Title" content="navigation">
  51.  
  52.  
  53. <!--SIDEBAR LINKS-->
  54. <meta name="text:Nav Link 1" content="">
  55. <meta name="text:Nav Link 1 Url" content="">
  56. <meta name="text:Nav Link 2" content="">
  57. <meta name="text:Nav Link 2 Url" content="">
  58. <meta name="text:Nav Link 3" content="">
  59. <meta name="text:Nav Link 3 Url" content="">
  60. <meta name="text:Nav Link 4" content="">
  61. <meta name="text:Nav Link 4 Url" content="">
  62. <meta name="text:Nav Link 5" content="">
  63. <meta name="text:Nav Link 5 Url" content="">
  64. <meta name="text:Nav Link 6" content="">
  65. <meta name="text:Nav Link 6 Url" content="">
  66. <meta name="text:Nav Link 7" content="">
  67. <meta name="text:Nav Link 7 Url" content="">
  68. <meta name="text:Nav Link 8" content="">
  69. <meta name="text:Nav Link 8 Url" content="">
  70.  
  71. </head>
  72.  
  73. <style>
  74.  
  75.  
  76. body {
  77. font-family: 'Source Sans Pro', sans-serif;
  78. font-size:11px;
  79. background-color:{color:background};
  80. margin-top:50px;
  81. color:{color:post text};
  82. letter-spacing:+1px;
  83. text-align:justify;
  84. line-height:120%;
  85.  
  86. }
  87.  
  88. a { text-decoration:none;
  89. color:{color:post links};
  90. transition: all 0.3s ease-out;
  91. -o-transition: all 0.3s ease-out;
  92. -webkit-transition: all 0.3s ease-out;
  93. -moz-transition: all 0.3s ease-out;}
  94.  
  95. a:hover {transition: all 0.3s ease-out;
  96. -o-transition: all 0.3s ease-out;
  97. -webkit-transition: all 0.3s ease-out;
  98. -moz-transition: all 0.3s ease-out;}
  99.  
  100. a:hover:nth-of-type(odd) {color:{color:Colour 1};}
  101. a:hover:nth-of-type(even) {color:{color:Colour 2};}
  102.  
  103. #container {width:715px;
  104. margin-left:auto;
  105. margin-right:auto;
  106. }
  107.  
  108. #sidebar {
  109. width:175px;
  110. position:fixed;
  111. bottom:40px;
  112. }
  113.  
  114.  
  115. .sidebar-img {margin-bottom:20px;margin-top:20px;}
  116.  
  117. .desc {margin-top:-10px;margin-bottom:15px;text-align:justify;}
  118.  
  119. #posts {width:500px;
  120. margin-left:205px;
  121. padding-right:20px;
  122. }
  123.  
  124. .entries {
  125. margin-bottom:70px;
  126. }
  127.  
  128. sub, sup, small {font-size:10px;}
  129.  
  130. blockquote {
  131. border-left:1px solid {color:post text};
  132. padding-left:15px;
  133. }
  134.  
  135. .caption {
  136. padding:10px;
  137. margin-top:-5px;
  138. }
  139.  
  140. .pagination {
  141. margin-bottom:30px;
  142. text-align:center;
  143. display:block;
  144. width:175px;
  145. background-color:{color:Links Background};
  146. color:#ffffff;
  147. padding:5px 5px 5px 0;
  148. height:15px;
  149. color:{color:links};
  150. }
  151.  
  152. .pagination a {color:{color:links};}
  153.  
  154.  
  155. .date {
  156. width:103px;
  157. float:right;
  158. margin-right:-133px;
  159. }
  160.  
  161. .date a {
  162. display:block;
  163. background-color:{color:Links Background};
  164. color:{color:links};
  165. margin-bottom:3px;
  166. padding:2px 5px 3px 5px;
  167. text-align:center;
  168. color:{color:links};
  169. font-size:8px;
  170. LETTER-SPACING:+1px;
  171. text-transform:uppercase;
  172. }
  173.  
  174. .sources a {
  175. width:22px;
  176. display:inline-block;
  177. color:{color:links};}
  178.  
  179. .tags {
  180. background-color:{color:links background};
  181. {block:IndexPage}position:absolute;{/block:IndexPage}
  182. width:480px;
  183. padding:10px;
  184. color:{color:links};
  185. {block:IndexPage} opacity:0;{/block:IndexPage}
  186. transition: all 0.3s ease-out;
  187. -o-transition: all 0.3s ease-out;
  188. -webkit-transition: all 0.3s ease-out;
  189. -moz-transition: all 0.3s ease-out;
  190. }
  191.  
  192. .tags a {
  193. color:{color:links};
  194. text-transform:uppercase;
  195. font-size:8px;
  196. transition: all 0.3s ease-out;
  197. -o-transition: all 0.3s ease-out;
  198. -webkit-transition: all 0.3s ease-out;
  199. -moz-transition: all 0.3s ease-out;
  200. }
  201.  
  202. a.taghead + span.taghead {
  203. display:inline;
  204. }
  205.  
  206. span.taghead {
  207. display:none;
  208. }
  209.  
  210.  
  211. {block:IndexPage}.entries:hover .tags {
  212. opacity:1;
  213. border-bottom:1px solid {color:links};
  214. transition: all 0.3s ease-out;
  215. -o-transition: all 0.3s ease-out;
  216. -webkit-transition: all 0.3s ease-out;
  217. -moz-transition: all 0.3s ease-out;
  218. }{/block:IndexPage}
  219.  
  220. .post_quote {
  221. font-size:14px;
  222. letter-spacing:+1px;
  223. margin-top:5px;
  224. padding:5px 10px;
  225. }
  226.  
  227. .post_quote .source {
  228. text-align:right;
  229. padding:10px;
  230. width:480px;
  231. margin-top:5px;
  232. }
  233.  
  234. .post_text {
  235. padding:5px 10px;
  236. letter-spacing:+1px;
  237. text-align:justify;
  238. }
  239.  
  240.  
  241. .audio_player {
  242. width:28px;
  243. OVERFLOW:HIDDEN;
  244. margin-top:5px;
  245. background-color:{color:links background};
  246. text-transform:uppercase;
  247. }
  248.  
  249. .post_audio_dets {
  250. font-size:8px;
  251. letter-spacing:+2px;
  252. text-transform:uppercase;
  253. margin-top:-20px;
  254. text-align:right;
  255. padding-bottom:20px;
  256. padding-right:8px;
  257. text-align:right;
  258. padding-left:40px;
  259. background-color:{color:background};
  260. }
  261.  
  262. .question {
  263. font-size:10px;
  264. letter-spacing:+1px;
  265. padding:5px;
  266. font-style:italic;
  267. max-width:490px;
  268. overflow:hidden;
  269. background-color:{color:Links Background};
  270. color:{color:links};
  271. }
  272.  
  273. .asker {font-size:8px;
  274. text-transform:uppercase;
  275. letter-spacing:+1px;
  276. padding:5px;
  277. text-align:right;
  278. font-style:normal;
  279. color:{color:colour 1};
  280. }
  281.  
  282. .askerimg {
  283. width:40px;
  284. float:left;
  285. padding-right:5px;
  286. }
  287.  
  288. .answer {
  289. text-align: justify;
  290. padding:5px 10px;
  291. }
  292.  
  293. .answer img {max-width:480px;overflow:hidden;}
  294.  
  295.  
  296. ol.notes {
  297. font-size:10px;
  298. list-style-type:decimal-leading-zero;
  299. padding:4px 0;
  300. letter-spacing:+1px;
  301. margin-left:20px;
  302. }
  303.  
  304. ol.notes a {
  305. font-size:10px;
  306. transition: all 0.3s ease-out;
  307. -o-transition: all 0.3s ease-out;
  308. -webkit-transition: all 0.3s ease-out;
  309. -moz-transition: all 0.3s ease-out;
  310. font-style:normal;
  311. }
  312.  
  313.  
  314. img.avatar {display:none;}
  315.  
  316. li.note {
  317. padding:2px;
  318. }
  319.  
  320.  
  321. #navigation-box {
  322. text-align:center;
  323. padding-bottom:20px;
  324. height: 25px;
  325. overflow: hidden;
  326. transition: all 0.4s ease-out;
  327. -o-transition: all 0.4s ease-out;
  328. -webkit-transition: all 0.4s ease-out;
  329. -moz-transition: all 0.4s ease-out;
  330. }
  331.  
  332.  
  333.  
  334.  
  335. {block:ifShow1Links}
  336. #navigation-box:hover {
  337. height: 56px;
  338. transition: all 0.4s ease-out;
  339. -o-transition: all 0.4s ease-out;
  340. -webkit-transition: all 0.4s ease-out;
  341. -moz-transition: all 0.4s ease-out;
  342. }
  343. {/block:ifShow1Links}
  344.  
  345. {block:ifShow2Links}
  346. #navigation-box:hover {
  347. height: 84px;
  348. transition: all 0.4s ease-out;
  349. -o-transition: all 0.4s ease-out;
  350. -webkit-transition: all 0.4s ease-out;
  351. -moz-transition: all 0.4s ease-out;
  352. }
  353. {/block:ifShow2Links}
  354.  
  355. {block:ifShow3Links}
  356. #navigation-box:hover {
  357. height: 112px;
  358. transition: all 0.4s ease-out;
  359. -o-transition: all 0.4s ease-out;
  360. -webkit-transition: all 0.4s ease-out;
  361. -moz-transition: all 0.4s ease-out;
  362. }
  363. {/block:ifShow3Links}
  364.  
  365. {block:ifShow4Links}
  366. #navigation-box:hover {
  367. height: 140px;
  368. transition: all 0.4s ease-out;
  369. -o-transition: all 0.4s ease-out;
  370. -webkit-transition: all 0.4s ease-out;
  371. -moz-transition: all 0.4s ease-out;
  372. }
  373. {/block:ifShow4Links}
  374.  
  375. {block:ifShow5Links}
  376. #navigation-box:hover {
  377. height: 168px;
  378. transition: all 0.4s ease-out;
  379. -o-transition: all 0.4s ease-out;
  380. -webkit-transition: all 0.4s ease-out;
  381. -moz-transition: all 0.4s ease-out;
  382. }
  383. {/block:ifShow5Links}
  384.  
  385. {block:ifShow6Links}
  386. #navigation-box:hover {
  387. height: 196px;
  388. transition: all 0.4s ease-out;
  389. -o-transition: all 0.4s ease-out;
  390. -webkit-transition: all 0.4s ease-out;
  391. -moz-transition: all 0.4s ease-out;
  392. }
  393. {/block:ifShow6Links}
  394.  
  395. {block:ifShow7Links}
  396. #navigation-box:hover {
  397. height: 224px;
  398. transition: all 0.4s ease-out;
  399. -o-transition: all 0.4s ease-out;
  400. -webkit-transition: all 0.4s ease-out;
  401. -moz-transition: all 0.4s ease-out;
  402. }
  403. {/block:ifShow7Links}
  404.  
  405. {block:ifShow8Links}
  406. #navigation-box:hover {
  407. height: 252px;
  408. transition: all 0.4s ease-out;
  409. -o-transition: all 0.4s ease-out;
  410. -webkit-transition: all 0.4s ease-out;
  411. -moz-transition: all 0.4s ease-out;
  412. }
  413. {/block:ifShow8Links}
  414.  
  415.  
  416. #navigation-box a {
  417. display:block;
  418. text-transform:uppercase;
  419. font-size:6.5pt;
  420. padding:5px ;
  421. height:15px;
  422. margin-bottom:3px;
  423. letter-spacing:+2px;
  424. color:{color:links};}
  425.  
  426. #navigation-box a:nth-of-type(odd) {background-color:{color:Colour 1};}
  427. #navigation-box a:nth-of-type(even) {background-color:{color:Colour 2};}
  428.  
  429.  
  430.  
  431. ::selection {background:{color:Colour 2};
  432. color:{color:background};
  433. }
  434.  
  435. ::-moz-selection {background:{color:Colour 2};
  436. color:#ffffff;
  437. }
  438.  
  439. ::-webkit-selection {background:{color:Colour 2};
  440. color:#ffffff;
  441. }
  442.  
  443. ::-webkit-scrollbar {width:5px;
  444. height:auto;
  445. background:{color:background};
  446. }
  447.  
  448. ::-webkit-scrollbar-corner {background:{color:background};
  449. }
  450.  
  451. ::-webkit-scrollbar-thumb:vertical {background:{color:links background};
  452. }
  453.  
  454. ::-webkit-scrollbar-thumb:horizontal {background:{color:links background};
  455. }
  456.  
  457. ::-webkit-scrollbar-thumb:hover {background:{color:colour 1};
  458. }
  459.  
  460. .sidebar-credit
  461. {width:20px;
  462. height:20px;
  463. z-index:20;
  464. font-size:12px;
  465. background-color:{color:background};
  466. position:fixed;
  467. right:10px;
  468. bottom:10px;
  469.  
  470. }
  471.  
  472. .sidebar-credit a{color:{color:Post Links};}
  473.  
  474. .sidebar-credit a:hover {color:{color:Colour 2};}
  475.  
  476.  
  477.  
  478.  
  479. </style>
  480.  
  481. <body>
  482.  
  483. <div id="container">
  484. <div id="sidebar">
  485.  
  486.  
  487. <div id="navigation-box">
  488.  
  489. <a style="margin-top: 20px;text-transform:lowercase;font-size:10px;background-color:{color:Links Background};" >{text:Navigation Title}</a>
  490.  
  491.  
  492.  
  493. <a href="{text:Nav Link 1 Url}">{text:Nav Link 1}</a>
  494. <a href="{text:Nav Link 2 Url}">{text:Nav Link 2}</a>
  495. <a href="{text:Nav Link 3 Url}">{text:Nav Link 3}</a>
  496. <a href="{text:Nav Link 4 Url}">{text:Nav Link 4}</a>
  497. <a href="{text:Nav Link 5 Url}">{text:Nav Link 5}</a>
  498. <a href="{text:Nav Link 6 Url}">{text:Nav Link 6}</a>
  499. <a href="{text:Nav Link 7 Url}">{text:Nav Link 7}</a>
  500. <a href="{text:Nav Link 8 Url}">{text:Nav Link 8}</a>
  501.  
  502.  
  503. </div>
  504.  
  505.  
  506.  
  507. <a href="/"><img src="{image:sidebar image}" class="sidebar-img" /></a>
  508. {block:ifShowDescription}<div class="desc">{description}</div>
  509. {/block:ifShowDescription}
  510. {block:Pagination}
  511. <div class="pagination">
  512.  
  513. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}&nbsp;&nbsp;&nbsp;{CurrentPage}&nbsp;/&nbsp;{TotalPages}&nbsp;&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  514.  
  515. </div>
  516. {/block:Pagination}
  517.  
  518.  
  519. </div>
  520.  
  521.  
  522. <div id="posts">
  523. {block:Posts}
  524. <div class="entries">
  525.  
  526. {block:ContentSource}
  527. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  528. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  529. {/block:ContentSource}
  530.  
  531.  
  532. <div class="date">
  533. {block:Date}
  534. <a href="{Permalink}">{DayOfMonth}.{MonthNumberWithZero}.{ShortYear}</a>
  535. {/block:Date}
  536.  
  537. {block:NoteCount}
  538. <a href="{Permalink}">{NoteCount}&nbsp;&hearts;</a>
  539. {/block:NoteCount}
  540. <div class="sources">
  541.  
  542. {block:RebloggedFrom}
  543. <a href="{ReblogParentURL}" title="via" />via</a>
  544. <a href="{ReblogRootURL}" title="source"/>src</a>
  545. <a href="{ReblogURL}" title="reblog" >rbg</a>
  546. {/block:RebloggedFrom}
  547. {block:NotReblog}
  548. <a href="/" title="via" />via</a>
  549. <a href="/" title="source"/>src</a>
  550. <a href="{ReblogURL}" title="reblog" >rbg</a>
  551. {/block:NotReblog}
  552.  
  553.  
  554. </div>
  555. </div>
  556.  
  557. {block:IndexPage} {block:HasTags}
  558. <div class="tags">
  559. {block:Tags}<span class="taghead">&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="taghead" href="{TagURL}">{Tag}</a>{/block:Tags}
  560. </div>
  561. {/block:HasTags}
  562. {/block:IndexPage}
  563.  
  564. {block:Text}
  565. <div class="post_text">
  566. {block:Title}
  567. <h3><a href="{Permalink}">{Title}</a></h3>
  568. {/block:Title}
  569.  
  570. {Body}
  571. </div>
  572. {/block:Text}
  573.  
  574. {block:Photo}
  575. <div class="post_photo">
  576. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  577.  
  578. {block:Caption}
  579. <div class="caption">{Caption}</div>
  580. {/block:Caption}
  581. </div>
  582. {/block:Photo}
  583.  
  584. {block:Photoset}
  585. <div class="post_photoset">
  586. {Photoset-500}
  587.  
  588. {block:Caption}
  589. <div class="caption">{Caption}</div>
  590. {/block:Caption}
  591. </div>
  592. {/block:Photoset}
  593.  
  594. {block:Quote}
  595. <div class="post_quote">
  596. "{Quote}"
  597.  
  598. {block:Source}
  599. <div class="source">{Source}</div>
  600. {/block:Source}
  601. </div>
  602. {/block:Quote}
  603.  
  604. {block:Link}
  605. <div class="post_link">
  606. <a href="{URL}" class="link" {Target}>{Name}</a>
  607.  
  608. {block:Description}
  609. <div class="description">{Description}</div>
  610. {/block:Description}
  611. </div>
  612. {/block:Link}
  613.  
  614. {block:Chat}
  615. <div class="post_chat">
  616. {block:Title}
  617. <h3><a href="{Permalink}">{Title}</a></h3>
  618. {/block:Title}
  619.  
  620. <ul class="chat">
  621. {block:Lines}
  622. <li class="{Alt} user_{UserNumber}">
  623. {block:Label}
  624. <span class="label">{Label}</span>
  625. {/block:Label}
  626.  
  627. {Line}
  628. </li>
  629. {/block:Lines}
  630. </ul>
  631. </div>
  632. {/block:Chat}
  633.  
  634. {block:Video}
  635. <div class="post_video">
  636. {Video-500}
  637.  
  638. {block:Caption}
  639. <div class="caption">{Caption}</div>
  640. {/block:Caption}
  641. </div>
  642. {/block:Video}
  643.  
  644. {block:Audio}
  645. <div class="post_audio">
  646. {AudioPlayerBlack}
  647. <div class="post_audio_dets">
  648. {block:TrackName}
  649. {TrackName}
  650. {/block:TrackName} -
  651. {block:Artist}
  652. {Artist}
  653. {/block:Artist}
  654. </div>
  655. {block:Caption}
  656. <div class="caption">{Caption}</div>
  657. {/block:Caption}
  658. </div>
  659. {/block:Audio}
  660.  
  661. {block:Answer}
  662. <div class="post_answer">
  663. <div class="question"><img src="{AskerPortraitURL-40}" class="askerimg">{Question}<Br><div class="asker">- {Asker}</div></div>
  664.  
  665. <div class="answer"> {Answer}</div>
  666. </div>
  667. {/block:Answer}
  668.  
  669.  
  670.  
  671. {block:PermalinkPage} {block:HasTags}
  672. <div class="tags">
  673. {block:Tags}<span class="taghead">&nbsp;&nbsp;&nbsp;&nbsp;</span><a class="taghead" href="{TagURL}">{Tag}</a>{/block:Tags}
  674. </div>
  675. {/block:HasTags}
  676. {/block:PermalinkPage}
  677.  
  678.  
  679.  
  680. {block:PostNotes}{PostNotes}{/block:PostNotes}
  681.  
  682.  
  683. </div>
  684.  
  685. {/block:Posts}
  686. </div>
  687.  
  688.  
  689. </div>
  690.  
  691.  
  692.  
  693. <div class="sidebar-credit">
  694. <a style="font-family:'playfair display',serif;" href="http://ohcodey.tumblr.com/">c.</a>
  695.  
  696. </div>
  697.  
  698.  
  699. </body>
  700. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement