Advertisement
finnhurries

Theme #3 By Finnhurries

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