Advertisement
furhrman

never let me go;

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