furhrman

bad blood;

Jul 14th, 2013
5,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 KB | None | 0 0
  1.  
  2. <!--theme8 by furhrman
  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 GETNAKEDMILEY -->
  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. <meta name="text:link4" content="">
  35. <meta name="text:link4 url" content="/">
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45. a {
  46. color:{color:link};
  47. text-decoration:none;
  48. -moz-transition-duration:0.5s;
  49. -webkit-transition-duration:0.5s;
  50. -o-transition-duration:0.5s;
  51. }
  52.  
  53. a:hover {
  54. color:{color:hover};
  55. text-decoration:none;
  56. -moz-transition-duration:0.5s;
  57. -webkit-transition-duration:0.5s;
  58. -o-transition-duration:0.5s;
  59. }
  60.  
  61.  
  62. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  63. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  64. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  65.  
  66. body {
  67. background-color:{color:bg};
  68. font-family:Calibri;
  69. font-weight:normal;
  70. }
  71.  
  72.  
  73.  
  74.  
  75. h1 {
  76. font-weight:normal;
  77. font-size:10px;
  78. text-align:center;
  79. font-style:normal;
  80. line-height:80%;
  81. letter-spacing:1px;
  82. text-transform:uppercase;
  83. color:{color:text};
  84. }
  85.  
  86. h2 {
  87. font-size:15px;
  88. text-align:center;
  89. line-height:100%;
  90. letter-spacing:-0.5px;
  91. color:{color:text};
  92. font-weight:normal;
  93. padding:5px;
  94. padding-bottom:2px;
  95. }
  96.  
  97.  
  98. blockquote {
  99. border-left:2px solid {color:text};
  100. padding-left:5px;
  101. margin:5px;
  102. }
  103.  
  104. #theme {
  105. background-color:{color:bg};
  106. width:700px;
  107. margin: 0 auto -12px auto;
  108. text-align: center;
  109. }
  110.  
  111. #sidebar {
  112. color:{color:text};
  113. position:fixed;
  114. width:245px;
  115. height:auto;
  116. margin-top:180px;
  117. margin-left:-100px;
  118. text-align:left;
  119. }
  120.  
  121. #sidebar img {
  122. width:245px;
  123. height:150px;
  124. margin-bottom:px;
  125. }
  126.  
  127.  
  128. .links {
  129. height:13px;
  130. margin-bottom:5px;
  131. padding:7px;
  132. font-size:8.4px;
  133. text-transform:uppercase;
  134. text-align:center;
  135. letter-spacing:0px;
  136. background-color:#f8f7f7;
  137. line-height:170%;
  138. }
  139.  
  140. .links a{
  141. padding:3px;
  142. color:{color:link};
  143. letter-spacing:0px;
  144. text-decoration:none;
  145. -moz-transition-duration:1s;
  146. -webkit-transition-duration:1s;
  147. -o-transition-duration:1s;
  148. }
  149.  
  150. .links a:hover{
  151. color:{color:hover};
  152. -moz-transition-duration:1s;
  153. -webkit-transition-duration:1s;
  154. -o-transition-duration:1s;
  155. }
  156.  
  157. .desc {
  158. width:215px;
  159. padding-left:10px;
  160. padding-right:8px;
  161. font-size:7px;
  162. text-transform:uppercase;
  163. letter-spacing:1px;
  164. text-align:justify;
  165. font-family:trebuchet ms;
  166. margin-top:10px;
  167.  
  168. }
  169.  
  170. .desc a {
  171. color:{color:link};
  172. }
  173.  
  174. .pagi {
  175. font-size:8px;
  176. text-transform:uppercase;
  177. letter-spacing:3px;
  178. font-style:normal;
  179. text-align:center;
  180. }
  181.  
  182. .pagi a {
  183. color:{color:link};
  184. }
  185.  
  186. #stuffcontainer {
  187. float:left;
  188. margin-left:200px;
  189. margin-top:75px;
  190. text-align:justify;
  191. background-color:{color:bg};
  192. color:{color:text};
  193. margin-bottom: 35px;
  194. }
  195.  
  196.  
  197. #stuff {
  198. width:500px;
  199. margin-top:75px;
  200. text-align:justify;
  201. font-size:11px;
  202. line-height:90%;
  203. letter-spacing:0x;
  204. color:{color:text};
  205. }
  206.  
  207. .caption {
  208. width:500px;
  209. text-align:justify;
  210. line-height:120%;
  211. }
  212.  
  213. .ask {
  214. padding:10px;
  215. text-align:left;
  216. color:{color:text};
  217. background-color:{color:infobg};
  218. border-bottom:1px solid {color:border};
  219. border-right:1px solid {color:border};
  220. }
  221.  
  222. .ans {
  223. text-align:left;
  224. padding:10px;
  225. color:{color:text};
  226. }
  227.  
  228. .audio {
  229. width:500px;
  230. padding-bottom:10px;
  231. background-color:{color:infobg};
  232. }
  233.  
  234. .albumart {
  235. float:left;
  236. padding:0px 10px 10px 0px;
  237. }
  238.  
  239. .albumart img {
  240. width:45px;
  241. height:45px;
  242. }
  243.  
  244. .playercontainer {
  245. text-align:left;
  246. padding:10px;
  247. background-color:#ffffff;
  248. width:480px;
  249. }
  250.  
  251. .audioinfo {
  252. padding:10px;
  253. color:{color:text};
  254. }
  255.  
  256. #info {
  257. font-family:'Trebuchet MS';
  258. padding:2px;
  259. border-top:1px solid #f8f8f8;
  260. font-size:7px;
  261. text-transform:uppercase;
  262. text-align:left;
  263. color:{color:links}
  264. }
  265.  
  266. #info a {
  267. text-align:center;
  268. letter-spacing:1px;
  269. color:{color:links}
  270. }
  271.  
  272.  
  273. #tags {
  274. font-family:'Trebuchet MS';
  275. font-size:7px;
  276. text-transform:uppercase;
  277. line-height:8px;
  278. margin-left:-1px;
  279. margin-top:-5px;
  280. letter-spacing:1px;
  281. text-align:left;
  282. padding:3px;
  283. }
  284.  
  285.  
  286.  
  287. ul.chat, .chat ol, .chat li {
  288. list-style:none;
  289. margin:0px;
  290. padding:2px;
  291. }
  292.  
  293. .label {
  294. text-decoration:underline;
  295. font-weight:700;
  296. background-color:{color:infobg};
  297. margin-right:5px;
  298. }
  299.  
  300.  
  301. {CustomCSS}
  302.  
  303. </style></head>
  304.  
  305. <body>
  306. <div id="theme">
  307. <div id="sidebar">
  308. <img src="{image:sidebar}">
  309. <div class="links">
  310. <a href="/">index</a>
  311. <a href="/ask">message</a>
  312. {block:IfLink1}
  313. <a href="{text:link1 url}">{text:link1}</a>
  314. {/block:IfLink1}
  315. {block:IfLink2}
  316. <a href="{text:link2 url}">{text:link2}</a>
  317. {/block:IfLink2}
  318. {block:IfLink3}
  319. <a href="{text:link3 url}">{text:link3}</a>
  320. {/block:IfLink3}
  321. {block:IfLink4}
  322. <a href="{text:link4 url}">{text:link4}</a>
  323. {/block:IfLink4}
  324. </div>
  325. <div class="desc">
  326. {Description}
  327. </div>
  328. {block:Pagination}
  329. <div class="pagi">
  330. {block:PreviousPage}
  331. <a href="{PreviousPage}">←</a>
  332. {/block:PreviousPage}
  333. {block:NextPage}
  334. <a href="{NextPage}">→</a>
  335. {/block:NextPage}
  336. </div>
  337. {/block:Pagination}
  338. </div>
  339.  
  340. <div id="stuffcontainer">
  341.  
  342. {block:Posts}
  343.  
  344. <div id="stuff">
  345.  
  346. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  347. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  348.  
  349.  
  350. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  351. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  352.  
  353. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  354.  
  355. {block:Photoset}<center>{Photoset-500}</center>
  356. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  357.  
  358. {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}
  359.  
  360. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  361.  
  362. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  363.  
  364. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  365. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  366. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  367. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  368. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  369. <br>
  370.  
  371. <div id="info">
  372. {block:Date}<a href="{ReblogURL}" target="_blank" class="details">Reblog</a> / <a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom}<span style="float:right; padding:2px; left:2px;"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}" title="via"></a>&nbsp;<a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}" title="source"></a></span>{/block:RebloggedFrom}{block:NoteCount}&nbsp;<a href="{Permalink}">({NoteCountWithLabel})</a>{/block:NoteCount}</div>{/block:Date} <div id="tags">{block:HasTags}<b><img src="http://static.tumblr.com/svlsesh/4Vcmnbc91/untitled-2.png" /</b> {block:Tags}
  373. #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Tags}</div>
  374.  
  375. <div class="note">
  376. {block:PostNotes}{PostNotes}{/block:PostNotes}<a href="{SourceURL}">{SourceLink}</a>
  377. {/block:ContentSource}
  378. </div>
  379.  
  380.  
  381.  
  382. </div>
  383. {/block:Posts}
  384.  
  385. <div style="position:fixed; font-size:10px; color:{color:text}; bottom:3px; font-family:1 arial; right:5px;">
  386. <a href="http://kahniss.tumblr.com">THEME</a></div>
  387.  
  388.  
  389.  
  390. </div>
  391.  
  392.  
  393. </div>
  394. </div>
  395. </div>
  396. </body>
  397. </html>
Add Comment
Please, Sign In to add comment