Advertisement
finnhurries

Theme #8 By Finnhurries

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