Advertisement
furhrman

treasure;

Sep 13th, 2013
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.74 KB | None | 0 0
  1. <!--theme17 by kahniss
  2. DON'T remove credit
  3. Don'T use as your onw
  4. DON'T use as base code-->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:bg" content="#FFFFFF">
  13. <meta name="color:link" content="#7e7e7e">
  14. <meta name="color:hover" content="#fcfafa">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:scrollbar" content="#D6D5D5">
  17. <meta name="color:linksbg" content="#fafafa">
  18. <meta name="color:infoborder" content="#fafafa">
  19.  
  20. <meta name="image:header" content=""/>
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:link1" content="">
  24. <meta name="text:link1 url" content="/">
  25. <meta name="text:link2" content="">
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="">
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="">
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link5" content="">
  32. <meta name="text:link5 url" content="/">
  33. <meta name="text:link6" content="">
  34. <meta name="text:link6 url" content="/">
  35. <meta name="text:link7" content="">
  36. <meta name="text:link7 url" content="/">
  37. <meta name="text:link8" content="">
  38. <meta name="text:link8 url" content="/">
  39. <meta name="text:link9" content="">
  40. <meta name="text:link9 url" content="/">
  41.  
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47.  
  48.  
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55.  
  56.  
  57. a {
  58. color:{color:link};
  59. text-decoration:none;
  60. -moz-transition-duration:0.5s;
  61. -webkit-transition-duration:0.5s;
  62. -o-transition-duration:0.5s;
  63. }
  64.  
  65. a:hover {
  66. color:{color:hover};
  67. text-decoration:none;
  68. -moz-transition-duration:0.5s;
  69. -webkit-transition-duration:0.5s;
  70. -o-transition-duration:0.5s;
  71. }
  72.  
  73.  
  74. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  75. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  76. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  77.  
  78. body {
  79. background-color:{color:bg};
  80. font-family:arial;
  81. font-weight:normal;
  82. }
  83.  
  84.  
  85.  
  86. h1 {
  87. font-weight:normal;
  88. font-size:10px;
  89. text-align:center;
  90. font-style:normal;
  91. line-height:80%;
  92. letter-spacing:1px;
  93. text-transform:uppercase;
  94. color:{color:text};
  95. }
  96.  
  97. h2 {
  98. font-size:15px;
  99. text-align:center;
  100. line-height:100%;
  101. letter-spacing:-0.5px;
  102. color:{color:text};
  103. font-weight:normal;
  104. padding:5px;
  105. padding-bottom:2px;
  106. }
  107.  
  108.  
  109. blockquote {
  110. border-left:2px solid {color:text};
  111. padding-left:5px;
  112. margin:5px;
  113. }
  114.  
  115. #theme {
  116. background-color:{color:bg};
  117. width:700px;
  118. margin: 0 auto -12px auto;
  119. text-align: center;
  120. }
  121.  
  122. #sidebar {
  123. position:absolute;
  124. width: 200px;
  125. height:auto;
  126. margin-left: -150px;
  127. margin-top: 50px;
  128. }
  129.  
  130.  
  131. #sidebar img {
  132. width:200px;
  133. height:140px;
  134. }
  135.  
  136.  
  137. .links {
  138. margin-top:-110px;
  139. width:140px;
  140. margin-bottom:10px;
  141. margin-left:-1px;
  142. height:13px;
  143. font-size:10px;
  144. text-align:center;
  145. letter-spacing:0px;
  146. font-family:times;
  147. letter-spacing:1px;
  148. font-style: italic;
  149. opacity:1;
  150. transition: all 1s ease-in 0s;
  151. }
  152.  
  153. .links a{
  154. width:147px;
  155. margin-bottom:2px;
  156. display:inline-block;
  157. background-color:{color:linksbg};
  158. padding:2px;
  159. padding
  160. text-align:center;
  161. }
  162.  
  163.  
  164. .links a:hover{
  165. background-color:{color:linkshoverbg};
  166. }
  167.  
  168.  
  169. .desc {
  170. margin-top:7px;
  171. width:200px;
  172. margin-left:px;
  173. font-size:10px;
  174. letter-spacing:0px;
  175. text-align:justify;
  176. font-family:calibri;
  177. -moz-transition-duration:1s;
  178. -webkit-transition-duration:1s;
  179. -o-transition-duration:1s;
  180. }
  181.  
  182. .desc a {
  183. font-family:calibri;
  184. color:{color:link};
  185. }
  186.  
  187.  
  188.  
  189. #pagi {
  190. position:fixed;
  191. width:480px;
  192. text-align:center;
  193. margin-top:15px;
  194. margin-left:0px;
  195. color:#9a9a9a;
  196. font-family:'Trebuchet MS';
  197. font-size:9px;
  198. letter-spacing:4px;
  199. text-transform:uppercase;
  200. font-style:normal;
  201. z-index:100;
  202. background-color:#fafafa;
  203. bottom:0;
  204. padding:10px;
  205. border-top:1px
  206. solid #f2f2f2;
  207. }
  208.  
  209. #pagi a:hover {color:#fafafa;}
  210.  
  211.  
  212. #stuffcontainer {
  213. width: 500px;
  214. margin: 0px auto 0px;
  215. text-align:justify;
  216. margin-top:80px;
  217. padding-bottom:30px;
  218. }
  219.  
  220.  
  221. #stuff {
  222. width:500px;
  223. margin-top:65px;
  224. text-align:justify;
  225. font-size:11px;
  226. line-height:90%;
  227. letter-spacing:0x;
  228. color:{color:text};
  229. }
  230.  
  231. .caption {
  232. width:500px;
  233. text-align:justify;
  234. line-height:120%;
  235. }
  236.  
  237. .ask {
  238. padding:10px;
  239. border-radius:5px;
  240. text-align:left;
  241. color:{color:text};
  242. background-color:#fcfcfc;
  243. border:1px solid #fafafa;
  244. }
  245.  
  246. .asker {
  247. text-transform:uppercase;
  248. margin-left:0px;
  249. margin-top:3px;
  250. font-family: calibri;
  251. font-size:8px;
  252. color:{color:link};
  253.  
  254. }
  255.  
  256. .question {
  257. text-transform:uppercase;
  258. width:420px;
  259. font-family: calibri;
  260. text-align:left;
  261. font-size:10px;
  262. padding:10px;
  263. margin-left:40px;
  264. margin-top:-40px;
  265. background-color:#fff;
  266. color:{color:text};
  267. }
  268.  
  269. .answer {
  270. text-align:left;
  271. padding:10px;
  272. color:{color:text};
  273. }
  274.  
  275. .audio {
  276. width:500px;
  277. padding-bottom:10px;
  278. background-color:{color:infobg};
  279. }
  280.  
  281. .albumart {
  282. float:left;
  283. padding:0px 10px 10px 0px;
  284. }
  285.  
  286. .albumart img {
  287. width:45px;
  288. height:45px;
  289. }
  290.  
  291. .playercontainer {
  292. text-align:left;
  293. padding:10px;
  294. background-color:#ffffff;
  295. width:480px;
  296. }
  297.  
  298. .audioinfo {
  299. padding:10px;
  300. color:{color:text};
  301. }
  302.  
  303.  
  304. .note {
  305. text-transform:uppercase;
  306. font-style:normal;
  307. letter-spacing:0px;
  308. font-size: 9px;
  309. text-align:left;
  310. line-height:90%;
  311. margin-left:0px;
  312. }
  313.  
  314. .note li {
  315. list-style-type:none;
  316. border-bottom:1px solid {color:border};
  317. padding:10px 25px 10px 25px;
  318. text-align:left;
  319. margin:0px;
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. }
  324.  
  325. .tags {
  326. width:500px;
  327. font-family:calibri;
  328. color:{color:tags};
  329. margin-top:2px;
  330. font-size:8px;
  331. text-align:left;
  332. -moz-transition-duration:0.5s;
  333. -webkit-transition-duration:0.5s;
  334. -o-transition-duration:0.5s;
  335. }
  336.  
  337. .tags a {
  338. color:{color:tags};
  339. letter-spacing:1px;
  340. padding:1px;
  341. }
  342.  
  343. .tags a:hover {
  344. color:{color:link};
  345. }
  346.  
  347. ul.chat, .chat ol, .chat li {
  348. list-style:none;
  349. margin:0px;
  350. padding:2px;
  351. }
  352.  
  353. .label {
  354. text-decoration:underline;
  355. font-weight:700;
  356. background-color:{color:infobg};
  357. margin-right:5px;
  358. }
  359.  
  360. .notes {
  361. margin-top: 5px;
  362. padding:5px;
  363. font-family: calibri;
  364. font-size: 8px;
  365. text-transform:uppercase;
  366. color: #000000;
  367. background-color: #fafafa;
  368. border-top:solid 3px {color:infoborder};
  369. }
  370.  
  371.  
  372. .ac-container{
  373. width: 200px;
  374. margin: 10px auto 30px auto;
  375. }
  376.  
  377. .ac-container label{
  378. font-family:arial;
  379. text-align:center;
  380. padding: 10px 2px;
  381. position: relative;
  382. text-transform:uppercase;
  383. z-index: 0;
  384. display: block;
  385. height: 10px;
  386. cursor: pointer;
  387. color: #777;
  388. line-height: 3px;
  389. font-size: 8px;
  390. background-color: #fafafa;
  391.  
  392. }
  393.  
  394.  
  395. .ac-container label:hover{
  396. background: #f5f5f5;
  397. }
  398.  
  399. .ac-container input:checked + label,
  400. .ac-container input:checked + label:hover{
  401. background: #fafafa;
  402. color: #3d7489;
  403. }
  404.  
  405.  
  406. .ac-container label:hover:after,
  407. .ac-container input:checked + label:hover:after{
  408. content: '';
  409. width: 4px;
  410. height: 4px;
  411. right: 3px;
  412. top: 7px;
  413. background: transparent url(../images/arrow_down.png) no-repeat center center;
  414. }
  415.  
  416.  
  417. .ac-container input:checked + label:hover:after{
  418. }
  419.  
  420. .ac-container input{
  421. display: none;
  422. }
  423.  
  424. .ac-container article{
  425. margin-top: -1px;
  426. overflow: hidden;
  427. padding-bottom: 5px;
  428. height: 0px;
  429. position: relative;
  430. z-index: 10;
  431. transition:
  432. height 0.3s ease-in-out,
  433. box-shadow 0.6s linear;
  434.  
  435. }
  436. .ac-container input:checked ~ article{
  437. transition:
  438. height 0.5s ease-in-out,
  439. box-shadow 0.1s linear;
  440. }
  441.  
  442. .ac-container article p{
  443.  
  444.  
  445. font-family: 'Trebuchet MS';
  446. text-transform:uppercase;
  447. margin-top: 5px;
  448. color: #777;
  449. line-height: 20px;
  450. font-size: 10px;
  451. text-align:center;
  452. width:200px;
  453. margin-bottom: -2px;
  454. display:inline-block;
  455. background-color:{color:linksbg};
  456. }
  457.  
  458. .ac-container input:checked ~ article.ac-small{
  459. height: auto;
  460. }
  461. .ac-container input:checked ~ article.ac-medium{
  462. height: auto;
  463. }
  464. .ac-container input:checked ~ article.ac-large{
  465. height: auto;
  466. }
  467.  
  468.  
  469. #header {
  470. width: 100%;
  471. margin-left: -150px;
  472. margin-top: -10px;
  473. height: 300px;
  474. }
  475.  
  476. #header img {
  477. width:750px;
  478. height:300px;
  479. }
  480.  
  481.  
  482.  
  483. {CustomCSS}
  484.  
  485. </style></head>
  486.  
  487. <body>
  488. <div id="theme">
  489. <div id="header"><img src="{image:header}"/></div>
  490. <div id="sidebar">
  491. <img src="{image:sidebar}">
  492. <div class="desc">
  493. {Description}
  494. <section class="ac-container">
  495. <div>
  496.  
  497.  
  498. <input id="ac-1" name="accordion-1" type="checkbox" />
  499. <label for="ac-1">title1</label>
  500. <article class="ac-small">
  501. <p><a href="http://">+ link1</a></p>
  502. <p><a href="http://">+ link2</a></p>
  503. <p><a href="http://">+ link3</a></p>
  504. <p><a href="http://">+ link4</a></p>
  505. </article>
  506. </div>
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. <div>
  514. <input id="ac-2" name="accordion-2" type="checkbox" />
  515. <label for="ac-2">title2</label>
  516. <article class="ac-small">
  517. <p><a href="http://">+ link1</a></p>
  518. <p><a href="http://">+ link2</a></p>
  519. <p><a href="http://">+ link3</a></p>
  520. <p><a href="http://">+ link4</a></p>
  521. </article>
  522. </div>
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. <div>
  530. <input id="ac-3" name="accordion-3" type="checkbox" />
  531. <label for="ac-3">title3</label>
  532. <article class="ac-small">
  533. <p><a href="http://">+ link1</a></p>
  534. <p><a href="http://">+ link2</a></p>
  535. <p><a href="http://">+ link3</a></p>
  536. <p><a href="http://">+ link4</a></p>
  537. </article>
  538. </div>
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547. </section>
  548.  
  549. </div>
  550.  
  551. </div> </div> </div> </div>
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559. <div id="stuffcontainer">
  560.  
  561. {block:Posts}
  562.  
  563. <div id="stuff">
  564.  
  565. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  566.  
  567. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  568.  
  569. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  570. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  571.  
  572. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  573.  
  574. {block:Photoset}<center>{Photoset-500}</center>
  575. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  576.  
  577. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  578.  
  579. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  580.  
  581. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-30}" style=" padding:5px;background:#fffff;"/><div class="question">{Question}<div class="asker">{Asker}</div></div></div><div class="answer">{Answer}</div>{/block:answer}
  582.  
  583.  
  584. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  585. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  586. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  587. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  588. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  589.  
  590. <div class="notes">
  591.  
  592. {block:Date}
  593. <a href="{Permalink}">
  594. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}
  595. </a>
  596. {/block:Date}
  597.  
  598. {block:NoteCount}
  599. &nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  600. {/block:NoteCount}
  601.  
  602. {block:PermalinkPage}
  603. {block:ContentSource}
  604. &nbsp;<a title ="{SourceTitle}" href="{SourceURL}">(&copy;)</a>
  605. {/block:ContentSource}
  606. {/block:PermalinkPage}
  607.  
  608. <a href="{Permalink}"> </a>
  609. {block:NoteCount}<a href="{Permalink}"></a>{/block:NoteCount}
  610. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a></span>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a></span>{/block:ContentSource}
  611.  
  612. {block:HasTags}
  613. &nbsp;
  614. {block:Tags}
  615. <a href="{TagURL}">#{Tag}</a>
  616. &nbsp;
  617. {/block:Tags}
  618. {/block:HasTags}
  619.  
  620.  
  621. </div>
  622.  
  623.  
  624.  
  625.  
  626.  
  627. </div>
  628. {/block:Date}
  629.  
  630.  
  631. <div class="note">
  632. {block:PostNotes}{PostNotes}{/block:PostNotes}
  633. </div>
  634.  
  635. {/block:Posts}
  636.  
  637.  
  638.  
  639. <div id="pagi">
  640. {block:Pagination}
  641. {block:PreviousPage}
  642. <a href="{PreviousPage}">←</a>
  643. {/block:PreviousPage}
  644. {block:JumpPagination length="5"}
  645. {block:CurrentPage}
  646. <span class="current_page">{PageNumber}</span>
  647. {/block:CurrentPage}
  648. {block:JumpPage}
  649. <a class="jump_page" href="{URL}">{PageNumber}</a>
  650. {/block:JumpPage}
  651. {/block:JumpPagination}
  652. {block:NextPage}
  653. <a href="{NextPage}">→</a>
  654. {/block:NextPage}
  655. </div>
  656. {/block:Pagination}</div>
  657. </div>
  658.  
  659. </div>
  660. </div>
  661. <div style="position:fixed; bottom:6px; font-family:armata; font-size:10px; right:6px; padding:5px; background-color:#b8ddd2; ">
  662. <a href="http://kahniss.tumblr.com">©KT</a></div>
  663.  
  664. </div>
  665. </div>
  666. </div>
  667.  
  668. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement