Advertisement
Seedfawn

Theme 4

Apr 25th, 2015
1,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.24 KB | None | 0 0
  1. <!-- THIS THEME WAS MADE BY SEEDFAWN. PLEASE KEEP THE CREDIT AND HAVE A NICE DAY!-->
  2.  
  3. <html lang="en">
  4. <script type="text/javascript">
  5. <!--
  6.  
  7. // Disable Right Click Script
  8.  
  9. function IE(e)
  10. {
  11. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  12. {
  13. return false;
  14. }
  15. }
  16. function NS(e)
  17. {
  18. if (document.layers || (document.getElementById && !document.all))
  19. {
  20. if (e.which == "2" || e.which == "3")
  21. {
  22. return false;
  23. }
  24. }
  25. }
  26. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  27.  
  28. //-->
  29. </script>
  30.  
  31. <!--S-M-T Tooltip-->
  32. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  33. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  34. <script>
  35. (function($){
  36. $(document).ready(function(){
  37. $("[title]").style_my_tooltips();
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  45.  
  46. <meta name="image:Background" content=""/>
  47. <meta name="image:Sidebar" content=""/>
  48. <meta name="image:Sidebar 2" content=""/>
  49. <meta name="image:Stripe" content=""/>
  50. <meta name="image:Header" content=""/>
  51. <meta name="color:Background" content="#f3f3f3"/>
  52. <meta name="color:Title" content="#ffb3b3"/>
  53. <meta name="color:Text" content="#888888"/>
  54. <meta name="color:Link" content="#dccbe7"/>
  55. <meta name="color:Hover" content="#a77dc2"/>
  56. <meta name="color:Blogtitle" content="#f797a9"/>
  57. <meta name="color:Navigation Gradient 1" content="#f7919d"/>
  58. <meta name="color:Navigation Gradient 2" content="#b299d4"/>
  59. <meta name="color:Scrollbar" content="#dccbe7"/>
  60. <meta name="color:Permalink" content="#ffb3b3"/>
  61. <meta name="color:Permalink 2" content="#dccbe7"/>
  62. <meta name="color:Post Border" content="#b299d4"/>
  63. <meta name="color:Post Border 2" content="#f797a9"/>
  64. <meta name="color:Quote Bar" content="#412a70"/>
  65. <meta name="color:Ask Color" content="#b997ce"/>
  66. <meta name="text:Blogtitle" content="cold spirit"/>
  67. <meta name="text:Quote" content="Enter Quote here"/>
  68. <meta name="text:Link One" content="" />
  69. <meta name="text:Link Two" content="" />
  70. <meta name="text:Link Three" content="" />
  71. <meta name="text:Link Four" content=""/>
  72. <meta name="text:Link Five" content="http://seedfawn.tumblr.com/"/>
  73. <meta name="text:Link One Title" content="Refresh"/>
  74. <meta name="text:Link Two Title" content="Inbox"/>
  75. <meta name="text:Link Three Title" content="Links"/>
  76. <meta name="text:Link Four Title" content="Favorites"/>
  77. <meta name="text:Link Five Title" content="Credit"/>
  78. </script>
  79.  
  80. <style type="text/css">
  81.  
  82. @-webkit-keyframes pop-in {
  83. 0% { opacity: 0; -webkit-transform: scale(0); }
  84. 100% { opacity: 1; -webkit-transform: scale(1); }
  85. }
  86. @-moz-keyframes pop-in {
  87. 0% { opacity: 0; -moz-transform: scale(0); }
  88. 100% { opacity: 1; -moz-transform: scale(1); }
  89. }
  90. @keyframes pop-in {
  91. 0% { opacity: 0; transform: scale(0); }
  92. 100% { opacity: 1; transform: scale(1); }
  93. }
  94.  
  95. .tmblr-iframe{
  96. z-index:99999999!important;
  97. opacity:.2 !important;
  98. -webkit-filter:invert(100%);
  99. top:30px !important;
  100. right:5px !important;
  101. position:fixed!important;
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical{
  105. outline:1px solid #fff;
  106. outline-offset:-2px;
  107. background-color:{color:scrollbar};
  108. }
  109.  
  110. ::-webkit-scrollbar{
  111. width:11px;
  112. border-left:5px solid {color:background};
  113. border-right:5px solid {color:background};
  114. background-color:{color:scrollbar};
  115. }
  116.  
  117. body {
  118. color:{color:Text};
  119. font-family:calibri;
  120. text-transform:none;
  121. font-size:8px;
  122. line-height:12px;
  123. background-size:repeat;
  124. background-attachment:fixed;
  125. background-image:url({image:Background});
  126. background-color:{color:Background};
  127. cursor: url(http://static.tumblr.com/p3mk1pa/zzqnm79h1/cur817.gif), auto;
  128. }
  129.  
  130. a:link, a:active, a:visited{
  131. color:{color:Link};
  132. text-decoration:none;
  133. -webkit-transition:all 0.6s ease-out;
  134. -moz-transition:all 0.6s ease-out;
  135. -o-transition:all 0.6s ease-out;
  136. transition:all 0.6s ease-out;
  137. cursor: url(http://static.tumblr.com/p3mk1pa/zzqnm79h1/cur817.gif), auto;
  138. }
  139.  
  140. a:hover{
  141. color:{color:Hover};
  142. text-decoration:none;
  143. -webkit-transition:all 0.5s ease-out;
  144. -moz-transition:all 0.5s ease-out;
  145. -o-transition:all 0.5s ease-out;
  146. transition:all 0.5s ease-out;
  147. cursor: url(http://static.tumblr.com/p3mk1pa/zzqnm79h1/cur817.gif), auto;
  148. }
  149.  
  150. #s-m-t-tooltip{
  151. max-width:300px;
  152. margin:10px;
  153. padding:5px 8px;
  154. color:white;
  155. font-family:calibri;
  156. font-size:8px;
  157. text-transform:uppercase;
  158. letter-spacing:1px;
  159. outline:1px solid #fff;
  160. outline-offset:-2px;
  161. background: -o-linear-gradient(left bottom, {color:Navigation Gradient 1}; 37%, {color:Navigation Gradient 2} 100%);
  162. background: -moz-linear-gradient(left bottom, {color:Navigation Gradient 1} 37%, {color:Navigation Gradient 2} 100%);
  163. background: -webkit-linear-gradient(left bottom, {color:Navigation Gradient 1} 37%, {color:Navigation Gradient 2} 100%);
  164. background: -ms-linear-gradient(left bottom, {color:Navigation Gradient 1} 37%, {color:Navigation Gradient 2} 100%);
  165. background: linear-gradient(to left bottom, {color:Navigation Gradient 1} 37%, {color:Navigation Gradient 2} 100%);
  166. z-index:999999999999999999999999999999999999999;
  167. -webkit-animation:pop-in 0.5s;
  168. -moz-animation:pop-in 0.5s;
  169. -ms-animation:pop-in 0.5s;
  170. }
  171.  
  172. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  173. #audio {
  174. width:200px;
  175. height:auto;
  176. min-height:60px;
  177. padding-bottom:0px;
  178. }
  179.  
  180. .cover {
  181. position:absolute;
  182. z-index:1;
  183. width:60px;
  184. height:60px;
  185. z-index:999;
  186. }
  187.  
  188. .cover img {
  189. float:left;
  190. width:60px;
  191. height:60px;
  192. outline:1px solid #fff;
  193. outline-offset:-2px;
  194. }
  195.  
  196. .playbox {
  197. opacity:0.6;
  198. width:27px;
  199. height:30px;
  200. overflow:hidden;
  201. position:absolute;
  202. z-index:1000;
  203. margin-left:17px;
  204. margin-top:17px;
  205. text-align:center;
  206. }
  207.  
  208. .info {
  209. margin-left:73px;
  210. margin-top:4px;
  211. line-height:14px;
  212. }
  213.  
  214. #cunt{width:250px; height:auto;}
  215. {block:PermalinkPage}
  216. width:10px;
  217. {/block:PermalinkPage}
  218. }
  219.  
  220. #center{
  221. padding-top:3px;
  222. padding-bottom:3px;
  223. position:fixed !important;
  224. width:250px;
  225. height:207px;
  226. background-color:#fff;
  227. {block:PermalinkPage}
  228. width:410px;
  229. height:207px;
  230. {/block:PermalinkPage}
  231. }
  232.  
  233. #posts{
  234. float:center;
  235. {block:indexpage}
  236. width:630px;
  237. {/block:indexpage}
  238. {block:permalinkpage}
  239. width:630px;
  240. {/block:permalinkpage}
  241. height:100%;
  242. margin-left:527px;
  243. margin-top:0px;
  244. background:#fff;
  245. padding-left:20px;
  246. padding-right:170px;
  247. padding-top:20px;
  248. }
  249.  
  250. #entry img{
  251. {block:indexpage}
  252. background:#fff;
  253. max-width:250px;
  254. border-top:3px solid {color:post border};
  255. border-left:3px solid {color:post border};
  256. border-bottom:3px solid {color:post border 2};
  257. border-right:3px solid {color:post border 2};
  258. opacity:1;
  259. outline:1px solid #fff;
  260. outline-offset:-6px;
  261. -webkit-transition:all 0.7s ease-out;
  262. -moz-transition:all 0.7s ease-out;
  263. transition:all 0.7s ease-out;
  264. {/block:indexpage}
  265. {block:PermalinkPage}
  266. outline:1px solid #fff;
  267. outline-offset:-2px;
  268. {/block:PermalinkPage}
  269. }
  270.  
  271. #entry{
  272. margin:15px;
  273. float:left;
  274. background:#fff;
  275. font-size:10px;
  276. line-height:13px;
  277. text-transform:normal;
  278. width:255px;
  279. padding:12px;
  280. border:1px solid #eee;
  281. box-shadow:rgba(0,0,0,.04) 6px 6px;
  282. {block:PermalinkPage}
  283. opacity:.9;
  284. width:580px;
  285. margin-top:20px;
  286. margin-left:8px;
  287. box-shadow:rgba(0,0,0,0) 0px 0px;
  288. z-index:999;
  289. {/block:PermalinkPage}
  290. -moz-transition: all 0.7s ease-out;
  291. -o-transition: all 0.7s ease-out;
  292. -webkit-transition: all 0.7s ease-out;
  293. transition: all 0.7s ease-out;
  294. }
  295.  
  296. #entry .perma{
  297. width:24px;
  298. height:24px;
  299. margin-top:10px;
  300. margin-left:px;
  301. background:{color:permalink};
  302. border:1px solid #fff;
  303. outline:1px solid #fff;
  304. outline-offset:-3px;
  305. position:absolute;
  306. z-index:99;
  307. overflow:hidden;
  308. padding:5px;
  309. opacity:0;
  310. -webkit-transition:opacity 0.7s linear;
  311. -webkit-transition:all 0.7s linear;
  312. -moz-transition:all 0.7s linear;
  313. transition:all 0.7s linear;
  314. }
  315.  
  316. #entry:hover .perma{
  317. overflow:visible;
  318. margin-left:10px;
  319. opacity:.95;
  320. }
  321.  
  322. #entry .perma2{
  323. width:24px;
  324. height:24px;
  325. margin-top:10px;
  326. margin-left:0px;
  327. background:{color:permalink};
  328. border:1px solid #fff;
  329. outline:1px solid #fff;
  330. outline-offset:-3px;
  331. position:absolute;
  332. z-index:99;
  333. overflow:hidden;
  334. padding:5px;
  335. opacity:0;
  336. -webkit-transition:opacity 0.7s linear;
  337. -webkit-transition:all 0.7s linear;
  338. -moz-transition:all 0.7s linear;
  339. transition:all 0.7s linear;
  340. }
  341.  
  342. #entry:hover .perma2{
  343. overflow:visible;
  344. margin-left:50px;
  345. opacity:.95;
  346. }
  347.  
  348. #entry .perma3{
  349. position:absolute;
  350. overflow:hidden;
  351. width:139px;
  352. height:auto;
  353. margin-top:11px;
  354. margin-left:0px;
  355. font-family:consolas;
  356. font-size:8px;
  357. text-align:center;
  358. text-transform:uppercase;
  359. letter-spacing:1px;
  360. background:#fff;
  361. border-left:5px solid {color:permalink};
  362. outline:1px solid {color:permalink};
  363. padding:5px;
  364. opacity:0;
  365. z-index:99;
  366. -webkit-transition:opacity 0.7s linear;
  367. -webkit-transition:all 0.7s linear;
  368. -moz-transition:all 0.7s linear;
  369. transition:all 0.7s linear;
  370. }
  371.  
  372. #entry:hover .perma3{
  373. overflow:visible;
  374. height:auto;
  375. margin-left:91px;
  376. opacity:.95;
  377. }
  378.  
  379. .tabtop {
  380. width:100%;
  381. height:10px;
  382. line-height:15px;
  383. padding:7px 0px;
  384. -webkit-transition: all .5s linear;
  385. -moz-transition: all .5s linear;
  386. transition: all .5s linear;
  387. overflow:hidden;
  388. }
  389.  
  390. .tabtop:hover {
  391. height:55px;
  392. }
  393.  
  394. #entry .fade{
  395. position:absolute;
  396. width:258px;
  397. height:calc(100% - 30px);
  398. background:white;
  399. margin-left:0px;
  400. margin-top:0px;
  401. opacity:.4;
  402. z-index:9;
  403. -webkit-transition: all 1s ease;
  404. -moz-transition: all 1s ease;
  405. -o-transition: all 1s ease;
  406. transition: all 1s ease;
  407. }
  408.  
  409. #entry:hover .fade{
  410. width:0px;
  411. opacity:.3;
  412. -webkit-transition: all 1s ease;
  413. -moz-transition: all 1s ease;
  414. -o-transition: all 1s ease;
  415. transition: all 1s ease;
  416. }
  417.  
  418. .permalinktext{
  419. display:block;
  420. width:100px;
  421. text-align:center;
  422. font-size:8px;
  423. letter-spacing:1px;
  424. font-size:8px;
  425. font-family:consolas;
  426. text-transform:uppercase;
  427. background:{color:permalink};
  428. border:1px solid #fff;
  429. padding:10px;
  430. color:white;
  431. outline:1px solid #fff;
  432. outline-offset:-3px;
  433. }
  434.  
  435. .permalinktext2{
  436. display:block;
  437. width:100px;
  438. margin-left:130px;
  439. margin-top:-35px;
  440. text-align:center;
  441. font-size:8px;
  442. letter-spacing:1px;
  443. font-size:8px;
  444. font-family:consolas;
  445. text-transform:uppercase;
  446. background:{color:permalink 2};
  447. border:1px solid #fff;
  448. padding:10px;
  449. color:white;
  450. outline:1px solid #fff;
  451. outline-offset:-3px;
  452. }
  453.  
  454. .permalinktext:hover{
  455. text-decoration:underline;
  456. }
  457.  
  458. .permalinktext2:hover{
  459. text-decoration:underline;
  460. }
  461.  
  462. .title{
  463. font-family: 'Open Sans Condensed', sans-serif;
  464. font-size:30px;
  465. color:white;
  466. Line-height:35px;
  467. text-shadow: -1px 0 {color:Title}, 0 1px {color:Title}, 1px 0 {color:Title}, 0 -1px {color:Title};"
  468. }
  469.  
  470. .title:hover{
  471. text-decoration:none;
  472. }
  473.  
  474. #blogtitle{
  475. position: fixed !important;
  476. width:auto;
  477. margin-top:30px;
  478. margin-left:25px;
  479. color:{color:blogtitle};
  480. font-family: 'Great Vibes', cursive;
  481. font-size:60px;
  482. text-align:left;
  483. opacity:1;
  484. z-index:9999;
  485. -webkit-transition:all 0.7s ease-in-out;
  486. -moz-transition:all 0.7s ease-in-out;
  487. transition:all 0.7s ease-in-out;
  488. }
  489.  
  490. #sidebar{
  491. position:fixed !important;
  492. margin-top:150px;
  493. margin-left:120px;
  494. }
  495.  
  496. #picture{
  497. position:fixed;
  498. width:237px;
  499. height:165px;
  500. margin-top:55px;
  501. margin-left:7px;
  502. background:#fbfbfb;
  503. border-radius:18px;
  504. opacity:1;
  505. outline:1px solid #fff;
  506. outline-offset:-6px;
  507. background-image:url('{image:sidebar}');
  508. background-size:237px 165px;
  509. z-index:999;
  510. -webkit-transition:all 0.7s ease-in-out;
  511. -moz-transition:all 0.7s ease-in-out;
  512. transition:all 0.7s ease-in-out;
  513. }
  514.  
  515. #sidebar:hover #picture{
  516. opacity:0;
  517. margin-top:180px;
  518. z-index:9;
  519. }
  520.  
  521. #sbpicture{
  522. position:fixed;
  523. width:80px;
  524. height:80px;
  525. margin-top:20px;
  526. margin-left:15px;
  527. background:#fbfbfb;
  528. opacity:0;
  529. border:5px solid #fff;
  530. outline:1px solid #fff;
  531. outline-offset:-7px;
  532. background-image:url('{image:sidebar 2}');
  533. background-size:80px 80px;
  534. z-index:9;
  535. -webkit-transition:all 0.7s ease-in-out;
  536. -moz-transition:all 0.7s ease-in-out;
  537. transition:all 0.7s ease-in-out;
  538. }
  539.  
  540. #sidebar:hover #sbpicture{
  541. margin-top:85px;
  542. opacity:.85;
  543. }
  544.  
  545. #header{
  546. position:fixed;
  547. width:237px;
  548. height:80px;
  549. margin-top:20px;
  550. margin-left:7px;
  551. background:#fbfbfb;
  552. opacity:0;
  553. -moz-border-radius: 0px;
  554. background-image:url('{image:header}');
  555. background-size:237px 80px;
  556. -webkit-border-radius: 18px 18px 0px 0px;
  557. border-radius: 18px 18px 0px 0px;
  558. z-index:9999;
  559. -webkit-transition:all 0.7s ease-in-out;
  560. -moz-transition:all 0.7s ease-in-out;
  561. transition:all 0.7s ease-in-out;
  562. }
  563.  
  564. #sidebar:hover #header{
  565. margin-top:55px;
  566. opacity:1;
  567. }
  568.  
  569. #desc{
  570. position:fixed !important;
  571. margin-top:20px;
  572. margin-left:115px;
  573. opacity:0;
  574. z-index:999;
  575. -webkit-transition:all 0.7s ease-in-out;
  576. -moz-transition:all 0.7s ease-in-out;
  577. transition:all 0.7s ease-in-out;
  578. }
  579.  
  580. #sidebar:hover #desc{
  581. margin-top:65px;
  582. opacity:.9;
  583. }
  584.  
  585. #links{
  586. position:fixed!important;
  587. margin-left:8px;
  588. margin-top:20px;
  589. opacity:0;
  590. z-index:99;
  591. -webkit-transition:all 0.7s ease-in-out;
  592. -moz-transition:all 0.7s ease-in-out;
  593. transition:all 0.7s ease-in-out;
  594. }
  595.  
  596. #sidebar:hover #links{
  597. margin-top:190px;
  598. opacity:1;
  599. }
  600.  
  601. #links a{
  602. margin-left:20px;
  603. display:inline-block;
  604. background:{color:navigation};
  605. padding:10px 10px 10px 10px;
  606. border:1px solid #fff;
  607. outline:1px solid #fff;
  608. outline-offset:-3px;
  609. opacity:1;
  610. background: -o-linear-gradient(left bottom, {color:Navigation Gradient 1}; 24%, {color:Navigation Gradient 2} 100%);
  611. background: -moz-linear-gradient(left bottom, {color:Navigation Gradient 1} 24%, {color:Navigation Gradient 2} 100%);
  612. background: -webkit-linear-gradient(left bottom, {color:Navigation Gradient 1} 24%, {color:Navigation Gradient 2} 100%);
  613. background: -ms-linear-gradient(left bottom, {color:Navigation Gradient 1} 24%, {color:Navigation Gradient 2} 100%);
  614. background: linear-gradient(to left bottom, {color:Navigation Gradient 1} 24%, {color:Navigation Gradient 2} 100%);
  615. -webkit-transition: all 0.7s ease-in-out;
  616. -moz-transition: all 0.7s ease-in-out;
  617. -o-transition: all 0.7s ease-in-out;
  618. }
  619.  
  620. #line1{
  621. position:fixed;
  622. margin-left:490px;
  623. margin-top:17px;
  624. width:15px;
  625. height:100%;
  626. background:{color:quote bar};
  627. background-image:url('{image:stripe}');
  628. background-size:cover;
  629. border-left:3px solid #fff;
  630. border-right:3px solid #fff;
  631. padding-bottom:10px;
  632. box-shadow: -5px 0 5px -5px #888, 5px 0 5px -5px #888;
  633. z-index:9999;
  634. }
  635.  
  636. #line2{
  637. position:fixed;
  638. margin-left:520px;
  639. margin-top:17px;
  640. width:8px;
  641. height:100%;
  642. background:{color:quote bar};
  643. background-image:url('{image:stripe}');
  644. background-size:cover;
  645. border-left:2px solid #fff;
  646. border-right:2px solid #fff;
  647. padding-bottom:10px;
  648. box-shadow: -4px 0 4px -4px #888, 4px 0 4px -4px #888;
  649. z-index:9999;
  650. }
  651.  
  652. #quote{
  653. position:fixed;
  654. width:100%;
  655. height:15px;
  656. background:{color:quote bar};
  657. font-family:calibri;
  658. font-size:8px;
  659. color:white;
  660. border-bottom:3px solid #fff;
  661. margin-left:-10px;
  662. margin-top:-8px;
  663. text-transform:uppercase;
  664. text-align:center;
  665. letter-spacing:1px;
  666. padding:5px;
  667. z-index:999;
  668. -moz-box-shadow: 0 0 5px #888;
  669. -webkit-box-shadow: 0 0 5px #888;
  670. box-shadow: 0 0 5px #888;
  671. }
  672.  
  673. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  674. #infscr-loading{
  675. bottom: -70px;
  676. position: absolute;
  677. left: 50%;
  678. margin-left:-8px;
  679. width:16px;
  680. height:11px;
  681. overflow:hidden;
  682. margin-bottom: 50px;
  683. }
  684.  
  685. #postnotes{
  686. text-align: justify;}
  687.  
  688. #postnotes blockquote{
  689. border: 0px;}
  690.  
  691. blockquote{
  692. padding:0px 0px 2px 5px;
  693. margin:0px 0px 2px 10px;
  694. border-left: 1px dotted #eee;
  695. }
  696.  
  697. blockquote p, ul{
  698. margin:0px;
  699. padding:0px;
  700. }
  701.  
  702. </style>
  703.  
  704. <title>{Title}</title>
  705.  
  706. <link rel="shortcut icon" href="{favicon}">
  707.  
  708. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  709. <meta name="viewport" content="width=720" />
  710.  
  711. </head>
  712.  
  713. <body>
  714. <div id="center">
  715. <div id="content">
  716.  
  717. <div id="quote">{text:quote}</div>
  718.  
  719. <div id="line1"></div>
  720. <div id="line2"></div>
  721.  
  722. <img style="position:fixed; opacity:.1; width:300px; height:270px; margin-top:150px; margin-left:100px; z-index:9;" src="http://www.clipartbest.com/cliparts/nTE/Xdp/nTEXdpbGc.gif">
  723.  
  724. <div id="sidebar">
  725.  
  726. <div id="blogtitle">{text:Blogtitle}</div>
  727.  
  728. <div id="desc"><div style="overflow:auto; width:100px; height:95px; background-color:#fbfbfb; font-family:calibri; text-transform:uppercase; text-align:justify; padding:8px; color:{color:text}; letter-spacing:1px; border:1px solid #eee; -webkit-border-radius: 0px 18px 0px 0px;">{description}</div></div>
  729.  
  730. <div id="links">
  731. <a href="{text:Link One}" title="{text:Link One Title}"></a>
  732. <a href="{text:Link Two}" title="{text:Link Two Title}"></a>
  733. <a href="{text:Link Three}" title="{text:Link Three Title}"></a>
  734. <a href="{text:Link Four}" title="{text:Link Four Title}"></a>
  735. <a href="{text:Link Five}" title="{text:Link Five Title}"></a>
  736. </div>
  737.  
  738. <div id="picture"></div>
  739.  
  740. <div id="sbpicture"></div>
  741.  
  742. <div id="header"></div>
  743.  
  744. <img src="http://www.southworth.com/shop/swatches/popup_white.jpg" style="position:fixed; width:237px; height:165px; margin-top:55px; margin-left:7px; border-radius:18px; opacity:.5; z-index:9;"></div>
  745.  
  746. </div></div></div></div>
  747.  
  748. <div id="posts">
  749. {block:Posts}
  750. <div id="entry">
  751.  
  752. {block:Text}
  753. {block:Title}<span class="title">{Title}</span>{/block:Title}
  754. <span class="entrytext">{Body}</span></a>
  755. {block:IndexPage}<br>
  756. <div class="permalinktext">
  757. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  758. <div class="permalinktext2">
  759. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  760. {/block:IndexPage}
  761. {/block:Text}
  762.  
  763. {block:Link}
  764. <a href="{URL}" class="title">{Name}</a>
  765. {block:Description}{Description}{/block:Description}
  766. {block:IndexPage}<br>
  767. <div class="permalinktext">
  768. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  769. <div class="permalinktext2">
  770. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  771. {/block:IndexPage}
  772. {block:Link}
  773.  
  774. {block:Photo}{block:IndexPage}<div class="lovely"></div>
  775. <div class="fade"></div>
  776. <div class="perma">
  777. <a href="{Like}" title="Like" target="_blank">{LikeButton color="white" size="24"}</a></div>
  778. <div class="perma2">
  779. <a href="{ReblogURL}" title="Reblog" target="_blank">{ReblogButton color="white" size="24"}</a></div>
  780. <div class="perma3">
  781. <div class="tabtop">
  782. <a style="color:#fff; font-family: 'Great Vibes', cursive; font-size:19px; text-transform:none; text-decoration:none; text-shadow: -1px 0 {color:permalink}, 0 1px {color:permalink}, 1px 0 {color:permalink}, 0 -1px {color:permalink}; text-align:left; border-bottom:1px solid {color:permalink}; padding-bottom:5px;">More Information</a>
  783. <br><br>
  784. <a href="{Permalink}" target="_blank">Posted {timeago}</a><br>
  785. <a href="{Permalink}" target="_blank">{notecount} notes</a>
  786. </div></div>
  787. {/block:IndexPage}
  788.  
  789. {block:IndexPage}
  790. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=250px;>
  791. {/block:IndexPage}
  792. {block:permalinkpage}{LinkOpenTag}<center>
  793. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=580px;/>
  794. {LinkCloseTag}</center>{/block:permalinkpage}
  795. {/block:Photo}
  796.  
  797. {block:Quote}
  798. <div class="quote">❝ {quote}</div>
  799. {block:IndexPage}<br>
  800. <div class="permalinktext">
  801. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  802. <div class="permalinktext2">
  803. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  804. {/block:IndexPage}
  805. {/block:Quote}
  806.  
  807. {block:Chat}
  808. {block:Title}<span class="title">{Title}</span>{/block:Title}
  809. <ul class="chat">
  810. {block:Lines}
  811. <li class="user_{UserNumber}">
  812. {block:Label}
  813. <span class="label">{Label}</span>
  814. {/block:Label}
  815.  
  816. {Line}<br>
  817. {/block:Lines}
  818. {block:IndexPage}<br>
  819. <div class="permalinktext">
  820. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  821. <div class="permalinktext2">
  822. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  823. {/block:IndexPage}
  824. {/block:Chat}
  825.  
  826. {block:Audio}
  827. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Lovers</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Touch:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  828. {block:IndexPage}<br>
  829. <div class="permalinktext">
  830. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  831. <div class="permalinktext2">
  832. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  833. {/block:IndexPage}
  834. {/block:Audio}
  835.  
  836. {block:Video}
  837. <center>{block:IndexPage}
  838. <div class="fade"></div>
  839. <div class="perma">
  840. <a href="{Like}" title="Like" target="_blank">{LikeButton color="white" size="24"}</a></div>
  841. <div class="perma2">
  842. <a href="{ReblogURL}" title="Reblog" target="_blank">{ReblogButton color="white" size="24"}</a></div>
  843. <div class="perma3">
  844. <div class="tabtop">
  845. <a style="color:#fff; font-family: 'Great Vibes', cursive; font-size:19px; text-transform:none; text-decoration:none; text-shadow: -1px 0 {color:permalink}, 0 1px {color:permalink}, 1px 0 {color:permalink}, 0 -1px {color:permalink}; text-align:left; border-bottom:1px solid {color:permalink}; padding-bottom:5px;">More Information</a>
  846. <br><br>
  847. <a href="{Permalink}" target="_blank">Posted {timeago}</a><br>
  848. <a href="{Permalink}" target="_blank">{notecount} notes</a>
  849. </div></div>
  850. <div style="width:250px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}</center>
  851. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  852. {block:Video}
  853.  
  854. {block:Answer}
  855. <div style="margin:3px; margin-top:-5px; min-height:30px; margin-left:50px; padding:5px; background:#fff; border:1px solid #eee;">
  856. <img src="{AskerPortraitURL-30}" width="30" align="left"
  857. style="margin-right:4px; margin-top:-6px; margin-left:-60px; border:1px solid #eee; border-radius:100px; padding:7px; outline:1px solid #fff; outline-offset:-10px;">
  858. <askk><font style="letter-spacing:1px; font-family: 'Open Sans Condensed', sans-serif; font-size:20px; line-height:25px; text-decoration:none; text-shadow: -1px 0 {color:ask color}, 0 1px {color:ask color}, 1px 0 {color:ask color}, 0 -1px {color:ask color}; color:white;">{Asker}:</font></askk> <font style="padding-bottom:3px;">{Question}</font></div>
  859. <div style="margin-top:10px; min-height:30px; margin-left:0px; padding:5px; border:1px solid {color:ask color}; color:{color:text}; width:240px; background:#fbfbfb">{Answer}</div><br>
  860. <div class="permalinktext">
  861. <a href="{permalink}" style="color:white;">{notecountwithlabel}</a></div>
  862. <div class="permalinktext2">
  863. <a href="{ReblogURL}" style="color:white;">reblog</a></div>
  864. {/block:Answer}
  865.  
  866. {block:PermalinkPage}
  867. <justify><br>
  868. {block:caption}<div style="background:#fbfbfb; border:1px solid #eee; width:570px; padding:5px;">{caption}</div>{/block:caption}<br>
  869. {block:Date}<div style="background:#fbfbfb; border:1px solid #eee; width:570px; padding:5px;">Posted {DayOfWeek} {/block:Date} {block:NoteCount}with {NoteCount} notes<br></div>{/block:NoteCount}<br>
  870. {block:RebloggedFrom}<div style="background:#fbfbfb; border:1px solid #eee; width:570px; padding:5px;">Source: <a href="{ReblogRootURL}">{ReblogRootName}</a> | Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</div></a><br>{/block:RebloggedFrom}
  871. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</justify>
  872. {/block:PermalinkPage}
  873. {block:PostNotes}
  874. <div id="postnotes"> <div style="overflow:auto; width:580px; height:200px; border: 1px solid #eee; background-color:#fbfbfb; text-align:justify;">{PostNotes}</div></div>
  875. {/block:PostNotes}</div>{/block:Posts}
  876. </div></div>
  877.  
  878. {block:indexpage}
  879. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  880. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  881. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  882. <script type="text/javascript">
  883. $(window).load(function(){
  884. var $wall = $('#posts');
  885. $wall.imagesLoaded(function(){
  886. $wall.masonry({
  887. itemSelector: '#entry, #entry_photo',
  888. isAnimated : false
  889. });
  890. });
  891.  
  892. $wall.infinitescroll({
  893. navSelector : '#page-nav',
  894. nextSelector : '#page-nav a',
  895. itemSelector : '#entry, #entry_photo',
  896. bufferPx : 2000,
  897. debug : false,
  898. errorCallback: function() {
  899. $('#infscr-loading').fadeOut('normal');
  900. }},
  901. function( newElements ) {
  902. var $newElems = $( newElements );
  903. $newElems.hide();
  904. $newElems.imagesLoaded(function(){
  905. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  906. });
  907. }); $('#content').show(500);
  908. });
  909. </script>
  910. {/block:indexpage}
  911.  
  912. <body onkeydown="return false">
  913. </body>
  914.  
  915. <div style="z-index:9999; position:fixed; bottom:3px; right:10px; opacity:0.7"><a href="http://seedfawn.tumblr.com" title="Theme by Seedfawn"><img src="http://static.tumblr.com/iqvfzph/DyZnm91nx/tumblr_inline_mpa4u8ch0b1r5q3xq.png" width="auto"></a></div>
  916. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement