Advertisement
finnhurries

Theme #11 By Finnhurries

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