Advertisement
furhrman

elastic heart;

Oct 1st, 2013
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 KB | None | 0 0
  1. <!--theme19 by kahniss
  2. DON'T remove credit
  3. Don'T use as your onw
  4. DON'T use as base code-->
  5.  
  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.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="color:infoborder" content="#fafafa">
  30.  
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:bg" content=""/>
  34.  
  35.  
  36. <meta name="text:link1" content="">
  37. <meta name="text:link1 url" content="/">
  38. <meta name="text:link2" content="">
  39. <meta name="text:link2 url" content="/">
  40. <meta name="text:link3" content="">
  41. <meta name="text:link3 url" content="/">
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /* --- SCROLLBAR ---*/
  47.  
  48. ::-webkit-scrollbar {
  49. width: 5px;height: 5px;}
  50. ::-webkit-scrollbar-button:start:decrement,
  51. ::-webkit-scrollbar-button:end:increment {
  52. height: 6px;display: block;background-color: {color:white};}
  53. ::-webkit-scrollbar-track-piece {
  54. background-color: {color:scrollbarbg};}
  55. ::-webkit-scrollbar-thumb:vertical {
  56. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  57.  
  58.  
  59. /* --- BODY ---*/
  60.  
  61. body {
  62. background-color:{color:bg};
  63. font-family:arial;
  64. font-weight:normal;
  65. }
  66.  
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding: 6px;
  81. background-color: #f5f2f2;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding: 6px;
  86. background-color: #f5f2f2;
  87. }
  88.  
  89. h1 {
  90. font-size:9px;
  91. text-transform:uppercase;
  92. }
  93.  
  94. a:hover {
  95. opacity:10;
  96. color:{color:hover};
  97. -webkit-transition: all 0.7s ease;
  98. -moz-transition: all 0.7s ease;
  99. -o-transition: all 0.7s ease
  100. }
  101. #theme {
  102. background-color:{color:bg};
  103. width:900px;
  104. margin: 0 auto -12px auto;
  105. text-align: center;
  106. }
  107.  
  108.  
  109.  
  110. #entries {
  111. font-family:arial;
  112. padding:10px;
  113. width:500px;
  114. margin-left:250px;
  115. text-align:left;
  116. margin-top:50px;
  117. font-size:10px;
  118. padding-bottom:30px;
  119. }
  120.  
  121.  
  122. #post {
  123. width:500px;
  124. padding-bottom:50px;
  125. padding:10px;
  126. margin-top:40px;
  127. background-color:{color:Post};
  128. }
  129.  
  130.  
  131.  
  132. #sidebar {
  133. width:200px;
  134. position:fixed;
  135. margin-left:0px;
  136. margin-top:120px;
  137. }
  138.  
  139. #sidebarimage {
  140. width: 200px;
  141. }
  142.  
  143. #sidebarimage img {
  144. width:180px;
  145. height:110px;
  146. padding:0px;
  147. }
  148.  
  149. .links {
  150. width: 30px;
  151. padding-top: 35px;
  152. font-family:arial;
  153. text-align:center;
  154. margin-top:-30px;
  155. margin-left:-20px;
  156. word-spacing:4px;
  157. position:fixed;
  158. border-right:1px #ffffff solid;
  159. }
  160.  
  161. .links a {
  162. padding-top: 10px;
  163. line-height:200%;
  164. }
  165.  
  166.  
  167.  
  168.  
  169. #description {
  170. position:fixed;
  171. font-family:arial;
  172. line-height:90%;
  173. font-size:10px;
  174. width:130px;
  175. margin-top:35px;
  176. padding:8px;
  177. margin-left:38px;
  178. text-align:justify;
  179. color:{color:text};
  180. }
  181.  
  182. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  183. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  184.  
  185.  
  186. #pagination {
  187. width:100px;
  188. font-size:11px;
  189. text-align:center;
  190. margin-left:35px;
  191. margin-top:40px;
  192. position:fixed;
  193. font-family:calibri;
  194. }
  195.  
  196.  
  197.  
  198. #info {
  199. width:500px;
  200. margin-top: 10px;
  201. text-align:left;
  202. font-family: cambria;
  203. font-size:8px;
  204. text-transform:uppercase;
  205. color: #000000;
  206. background-color: #fafafa;
  207. padding: 4px;
  208. border-top:solid 3px {color:infoborder};
  209. }
  210.  
  211.  
  212. #info a{
  213. word-spacing: 1px;
  214. }
  215.  
  216.  
  217. #asker {
  218. padding:5px;
  219. font-family:arial;
  220. text-align:left;
  221. margin-left:10px;
  222. border-left:3px #eee solid;
  223. background-color:{color:background}
  224. }
  225.  
  226. #sidebarbg{
  227. width:200px;
  228. height:200%;
  229. background-color:#000;
  230. margin-top:-60px;
  231. margin-left:0px;
  232. position: fixed;
  233. }
  234.  
  235.  
  236. .linkss {
  237. width: 150px;
  238. height: 20px;
  239. padding-left: 17px;
  240. padding-top: 10px;
  241. padding-right: 8px;
  242. font-family:arial;
  243. text-align:right;
  244. margin-left:10px;
  245. word-spacing:4px;
  246. position:fixed;
  247. font-size: 10px;
  248. border-bottom:1px #ffffff solid;
  249. }
  250.  
  251. #s-m-t-tooltip {
  252.  
  253. max-width:300px;
  254. padding:6px 6px 6px 6px;
  255. margin:20px 0px 0px 20px;
  256. background-color:#ffffff;
  257. border:1px solid #000000;
  258. font-family: arial;
  259. text-transform:uppercase;
  260. font-size:8px;
  261. letter-spacing:1px;
  262. color:#999;
  263. z-index:999999999999999999999999999999999999;
  264.  
  265. }
  266.  
  267. #pagi {
  268. position:fixed;
  269. width:480px;
  270. text-align:center;
  271. margin-top:15px;
  272. margin-left:270px;
  273. color:#9a9a9a;
  274. font-family:'Trebuchet MS';
  275. font-size:9px;
  276. letter-spacing:4px;
  277. text-transform:uppercase;
  278. font-style:normal;
  279. z-index:100;
  280. background-color:#fafafa;
  281. bottom:0;
  282. padding:10px;
  283. border-top:1px
  284. solid #f2f2f2;
  285. }
  286.  
  287. #pagi a:hover {color:#fafafa;}
  288.  
  289. {CustomCSS}</style>
  290. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  291.  
  292. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  293.  
  294. <script>
  295.  
  296. (function($){
  297.  
  298. $(document).ready(function(){
  299.  
  300. $("a[title]").style_my_tooltips({
  301.  
  302. tip_follows_cursor:true,
  303.  
  304. tip_delay_time:90,
  305.  
  306. tip_fade_speed:600,
  307.  
  308. attribute:"title"
  309.  
  310. });
  311.  
  312. });
  313.  
  314. })(jQuery);
  315.  
  316. </script>
  317.  
  318. </head><body>
  319.  
  320. <div id="theme">
  321. <div id="sidebarbg"></div>
  322. <div id="sidebar">
  323. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  324. <div id="description">
  325. {Description}
  326. </div>
  327. <div class="linkss">
  328. {block:IfLink1}
  329. {block:IfLink1}
  330. <a href="{text:link1 url}">{text:link1} / </a>
  331. {/block:IfLink1}
  332. {block:IfLink2}
  333. <a href="{text:link2 url}">{text:link2} / </a>
  334. {/block:IfLink2}
  335. {block:IfLink3}
  336. <a href="{text:link3 url}">{text:link3}</a>
  337. {/block:IfLink3}
  338. <br>
  339. <br>
  340. <div class="links">
  341. <a href="/" title="home"><img src="http://static.tumblr.com/svlsesh/Thlmtj2fu/bez_nazwy-2ghjhgj.png" /></a><br>
  342. <a href="/ask" title="ask"><img src="http://static.tumblr.com/svlsesh/sJemtj3ie/bez_nazwy-2ffffffffffffffffffffffffff.png" /></a><br>
  343. <a href="/archive" title="archive"><img src="http://static.tumblr.com/svlsesh/v2Smtj2gz/bez_nazwy-4gggg.png"/></a><br>
  344. </div>
  345.  
  346.  
  347. </div>
  348. </div>
  349.  
  350.  
  351. <div id="entries">{block:Posts}<div id="post">
  352.  
  353. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  354.  
  355. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  356.  
  357. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  358.  
  359. {block:Quote}{Quote}{/block:Quote}
  360.  
  361. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  362.  
  363. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  364.  
  365. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  366. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  367. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  368. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  369. {/block:Audio}
  370.  
  371. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  372.  
  373. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  374.  
  375. <div id="info">
  376.  
  377. {block:Date}
  378. <a href="{Permalink}">
  379. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}
  380. </a>
  381. {/block:Date}
  382.  
  383.  
  384. {block:NoteCount}
  385. &nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  386. {/block:NoteCount}
  387.  
  388.  
  389. <a href="{Permalink}"> </a>
  390. {block:NoteCount}<a href="{Permalink}"></a>{/block:NoteCount}
  391. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a></span>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a></span>{/block:ContentSource}
  392.  
  393. {block:HasTags}
  394.  
  395. {block:Tags}
  396. <a href="{TagURL}">#{Tag}</a>
  397. &nbsp;
  398. {/block:Tags}
  399. {/block:HasTags}
  400.  
  401.  
  402. </div>
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409. </div>
  410. {/block:Date}
  411.  
  412.  
  413. <div class="note">
  414. {block:PostNotes}{PostNotes}{/block:PostNotes}
  415. </div>
  416.  
  417. {/block:Posts}
  418. </div>
  419.  
  420.  
  421. <div id="pagi">
  422. {block:Pagination}
  423. {block:PreviousPage}
  424. <a href="{PreviousPage}">←</a>
  425. {/block:PreviousPage}
  426. {block:JumpPagination length="5"}
  427. {block:CurrentPage}
  428. <span class="current_page">{PageNumber}</span>
  429. {/block:CurrentPage}
  430. {block:JumpPage}
  431. <a class="jump_page" href="{URL}">{PageNumber}</a>
  432. {/block:JumpPage}
  433. {/block:JumpPagination}
  434. {block:NextPage}
  435. <a href="{NextPage}">→</a>
  436. {/block:NextPage}
  437. </div>
  438. {/block:Pagination}</div>
  439.  
  440.  
  441.  
  442. </div>
  443. <div style="position:fixed; bottom:6px; font-family:armata; font-size:10px; right:6px; padding:5px; background-color:#b8ddd2; ">
  444. <a href="http://kahniss.tumblr.com">©KT</a></div>
  445.  
  446.  
  447.  
  448.  
  449. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement