furhrman

love me again;

Jul 16th, 2013
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 KB | None | 0 0
  1.  
  2. <!--theme9 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 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:80px;
  117. margin-left:-200px;
  118. text-align:left;
  119. }
  120.  
  121.  
  122. .links {
  123. width:160px;
  124. height:13px;
  125. padding-top:10px;
  126. margin-bottom:5px;
  127. font-size:7px;
  128. text-transform:uppercase;
  129. text-align:center;
  130. letter-spacing:80px;
  131. line-height:170%;
  132. position:fixed;
  133. font-family:'trebuchet ms';
  134. letter-spacing:1px;
  135. }
  136.  
  137. .links a{
  138. width:60px;
  139. margin-bottom:6px;
  140. display:inline-block;
  141. border-bottom:solid 1px {color:border};
  142. padding:3px;
  143. text-align:center;
  144. opacity:0.95;
  145.  
  146. transition-duration: 0.9s;
  147. -moz-transition-duration: 0.9s;
  148. -webkit-transition-duration: 0.9s;
  149. -o-transition-duration: 0.9s;
  150. }
  151.  
  152.  
  153.  
  154. .links a:hover{
  155. transition-duration: 0.9s;
  156. -moz-transition-duration: 0.9s;
  157. -webkit-transition-duration: 0.9s;
  158. -o-transition-duration: 0.9s;
  159. }
  160.  
  161. .desc {
  162. width:110px;
  163. font-size:7px;
  164. padding-top:30px;
  165. padding-bottom:30px;
  166. padding-left:30px;
  167. padding-right:30px;
  168. text-transform:uppercase;
  169. letter-spacing:1px;
  170. text-align:justify;
  171. background-color:#f8f7f7;
  172. font-family:trebuchet ms;
  173. margin-top:150px;
  174.  
  175. }
  176.  
  177. .desc a {
  178. color:{color:link};
  179. }
  180.  
  181. #pagi {
  182. position:fixed;
  183. width:480px;
  184. text-align:center;
  185. margin-top:15px;
  186. margin-left:0px;
  187. color:#9a9a9a;
  188. font-family:'Trebuchet MS';
  189. font-size:9px;
  190. letter-spacing:4px;
  191. text-transform:uppercase;
  192. font-style:normal;
  193. z-index:100;
  194. background-color:#fafafa;
  195. bottom:0;
  196. padding:10px;
  197. border-top:1px
  198. solid #f2f2f2;
  199. }
  200.  
  201. #pagi a:hover {color:#fafafa;}
  202.  
  203. #stuffcontainer {
  204. float:left;
  205. margin-left:200px;
  206. margin-top:15px;
  207. text-align:justify;
  208. background-color:{color:bg};
  209. color:{color:text};
  210. margin-bottom: 35px;
  211. }
  212.  
  213. #stuffcontainer {
  214. float:left;
  215. margin-left:0px;
  216. margin-top:45px;
  217. text-align:justify;
  218. background-color:{color:bg};
  219. color:{color:text};
  220. margin-bottom: 35px;
  221. }
  222.  
  223.  
  224. #stuff {
  225. width:500px;
  226. margin-top:35px;
  227. text-align:justify;
  228. font-size:11px;
  229. line-height:90%;
  230. letter-spacing:0x;
  231. color:{color:text};
  232. }
  233.  
  234. .caption {
  235. width:500px;
  236. text-align:justify;
  237. line-height:120%;
  238. }
  239.  
  240. .ask {
  241. padding:10px;
  242. text-align:left;
  243. color:{color:text};
  244. background-color:{color:infobg};
  245. border-bottom:1px solid {color:border};
  246. border-right:1px solid {color:border};
  247. }
  248.  
  249. .ans {
  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. #info {
  284. width:485px;
  285. font-size:7px;
  286. padding-top:8px;
  287. padding-bottom:8px;
  288. padding-left:10px;
  289. padding-right:8px;
  290. text-transform:uppercase;
  291. letter-spacing:1px;
  292. text-align:center;
  293. background-color:#f8f7f7;
  294. background:{color:descbg};
  295. font-family:trebuchet ms;
  296. }
  297.  
  298. #info a {
  299. text-align:center;
  300. letter-spacing:1px;
  301. color:{color:links}
  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. {CustomCSS}
  335.  
  336. </style></head>
  337.  
  338. <body>
  339. <div id="theme">
  340. <div id="sidebar">
  341. <div class="desc">
  342. {Description}
  343. </div>
  344. <div class="links">
  345. <a href="/">home</a>
  346. <a href="/ask">ask</a>
  347. {block:IfLink1}
  348. <a href="{text:link1 url}">{text:link1}</a>
  349. {/block:IfLink1}
  350. {block:IfLink2}
  351. <a href="{text:link2 url}">{text:link2}</a>
  352. {/block:IfLink2}
  353. {block:IfLink3}
  354. <a href="{text:link3 url}">{text:link3}</a>
  355. {/block:IfLink3}
  356. {block:IfLink4}
  357. <a href="{text:link4 url}">{text:link4}</a>
  358. {/block:IfLink4}
  359. </div>
  360. </div>
  361.  
  362.  
  363.  
  364. <link href='http://fonts.googleapis.com/css?family=Petit Formal Script' rel='stylesheet' type='text/css'>
  365.  
  366.  
  367. <div id="stuffcontainer">
  368.  
  369. {block:Posts}
  370.  
  371. <div id="stuff">
  372.  
  373. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  374. {block:Quote}“{Quote}”{Source}{/block:Quote}
  375.  
  376.  
  377. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  378. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  379.  
  380. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  381.  
  382. {block:Photoset}<center>{Photoset-500}</center>
  383. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  384.  
  385. {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}
  386.  
  387. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  388.  
  389. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  390.  
  391. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  392. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  393. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  394. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  395. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  396. <br>
  397.  
  398. <div id="info">
  399. {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">
  400.  
  401.  
  402. </div>
  403. <div id="tags">{block:HasTags}<b><img src="" /</b> {block:Tags}
  404. #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Tags}</div>
  405.  
  406. <div class="note">
  407. {block:PostNotes}{PostNotes}{/block:PostNotes}
  408. </div>
  409. </div>
  410. {/block:Posts}
  411.  
  412. <div id="pagi">
  413. {block:Pagination}
  414. {block:PreviousPage}
  415. <a href="{PreviousPage}">←</a>
  416. {/block:PreviousPage}
  417. {block:JumpPagination length="5"}
  418. {block:CurrentPage}
  419. <span class="current_page">{PageNumber}</span>
  420. {/block:CurrentPage}
  421. {block:JumpPage}
  422. <a class="jump_page" href="{URL}">{PageNumber}</a>
  423. {/block:JumpPage}
  424. {/block:JumpPagination}
  425. {block:NextPage}
  426. <a href="{NextPage}">→</a>
  427. {/block:NextPage}
  428. </div>
  429. {/block:Pagination}</div>
  430. {block:Posts}
  431.  
  432.  
  433.  
  434. <div style="position:fixed; color:{color:font}; bottom:3px; font-family: arial; font-size:9px; right:5px;">
  435. <a href="http://kahniss.tumblr.com">THEME</a></div>
  436.  
  437.  
  438. </div>
  439. </div>
  440. </div>
  441. </body>
  442. </html>
Add Comment
Please, Sign In to add comment