Advertisement
attractedtosin

J is for Jackal [010] light

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