Advertisement
furhrman

hear me;

Aug 14th, 2013
4,364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 KB | None | 0 0
  1.  
  2. <!--theme13 by kahniss
  3. DON'T remove credit
  4. Don'T use as your onw
  5. DON'T use as base code-->
  6.  
  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:link" content="#706f6f">
  19. <meta name="color:text" content="#adadad">
  20. <meta name="color:scrollbar" content="#cfcfcf">
  21. <meta name="color:desc" content="#8a8888">
  22. <meta name="color:headerbg" content="#f1f0e8">
  23. <meta name="color:linksbg" content="#fafafa">
  24. <meta name="color:linkshoverbg" content="#dadada">
  25. <meta name="color:descbg" content="#fafafa">
  26.  
  27. <meta name="image:header" content=""/>
  28.  
  29. <meta name="text:link1" content="">
  30. <meta name="text:link1 url" content="/">
  31. <meta name="text:link2" content="">
  32. <meta name="text:link2 url" content="/">
  33. <meta name="text:link3" content="">
  34. <meta name="text:link3 url" content="/">
  35. <meta name="text:link4" content="">
  36. <meta name="text:link4 url" content="/">
  37. <meta name="text:link5" content="">
  38. <meta name="text:link5 url" content="/">
  39. <meta name="text:link6" content="">
  40. <meta name="text:link6 url" content="/">
  41.  
  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}" />
  48.  
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar { height:4px; width:4px; background-color:{color:background}; }
  52. ::-webkit-scrollbar-thumb {background-color:{color:text};}
  53. ::-webkit-scrollbar-track {background-color:{color:background};}
  54.  
  55. a {
  56. color:{color:link};
  57. text-decoration:none;
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.  
  63. a:hover {
  64. color:{color:hover};
  65. text-decoration:none;
  66. -moz-transition-duration:0.5s;
  67. -webkit-transition-duration:0.5s;
  68. -o-transition-duration:0.5s;
  69. }
  70.  
  71.  
  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:10px;
  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.  
  118.  
  119. #desc {
  120. margin-top:-13px;
  121. margin-left:240px;
  122. width:200px;
  123. height: 70px;
  124. font-size:9px;
  125. padding-top:20px;
  126. padding-bottom:20px;
  127. padding-left:30px;
  128. padding-right:30px;
  129. letter-spacing:1px;
  130. text-align:justify;
  131. background-color:{color:descbg};
  132. font-family:calibri;
  133. color:{color:desc};
  134. word-wrap: break-word;
  135. }
  136.  
  137.  
  138. #pagi {
  139. position:fixed;
  140. width:480px;
  141. text-align:center;
  142. margin-top:15px;
  143. margin-left:0px;
  144. color:#9a9a9a;
  145. font-family:'Trebuchet MS';
  146. font-size:9px;
  147. letter-spacing:4px;
  148. text-transform:uppercase;
  149. font-style:normal;
  150. z-index:100;
  151. background-color:#fafafa;
  152. bottom:0;
  153. padding:10px;
  154. border-top:1px
  155. solid #f2f2f2;
  156. }
  157.  
  158. #pagi a:hover {color:#fafafa;}
  159.  
  160. #stuffcontainer {
  161. width: 500px;
  162. margin: 0px auto 0px;
  163. text-align:justify;
  164. margin-top:0px;
  165. padding-bottom:30px;
  166. }
  167.  
  168.  
  169. #stuff {
  170. width:500px;
  171. margin-top:35px;
  172. text-align:justify;
  173. font-size:11px;
  174. line-height:90%;
  175. letter-spacing:0x;
  176. color:{color:text};
  177. }
  178.  
  179. .caption {
  180. width:500px;
  181. text-align:justify;
  182. line-height:120%;
  183. }
  184.  
  185. .ask {
  186. padding:10px;
  187. border-radius:5px;
  188. text-align:left;
  189. color:{color:text};
  190. background-color:#fcfcfc;
  191. border:1px solid #fafafa;
  192. }
  193.  
  194. .asker {
  195. text-transform:uppercase;
  196. margin-left:0px;
  197. margin-top:3px;
  198. font-family: armata;
  199. font-size:7px;
  200. color:{color:links};
  201.  
  202. }
  203.  
  204. .question {
  205. text-transform:uppercase;
  206. width:420px;
  207. font-family: armata;
  208. text-align:left;
  209. font-size:9px;
  210. padding:10px;
  211. margin-left:40px;
  212. margin-top:-40px;
  213. background-color:#fff;
  214. color:{color:text};
  215. }
  216.  
  217. .answer {
  218. text-align:left;
  219. padding:10px;
  220. color:{color:text};
  221. }
  222.  
  223. .audio {
  224. width:500px;
  225. padding-bottom:10px;
  226. background-color:{color:infobg};
  227. }
  228.  
  229. .albumart {
  230. float:left;
  231. padding:0px 10px 10px 0px;
  232. }
  233.  
  234. .albumart img {
  235. width:45px;
  236. height:45px;
  237. }
  238.  
  239. .playercontainer {
  240. text-align:left;
  241. padding:10px;
  242. background-color:#ffffff;
  243. width:480px;
  244. }
  245.  
  246. .audioinfo {
  247. padding:10px;
  248. color:{color:text};
  249. }
  250.  
  251.  
  252. .note {
  253. text-transform:uppercase;
  254. font-style:normal;
  255. letter-spacing:0px;
  256. font-size: 9px;
  257. text-align:left;
  258. line-height:90%;
  259. margin-left:-40px;
  260. }
  261.  
  262. .note li {
  263. list-style-type:none;
  264. border-bottom:1px solid {color:border};
  265. padding:10px 25px 10px 25px;
  266. text-align:left;
  267. margin:0px;
  268. -moz-transition-duration:0.5s;
  269. -webkit-transition-duration:0.5s;
  270. -o-transition-duration:0.5s;
  271. }
  272.  
  273. .tags {
  274. padding-top:2px;
  275. line-height: 110%;
  276. font-family: cambria;
  277. font-size: 8px;
  278. font-style: italic;
  279. text-transform: lowercase;
  280. letter-spacing: 1px;
  281. color:{color:tags};
  282. }
  283.  
  284. .tags a:hover {
  285. color:{color:links};
  286. }
  287.  
  288. ul.chat, .chat ol, .chat li {
  289. list-style:none;
  290. margin:0px;
  291. padding:2px;
  292. }
  293.  
  294. .label {
  295. text-decoration:underline;
  296. font-weight:700;
  297. background-color:{color:infobg};
  298. margin-right:5px;
  299. }
  300.  
  301. .notes {
  302. padding-top:5px;
  303. font-family: cambria;
  304. text-transform: uppercase;
  305. font-size: 8px;
  306. }
  307.  
  308. #links {
  309. margin-top:-10px;
  310. width:230px;
  311. height:13px;
  312. font-size:7px;
  313. text-transform:uppercase;
  314. text-align:center;
  315. letter-spacing:80px;
  316. font-family:'trebuchet ms';
  317. letter-spacing:1px;
  318. }
  319.  
  320. #links a{
  321. width:100px;
  322. margin-bottom:6px;
  323. display:inline-block;
  324. background-color:{color:linksbg};
  325. padding:6px;
  326. line-height:280%;
  327. text-align:center;
  328. }
  329.  
  330.  
  331. #links a:hover{
  332. background-color:{color:linkshoverbg};
  333. }
  334.  
  335.  
  336. #header {
  337. position: fixed;
  338. width: 100%;
  339. left: 0px;
  340. top: 0px;
  341. height: 200px;
  342. z-index: -200;
  343. background-color:{color:headerbg};
  344. }
  345.  
  346. #header img {
  347. width:auto;
  348. height:200px;
  349. }
  350.  
  351. #postsbg {
  352. left: 0px;
  353. height: auto;
  354. top: 200px;
  355. width: 100%;
  356. position: absolute;
  357. text-align: center;
  358. background-color: #ffffff;
  359. word-wrap: break-word;
  360. }
  361.  
  362. #navi {
  363. margin: 0px auto;
  364. width: 500px;
  365. padding: 35px 0px;
  366. }
  367.  
  368.  
  369.  
  370.  
  371.  
  372. {CustomCSS}
  373.  
  374. </style></head>
  375.  
  376. <body>
  377.  
  378.  
  379. <div id="theme">
  380. <div id="header"><img src="{image:header}"/></div>
  381. <div id="postsbg">
  382. <div id="navi">
  383. <div id="links">
  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. {block:IfLink4}
  394. <a href="{text:link4 url}">{text:link4}</a>
  395. {/block:IfLink4}
  396. {block:IfLink5}
  397. <a href="{text:link5 url}">{text:link5}</a>
  398. {/block:IfLink5}
  399. {block:IfLink6}
  400. <a href="{text:link6 url}">{text:link6}</a>
  401. {/block:IfLink6}
  402. </div>
  403. <div id="desc">
  404. <div style="height:70px; width:200px; overflow: auto; padding-right:2px; ">{Description} </div>
  405.  
  406. </div>
  407. </div>
  408.  
  409.  
  410. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  411. <link href='http://fonts.googleapis.com/css?family=Armata' rel='stylesheet' type='text/css'>
  412.  
  413. <div id="stuffcontainer">
  414.  
  415. {block:Posts}
  416.  
  417. <div id="stuff">
  418.  
  419. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  420.  
  421. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  422.  
  423. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  424. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  425.  
  426. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  427.  
  428. {block:Photoset}<center>{Photoset-500}</center>
  429. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  430.  
  431. {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}
  432.  
  433. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  434.  
  435. {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}
  436.  
  437.  
  438. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  439. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  440. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  441. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  442. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  443.  
  444.  
  445. <div class="notes">
  446.  
  447. {block:Date}
  448. {TimeAgo}
  449. {/block:Date}
  450. {block:NoteCount}{block:NoteCount}<a href="{Permalink}"> {block:NoteCount}(
  451. <font color=#c91313>♥</font> {NoteCount})</a>{/block:NoteCount}
  452. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a></span>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}"> © </a></span>{/block:ContentSource}{/block:ContentSource}
  453.  
  454.  
  455.  
  456.  
  457. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}; </a>{/block:Tags}
  458. </div>{/block:HasTags}
  459.  
  460. </div>
  461. {/block:Date}
  462.  
  463.  
  464. <div class="note">
  465. {block:PostNotes}{PostNotes}{/block:PostNotes}
  466. </div>
  467.  
  468. {/block:Posts}
  469.  
  470.  
  471. <div id="pagi">
  472. {block:Pagination}
  473. {block:PreviousPage}
  474. <a href="{PreviousPage}">←</a>
  475. {/block:PreviousPage}
  476. {block:JumpPagination length="5"}
  477. {block:CurrentPage}
  478. <span class="current_page">{PageNumber}</span>
  479. {/block:CurrentPage}
  480. {block:JumpPage}
  481. <a class="jump_page" href="{URL}">{PageNumber}</a>
  482. {/block:JumpPage}
  483. {/block:JumpPagination}
  484. {block:NextPage}
  485. <a href="{NextPage}">→</a>
  486. {/block:NextPage}
  487. </div>
  488. {/block:Pagination}</div>
  489.  
  490. </div>
  491. <div style="position:fixed; bottom:6px; font-family:armata; font-size:10px; right:6px; padding:5px; background-color:#b8ddd2; ">
  492. <a href="http://kahniss.tumblr.com">©KT</a></div>
  493.  
  494. </div>
  495.  
  496.  
  497. </div>
  498. </div>
  499. </div>
  500.  
  501. </body>
  502.  
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement