Advertisement
furhrman

born to die;

May 25th, 2013
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.67 KB | None | 0 0
  1.  
  2. <!--theme5 by kahniss
  3. DON'T remove credit
  4. Don'T use as your onw
  5. DON'T use as base code-->
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <!-- base code by cloudplays -->
  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="#bebdbd">
  19. <meta name="color:hover" content="#646464">
  20. <meta name="color:infobg" content="#FCFCFC">
  21. <meta name="color:text" content="#9A9A9A">
  22. <meta name="color:tags" content="#b4b4b4">
  23. <meta name="color:scrollbar" content="#D6D5D5">
  24. <meta name="color:border" content="#e9e9e9">
  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:times;
  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:180px;
  113. height:auto;
  114. margin-top:180px;
  115. text-align:left;
  116. }
  117.  
  118. #sidebar img {
  119. width:180px;
  120. height:110px;
  121. margin-bottom:4px;
  122. }
  123.  
  124.  
  125. .links {
  126. padding-top:6px;
  127. font-size:7px;
  128. font-family: arial;
  129. text-transform:uppercase;
  130. text-align:center;
  131. letter-spacing:1px;
  132. line-height:170%;
  133. }
  134.  
  135. .links a{
  136. padding:auto;
  137. color:{color:link};
  138. text-decoration:none;
  139. -moz-transition-duration:1s;
  140. -webkit-transition-duration:1s;
  141. -o-transition-duration:1s;
  142. }
  143.  
  144. .links a:hover{
  145. color:{color:hover};
  146. -moz-transition-duration:1s;
  147. -webkit-transition-duration:1s;
  148. -o-transition-duration:1s;
  149. }
  150.  
  151. .desc {
  152. padding-bottom:3px;
  153. text-align:center;
  154. font-family: arial;
  155. text-transform:uppercase;
  156. font-size:7px;
  157. color:{color:text};
  158. margin-top:5px;
  159. letter-spacing:0px;
  160. line-height:90%;
  161. border-bottom: double {color:border};
  162.  
  163. }
  164.  
  165. .desc a {
  166. color:{color:link};
  167. }
  168.  
  169. .pagi {
  170. font-size:8px;
  171. text-transform:uppercase;
  172. letter-spacing:3px;
  173. font-style:normal;
  174. text-align:center;
  175. }
  176.  
  177. .pagi a {
  178. color:{color:link};
  179. }
  180.  
  181. #stuffcontainer {
  182. float:left;
  183. margin-left:270px;
  184. margin-top:15px;
  185. text-align:justify;
  186. background-color:{color:bg};
  187. color:{color:text};
  188. margin-bottom: 35px;
  189. }
  190.  
  191.  
  192. #stuff {
  193. width:500px;
  194. margin-top:35px;
  195. text-align:justify;
  196. font-size:11px;
  197. line-height:90%;
  198. letter-spacing:0x;
  199. color:{color:text};
  200. }
  201.  
  202. .caption {
  203. width:500px;
  204. text-align:justify;
  205. line-height:120%;
  206. }
  207.  
  208. #asker {
  209. float:left;
  210. margin-right:5px;
  211. }
  212.  
  213. .question{
  214. background-color:#fcfcfc;
  215. text-transform:none;
  216. font-style:italic;
  217. letter-spacing:3px;
  218. padding:6px;
  219. }
  220.  
  221. #audio {
  222. margin-bottom:5px;
  223. width:400px;
  224. height:justify;
  225. }
  226.  
  227. .cover {
  228. width:78px;
  229. height:78px;
  230. position:absolute;
  231. }
  232.  
  233. .cover img {
  234. width:73px;
  235. height:73px;
  236. float:left;
  237. }
  238.  
  239. .player {
  240. opacity: 0.05;
  241. position:absolute;
  242. z-index:1;
  243. background:#fff
  244. ;width:90px;
  245. height:90px;
  246. display:block;
  247. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  248. }
  249. .player:hover{
  250. opacity:0.5;
  251. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  252. }
  253.  
  254. .player2 {
  255. width:25px;
  256. height:25px;
  257. margin-top:20px;
  258. margin-left:20px;
  259. overflow:hidden;
  260. padding:3px;
  261. }
  262.  
  263. .track {
  264. text-transform:lowercase;
  265. margin-left:80px;
  266. line-height:15px;
  267. padding-top:0px;
  268. }
  269.  
  270. #info {font-family:Didact Gothic; letter-spacing: 0px; width: 490px; margin-top:3px; margin-bottom:0px; padding-top:5px; padding:3px; text-transform:lowercase; font-style:none; font-size:8px; line-height:80%; border-top: 1px solid {color:border}; border-right: double {color:border};text-align: right;}
  271.  
  272.  
  273.  
  274.  
  275.  
  276. #info a {color:{color:link};text-align:right;letter-spacing:0px;}
  277.  
  278. #info a:hover {color:{color:hover};}
  279.  
  280. .note li {
  281. list-style-type:lower-roman;
  282. border-bottom:0px solid {color:border};
  283. padding:5px 15px 5px 15px;
  284. text-align:left;
  285. margin:0px;
  286. line-height: 80%;
  287. background-color:{color:bg};
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293. .note li:hover {
  294. background-color:{color:infobg};
  295. -moz-transition-duration:0.5s;
  296. -webkit-transition-duration:0.5s;
  297. -o-transition-duration:0.5s;
  298. }
  299.  
  300. .note img {
  301. display:none;
  302. }
  303.  
  304.  
  305.  
  306. .tags {
  307. font-style:normal;
  308. width:492px;
  309. margin-top: -1px;
  310. font-family: Didact Gothic;
  311. text-transform:uppercase;
  312. color:{color:tags};
  313. letter-spacing:2px;
  314. line-height:100%;
  315. font-size:6.5px;
  316. text-align:right;
  317. padding:2px;
  318. border-right: double {color:border};
  319. -moz-transition-duration:0.5s;
  320. -webkit-transition-duration:0.5s;
  321. -o-transition-duration:0.5s;
  322. }
  323.  
  324. .tags a {
  325. color:{color:tags};
  326. letter-spacing:1px;
  327. padding:1px;
  328. }
  329.  
  330. .tags a:hover {
  331. color:{color:hover};
  332. }
  333.  
  334. ul.chat, .chat ol, .chat li {
  335. list-style:none;
  336. margin:0px;
  337. padding:2px;
  338. }
  339.  
  340. .label {
  341. text-decoration:underline;
  342. font-weight:700;
  343. background-color:{color:infobg};
  344. margin-right:5px;
  345. }
  346.  
  347. #cred {
  348. position:fixed;
  349. font-size:8px;
  350. font-family: gothic;
  351. font-weight:normal;
  352. line-height:150%;
  353. letter-spacing:2px;
  354. right:10px;
  355. bottom:10px;
  356. text-transform:uppercase;
  357. text-align:center;
  358. }
  359.  
  360. #credit {
  361. position:fixed;
  362. right:0px;
  363. bottom:0px;
  364. padding:4px;
  365. text-transform:uppercase;
  366. letter-spacing:2px;
  367. font-size:9px;
  368. font-family: gothic;
  369. margin-bottom:3px;
  370. margin-right:3px;
  371. border:1px solid;
  372. border-color:#bbb;
  373. background: #fff;
  374.  
  375. }
  376.  
  377. {CustomCSS}
  378.  
  379. </style></head>
  380.  
  381. <body>
  382. <div id="theme">
  383. <div id="sidebar">
  384. <img src="{image:sidebar}">
  385. <div class="desc">
  386. {Description}
  387. </div>
  388. <div class="links">
  389. <a href="/">home</a>
  390. <a href="/ask">inbox</a>
  391. {block:IfLink1}
  392. <a href="{text:link1 url}">{text:link1}</a>
  393. {/block:IfLink1}
  394. {block:IfLink2}
  395. <a href="{text:link2 url}">{text:link2}</a>
  396. {/block:IfLink2}
  397. {block:IfLink3}
  398. <a href="{text:link3 url}">{text:link3}</a>
  399. {/block:IfLink3}
  400. </div>
  401. {block:Pagination}
  402. <div class="pagi">
  403. {block:PreviousPage}
  404. <a href="{PreviousPage}">←</a>
  405. {/block:PreviousPage}
  406. {block:NextPage}
  407. <a href="{NextPage}">→</a>
  408. {/block:NextPage}
  409. </div>
  410. {/block:Pagination}
  411. </div>
  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-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  434.  
  435. {block:Answer}<b><div class="ask">{Asker}</b> whispered: <i>{Question}</div></i><div class="ans">{Answer}</div>{/block:answer}
  436.  
  437. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  438. <div class="player">
  439. <div class="player2">
  440. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  441. {/block:Audio}
  442.  
  443.  
  444.  
  445. <div id="info">
  446. {block:Date} <a href="{Permalink}">{TimeAgo}</a> / <a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:Date} <div style="float:right;">{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>
  447. {/block:ContentSource}</div></div>
  448. {block:HasTags}
  449. <div class="tags">
  450. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  451. {/block:HasTags}
  452. <div class="note">
  453. {block:PostNotes}{PostNotes}{/block:PostNotes}
  454. </div>
  455. </div>
  456. {/block:Posts}
  457. </div>
  458. </div>
  459. </div>
  460.  
  461. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  462.  
  463. <div style="position:fixed; color:{color:font}; bottom:3px; font-family: arial; font-size:9px; right:5px;">
  464. <a href="http://kahniss.tumblr.com">THEME</a></div>
  465.  
  466. </div>
  467. </div>
  468. </div>
  469. </body>
  470. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement