Advertisement
dearcasthemes

hunters

Jul 6th, 2014
1,524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.79 KB | None | 0 0
  1. <!----© THEME BY slutjensen.tumblr.com for public use-----DON'T REMOVE CREDIT--->    
  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" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <meta name="color:Background" content="#ffffff"/>
  10. <meta name="color:title" content="#b8b8b8"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13.  
  14. <meta name="color:scrollbar" content="#b8b8b8"/>
  15. <meta name="color:desc bg" content="#b8b8b8"/>
  16. <meta name="color:title bg" content="#b8b8b8"/>
  17. <meta name="color:pagination text" content="#b8b8b8"/>
  18. <meta name="color:pagination bg" content="#b8b8b8"/>
  19. <meta name="color:info text" content="#b8b8b8"/>
  20. <meta name="color:updates" content="#b8b8b8"/>
  21. <meta name="color:link sb" content="#b8b8b8"/>
  22. <meta name="color:info bg" content="#b8b8b8"/>
  23.  
  24.  
  25. <meta name="color:entries bg" content="#b8b8b8"/>
  26. <meta name="image:sidebar" content=""/>
  27.  
  28.  
  29. <meta name="text:updates" content=""/>
  30. <meta name="color:desc" content="#fff"/>
  31.  
  32.  
  33.  
  34. <meta name="if:show updates" content="1" />
  35. <meta name="if:show bw posts" content="1" />
  36.  
  37. <meta name="color:link hovero" content="#838282"/>
  38. <meta name="text:linkA" content="">
  39. <meta name="text:linkA url" content="/">
  40. <meta name="text:linkB" content="">
  41. <meta name="text:linkB url" content="/">
  42. <meta name="text:linkC" content="">
  43. <meta name="text:linkC url" content="/">
  44. <meta name="text:linkD" content="">
  45. <meta name="text:linkD url" content="/">
  46. <meta name="text:linkE" content="">
  47. <meta name="text:linkE url" content="/">
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Poiret+One|Ek+Mukta|Cinzel|Raleway' rel='stylesheet' type='text/css'>
  50.  
  51.  
  52. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  53. <style>
  54. div#qTip {
  55. padding:3px;
  56. margin:1px 0px 0px 1px;
  57. display:none;
  58. text-align:center;
  59. text-decoration:none;
  60. position:absolute;
  61. font-size:8px;
  62. font-weight:bold;
  63. max-width:120px;
  64. line-height:10px;
  65. font-family:calibri;
  66. z-index:10000;
  67. background-color:{color:link hovero};
  68. color:#ffffff;
  69. text-transform:uppercase;
  70. letter-spacing:1px;
  71.  
  72.  
  73. }
  74.  
  75.  
  76. </style>
  77.  
  78.  
  79.  
  80.  
  81. <style type="text/css">
  82.  
  83. *, body, a {cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;}
  84.  
  85.  
  86.  
  87. ::-webkit-scrollbar {
  88.  
  89. width: 4px;
  90. height: 3px; background: #FAFAFA;
  91. }
  92. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  93.  
  94. body {
  95. background:{color:background};
  96. margin:0px;
  97. color:{color:text};
  98. font-family:Calibri;
  99. font-size:10px;
  100. line-height:100%;
  101. }
  102.  
  103. a {
  104. text-decoration:none;
  105. outline:none;
  106. -moz-outline-style:none;
  107. color:{color:link};
  108.  
  109.  
  110. -moz-transition-duration:0.5s;
  111. -webkit-transition-duration:0.5s;
  112. -o-transition-duration:0.5s;
  113. }
  114.  
  115. a:hover {
  116. color:{color:link hovero};
  117. }
  118.  
  119. img {
  120. border:none;
  121. }
  122.  
  123. blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. }
  127.  
  128. blockquote blockquote {
  129. padding-left:5px;
  130. border-left:2px solid;
  131. }
  132.  
  133. h1 {
  134. font-size:15px;
  135. }
  136.  
  137. #entries {
  138. background:{color:entries bg};
  139. padding:20px;
  140. width:500px;
  141. margin-left:550px;
  142.  
  143. }
  144.  
  145. #post {
  146. width:500px;
  147. padding-bottom:50px;
  148. -webkit-transition: all 0.5s ease-in-out;
  149. -moz-transition: all 0.5s ease-in-out;
  150. transition: all 0.5s ease-in-out;
  151.  
  152. }
  153. {block:IfShowbwposts}
  154. #post:hover {
  155.  
  156. -webkit-transition: all 0.5s ease-in-out;
  157. -moz-transition: all 0.5s ease-in-out;
  158. transition: all 0.5s ease-in-out;
  159. -webkit-filter: grayscale(100%);
  160. -moz-filter: grayscale(100%);
  161. -ms-filter: grayscale(100%);
  162. -o-filter: grayscale(100%);
  163. }
  164.  
  165. {/block:IfShowbwposts}
  166. #sidebar {
  167. width:250px;
  168. position:fixed;
  169. margin-left:250px;
  170. margin-top:190px;
  171. }
  172.  
  173. #desc {
  174. background:{color:desc bg};
  175. width:190px;
  176. text-align:Center;
  177. font-family:times;
  178.  
  179. letter-spacing:0px;
  180. margin-top:-1px;
  181.  
  182. font-family:calibri;
  183. color:{color:desc};
  184. padding:5px;
  185. font-size:9px;
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. transition: all 0.5s ease-in-out;
  189. }
  190.  
  191. #title {
  192. line-height:75%;
  193. margin-left:0px;
  194. font-size:20px;
  195. background:{color:title bg};
  196. width:190px;
  197. padding:5px;
  198.  
  199. text-align:center;
  200. margin-bottom:5px;
  201. margin-top:4px;
  202. letter-spacing:-1px;
  203. font-weight:bold;
  204. color:{color:title};
  205. text-transform:lowercase;
  206. font-family: arial;
  207.  
  208.  
  209. -webkit-transition: all 0.5s ease-in-out;
  210. -moz-transition: all 0.5s ease-in-out;
  211. transition: all 0.5s ease-in-out;
  212. }
  213.  
  214. #links {
  215.  
  216.  
  217. padding:10px;
  218. width:220px;
  219. margin-left:-28px;
  220. text-align:center;
  221. display:inline;
  222. font-size:40px;
  223.  
  224. -webkit-transition: all 0.5s ease-in-out;
  225. -moz-transition: all 0.5s ease-in-out;
  226. transition: all 0.5s ease-in-out;
  227.  
  228.  
  229. }
  230.  
  231. #links a {
  232.  
  233. display:inline;
  234.  
  235. color:{color:link sb};
  236. margin-left:15px;
  237.  
  238. -webkit-transition: all 0.5s ease-in-out;
  239. -moz-transition: all 0.5s ease-in-out;
  240. transition: all 0.5s ease-in-out;
  241.  
  242. }
  243.  
  244. #links a:hover {
  245. color:{color:link hovero};
  246. -webkit-transition: all 0.5s ease-in-out;
  247. -moz-transition: all 0.5s ease-in-out;
  248. transition: all 0.5s ease-in-out;
  249. }
  250.  
  251.  
  252.  
  253.  
  254. #sidebarimage {
  255. width 250px;-webkit-transition: all 0.5s ease-in-out;
  256. -moz-transition: all 0.5s ease-in-out;
  257. transition: all 0.5s ease-in-out;
  258. }
  259.  
  260. #sidebarimage img {
  261. width:200px;
  262.  
  263.  
  264.  
  265. }
  266.  
  267. #boxed {
  268. opacity:0;
  269. letter-spacing:0px;
  270. width:250px;
  271. margin-top:-90px;
  272. z-index:4;
  273. height:150px;
  274.  
  275. border:1px solid #eee;
  276. all 0.5s ease-in-out;
  277. -moz-transition: all 0.5s ease-in-out;
  278. transition: all 0.5s ease-in-out;
  279. }
  280.  
  281. #inside {
  282. font-family:calibri;
  283. color:{color:text};
  284. padding:10px;
  285. font-size:9px;
  286. }
  287.  
  288.  
  289.  
  290. #pagination {
  291.  
  292. opacity:1;
  293. background-color:{color:pagination bg};
  294. z-index:10000;
  295. padding-top:7px;
  296. padding-bottom:5px;
  297. width:200px;
  298.  
  299. font-size:8px;
  300.  
  301.  
  302. text-align:center;
  303. margin-top:-1px;
  304. margin-left:0px;
  305.  
  306. font-family:baskerville
  307. letter-spacing:0px; -webkit-transition: all 0.5s ease-in-out;
  308. -moz-transition: all 0.5s ease-in-out;
  309. transition: all 0.5s ease-in-out;
  310.  
  311.  
  312. }
  313.  
  314.  
  315.  
  316. #pagination a{
  317. color:{color:pagination text};
  318. }
  319. #pagination a:hover {
  320.  
  321. text-decoration:underline;
  322. }
  323.  
  324.  
  325. #credit {
  326.  
  327. font-size:12px;
  328. font-family:arial;
  329. font-weight:bold;
  330. letter-spacing:-1px;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336.  
  337.  
  338. #credit a {
  339. color:{color:link hovero};
  340. padding:5px;
  341. border:0px solid #e9e9e9;
  342. position:fixed;
  343. right:1px;
  344. bottom:1px }
  345.  
  346.  
  347. #credit a:hover {
  348.  
  349. color:#c4c4c4;
  350.  
  351.  
  352. -moz-transition-duration:0.5s;
  353. -webkit-transition-duration:0.5s;
  354. -o-transition-duration:0.5s;
  355.  
  356. }
  357.  
  358.  
  359.  
  360. #info {
  361.  
  362. font-family:calibri;
  363. text-transform:uppercase;
  364. background:{color:info bg};
  365. color:{color:info text};
  366. letter-spacing:1px;
  367. font-weight:bold;
  368. padding:6px;
  369. font-size:8px;
  370. text-align:center;
  371. margin-top:10px;
  372. }
  373.  
  374. #info a{
  375.  
  376. color:{color:link};
  377. padding:2px;
  378. }
  379.  
  380. #asker {
  381. float:left;
  382. margin-right:5px;
  383. }
  384.  
  385. {block:IfShowupdates}
  386.  
  387. #updates {
  388. position:fixed;
  389. margin-top:9px;
  390. margin-left:5px;
  391.  
  392. }
  393.  
  394. #borderuno {
  395. width:4px;
  396. height:19px;
  397. background:{color:updates};
  398. -webkit-transition: all 0.5s ease-in-out;
  399. -moz-transition: all 0.5s ease-in-out;
  400. transition: all 0.5s ease-in-out;
  401. }
  402.  
  403. #names {
  404. font-family:calibri;
  405. font-size:8px;
  406. font-weight:bold;
  407. letter-spacing:2px;
  408. color:{color:updates};
  409. margin-top:4px;
  410. margin-left:7px;
  411. position:fixed;
  412. text-transform:uppercase;
  413. -webkit-transition: all 0.5s ease-in-out;
  414. -moz-transition: all 0.5s ease-in-out;
  415. transition: all 0.5s ease-in-out;
  416. }
  417.  
  418. #updates:hover #borderuno{
  419. width:132px;
  420. -webkit-transition: all 0.5s ease-in-out;
  421. -moz-transition: all 0.5s ease-in-out;
  422. transition: all 0.5s ease-in-out;
  423. }
  424.  
  425. #updates:hover #names{
  426. color:#fff;
  427. -webkit-transition: all 0.5s ease-in-out;
  428. -moz-transition: all 0.5s ease-in-out;
  429. transition: all 0.5s ease-in-out;
  430. margin-left:45px;
  431.  
  432. }
  433.  
  434.  
  435. #words {
  436. opacity:0;
  437. width:120px;
  438. margin-top:4px;
  439. text-align:center;
  440. border:1px solid #eee;
  441. font-size:9px;
  442. font-family:calibri;
  443. color:{color:Text};
  444. padding:5px;
  445. -webkit-transition: all 0.3s ease-in-out;
  446. -moz-transition: all 0.3s ease-in-out;
  447. transition: all 0.3s ease-in-out;
  448.  
  449. }
  450.  
  451. #updates:hover #words {
  452. opacity:1;
  453. -webkit-transition: all 0.9s ease-in-out;
  454. -moz-transition: all 0.9s ease-in-out;
  455. transition: all 0.9s ease-in-out;
  456.  
  457. }
  458. {/block:IfShowupdates}
  459.  
  460.  
  461.  
  462. #tags {
  463. margin-top:3px;
  464. font-family:calibri;
  465. text-transform:uppercase;
  466. letter-spacing:1px;
  467. text-align:center;
  468. font-size:6px;
  469. color:{color:text};
  470. }
  471.  
  472. #tags a {
  473. margin-left:3px;
  474. -webkit-transition: all 0.9s ease-in-out;
  475. -moz-transition: all 0.9s ease-in-out;
  476. transition: all 0.9s ease-in-out;
  477.  
  478. }
  479. #tags a:hover {
  480. background:#989898;
  481. color:#fff;
  482. -webkit-transition: all 0.9s ease-in-out;
  483. -moz-transition: all 0.9s ease-in-out;
  484. transition: all 0.9s ease-in-out;
  485.  
  486. }
  487.  
  488. {CustomCSS}</style></head><body>
  489.  
  490. {block:IfShowupdates}
  491. <div id="updates">
  492. <div id="names">updates</div>
  493. <div id="borderuno"></div>
  494. <div id="words">
  495. {text:updates}</div>
  496.  
  497. </div>
  498.  
  499. {/block:IfShowupdates}
  500. <div id="sidebar">
  501.  
  502.  
  503. <div id="sidebarimage"><a href="/" title="refresh"><img src="{image:sidebar}"></a></div>
  504.  
  505.  
  506. <div id="title">{Title}</div>
  507.  
  508. <div id="desc">{Description}</div>
  509.  
  510.  
  511.  
  512. <div style="margin-top:5px">
  513. <div id="links">
  514.  
  515. <a href="{text:linkA url}" title="{text:linkA}">■</a>
  516. <a href="{text:linkB url}" title="{text:linkB}">■</a>
  517. <a href="{text:linkC url}" title="{text:linkC}">■</a>
  518. <a href="{text:linkD url}" title="{text:linkD}">■</a>
  519. <a href="{text:linkE url}" title="{text:linkE}">■</a>
  520. </div>
  521. </div>
  522.  
  523.  
  524.  
  525.  
  526. {block:Pagination}<div id="pagination">
  527. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  528. {block:JumpPagination length="10"}
  529. {block:CurrentPage}<span class="current_page" style="background:{color:link hovero};
  530. color:#fff;
  531.  
  532. padding-left:4px;
  533. padding-right:4px;
  534. padding-top:2px;
  535. padding-bottom:2px;">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  536. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  537. {/block:JumpPagination}
  538. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  539. </div>{/block:Pagination}
  540. </div>
  541. </div>
  542. </div>
  543.  
  544. </div>
  545.  
  546. <div id="entries">{block:Posts}<div id="post">
  547.  
  548. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  549.  
  550. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  551.  
  552. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  553.  
  554. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  555.  
  556. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  557.  
  558. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  559.  
  560. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  561.  
  562. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  563.  
  564. {block:Answer}<div id="question"><i>{Asker}:</i> {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  565.  
  566. {block:Date}<div id="info"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  567. {block:ContentSource} , <a href="{SourceURL}">source</a>{/block:ContentSource} {/block:Date}</div>
  568. {block:HasTags}
  569. <div id="tags">
  570. {block:Tags}<a href="{TagURL}"> {Tag}</a>,{/block:Tags}</div>
  571. {/block:HasTags}
  572. <div class="postnote">
  573. {block:PostNotes}{PostNotes}{/block:PostNotes}
  574. </div>
  575. </div>
  576. {/block:Posts}
  577.  
  578.  
  579. <div id="credit"><a href="http://slutjensen.tumblr.com">dear cas,</div>
  580.  
  581. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement