Advertisement
4lison

Goodies Theme

Mar 5th, 2013
672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.97 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5.  
  6. <!--
  7. So Fierce Theme by 4lisonwonderland,
  8. Do not remove credit,
  9. Find more themes at 4lison.com
  10. You are not to redistribute this theme, use it as a base code, claim as your own theme, remove credit, or sell.
  11. To do so would vilate the Creative Commons license.
  12. This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
  13. -->
  14.  
  15. <meta name="font:Body" content="Arial, Helvetica, sans-serif"/>
  16. <meta name="font:Title" content="Georgia, Times New Roman, serif"/>
  17. <meta name="color:Text" content="#222222">
  18. <meta name="color:Links" content="#ec6d71">
  19. <meta name="color:Hover" content="#f2c9ac">
  20. <meta name="color:Title" content="#Fcf">
  21. <meta name="color:Background" content="#FFFFFF">
  22. <meta name="color:PostsBackground" content="#FFFFFF">
  23. <meta name="color:Posts" content="#fff"/>
  24. <meta name="color:Sidebar" content="#fff">
  25. <meta name="color:BlinkingLetter" content="#EAB5C5">
  26. <meta name="color:BlinkingLetter2" content="#EE799F">
  27. <meta name="if:BWHover" content="1">
  28. <meta name="if:MagnifyHover" content="1">
  29. <meta name="if:StretchedBackground" content="0"/>
  30.  
  31.  
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Sidebar" content="http://static.tumblr.com/blpgwiz/RL5mj7ldx/tumblr_llcxoksrbc1qi7225o1_500.jpg"/>
  34. <meta name="image:Favorite1" content="http://static.tumblr.com/5cc002e1917dbcfa4c875535de980e07/lk1ucde/iE8mispa6/tumblr_static_snapshot_20120814_12.jpg">
  35. <meta name="image:Favorite2" content="http://sphotos-b.xx.fbcdn.net/hphotos-ash4/397748_3795419579053_582081614_n.jpg">
  36. <meta name="image:Favorite3" content="http://sphotos-b.xx.fbcdn.net/hphotos-prn1/547222_10151048577679563_2011589962_n.jpg">
  37. <meta name="image:Favorite4" content="http://static.tumblr.com/ruecajt/1C7lpmrf5/rsz_280000_10150681176315456_896240455_19421322_6621303_o.png">
  38. <meta name="image:Favorite5" content="http://sphotos-b.xx.fbcdn.net/hphotos-ash4/308465_10150308998613248_1229007953_n.jpg">
  39.  
  40.  
  41. <meta name="text:Link1" content="Link 1"/>
  42. <meta name="text:Link1Url" content="http://everythingtumblr.4lison.com/">
  43. <meta name="text:Link2" content="Link 2"/>
  44. <meta name="text:Link2Url" content="http://everythingtumblr.4lison.com/">
  45. <meta name="text:Link3" content="Link 3"/>
  46. <meta name="text:Link3Url" content="http://everythingtumblr.4lison.com/">
  47. <meta name="text:Favorite1Url" content="">
  48. <meta name="text:Favorite2Url" content="">
  49. <meta name="text:Favorite3Url" content="">
  50. <meta name="text:Favorite4Url" content="">
  51. <meta name="text:Favorite5Url" content="">
  52. <meta name="text:Statscode" content="<center>__ Users Online</center>
  53. <center>_ people have been here</center>
  54. <center>ect.</center>">
  55.  
  56.  
  57.  
  58. <link rel="shortcut icon" href="{Favicon}">
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  61.  
  62. <script src="http://code.jquery.com/jquery-1.6.1.min.js"></script>
  63. {block:IndexPage}
  64. <script src='http://dl.dropbox.com/u/10308294/js/jquery.masonry2-0.min.js' type='text/javascript'></script>
  65. <script type="text/javascript" src="http://dl.dropbox.com/u/10308294/un/jquery.infinitescroll.min.js"></script>
  66. {/block:IndexPage}
  67.  
  68.  
  69. <script type="text/javascript">
  70. // <![CDATA[
  71. var bgcolour="{color:BlinkingLetter}"; // background colour
  72. var fgcolour="{color:BlinkingLetter2}"; // foreground colour
  73. var speed=100; // speed of bubbling, lower is faster
  74. var shades=10; // number of shades of bubble
  75.  
  76. /****************************
  77. * Bubbling Text Effect *
  78. *(c) 2003-6 mf2fm web-design*
  79. * http://www.mf2fm.com/rv *
  80. * DON'T EDIT BELOW THIS BOX *
  81. ****************************/
  82. var bubbcol=new Array();
  83. var bubbler, bubbtxt;
  84. var bubbchr=new Array();
  85. window.onload=function() { if (document.getElementById) {
  86. for (bubbler=0; bubbler<=shades; bubbler++) {
  87. bubbtxt="#";
  88. for (var i=1; i<6; i+=2) {
  89. var bg=parseInt(bgcolour.substring(i,i+2),16);
  90. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  91. }
  92. bubbcol[bubbler+1]=bubbtxt;
  93. }
  94. bubbler=document.getElementById("bubble");
  95. bubbtxt=bubbler.firstChild.nodeValue;
  96. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  97. for (var i=0; i<bubbtxt.length; i++) {
  98. var bubbi=document.createElement("span");
  99. bubbi.setAttribute("id", "bubb"+i);
  100. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  101. bubbler.appendChild(bubbi);
  102. }
  103. bubbler=setInterval ("bubbling()", speed);
  104. }}
  105.  
  106. function dechex(dec) {
  107. var hex=dec.toString(16);
  108. if (dec<16) return "0"+hex;
  109. else return hex;
  110. }
  111.  
  112. function bubbling() {
  113. for (var i=0; i<bubbtxt.length; i++) {
  114. var bubbme=document.getElementById("bubb"+i);
  115. if (bubbchr[i]) {
  116. bubbme.style.color=bubbcol[bubbchr[i]];
  117. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  118. }
  119. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  120. }
  121. }
  122. // ]]>
  123. </script>
  124.  
  125.  
  126. <script type="text/javascript" src="http://static.tumblr.com/1s4z8hu/1kflriygl/jscriptf-min.js"></script>
  127.  
  128. <script type="text/javascript">
  129. // Smooth Scroll to Top
  130. $(document).ready(function() {
  131. $('a[href*=#]').click(function() {
  132. if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
  133. && location.hostname == this.hostname) {
  134. var $target = $(this.hash);
  135. $target = $target.length && $target || $('[name=' + this.hash.slice(1) +']');
  136. if ($target.length) {
  137. var targetOffset = $target.offset().top;
  138. $('html,body').animate({scrollTop: targetOffset}, 700);
  139. return false;
  140. }
  141. }
  142. });
  143. });
  144. </script>
  145. <style type="text/css">
  146. body{
  147. overflow-x:hidden;
  148. background:{color:Background} url('{image:background}') fixed;
  149. {block:IfStretchedBackground}
  150. background-size: 100% 100%;
  151. {/block:IfStretchedBackground}
  152. font-family:{font:Body};
  153. font-size:10px;
  154. letter-spacing:0px;
  155. color:{color:text};
  156. }
  157.  
  158. a:link, a:visited{
  159. color:{color:links} !important;
  160. text-decoration:none;
  161. -webkit-transition: 0.8s;
  162. -moz-transition: 0.8s;
  163. -o-transition: 0.8s;
  164. -ms-transition: 0.8s;
  165. transition: 0.8s;
  166.  
  167. }
  168.  
  169. a:hover{
  170. color:{color:hover};
  171. -webkit-transition: 0.8s;
  172. -moz-transition: 0.8s;
  173. -o-transition: 0.8s;
  174. -ms-transition: 0.8s;
  175. transition: 0.8s;
  176.  
  177.  
  178.  
  179.  
  180. }
  181.  
  182. img a{
  183. border:0px !important;
  184. }
  185.  
  186. #container{
  187. position: absolute;
  188. left: 300px !important;
  189. {block:IndexPage}
  190. width: 80%;
  191. {/block:IndexPage}
  192. {block:PermalinkPage} width:500px;{/block:PermalinkPage}
  193.  
  194.  
  195. }
  196.  
  197. #infscr-loading {
  198.  
  199.  
  200. {block:IfNotUseLoadingBox}display:none !important;{/block:IfNotUseLoadingBox}
  201. }
  202.  
  203. .paige{
  204. position: fixed;
  205. margin-top: 50px;
  206. left: 10px;
  207. width: 250px;
  208. height: 92%;
  209. padding: 5px;
  210. text-align: center;
  211. background: {color:Sidebar};
  212. z-index: 99 !important;
  213.  
  214. }
  215.  
  216. .alex img{
  217. width: 250px;
  218. }
  219.  
  220. .spinner{
  221. position: fixed;
  222. margin-top: 0px;
  223. font-size: 85px;
  224. font-family: 'Always';
  225. left: 40px;
  226. width: 150px !important;
  227. z-index: 9999;
  228. line-height: 60%;
  229. text-align: center;
  230. text-transform: normal;
  231. text-shadow: 1px 1px 1px #000;
  232. }
  233.  
  234. .manny{
  235. font-size: 45px;
  236. font-family: 'Always';
  237. margin-left: 60px;
  238. width: 200px !important;
  239. z-index: 9999;
  240. line-height: 60%;
  241. text-align: center;
  242. text-transform: normal;
  243. text-shadow: 1px 1px 1px #000;
  244. color: {color:Title};
  245. margin-top: -5px;
  246. }
  247.  
  248. .emma{
  249. border-top: 3px dashed {color:Title};
  250. font-size: 25px;
  251. font-family: 'Stars';
  252. line-height: 60%;
  253. letter-spacing: 1px;
  254. height: 105px;
  255. overflow: auto;
  256.  
  257. }
  258.  
  259. .ashley{
  260. padding-top: 5px;
  261. border-top: 3px dashed {color:Title};
  262. font-size: 25px;
  263. font-family: 'Stars';
  264. line-height: 60%;
  265. letter-spacing: 1px;
  266. height: 105px;
  267. overflow: hidden;
  268. z-index: 999999999999 !important;
  269. overflow: auto;
  270. }
  271.  
  272. .hazel{
  273. background-color: {color:Title};
  274. -webkit-transition: 0.5s;
  275. -moz-transition: 0.5s;
  276. -o-transition: 0.5s;
  277. transition: 0.5s;
  278. width: 95% !important;
  279. border-radius: 30px;
  280. z-index: 999999999999 !important;
  281. margin-top: 2px;
  282. font-size: 20px;
  283. text-transform: uppercase;
  284.  
  285. }
  286.  
  287. .hazel:hover{
  288. -webkit-transition: 0.5s;
  289. -moz-transition: 0.5s;
  290. -o-transition: 0.5s;
  291. transition: 0.5s;
  292. background-color: #fff;
  293. }
  294.  
  295. .terri{
  296. padding-top: 5px;
  297. margin-top: 8px;
  298. border-top: 3px dashed {color:Title};
  299. font-size: 25px;
  300. font-family: 'Stars';
  301. line-height: 60%;
  302. letter-spacing: 1px;
  303. height: 65px;
  304. overflow: hidden;
  305. z-index: 999999999999 !important;
  306.  
  307. }
  308.  
  309. .terri img{
  310. width: 40px;
  311. height: 40px;
  312. margin-left: 1px;
  313. margin-top: 1px;
  314. }
  315.  
  316. ::-webkit-scrollbar {
  317. width: 10px;
  318. background-color: {color:Sidebar};
  319. }
  320.  
  321. ::-webkit-scrollbar-track {
  322. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  323. border-radius: 10px;
  324. background-color: {color:Sidebar};
  325. }
  326.  
  327. ::-webkit-scrollbar-thumb {
  328. border-radius: 10px;
  329. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  330. background-color: {color:Title};
  331. }
  332.  
  333. ::-webkit-scrollbar-corner {
  334.  
  335. background: #transparent;
  336.  
  337. }
  338.  
  339.  
  340.  
  341.  
  342.  
  343. #footer{
  344. clear:both;
  345. }
  346.  
  347. #posts{
  348. padding: 0px;
  349. z-index: 9999;
  350. padding-left: 2px;
  351. margin-top:50px;
  352. {block:IndexPage}
  353. width: 88%;
  354. {/block:IndexPage}
  355. {block:PermalinkPage} width:520px;{/block:PermalinkPage}
  356. background:{color:PostsBackground};
  357. }
  358.  
  359. .post a{
  360. color: {color:links};
  361. -webkit-transition: 0.5s;
  362. -moz-transition: 0.5s;
  363. -o-transition: 0.5s;
  364. transition: 0.5s;
  365. }
  366.  
  367. .post a:hover{
  368. color:{color:hover};
  369. text-decoration:none;
  370. -webkit-transition: 0.5s;
  371. -moz-transition: 0.5s;
  372. -o-transition: 0.5s;
  373. transition: 0.5s;
  374. }
  375.  
  376. .post{
  377. -webkit-transition: 0.5s;
  378. -moz-transition: 0.5s;
  379. -o-transition: 0.5s;
  380. transition: 0.5s;
  381. background: {color:Posts};
  382. {block:IndexPage}
  383. width: 250px;
  384. height: 200px;
  385. {/block:IndexPage}
  386. {block:PermalinkPage}
  387. width: 480px;
  388. {/block:PermalinkPage}
  389. margin-top:3px;
  390. margin-right: 1px;
  391.  
  392. }
  393.  
  394.  
  395. .post a{
  396. color: {color:links} !important;
  397. }
  398.  
  399. @font-face {
  400. font-family: 'Always';
  401. src: url('http://static.tumblr.com/blpgwiz/rgnmj7l4z/southernaire_personal_use_only.ttf') format('truetype');
  402. font-weight: normal;
  403. font-style: normal;
  404.  
  405. }
  406.  
  407. @font-face {
  408. font-family: 'Stars';
  409. src: url('http://static.tumblr.com/blpgwiz/Ae4mj7mqe/where_stars_shine_the_brightest.ttf') format('truetype');
  410. font-weight: normal;
  411. font-style: normal;
  412.  
  413. }
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. .post h3{
  424. font-weight:bold;
  425. font-size:11px;
  426. text-transform:uppercase;
  427. padding:5px;
  428. text-align:center;
  429. {block:IndexPage}
  430. width: 250px;
  431. {/block:IndexPage}
  432. {block:PermalinkPage}
  433. width: 90%;
  434. {/block:PermalinkPage}
  435. }
  436.  
  437. .caption, .notestags{
  438. padding:10px;
  439. {block:PermalinkPage}
  440. width: 60%;
  441. {/block:PermalinkPage}
  442. }
  443.  
  444. .text{
  445. padding:10px;
  446. {block:IndexPage}
  447. width: 250px;
  448. height: 200px;
  449. overflow: hidden;
  450. {/block:IndexPage}
  451. {block:PermalinkPage}
  452. width: 500px;
  453. height: auto;
  454. {/block:PermalinkPage}
  455. text-align:justify;
  456. }
  457.  
  458. .text img a{
  459. border:0px !important;
  460. }
  461.  
  462. .text img{
  463. {block:IndexPage}
  464. width: 200px;
  465. {/block:IndexPage}
  466. {block:PermalinkPage}max-width:400px;{block:PermalinkPage}
  467. height:auto;
  468. border:0px !important;
  469. }
  470.  
  471. .catchme{
  472. background:{color:PostsBackground};
  473. padding:3px;
  474. position:absolute;
  475. top:0;
  476. z-index:3;
  477. opacity:0;
  478. overflow:hidden;
  479. transition-duration: 0.8s;
  480. -webkit-transition-duration: 0.8s;
  481. -o-transition-duration: 0.8s;
  482. -moz-transition-duration: 0.8s;
  483. text-align:center;
  484. text-transform:uppercase;
  485. {block:IndexPage}
  486. width: 270px;
  487. font-family: 'Always';
  488. font-size: 15px;
  489. {/block:IndexPage}
  490. {block:PermalinkPage}display:none;{block:PermalinkPage}
  491. }
  492.  
  493. .d_con{
  494.  
  495. }
  496.  
  497. .photo:hover .catchme{
  498.  
  499. opacity:0.85;
  500. overflow:hidden;
  501. transition-duration: 0.8s;
  502. -webkit-transition-duration: 0.8s;
  503. -o-transition-duration: 0.8s;
  504. -moz-transition-duration: 0.8s;
  505. }
  506.  
  507.  
  508.  
  509.  
  510. .photo{
  511.  
  512.  
  513. width:270px;
  514. height: 220px !important;
  515. {block:PermalinkPage}
  516. width: 500px;
  517. height: auto !important;
  518. {/block:PermalinkPage}
  519. overflow: hidden;
  520. -webkit-transition: 0.8s;
  521. -moz-transition: 0.8s;
  522. -o-transition: 0.8s;
  523. -ms-transition: 0.8s;
  524. transition: 0.8s;
  525. }
  526.  
  527. {block:IfBWHover}
  528. .photo img{
  529. -webkit-filter: grayscale(0%);
  530. }
  531. .photo img:hover{
  532. -webkit-filter: grayscale(100%);
  533. z-index: -9999999999999999999999999px;
  534. }
  535. {/block:IfBWHover}
  536.  
  537.  
  538.  
  539.  
  540. .photo img{
  541. {block:IndexPage}
  542. width: 270px;
  543. min-height:220px !important;
  544. {/block:IndexPage}
  545. {block:PermalinkPage}width:500px; height: auto;{/block:PermalinkPage}
  546. overflow: hidden;
  547. transition-duration: 0.8s;
  548. -webkit-transition-duration: 0.8s;
  549. -o-transition-duration: 0.8s;
  550. -moz-transition-duration: 0.8s;
  551. z-index:1;
  552. }
  553.  
  554. .photo img:hover{
  555. {block:IndexPage}
  556. {block:IfMagnifyHover}
  557. -webkit-transform: scale(1.5);
  558. -moz-transform: scale(1.5);
  559. -o-transform: scale(1.5);
  560. -ms-transform: scale(1.5);
  561. transform: scale(1.5);
  562. -webkit-transition-duration: 0.8s;
  563. -moz-transition-duration: 0.8s;
  564. -o-transition-duration: 0.8s;
  565. -ms-transition-duration: 0.8s;
  566. transition-duration: 0.8s;
  567. {/block:IfMagnifyHover}
  568.  
  569. {/block:IndexPage}
  570. }
  571.  
  572. .photoset_w{
  573. left: 0px !important;
  574. padding-top: 10px;
  575. {block:IndexPage}
  576. width: 270px;
  577. overflow: hidden;
  578. height: 210px !important;
  579. {/block:IndexPage}
  580. {block:PermalinkPage}
  581. width: 500px;
  582. height: auto;
  583. {/block:PermalinkPage}
  584. }
  585.  
  586. .photoset_w .html_photoset iframe{
  587. margin-left:auto;
  588. margin-right:auto;
  589. display:block;
  590. }
  591.  
  592. .link{
  593. padding:10px;
  594. {block:IndexPage}
  595. width: 250px;
  596. height: 200px;
  597. {/block:IndexPage}
  598. {block:PermalinkPage}
  599. width: 500px;
  600. height: auto;
  601. {/block:PermalinkPage}
  602. text-align:justify;
  603. }
  604.  
  605. .chat{
  606. padding:10px;
  607. {block:IndexPage}
  608. width: 250px;
  609. height: 200px;
  610. {/block:IndexPage}
  611. {block:PermalinkPage}
  612. width: 500px;
  613. height: auto;
  614. {/block:PermalinkPage}
  615. text-align:justify;
  616. }
  617.  
  618. .chat ul, .chat ul li{
  619. list-style:none;
  620. margin:0px;
  621. padding:0px;
  622. }
  623.  
  624. .chat .label{
  625. font-weight:bold;
  626. font-style:italic;
  627. text-transform:lowercase;
  628. }
  629.  
  630. .quote{
  631. font-size:15px;
  632. padding:10px;
  633. {block:IndexPage}
  634. width: 250px;
  635. height: 200px;
  636. {/block:IndexPage}
  637. {block:PermalinkPage}
  638. width: 500px;
  639. height: auto;
  640. {/block:PermalinkPage}
  641. text-align:left;
  642. }
  643.  
  644. .qsource{
  645. text-align:right;
  646. }
  647.  
  648. .video embed, .video object, .video iframe{
  649. {block:IndexPage}
  650. width: 250px;
  651. height: 200px;
  652. {/block:IndexPage}
  653. {block:PermalinkPage}
  654. width: 500px;
  655. height: auto;
  656. {/block:PermalinkPage}
  657. height:auto !important;
  658. }
  659.  
  660. .player{
  661. padding:10px;
  662. {block:IndexPage}
  663. width: 250px;
  664. height: 200px;
  665. {/block:IndexPage}
  666. {block:PermalinkPage}
  667. width: 500px;
  668. height: auto;
  669. {/block:PermalinkPage}
  670. text-align:justify;
  671. }
  672.  
  673. .audio_player{
  674. background:#fff;
  675. }
  676.  
  677. .audio {
  678. height:30px;
  679. overflow-y: hidden;
  680. }
  681. .audio span {
  682. color:#ffffff;
  683. font-size:1px;
  684. }
  685. .audio span a{
  686. color:#ffffff;
  687. font-size:1px;
  688. }
  689.  
  690. .artist{
  691. text-transform:lowercase;
  692. padding:10px;
  693. text-align:center;
  694.  
  695. {block:IndexPage}
  696. width: 250px;
  697. max-height: 200px;
  698. {/block:IndexPage}
  699. {block:PermalinkPage}
  700. width: 500px;
  701. height: auto;
  702. {/block:PermalinkPage}
  703.  
  704. }
  705.  
  706. .ask{
  707. padding:10px;
  708. {block:IndexPage}
  709. width: 250px;
  710. height: 200px;
  711. {/block:IndexPage}
  712. {block:PermalinkPage}
  713. width: 500px;
  714. height: auto;
  715. {/block:PermalinkPage}
  716. text-align:justify;
  717. text-transform:lowercase;
  718. }
  719.  
  720. .ask p{
  721. margin-top:0px;
  722. }
  723.  
  724. #footer{
  725. }
  726.  
  727. .source{
  728. display:none;
  729. height:0px !important;
  730. }
  731.  
  732. .p_separator{
  733. border-top:1px solid {color:text};
  734. padding-top:10px;
  735. margin:0 120px;
  736. }
  737.  
  738. .p_meta{
  739. text-align:center;
  740. text-transform:uppercase;
  741. font-size:10px !important;
  742. }
  743.  
  744. .perma_pagi{
  745. width: 620px !important;
  746. }
  747.  
  748. .backtop{
  749. position:fixed;
  750. bottom:0px;
  751. right:10px;
  752. background:{color:Borders};
  753. width: 80px;
  754. height: 80px;
  755. font-size:18px;
  756. border-radius: 100%;
  757. -moz-transition-duration:0.5s;
  758. -o-transition-duration:0.5s;
  759. -webkit-transition-duration:0.5s;
  760. transition-duration:0.5s;
  761. }
  762.  
  763. .backtop a{
  764. color:{color:PostsBackground}
  765. }
  766.  
  767. .backtop p{
  768. text-align: center;
  769. margin-top: 7px;
  770. }
  771.  
  772. {CustomCSS}
  773.  
  774. </style>
  775.  
  776.  
  777.  
  778. </head>
  779.  
  780.  
  781. <body>
  782.  
  783. <div class="spinner"><span id="bubble">{title}</span></div>
  784.  
  785. <div class="paige">
  786. <div class="alex"><img src="{image:Sidebar}"></div>
  787. <div class="manny">About</div>
  788. <div class="emma">{description}</div>
  789. <div class="manny">Links</div>
  790. <div class="ashley">
  791. <div class="hazel"><a href="/">Home</a></div>
  792. <div class="hazel"><a href="/ask">Ask</a></div>
  793. <div class="hazel"><a href="http://fyeahcodes.com/">Theme</a></div>
  794. <div class="hazel"><a href="{text:Link1Url}">{text:Link1}</a></div>
  795. <div class="hazel"><a href="{text:Link2Url}">{text:Link2}</a></div>
  796. <div class="hazel"><a href="{text:Link3Url}">{text:Link3}</a></div>
  797. </div>
  798. <div class="terri">
  799. <div class="manny">Favorites</div>
  800. <a href="{text:Favorite1Url}"><img src="{image:Favorite1}"></a>
  801. <a href="{text:Favorite2Url}"><img src="{image:Favorite2}"></a>
  802. <a href="{text:Favorite3Url}"><img src="{image:Favorite3}"></a>
  803. <a href="{text:Favorite4Url}"><img src="{image:Favorite4}"></a>
  804. <a href="{text:Favorite5Url}"><img src="{image:Favorite5}"></a>
  805.  
  806.  
  807. </div>
  808. <div class="manny">Stats</div>
  809. <div class="terri">
  810. <center>{text:StatsCode}</center>
  811. </div>
  812. </div>
  813.  
  814.  
  815.  
  816. <div id="container">
  817.  
  818.  
  819. <div id="posts">
  820.  
  821. {block:Posts}
  822. {block:Text}
  823. <div class="post text">
  824. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>
  825. <div class="p_separator"></div>
  826. {/block:Title}
  827.  
  828. {Body}
  829. <div class="p_separator"></div>
  830. <div class="p_meta"><a href="{Permalink}">Permalink</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}&middot; {Timeago}</div>
  831. </div>
  832. {/block:Text}
  833.  
  834. {block:Photo}
  835. <div class="post photo">
  836. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" {PhotoAlt} border="0"/></a>
  837. <div class="catchme"><div class="d_con"><a href="{Reblogurl}">Reblog</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}&middot; {Timeago}</div></div>{/block:IndexPage}
  838.  
  839. {block:PermalinkPage}
  840. {LinkOpenTag}<img src="{PhotoURL-500}" {PhotoAlt} border="0"/>{LinkCloseTag}
  841. {block:Caption}
  842. <div class="caption">{Caption}</div>
  843. {/block:Caption}
  844. {/block:PermalinkPage}
  845.  
  846. </div>
  847. {/block:Photo}
  848.  
  849. {block:Photoset}
  850. <div class="post photoset_w">{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  851. <center>
  852. <a href="{permalink}">Permalink</a></center>
  853. {block:PermalinkPage}
  854. {block:Caption}
  855. <div class="caption">{Caption}</div>
  856. {/block:Caption}
  857. {/block:PermalinkPage}
  858. </div>
  859. {/block:Photoset}
  860.  
  861. {block:Quote}
  862. <div class="post quote">
  863. "{Quote}"
  864. {block:Source}
  865. <div class="qsource"><h3>{Source}</h3></div>
  866. {/block:Source}
  867. <div class="p_separator"></div>
  868. <div class="p_meta"><a href="{Permalink}">Permalink</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}&middot; {Timeago}</div>
  869. </div>
  870. {/block:Quote}
  871.  
  872. {block:Link}
  873. <div class="post link">
  874. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  875. <div class="p_separator"></div>
  876. {block:Description}
  877. {Description}
  878. {/block:Description}
  879. <div class="p_separator"></div>
  880. <div class="p_meta"><a href="{Permalink}">Permalink</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}&middot; {Timeago}</div>
  881. </div>
  882. {/block:Link}
  883.  
  884. {block:Chat}
  885. <div class="post chat">
  886. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>
  887. <div class="p_separator"></div>
  888. {/block:Title}
  889.  
  890. <ul class="chat">
  891. {block:Lines}
  892. <li class="{Alt} user_{UserNumber}">
  893. {block:Label}
  894. <span class="label">{Label}</span>
  895. {/block:Label}
  896.  
  897. {Line}
  898. </li>
  899. {/block:Lines}
  900. </ul>
  901. <div class="p_separator"></div>
  902. <div class="p_meta"><a href="{Permalink}">Permalink</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}&middot; {Timeago}</div>
  903. </div>
  904. {/block:Chat}
  905.  
  906. {block:Video}
  907. <div class="post video">
  908. {Video-500}
  909. <div class="p_separator"></div>
  910. <div class="p_meta"><a href="{Permalink}">Permalink</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}&middot; {Timeago}</div>
  911.  
  912. {block:PermalinkPage}
  913. {block:Caption}
  914. <div class="caption">{Caption}</div>
  915. {/block:Caption}
  916. {/block:PermalinkPage}
  917. </div>
  918. {/block:Video}
  919.  
  920. {block:Audio}
  921. <div class="post player">
  922. <div class="audio" id="{postID}">{AudioPlayerWhite}</div>
  923. <div class="artist">{block:Artist}<b>{Artist}</b>{/block:Artist} {block:TrackName}<em>{TrackName}</em>{/block:TrackName}</div>
  924. <div class="p_separator"></div>
  925. <div class="p_meta"><a href="{Permalink}">Permalink</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}&middot; {Timeago}</div>
  926. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  927. {/block:PermalinkPage}
  928. </div>
  929. {/block:Audio}
  930.  
  931. {block:Answer}
  932. <div class="post ask">
  933.  
  934. <div class="answer"><strong>{Asker} asked:</strong><p><em>{Question}</em></p></div>
  935. <div><strong>{title} answered:</strong>{Answer}</div>
  936. <div class="p_separator"></div>
  937. <div class="p_meta"><a href="{Permalink}">Permalink</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}&middot; {Timeago}</div>
  938. <div style="clear:both;"></div>
  939. </div>
  940. {/block:answer}
  941.  
  942. {block:PermalinkPage}
  943. <div class="perma_pagi">
  944. <center>{block:PermalinkPagination} {block:PreviousPost} &laquo; <a href="{PreviousPost}">Previous Post</a> {/block:PreviousPost} | {block:NextPost} <a href="{NextPost}">Next Post</a> &raquo; {/block:NextPost} {/block:PermalinkPagination}</center>
  945. </div>
  946.  
  947. <div class="notestags">{block:NoteCount}{NoteCount} notes{/block:NoteCount} {block:HasTags}
  948. | {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}</div>
  949. <div class="source">
  950. {block:ContentSource}
  951. <a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  952. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  953. {/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  954. </a>
  955. {/block:ContentSource}
  956. {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  957.  
  958. </div>
  959. {/block:PermalinkPage}
  960.  
  961.  
  962. {/block:Posts}
  963.  
  964. {block:PostNotes}{PostNotes}{/block:PostNotes}
  965. </div><!--END posts-->
  966.  
  967. <div id="footer">
  968. {block:NextPage}
  969. <a href="{NextPage}">forth</a>
  970. {/block:NextPage}
  971.  
  972. {block:PreviousPage}
  973. <a href="{PreviousPage}">back</a>
  974. {/block:PreviousPage}
  975. </div>
  976. </div><!--END container-->
  977.  
  978.  
  979. <div class="backtop"><p><a href="#top">Up</a></p></div>
  980. </body>
  981. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement