Advertisement
furhrman

ghost of you;

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