Advertisement
finnhurries

Theme #6 By Finnhurries

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