Advertisement
furhrman

hardest of hearts;

Apr 6th, 2013
1,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.28 KB | None | 0 0
  1. <!--theme1 by kahniss
  2. DON'T remove credit
  3. Don'T use as your onw
  4. DON'T use as base code-->
  5.  
  6. <html>
  7. <head>
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  16.  
  17. <!--Default Variables-->
  18. <!--Colors-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#333333"/>
  22. <meta name="color:Link" content="#717581"/>
  23. <meta name="color:Hover" content="#333333"/>
  24. <meta name="color:Border" content="#969696"/>
  25. <meta name="color:sidebarbg" content="#22201e"/>
  26. <meta name="color:desc" content="#ffffff"/>
  27.  
  28.  
  29. <!--Images-->
  30.  
  31. <meta name="image:Background" content=""/>
  32. <meta name="image:Sidebar" content=""/>
  33.  
  34. <!--Links-->
  35.  
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="" />
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="" />
  42.  
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar {height: auto;width: 6px;}
  46. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  47. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  48.  
  49. body {
  50. background:{color:background};
  51. background-repeat: repeat;
  52. background-attachment: fixed;
  53. background-image:url('{image:background}');
  54. margin:0px;
  55. color:{color:text};
  56. font-family:consolas;
  57. font-size:10px;
  58. line-height:100%;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:link};
  66. -webkit-transition: all 0.5s ease;
  67. -moz-transition: all 0.5s ease;
  68. -o-transition: all 0.5s ease
  69. }
  70.  
  71. img {
  72. border:none;
  73. }
  74.  
  75. blockquote blockquote {
  76. padding-left:5px;
  77. border-left:1px solid;
  78. }
  79.  
  80. h1 {
  81. font-size:12px;
  82. font-family:consolas;
  83. text-transform:uppercase;
  84. }
  85.  
  86. a:hover {
  87. opacity:10;
  88. color:{color:hover};
  89. -webkit-transition: all 0.7s ease;
  90. -moz-transition: all 0.7s ease;
  91. -o-transition: all 0.7s ease
  92. }
  93.  
  94. small{
  95. font-size:9px;
  96. line-height:110%
  97. }
  98.  
  99. big {
  100. font-size:12px;
  101. line-height:110%
  102. }
  103.  
  104. b, strong{
  105. color:{color:text}
  106. }
  107. i, em {
  108. color:{color:text}
  109. }
  110. p{
  111. margin-top:5px;
  112. margin-bottom:5px
  113. }
  114. blockquote {
  115. padding:0px;
  116. padding-left:5px;
  117. margin:5px;
  118. border-left:1px dotted {color:text}
  119. }
  120.  
  121. blockquote img {
  122. max-width:300px
  123. }
  124.  
  125. ul, li img {
  126. max-with:250px
  127. }
  128.  
  129. .audio {width:500px;height:160px;}
  130. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  131. .albumart img {width:150px;height:150px;float:left;}
  132. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  133. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  134. overflow:hidden;background-color:white;}
  135. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  136.  
  137. #bite
  138. #bite a{
  139. display:block
  140. }
  141. #bite .death {
  142. margin-top:0px;filter: alpha(opacity = 0);
  143. opacity:0;-webkit-transition: all 0.5s ease-out;
  144. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  145. }
  146.  
  147. #bite:hover .death {
  148. margin-top:0px;
  149. -webkit-transition: all 0.8s ease-out;
  150. -moz-transition: all 0.8s ease-out;
  151. transition: all 0.8s ease-out;
  152. filter: alpha(opacity = 100);
  153. filter: alpha(opacity = 100);
  154. opacity:100;
  155. }
  156.  
  157. #entries {
  158. padding:10px;
  159. width:500px;
  160. margin-left:600px;
  161. margin-top:85px;
  162. }
  163.  
  164.  
  165. #post {
  166. width:500px;
  167. padding-bottom:3px;
  168. font-family:consolas;
  169. opacity:1;
  170. }
  171.  
  172. #sidebarbg {
  173. float:left;
  174. position:fixed;
  175. width:200px;
  176. height:3000px;
  177. margin-top:-350px;
  178. margin-left:310px;
  179. background-color:{color:sidebarbg};
  180. }
  181.  
  182. #sidebar {
  183. width:120px;
  184. position:fixed;
  185. margin-left:350px;
  186. margin-top:90px;
  187. opacity:1;
  188. }
  189.  
  190. #sidebarimage img{
  191. width:120px;
  192. padding:3px;
  193. border:0.5px solid;
  194. border-radius: 200px;
  195. border-color: {color:Border};
  196. -webkit-transition: all 0.5s ease;
  197. -moz-transition: all 0.5s ease;
  198. -o-transition: all 0.5s ease
  199. }
  200.  
  201.  
  202.  
  203. #links {
  204. font-family:consolas;
  205. position:fixed;
  206. font-size:10px;
  207. opacity:1;
  208. padding-top:25px;
  209. width:107px;
  210. height:84px;
  211. border-radius: 500px;
  212. background-color:white;
  213. text-align:center;
  214. letter-spacing:2px;
  215. text-transform:uppercase;
  216. padding-bottom:0px;
  217. margin-top:-120px;
  218. margin-left:9px;
  219. }
  220.  
  221.  
  222.  
  223. #description {
  224. padding:5px;
  225. font-size:10px;
  226. font-style:italic;
  227. opacity: 0.8;
  228. text-align:center;
  229. margin-top:10px;
  230. margin-left:6px;
  231. color:{color:desc}
  232.  
  233. }
  234.  
  235. #pagination {
  236. font-size:12px;
  237. text-align:center;
  238. color:{color:link};
  239. font-family:consolas;
  240. letter-spacing:2px;
  241. margin-left:0px;
  242. }
  243.  
  244. #info {
  245. border-top:1px solid {color:border};
  246. text-align:center;padding:5px;
  247. margin-top:5px;
  248. margin-bottom:10px;
  249. text-transform: uppercase;
  250. font-family:consolas;
  251. font-size:8px;
  252. }
  253.  
  254. #tags {
  255. font-family:consolas;
  256. letter-spacing:1px;
  257. font-style: underline;
  258. font-size:8px;
  259. margin-top:4px;
  260. a {display:inline; background-color:{color:linkb};
  261. padding:-4px;
  262. text-align:left;
  263. -webkit-transition: all 0.6s ease-in-out;
  264. -moz-transition: all 0.6s ease-in-out;
  265. -o-transition: all 0.6s ease-in-out;
  266. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  267.  
  268. #asker {
  269. float:left;
  270. margin-right:5px;
  271. }
  272.  
  273. #asked {
  274. font-family:consolas;
  275. text-transform:lowercase;
  276. letter-spacing:1px;
  277. padding-bottom:3px;
  278. }
  279.  
  280. #notes {
  281. font-family:consolas;
  282. text-transform:lowercase;
  283. font-size:9px;
  284. }
  285.  
  286. #question {
  287. font-family:consolas;
  288. font-style:italic;
  289. font-size:10px;
  290. }
  291.  
  292. #answer {
  293. font-family:consolas;
  294. text-transform:uppercase;
  295. font-size:10px;
  296. }
  297.  
  298. {CustomCSS}</style></head><body>
  299.  
  300.  
  301. <div id="Background">
  302. <div id="sidebarbg"></div>
  303. <div id="sidebar">
  304. <div id="bite">
  305. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  306. <div class="death">
  307. <div id="links">
  308. <a href="/">home</a><br>
  309. <a href="/ask">ask</a> <br>
  310. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  311. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  312. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br>
  313. </div> </div></div>
  314.  
  315. <div id="description">{Description}</div>
  316.  
  317. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→{/block:NextPage}</div>{/block:Pagination}
  318. </div>
  319.  
  320. <div id="entries">{block:Posts}<div id="post">
  321.  
  322. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  323.  
  324. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  325.  
  326. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  327.  
  328. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  329.  
  330. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  331.  
  332. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  333.  
  334. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  335. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  336. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  337. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  338. {/block:Audio}
  339.  
  340. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  341.  
  342. {block:Answer}<div id="asker"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  343.  
  344. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  345. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  346. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  347. {/block:Posts}
  348. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  349. {/block:Posts}</div></div></div>
  350.  
  351. <div style="position:fixed; color:{color:font}; bottom:3px; font-family: arial; right:5px;">
  352. <a href="http://kahniss.tumblr.com">THEME</a></div>
  353.  
  354.  
  355. </body>
  356.  
  357. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement