Advertisement
furhrman

back to the start;

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