Advertisement
finnhurries

Theme #5 By Finnhurries

Apr 27th, 2013
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME #5 BY FINNHURRIES PLZ DON'T REMOVE THE CREDIT OR MOVE IT TO A DIFFERENT PAGE OR I WILL FIND YOU AND SEND A SLOTH TO PUNCH YOUR BOOBS ;*
  6.  
  7. Dnt try i'll laff at u
  8.  
  9. or i'll turn u into a falafel
  10.  
  11. -->
  12.  
  13.  
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head><title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Sidebar" content="#ffffff"/>
  24. <meta name="color:Text" content="#a8a8a8"/>
  25. <meta name="color:Link" content="#b8b8b8"/>
  26. <meta name="color:Tags" content="f0f0f0"/>
  27. <meta name="color:Hover" content="#f2f2f2"/>
  28. <meta name="color:Line" content="#f2f2f2"/>
  29. <meta name="color:Border" content="#e4e4e4"/>
  30. <meta name="color:Post" content="#ffffff"/>
  31. <meta name="color:Answer" content="#f8f8f8"/>
  32. <meta name="color:Link Background" content="#f8f8f8"/>
  33. <meta name="color:Link Hover" content="#f8f8f8"/>
  34. <meta name="color:Ask Hover" content="#f8f8f8"/>
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:bg" content=""/>
  38.  
  39. <meta name="text:Link 1" content="" />
  40. <meta name="text:Link 1 Hover" content="" />
  41. <meta name="text:Link 2" content="" />
  42. <meta name="text:Link 2 Hover" content="" />
  43. <meta name="text:Link 3" content="" />
  44. <meta name="text:Link 3 Hover" content="" />
  45. <meta name="text:Link 4" content="" />
  46. <meta name="text:Link 4 Hover" content="" />
  47. <meta name="if:Show Link 1" content="1" />
  48. <meta name="if:Show Link 2" content="1" />
  49. <meta name="if:Show Link 3" content="1" />
  50. <meta name="if:Show Link 4" content="1" />
  51. <meta name="color:scrollbarbg" content="ffffff"/>
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57. #bite
  58. #bite a{
  59. display:block
  60. }
  61. #bite .death {
  62. margin-right:0px;filter: alpha(opacity = 0);
  63. opacity:0;-webkit-transition: all 0.5s ease-out;
  64. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  65. }
  66.  
  67. #bite:hover .death {
  68. margin-left:0px;
  69.  
  70. -webkit-transition: all 0.8s ease-out;
  71. -moz-transition: all 0.8s ease-out;
  72. transition: all 0.8s ease-out;
  73. filter: alpha(opacity = 100);
  74. filter: alpha(opacity = 100);
  75. opacity:8;
  76. }
  77.  
  78.  
  79.  
  80. /* --- SCROLLBAR ---*/
  81.  
  82. ::-webkit-scrollbar {
  83. width: 5px;height: 5px;}
  84. ::-webkit-scrollbar-button:start:decrement,
  85. ::-webkit-scrollbar-button:end:increment {
  86. height: 6px;display: block;background-color: {color:white};}
  87. ::-webkit-scrollbar-track-piece {
  88. background-color: {color:scrollbarbg};}
  89. ::-webkit-scrollbar-thumb:vertical {
  90. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  91.  
  92.  
  93. /* --- BODY ---*/
  94.  
  95. body {
  96. background:{color:background};
  97. margin:0px;
  98. color:{color:text};
  99. font-family:Calibri;
  100. font-size:9px;
  101. line-height:100%;
  102. }
  103.  
  104. a {
  105. text-decoration:none;
  106. outline:none;
  107. -moz-outline-style:none;
  108. color:{color:link};
  109. }
  110.  
  111. img {
  112. border:none;
  113. }
  114.  
  115. blockquote {
  116. padding-left:5px;
  117. border-left:2px solid;
  118. }
  119.  
  120. blockquote blockquote {
  121. padding-left:5px;
  122. border-left:2px solid;
  123. }
  124.  
  125. h1 {
  126. font-size:9px;
  127. text-transform:uppercase;
  128. }
  129.  
  130. a:hover {
  131. opacity:10;
  132. color:{color:hover};
  133. -webkit-transition: all 0.7s ease;
  134. -moz-transition: all 0.7s ease;
  135. -o-transition: all 0.7s ease
  136. }
  137.  
  138. /* --- POST ENTRIES ---*/
  139.  
  140.  
  141. #entries {
  142. padding:10px;
  143. width:500px;
  144. margin-left:450px;
  145. margin-top:60px;
  146. font-size:10px;
  147. }
  148.  
  149. /* --- BODY: POSTS ---*/
  150.  
  151.  
  152. #post {
  153. width:500px;
  154. padding-bottom:20px;
  155. padding:10px;
  156. margin-top:20px;
  157. background-color:{color:Post};
  158. }
  159.  
  160. #title {
  161. width:111.5px;
  162. padding-top:5px;
  163. height:14px;
  164. font-size:12px;
  165. text-align:center;
  166. margin-left:0px;
  167. margin-top:-270px;
  168. position:fixed;
  169. font-family:courier new;
  170. letter-spacing:0px;
  171. border:1px solid {color:Border};
  172. }
  173.  
  174. /* --- SIDEBAR IMAGE ---*/
  175.  
  176.  
  177. #sidebar {
  178. width:100px;
  179. position:fixed;
  180. margin-left:260px;
  181. margin-top:150px;
  182. opacity:.80;
  183. background-color:{color:Sidebar};
  184. }
  185.  
  186. #sidebarimage {
  187. width 100px;
  188. }
  189.  
  190. #sidebarimage img {
  191. width:100px;
  192. border:solid 1px;
  193. padding:6px;
  194. opacity:0.7;
  195. border-color: {color:border};
  196. background-color:{color:Sidebar};
  197. }
  198.  
  199. #sidebarimage img:hover{
  200. opacity:1;
  201. -webkit-transition: all 0.5s ease-out;
  202. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  203. }
  204.  
  205. /* --- SIDEBAR LINKS ---*/
  206.  
  207. .links {
  208. padding: 9px;
  209. font-size:8px;
  210. font-family:'courier new';
  211. text-align:center;
  212. padding-top:20px;
  213. padding-bottom:44px;
  214. margin-top:-338px;
  215. margin-left:-266px;
  216. text-align:center;
  217. text-transform:uppercase;
  218. word-spacing:2px;
  219. position:fixed;
  220. padding-bottom:7px;
  221. opacity:1;
  222. display:inline-block;
  223. width:1420px;
  224. height:20px;
  225. line-spacing:150%;
  226. background-color:{color:link background};
  227. }
  228.  
  229. .links a {
  230. margin-left:40px;
  231. padding:5px;
  232. font-size: 16px;
  233. letter-spacing:5px;
  234. background:#ffffff;
  235. border:1px solid {color:Border};
  236. }
  237.  
  238. .links a:hover {
  239. background-color:{color:Link Hover};
  240. color:{color:Hover};
  241.  
  242. }
  243.  
  244.  
  245. /* --- DESCRIPTION ---*/
  246.  
  247. #description {
  248. position:fixed;
  249. font-family:courier new;
  250. line-height:90%;
  251. font-size:9px;
  252. font-style:italic;
  253. width:100px;
  254. height:50px;
  255. margin-top:25px;
  256. padding:8px;
  257. margin-left:0px;
  258. text-align:justify;
  259. border:1px solid {color:Border};
  260. color:{color:text};
  261. }
  262.  
  263. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  264. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  265.  
  266. #sloth img {
  267. margin-left:-17.5px;
  268. margin-top:0px;
  269. width: 155px;
  270. height:20px;
  271. opacity:.2;
  272. }
  273.  
  274. #kinkajoo img {
  275. margin-left:-17.5px;
  276. margin-top:80px;
  277. width: 155px;
  278. height:20px;
  279. opacity:.2;
  280. }
  281.  
  282. /* --- PAGINATION---*/
  283.  
  284.  
  285. #pagination {
  286. width:110px;
  287. font-size:8px;
  288. text-align:center;
  289. margin-left:0px;
  290. margin-top:-280px;
  291. position:fixed;
  292. font-family:consolas;
  293. letter-spacing:0px;
  294. }
  295.  
  296. /* --- POST INFO ---*/
  297.  
  298.  
  299. #info {
  300. text-align:left;
  301. margin-top:10px;
  302. text-transform:uppercase;
  303. font-size:8px;
  304. font-family:cambria;
  305. font-style:none;
  306. border-top:1px solid {color:Line}
  307. }
  308.  
  309. /* --- POST TAGS---*/
  310.  
  311.  
  312. #tags {
  313. font-family:courier new;
  314. letter-spacing:0px;
  315. text-transform:uppercase;
  316. font-size:10px;
  317. margin-top:4px;
  318. text-align:center;
  319. }
  320.  
  321. #tags
  322. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  323. -webkit-transition: all 0.6s ease-in-out;
  324. -moz-transition: all 0.6s ease-in-out;
  325. -o-transition: all 0.6s ease-in-out;
  326. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  327.  
  328.  
  329. /* --- QUESTIONS ---*/
  330.  
  331. #asker {
  332. padding:5px;
  333. font-family:cambria;
  334. letter-spacing:1px;
  335. text-align:left;
  336. font-style:italic;
  337. margin-left:0px;
  338. border:1px #eee solid;
  339. background-color:{color:ask background}
  340. }
  341.  
  342. #answer {
  343. padding:5px;
  344. text-align:center;
  345. }
  346.  
  347. {CustomCSS}#s-m-t-tooltip {
  348.  
  349. max-width:300px;
  350.  
  351. padding:2px 2px 2px 2px;
  352.  
  353. margin:15px 0px 0px 15px;
  354.  
  355. background-color:#fff; /* change the background color */
  356.  
  357. border:1px solid #ddd; /* change the border color */
  358.  
  359. font-family:calibri; /* change the font */
  360.  
  361. font-size:9px; /* change the font size */
  362.  
  363. letter-spacing:2px; /* change the letter spacing */
  364.  
  365. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  366.  
  367. color:#999; /* change the text color */
  368.  
  369. z-index:999999999999999999999999999999999999;
  370.  
  371. }</style></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  372.  
  373. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  374.  
  375. <script>
  376.  
  377. (function($){
  378.  
  379. $(document).ready(function(){
  380.  
  381. $("a[title]").style_my_tooltips({
  382.  
  383. tip_follows_cursor:true,
  384.  
  385. tip_delay_time:90,
  386.  
  387. tip_fade_speed:600,
  388.  
  389. attribute:"title"
  390.  
  391. });
  392.  
  393. });
  394.  
  395. })(jQuery);
  396.  
  397. </script><body>
  398.  
  399. <div id="sidebar">
  400. <div id="bite">
  401. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  402.  
  403.  
  404.  
  405.  
  406. <div class="links">
  407. {block:IfShowLink1}<a title="{text:Link 1 Hover}"href="{text:Link 1}">.01</a>{/block:IfShowLink1}
  408. {block:IfShowLink2}<a title="{text:Link 2 Hover}"href="{text:Link 2}">.02</a>{/block:IfShowLink2}
  409. {block:IfShowLink3}<a title="{text:Link 3 Hover}"href="{text:Link 3}">.03</a>{/block:IfShowLink3}
  410. {block:IfShowLink4}<a title="{text:Link 4 Hover}"href="{text:Link 4}">.04</a>{/block:IfShowLink4}
  411. </div>
  412.  
  413. <div class="death">
  414. <div id="description">
  415. {Description}
  416. </div>
  417. <div id="sloth"><img src="http://media.tumblr.com/6ee40829e737c8d0c5b4c637e864accd/tumblr_inline_mlxiypIICF1qz4rgp.png" alt="some_text"></div>
  418. <div id="kinkajoo"><img src="http://media.tumblr.com/a3791079123441105aed9a2ceb8f27e8/tumblr_inline_mlxiysfiQI1qz4rgp.png" alt="some_text"></div></div></div>
  419. <div id="title">{title}</div>
  420. {block:Pagination}<div id="pagination">
  421. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  422. {block:JumpPagination length="5"}
  423. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  424. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  425. {/block:JumpPagination}
  426. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  427. </div>{/block:Pagination}
  428.  
  429. </div>
  430.  
  431. <div id="entries">{block:Posts}<div id="post">
  432.  
  433. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  434.  
  435. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  436.  
  437. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  438.  
  439. {block:Quote}{Quote}{/block:Quote}
  440.  
  441. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  442.  
  443. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  444.  
  445. {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>
  446. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  447. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  448. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} plays
  449. {/block:Audio}
  450.  
  451. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  452.  
  453. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><center>{Answer}</font>{/block:Answer}
  454.  
  455. <div id="info">
  456. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  457. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  458. {/block:Posts}
  459. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  460. {/block:Posts}</div></div></div>
  461. <div style="position:fixed;bottom:3px; right:3px; font-size:12px; letter-spacing:1px; font-family:cambria;"><a href="http://finnhurries.tumblr.com"><img src="http://media.tumblr.com/a042efa04da3ddf5888aaaadf04d98df/tumblr_inline_mlj170BS6z1qz4rgp.png"></a></center></div>
  462.  
  463.  
  464. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement