Advertisement
finnhurries

Theme #10 By Finnhurries

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