Advertisement
furhrman

traces;

Aug 26th, 2013
1,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.25 KB | None | 0 0
  1.  
  2.  
  3. <!--theme15 by kahniss
  4. DON'T remove credit
  5. Don'T use as your onw
  6. DON'T use as base code-->
  7.  
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14.  
  15. <head>
  16.  
  17.  
  18. <meta name="color:bg" content="#FFFFFF">
  19. <meta name="color:link" content="#8d8d8d">
  20. <meta name="color:hover" content="#454545">
  21. <meta name="color:text" content="#9A9A9A">
  22. <meta name="color:scrollbar" content="#D6D5D5">
  23. <meta name="color:title" content="#f0f0f0">
  24. <meta name="color:desc" content="#f0f0f0">
  25.  
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <meta name="text:link1" content="">
  29. <meta name="text:link1 url" content="/">
  30. <meta name="text:link2" content="">
  31. <meta name="text:link2 url" content="/">
  32. <meta name="text:link3" content="">
  33. <meta name="text:link3 url" content="/">
  34. <meta name="text:link4" content="">
  35. <meta name="text:link4 url" content="/">
  36. <meta name="text:link5" content="">
  37. <meta name="text:link5 url" content="/">
  38. <meta name="text:link6" content="">
  39. <meta name="text:link6 url" content="/">
  40. <meta name="text:link7" content="">
  41. <meta name="text:link7 url" content="/">
  42.  
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" /><link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. a {
  53. color:{color:link};
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60. a:hover {
  61. color:{color:hover};
  62. text-decoration:none;
  63. -moz-transition-duration:0.5s;
  64. -webkit-transition-duration:0.5s;
  65. -o-transition-duration:0.5s;
  66. }
  67.  
  68.  
  69. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  70. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  71. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  72.  
  73. body {
  74. background-color:{color:bg};
  75. font-family:calibri;
  76. font-weight:normal;
  77. }
  78.  
  79.  
  80.  
  81.  
  82. h1 {
  83. font-weight:normal;
  84. font-size:30px;
  85. text-align:center;
  86. font-style:normal;
  87. line-height:80%;
  88. letter-spacing:1px;
  89. color:{color:text};
  90. }
  91.  
  92. h2 {
  93. font-size:15px;
  94. text-align:center;
  95. line-height:100%;
  96. letter-spacing:-0.5px;
  97. color:{color:text};
  98. font-weight:normal;
  99. padding:5px;
  100. padding-bottom:2px;
  101. }
  102.  
  103.  
  104. blockquote {
  105. border-left:2px solid {color:text};
  106. padding-left:5px;
  107. margin:5px;
  108. }
  109.  
  110. #theme {
  111. background-color:{color:bg};
  112. width:700px;
  113. margin: 0 auto -12px auto;
  114. text-align: center;
  115. }
  116.  
  117. #sidebar {
  118. width: 100px;
  119. height: auto;
  120. position: fixed;
  121. margin-left: -60px;
  122. margin-top: 200px;
  123. overflow: hidden;
  124. padding: 10px;
  125. background-color: #f8f8f8;
  126. }
  127.  
  128. #sidebar img {
  129. width:100px;
  130. height:100px;
  131. margin-bottom:10px;
  132. }
  133.  
  134.  
  135.  
  136. .desc {
  137. width:100px;
  138. line-height: 10px;
  139. font-size:10px;
  140. padding-left:0px;
  141. letter-spacing:0px;
  142. text-align:left;
  143. font-family:"Inconsolata";
  144. color:{color:desc};
  145. }
  146.  
  147.  
  148. #pagi {
  149. position:fixed;
  150. width:480px;
  151. text-align:center;
  152. margin-top:15px;
  153. margin-left:0px;
  154. color:#9a9a9a;
  155. font-family:'Trebuchet MS';
  156. font-size:9px;
  157. letter-spacing:4px;
  158. text-transform:uppercase;
  159. font-style:normal;
  160. z-index:100;
  161. background-color:#fafafa;
  162. bottom:0;
  163. padding:10px;
  164. border-top:1px
  165. solid #f2f2f2;
  166. }
  167.  
  168. #pagi a:hover {color:#fafafa;}
  169.  
  170. #stuffcontainer {
  171. float:left;
  172. margin-left:100px;
  173. margin-top:55px;
  174. text-align:justify;
  175. background-color:{color:bg};
  176. color:{color:text};
  177. margin-bottom: 35px;
  178. }
  179.  
  180.  
  181. #stuff {
  182. width:500px;
  183. margin-top:55px;
  184. text-align:justify;
  185. font-size:11px;
  186. line-height:90%;
  187. letter-spacing:0x;
  188. color:{color:text};
  189. }
  190.  
  191. .caption {
  192. width:500px;
  193. text-align:justify;
  194. line-height:120%;
  195. }
  196.  
  197. .ask {
  198. padding:10px;
  199. border-radius:5px;
  200. text-align:left;
  201. color:{color:text};
  202. background-color:#fcfcfc;
  203. border:1px solid #fafafa;
  204. }
  205.  
  206. .asker {
  207. text-transform:uppercase;
  208. margin-left:0px;
  209. margin-top:3px;
  210. font-family: armata;
  211. font-size:7px;
  212. color:{color:links};
  213.  
  214. }
  215.  
  216. .question {
  217. text-transform:uppercase;
  218. width:420px;
  219. font-family: armata;
  220. text-align:left;
  221. font-size:9px;
  222. padding:10px;
  223. margin-left:40px;
  224. margin-top:-40px;
  225. background-color:#fff;
  226. color:{color:text};
  227. }
  228.  
  229. .answer {
  230. text-align:left;
  231. padding:10px;
  232. color:{color:text};
  233. }
  234.  
  235. .audio {
  236. width:500px;
  237. padding-bottom:10px;
  238. background-color:{color:infobg};
  239. }
  240.  
  241. .albumart {
  242. float:left;
  243. padding:0px 10px 10px 0px;
  244. }
  245.  
  246. .albumart img {
  247. width:45px;
  248. height:45px;
  249. }
  250.  
  251. .playercontainer {
  252. text-align:left;
  253. padding:10px;
  254. background-color:#ffffff;
  255. width:480px;
  256. }
  257.  
  258. .audioinfo {
  259. padding:10px;
  260. color:{color:text};
  261. }
  262.  
  263.  
  264. .note {
  265. text-transform:uppercase;
  266. font-style:normal;
  267. letter-spacing:0px;
  268. font-size: 9px;
  269. text-align:left;
  270. line-height:90%;
  271. margin-left:-40px;
  272. }
  273.  
  274. .note li {
  275. list-style-type:none;
  276. border-bottom:1px solid {color:border};
  277. padding:10px 25px 10px 25px;
  278. text-align:left;
  279. margin:0px;
  280. -moz-transition-duration:0.5s;
  281. -webkit-transition-duration:0.5s;
  282. -o-transition-duration:0.5s;
  283. }
  284.  
  285. .tags {
  286. padding-top:2px;
  287. line-height: 110%;
  288. font-family: "Inconsolata";
  289. font-size: 8px;
  290. text-transform: lowercase;
  291. letter-spacing: 0px;
  292. color:{color:tags};
  293. }
  294.  
  295. .tags a:hover {
  296. color:{color:links};
  297. }
  298.  
  299. ul.chat, .chat ol, .chat li {
  300. list-style:none;
  301. margin:0px;
  302. padding:2px;
  303. }
  304.  
  305. .label {
  306. text-decoration:underline;
  307. font-weight:70;
  308. background-color:{color:infobg};
  309. margin-right:5px;
  310. }
  311.  
  312. .notes {
  313. padding-top:5px;
  314. font-family: "Inconsolata";
  315. text-transform: uppercase;
  316. font-size: 8px;
  317. }
  318.  
  319. .nav {
  320. margin-top:5px;
  321. line-height: 110%;
  322. font-family:"Inconsolata";
  323. text-align:right;
  324. width:100px;
  325. font-size: 10px;
  326. padding-left:0px;
  327. }
  328.  
  329. .nav a:hover {
  330. line-height: 110%;
  331. font-family:"Inconsolata";
  332. text-align:right;
  333. background-color: #fff700;
  334. width:100px;
  335. font-size: 10px;
  336. text-decoration:underline;
  337. }
  338.  
  339.  
  340.  
  341.  
  342. {CustomCSS}
  343.  
  344. </style></head>
  345.  
  346. <body>
  347. <div id="theme">
  348. <div id="sidebar">
  349. <img src="{image:sidebar}">
  350. <div class="desc">
  351. {Description}
  352. </div>
  353. <div class="nav">
  354. {block:IfLink1}
  355. <a href="{text:link1 url}">{text:link1}</a>
  356. {/block:IfLink1}
  357. {block:IfLink2}
  358. <a href="{text:link2 url}">{text:link2}</a>
  359. {/block:IfLink2}
  360. {block:IfLink3}
  361. <a href="{text:link3 url}">{text:link3}</a>
  362. {/block:IfLink3}
  363. {block:IfLink4}
  364. <a href="{text:link4 url}">{text:link4}</a>
  365. {/block:IfLink4}
  366. {block:IfLink5}
  367. <a href="{text:link5 url}">{text:link5}</a>
  368. {/block:IfLink5}
  369. {block:IfLink6}
  370. <a href="{text:link6 url}">{text:link6}</a>
  371. {/block:IfLink6}
  372. {block:IfLink7}
  373. <a href="{text:link7 url}">{text:link7}</a>
  374. {/block:IfLink7}
  375. </div>
  376. </div>
  377.  
  378.  
  379. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  380. <link href='http://fonts.googleapis.com/css?family=Armata' rel='stylesheet' type='text/css'>
  381.  
  382. <div id="stuffcontainer">
  383.  
  384. {block:Posts}
  385.  
  386. <div id="stuff">
  387.  
  388. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  389.  
  390. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  391.  
  392. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  393. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  394.  
  395. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  396.  
  397. {block:Photoset}<center>{Photoset-500}</center>
  398. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  399.  
  400. {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}
  401.  
  402. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  403.  
  404. {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}
  405.  
  406.  
  407. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  408. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  409. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  410. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  411. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  412.  
  413.  
  414. <div class="notes">
  415.  
  416. {block:Date}
  417. {TimeAgo}
  418. {/block:Date}
  419. {block:NoteCount}{block:NoteCount}<a href="{Permalink}"> {block:NoteCount}(
  420. <font color=#c91313>♥</font> {NoteCount})</a>{/block:NoteCount}
  421. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a></span>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}"> © </a></span>{/block:ContentSource}{/block:ContentSource}
  422.  
  423.  
  424.  
  425.  
  426. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}; </a>{/block:Tags}
  427. </div>{/block:HasTags}
  428.  
  429. </div>
  430. {/block:Date}
  431.  
  432.  
  433. <div class="note">
  434. {block:PostNotes}{PostNotes}{/block:PostNotes}
  435. </div>
  436.  
  437. {/block:Posts}
  438.  
  439.  
  440. <div id="pagi">
  441. {block:Pagination}
  442. {block:PreviousPage}
  443. <a href="{PreviousPage}">←</a>
  444. {/block:PreviousPage}
  445. {block:JumpPagination length="5"}
  446. {block:CurrentPage}
  447. <span class="current_page">{PageNumber}</span>
  448. {/block:CurrentPage}
  449. {block:JumpPage}
  450. <a class="jump_page" href="{URL}">{PageNumber}</a>
  451. {/block:JumpPage}
  452. {/block:JumpPagination}
  453. {block:NextPage}
  454. <a href="{NextPage}">→</a>
  455. {/block:NextPage}
  456. </div>
  457. {/block:Pagination}</div>
  458.  
  459.  
  460. </div>
  461.  
  462. <div style="position:fixed; bottom:6px; font-family:armata; font-size:10px; right:6px; padding:5px; background-color:#b8ddd2; ">
  463. <a href="http://kahniss.tumblr.com">©KT</a></div>
  464.  
  465. </div>
  466. </div>
  467. </div>
  468.  
  469. </body>
  470.  
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement