Advertisement
Kimmyvp123

Theme 3 by Preachlarcel

Jul 28th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.73 KB | None | 0 0
  1. <!--
  2. Theme by Cuntstr-ctinq!. Don't remove credit or I will cut off your wifi!
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <link href='http://static.tumblr.com/blpgwiz/u8Qmijy1c/fade_in_up.css' rel='stylesheet' type='text/css'>
  10.  
  11. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='http://static.tumblr.com/blpgwiz/Zjemijy8n/fade_in_down.css' rel='stylesheet' type='text/css'>
  16.  
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("a[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:90,
  25. tip_fade_speed:600,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32. <script type="text/javascript"
  33. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  34. <script>
  35. $(document).ready(function() {
  36. //
  37. $('a.poplight[href^=#]').click(function() {
  38. var popID = $(this).attr('rel'); //Get Popup Name
  39. var popURL = $(this).attr('href'); //Get Popup href to define size
  40. var query= popURL.split('?');
  41. var dim= query[1].split('&');
  42. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  43. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
  44. var popMargTop = ($('#' + popID).height() + 80) / 2;
  45. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  46. //Apply Margin to Popup
  47. $('#' + popID).css({
  48. 'margin-top' : -popMargTop,
  49. 'margin-left' : -popMargLeft
  50. });
  51. $('body').append('<div id="fade"></div>');
  52. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  53. return false;
  54. });
  55. $('a.close, #fade').live('click', function() {
  56. $('#fade , .popup_block').fadeOut(function() {
  57. $('#fade, a.close').remove(); //fade them both out
  58. });
  59. return false;
  60. });
  61. });
  62. </script>
  63.  
  64. <script type="text/javascript">
  65. <!--
  66.  
  67. // Disable Right Click Script
  68.  
  69. function IE(e)
  70. {
  71. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  72. {
  73. return false;
  74. }
  75. }
  76. function NS(e)
  77. {
  78. if (document.layers || (document.getElementById && !document.all))
  79. {
  80. if (e.which == "2" || e.which == "3")
  81. {
  82. return false;
  83. }
  84. }
  85. }
  86. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  87.  
  88. //-->
  89. </script>
  90.  
  91.  
  92. <script type="text/javascript"
  93. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  94.  
  95. <!--DEFAULT VARIABLES-->
  96. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  97. <meta name="color:background" content="#fff"/>
  98. <meta name="color:link" content="#777"/>
  99. <meta name="color:text" content="#777"/>
  100. <meta name="color:title" content="#333"/>
  101. <meta name="color:hover" content="#fff"/>
  102. <meta name="color:text" content="#777"/>
  103. <meta name="color:quote" content="#777"/>
  104. <meta name="color:boxbackgrd" content="#777"/>
  105. <meta name="color:quote text" content="#000"/>
  106. <meta name="color:linkborder" content="#000"/>
  107. <meta name="color:linkbar" content="#777"/>
  108. <meta name="color:link1 background" content="#fff"/>
  109. <meta name="color:link2 background" content="#fff"/>
  110. <meta name="color:link3 background" content="#fff"/>
  111. <meta name="color:link4 background" content="#fff"/>
  112. <meta name="color:link5 background" content="#fff"/>
  113. <meta name="color:blogtitle" content="#aaa"/>
  114. <meta name="color:blogtitle shadow" content="#000"/>
  115. <meta name="color:scrollbar" content="#ccc"/>
  116. <meta name="color:border" content="#000"/>
  117. <meta name="image:sidebar" content="1"/>
  118. <meta name="image:background" content="1"/>
  119. <meta name="image:sidebarbackgrounds2" content="1"/>
  120. <meta name="image:sidebarbackgrounds3" content="1"/>
  121. <meta name="text:quote"content="Quote goes here hun c:">
  122. <meta name="text:blogtitle" content="Hello lovelies" />
  123. <meta name="text:stats" content"stats"/>
  124. <meta name="text:your name" content"sir mix-a-lot"/>
  125. <meta name="text:Link One" content""/>
  126. <meta name="text:link one msg" content"hover title1"/>
  127. <meta name="text:Link Two" content""/>
  128. <meta name="text:link two msg" content"hover title2"/>
  129. <meta name="text:Link Three" content""/>
  130. <meta name="text:link three msg" content"hover title3"/>
  131. <meta name="text:Link Four" content="" />
  132. <meta name="text:link four msg" content"hover title4"/>
  133. <meta name="text:upsmsg" content="" />
  134. <meta name="text:reblog msg" content="relove" />
  135. <meta name="text:botw" content="BOTW" />
  136. <meta name="text:botw hover msg" content="BOTW YAYY" />
  137. <meta name="text:botw url" content="" />
  138. <meta name="text:sidebarhover msg" content="louis" />
  139.  
  140. <style type="text/css">
  141.  
  142. #fade { /*--Transparent background layer--*/
  143. display: none; /*--hidden by default--*/
  144. background:url(http://static.tumblr.com/nl4oa31/Isdmel7ce/wallpaper-112592.jpg);
  145. position: fixed; left: 0; top: 0;
  146. width: 100%; height: 100%;
  147. opacity: .80;
  148. z-index: 9999;
  149. }
  150. .popup_block{
  151. display: none; /*--hidden by default--*/
  152. background: #fff;
  153. padding: 20px;
  154. border: 10px solid #ccc;
  155. float: left;
  156. font-size:12px;
  157. font-family:arial;
  158. position: fixed;
  159. line-height:20px;
  160. top: 50%; left: 50%;
  161. z-index: 99999;
  162. /*--CSS3 Box Shadows--*/
  163. -webkit-box-shadow: 0px 0px 20px #000;
  164. -moz-box-shadow: 0px 0px 20px #000;
  165. box-shadow: 0px 0px 20px #000;
  166. /*--CSS3 Rounded Corners--*/
  167. -webkit-border-radius: 10px;
  168. -moz-border-radius: 10px;
  169. border-radius: 10px;
  170. }
  171. img.btn_close {
  172. float: right;
  173. margin: -5px -5px 0 0;
  174. }
  175. /*--Making IE6 Understand Fixed Positioning--*/
  176. *html #fade {
  177. position: absolute;
  178. }
  179. *html .popup_block {
  180. position: absolute;
  181. }
  182.  
  183.  
  184.  
  185. #s-m-t-tooltip {
  186. max-width:300px;
  187. padding:6px 6px 6px 6px;
  188. margin:20px 0px 0px 20px;
  189. background: #fff; /* change the background color */
  190. border:1px solid #eee; /* change the border color */
  191. border-right:4px solid #eee;
  192. border-left:4px solid #eee;
  193. font-family:pewp; /* change the font */
  194. font-size:10px; /* change the font size */
  195. letter-spacing:1px; /* change the letter spacing */
  196. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  197. color:{color:hoverlink textcolor}; /* change the text color */
  198. z-index:999999;
  199. -moz-border-radius: 35px 20px / 20px 35px;
  200. border-radius: 35px 20px / 20px 35px;
  201. -moz-box-shadow:1px 1px 2px 1px #aaa;
  202. -webkit-box-shadow:1px 1px 2px 1px #aaa;
  203. box-shadow:1px 1px 2px 1px #aaa;
  204. }
  205.  
  206. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  207.  
  208. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  209.  
  210. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  211.  
  212. p {
  213. margin:0px;
  214. margin-top:0px;
  215. }
  216.  
  217.  
  218. body {
  219. padding: 0px;
  220. margin: 0px;
  221. color:{color:text};
  222. font-family: dixel;
  223. line-height:7px;
  224. font-size:8px;
  225. background-color: {color:Background};
  226. background-image:url({image:Background});
  227. background-attachment: fixed;
  228. background-repeat: repeat;
  229. }
  230.  
  231.  
  232. a:link, a:active, a:visited{
  233. text-decoration: none;
  234. -webkit-transition: color 0.3s ease-out;
  235. -moz-transition: color 0.3s ease-out;
  236. transition: color 0.3s ease-out;
  237. color:{color:link};
  238. }
  239.  
  240. a:hover {
  241. text-decoration: none;
  242. font-style:;
  243. color: {color:Hover};
  244. }
  245.  
  246. div#center{
  247. margin:auto;
  248. position:relative;
  249. width:1000px;
  250. background-color:;
  251. overflow:auto;
  252. overflow-y:hidden;
  253. }
  254.  
  255. ::-webkit-scrollbar-thumb:vertical {
  256. height:9px;
  257. background-color: {color:scrollbar};
  258. }
  259.  
  260. ::-webkit-scrollbar-thumb:horizontal {
  261. width:0px;
  262. height:0px;
  263. overflow:hidden;
  264. background:#fff;
  265. margin-right:px;
  266. }
  267.  
  268. ::-webkit-scrollbar {
  269. width:3px;
  270. height:5px;
  271. overflow:hidden;
  272. background:#ddd;
  273. margin-right:5px;
  274. }
  275.  
  276. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  277. .entry {
  278. float:left;
  279. display: block;
  280. margin:5px;
  281. opacity:.8;
  282. overflow:hidden;
  283. border: 1px solid #ddd;
  284. box-shadow:1px 2px 6px #ddd;
  285. border-radius:5px;
  286. padding: 5px;
  287. width:230px;
  288. padding-bottom: 3px;
  289. {block:PermalinkPage}
  290. width:520px;
  291. text-align:left;
  292. line-height:15px;
  293. {/block:PermalinkPage}
  294. background:white;
  295. background-image:URL();
  296. -webkit-animation: fadeInUp 2s;
  297. -moz-animation: fadeInUp 2s;
  298. -ms-animation: fadeInUp 2s;
  299. }
  300.  
  301.  
  302. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  303.  
  304. .entry .perma{
  305. width:auto;
  306. height:auto;
  307. margin-top: 10px;
  308. padding: 8px;
  309. padding-right:3px;
  310. margin-left: 3px;
  311. position: absolute;
  312. font-family: 'nessa';
  313. font-size:19px;
  314. letter-spacing: 1px;
  315. line-height: 14px;
  316. text-align: center;
  317. opacity: 0;
  318. background-color:#fff;
  319. border-top:1px solid #aaa;
  320. border-bottom:1px solid #aaa;
  321. border-right:1px solid #aaa;
  322. border-left:1px solid #aaa;
  323. border-top-left-radius:5px;
  324. border-bottom-right-radius:5px;
  325. text-shadow:1px 1px 7px {color:text shadow};
  326. -webkit-transition: opacity 0.4s linear;
  327. -webkit-transition: all 0.4s linear;
  328. -moz-transition: all 0.4s linear;
  329. transition: all 0.4s linear;
  330. }
  331.  
  332. .entry:hover .perma{
  333. overflow:visible;
  334. margin-left: 12px;
  335. height: auto;
  336. margin-top: 10px;
  337. -webkit-transition: opacity 0.4s linear; opacity: 1;
  338. -webkit-transition: all 0.4s linear;
  339. -moz-transition: all 0.4s linear;
  340. transition: all 0.4s linear;
  341. -webkit-animation: SlideIn .4s;
  342. -moz-animation: SlideIn .4s;
  343. -ms-animation: SlideIn .4s;
  344. }
  345.  
  346. .perma:hover{
  347. border-bottom-left-radius:5px;
  348. border-top-right-radius:5px;
  349. border-top-left-radius:0px;
  350. border-bottom-right-radius:0px;
  351. }
  352.  
  353.  
  354.  
  355. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  356. #posts {
  357. width:800px;
  358. margin-top:50px;
  359. z-index:99;
  360. margin-left:219px;
  361. right:auto;
  362. font-size:14px;
  363. line-height:14px;
  364. background:transparent;
  365. margin-right:auto;
  366. position:relative;
  367. overflow-y: hidden;
  368. }
  369.  
  370. .duck{
  371. position: fixed !important;
  372. z-index: 99;
  373. font-family: arial;
  374. line-height:10px;
  375. font-size: 1px;
  376. padding: 3px;
  377. bottom:5px;
  378. left:1325px;
  379. height:15px;
  380. width:18px;
  381. border-radius:10px;
  382. border:1px solid {color:borders};
  383. background:white;
  384. }
  385.  
  386. askk {
  387. font-family: nessa;
  388. text-align: right;
  389. font-size:20px;
  390. letter-spacing: 1px;
  391. text-shadow:0px 0px 1px #000;
  392. color:#8cc2d8;
  393. line-height: 18px;
  394. }
  395.  
  396. name{
  397. font-family: Lucida Calligraphy;
  398. text-align: right;
  399. font-size:15px;
  400. letter-spacing: 1px;
  401. color: #000;
  402. text-shadow:0px 0px 0px #000, 10px 0px 10px -10px 0px 10px;
  403. line-height: 18px;
  404. }
  405.  
  406. /*CUSTOMIZE SIDEBAR HERE*/
  407. #sidebar{
  408. position:fixed !important;
  409. width:300px;
  410. background:white;
  411. height:auto;
  412. margin-top:110px;
  413. margin-left:-160px;
  414. text-align:center;
  415. z-index:999;
  416. padding:8px;
  417. padding-bottom:8px;
  418. border-top:6px solid {color:border};
  419. border-bottom:6px solid {color:border};
  420. border-left:6px solid {color:border};
  421. border-right:6px solid {color:border};
  422. -webkit-transition: opacity .6s linear;
  423. -webkit-transition: all .6s ease-in-out;
  424. -moz-transition: all .6s ease-in-out;
  425. -o-transition: all .6s ease-in-out;
  426. }
  427.  
  428.  
  429. #tit{
  430. position:fixed !important;
  431. width:220px;
  432. padding:5px;
  433. background:transparent;
  434. height:30px;
  435. margin-top:-40px;
  436. margin-left:12px;
  437. text-align:center;
  438. z-index:5;
  439. font-family:Lucida Handwriting;
  440. color:#000;
  441. font-size:40px;
  442. line-height:25px;
  443. border: 2px solid #ccc;
  444. opacity:0;
  445. -o-transition-transition: all 0.4s linear;
  446. -webkit-transition: all 0.4s linear;
  447. -moz-transition: all 0.4s linear;
  448. border-right:0px solid transparent;
  449. border-left:0px solid transparent;
  450. border-top:0px solid transparent;
  451. border-bottom:0px solid transparent;
  452. }
  453.  
  454. #sidebar:hover #tit{
  455. opacity:1;
  456. margin-top:-40px;
  457. margin-left:12px;
  458. }
  459.  
  460. #desc{
  461. position:fixed !important;
  462. width:140px;
  463. padding:30px;
  464. background:white;
  465. height:40px;
  466. padding-top:10px;
  467. padding-bottom:50px;
  468. margin-top:-330px;
  469. margin-left:-30px;
  470. text-align:top;
  471. z-index:5;
  472. font-family:MV Boli;
  473. color:#000;
  474. font-size:16px;
  475. line-height:16px;
  476. border: 2px solid #ccc;
  477. opacity:0;
  478. -o-transition-transition: all 0.2s linear;
  479. -webkit-transition: all 0.2s linear;
  480. -moz-transition: all 0.2s linear;
  481. box-shadow: 1px 1px 3px #aaa;
  482. border-radius: 10px 10px 10px 10px;
  483. border-right:5px solid #ccc;
  484. border-left:5px solid #ccc;
  485. border-top:5px solid #ccc;
  486. border-bottom:5px solid #ccc;
  487. }
  488.  
  489. #sidebar:hover #desc{
  490. opacity:1;
  491. margin-top:-330px;
  492. margin-left:45px;
  493. }
  494.  
  495. @font-face { font-family: "s"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  496. @font-face { font-family: "comesinhandy"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  497. @font-face {font-family: "cedarville"; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');}
  498. @font-face { font-family: "dreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  499. @font-face{ font-family:"jane";src: url('http://static.tumblr.com/bm7b8hm/vnWmf9864/janeaust.ttf');,}
  500. @font-face { font-family: "neou"; src: url('http://static.tumblr.com/t5cadah/Qzumnxg66/neou-thin.ttf'); }
  501. @font-face{font-family:"Jane Austen";src:url('http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf');}
  502. @font-face { font-family: "pacifico"; src: url('http://static.tumblr.com/jdjsstr/Julm7s6p2/pacifico_1_.ttf'); }
  503. @font-face { font-family: "cutty"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  504. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  505. @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  506. @font-face { font-family: "bebas"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  507. @font-face { font-family: "bold"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  508. @font-face { font-family: "bond"; src: url('hhttp://static.tumblr.com/t5cadah/QLlmki683/bondoluopeek.otf'); }
  509. @font-face {font-family: "beautiful every time"; src: url('http://static.tumblr.com/nsunyax/Pm3lzwzye/beautifuleverytime.ttf');}
  510. @font-face { font-family: "demo"; src: url('http://static.tumblr.com/jdjsstr/Eq8m819c1/neou-thin_1_.ttf'); }
  511. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  512. @font-face {font-family:"Bree"; src:url('http://static.tumblr.com/9wzbixa/YBvm26pgu/bree.ttf');}
  513. @font-face { font-family: "sb"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  514. @font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  515. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  516. @font-face { font-family: "icons"; src: url('http://static.tumblr.com/8hrjcus/Q3fmg7rhn/breezi_font-webfont.ttf'); }
  517. @font-face {font-family:"CelesteHand"; src: url('http://static.tumblr.com/y5evvpz/dVCmkz0sf/celeste_hand.ttf');}
  518. @font-face {font-family:"Springtime"; src: url('http://static.tumblr.com/y5evvpz/7iomdz3n1/springtime.ttf');}
  519. @font-face {font-family:"Aderyn"; src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
  520. @font-face { font-family: "dawning"; src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf'); }
  521.  
  522. #sidebarpic img {
  523. margin-top:-0px;
  524. height:400px;
  525. opacity:1;
  526. width:300px;
  527. transition: all 0.5s ease-out;
  528. -o-transition-transition: all 0.5s ease-out;
  529. -webkit-transition: all 0.5s ease-out;
  530. -moz-transition: all 0.5s ease-out;
  531. }
  532.  
  533. #sidebarpic img:hover{
  534. -webkit-filter:blur(4px);
  535. transition: all 0.5s ease-out;
  536. -o-transition-transition: all 0.5s ease-out;
  537. -webkit-transition: all 0.5s ease-out;
  538. -moz-transition: all 0.5s ease-out;
  539. }
  540.  
  541. .sidebarbackground2{
  542. position:fixed;
  543. margin-top: 30px;
  544. margin-left:998px;
  545. top: -5px;
  546. background-color:{color:sidebarbackgrounds};
  547. background-image:url({image:sidebarbackgrounds2});
  548. height:100%;
  549. width:35px;
  550. border-bottom:4px solid #fff;
  551. border-left: 3px solid #fff;
  552. border-right: 4px solid #fff;
  553. opacity:1;
  554. z-index: 2;
  555. -webkit-animation: fadeInDown 2s;
  556. -moz-animation: fadeInDown 2s;
  557. -ms-animation: fadeInDown 2s;
  558. }
  559.  
  560. .sidebarbackground3{
  561. position:fixed;
  562. margin-top: 30px;
  563. margin-left:1086px;
  564. top: -5px;
  565. background-color:{color:sidebarbackgrounds};
  566. background-image:url({image:sidebarbackgrounds3});
  567. height:100%;
  568. width:35px;
  569. border-bottom:4px solid #fff;
  570. border-left: 3px solid #fff;
  571. border-right: 4px solid #fff;
  572. opacity:1;
  573. z-index: 2;
  574. -webkit-animation: fadeInUp 2s;
  575. -moz-animation: fadeInUp 2s;
  576. -ms-animation: fadeInUp 2s;
  577. }
  578.  
  579. #sidebar .linkbar{
  580. position:fixed;
  581. opacity:0;
  582. margin-top: 330px;
  583. margin-left: 0px;
  584. width: 300px;
  585. height:25px;
  586. background-color:{color:linkbar};
  587. z-index:1;
  588. -o-transition-transition: all 0.9s linear;
  589. -webkit-transition: all 0.9s linear;
  590. -moz-transition: all 0.9s linear;
  591. }
  592.  
  593. #sidebar:hover .linkbar{
  594. opacity:1;
  595. }
  596.  
  597. #link1{
  598. position:fixed;
  599. width: 40px;
  600. height: 40px;
  601. display: block;
  602. padding-left: -3px;
  603. border: 2px solid {color:linkborder};
  604. background: {color:link1 background};
  605. line-height: 40px;
  606. font-family: calibri;
  607. margin-left: 108px;
  608. margin-top: -80px;
  609. z-index:100;
  610. opacity:0;
  611. font-size:16px;
  612. -webkit-transform: rotate(0deg);
  613. border-radius: 15px;tion: all 0.5s ease-out;
  614. -o-transition-transition: all 0.5s ease-out;
  615. -webkit-transition: all 0.5s ease-out;
  616. transition: all 0.5s ease-out;
  617. -moz-transition: all 0.5s ease-out;
  618. }
  619.  
  620. #sidebar:hover #link1{
  621. opacity:1;
  622. margin-left:12px;
  623. box-shadow: 0px 0px 10px #777;
  624. transition: all 0.5s ease-out;
  625. -o-transition-transition: all 0.5s ease-out;
  626. -webkit-transition: all 0.5s ease-out;
  627. -moz-transition: all 0.5s ease-out;
  628. }
  629.  
  630. #link1:hover {
  631. -webkit-transform-origin: center center;
  632. -webkit-transform: rotate(-360deg);
  633. -moz-transform-origin: center center;
  634. -moz-transform: rotate(-360deg);
  635. -o-transform-origin: center center;
  636. -o-transform: rotate(-360deg);
  637. transform-origin: center center;
  638. transform: rotate(-360deg);
  639. transition: all 0.5s ease-out;
  640. -o-transition-transition: all 0.5s ease-out;
  641. -webkit-transition: all 0.5s ease-out;
  642. -moz-transition: all 0.5s ease-out;
  643. }
  644.  
  645. #link2{
  646. position:fixed;
  647. width: 40px;
  648. height: 40px;
  649. border: 2px solid {color:linkborder};
  650. display: block;
  651. padding-left: -3px;
  652. background: {color:link2 background};
  653. line-height: 40px;
  654. font-family: calibri;
  655. margin-left: 108px;
  656. margin-top: -80px;
  657. z-index:100;
  658. opacity:0;
  659. font-size:16px;
  660. -webkit-transform: rotate(0deg);
  661. border-radius: 15px;tion: all 0.5s ease-out;
  662. -o-transition-transition: all 0.5s ease-out;
  663. -webkit-transition: all 0.5s ease-out;
  664. transition: all 0.5s ease-out;
  665. -moz-transition: all 0.5s ease-out;
  666. }
  667.  
  668. #sidebar:hover #link2{
  669. margin-left:69px;
  670. opacity:1;
  671. box-shadow: 0px 0px 10px #777;
  672. transition: all 0.5s ease-out;
  673. -o-transition-transition: all 0.5s ease-out;
  674. -webkit-transition: all 0.5s ease-out;
  675. -moz-transition: all 0.5s ease-out;
  676. }
  677.  
  678. #link2:hover {
  679. -webkit-transform-origin: center center;
  680. -webkit-transform: rotate(360deg);
  681. -moz-transform-origin: center center;
  682. -moz-transform: rotate(360deg);
  683. -o-transform-origin: center center;
  684. -o-transform: rotate(360deg);
  685. transform-origin: center center;
  686. transform: rotate(360deg);
  687. transition: all 0.5s ease-out;
  688. -o-transition-transition: all 0.5s ease-out;
  689. -webkit-transition: all 0.5s ease-out;
  690. -moz-transition: all 0.5s ease-out;
  691. }
  692.  
  693. #link3{
  694. position:fixed;
  695. width: 40px;
  696. height: 40px;
  697. display: block;
  698. padding-left: -3px;
  699. border: 2px solid {color:linkborder};
  700. background: {color:link3 background};
  701. line-height: 40px;
  702. font-family: calibri;
  703. margin-left: 108px;
  704. margin-top: -80px;
  705. z-index:100;
  706. opacity:0;
  707. font-size:16px;
  708. -webkit-transform: rotate(0deg);
  709. border-radius: 15px;tion: all 0.5s ease-out;
  710. -o-transition-transition: all 0.5s ease-out;
  711. -webkit-transition: all 0.5s ease-out;
  712. transition: all 0.5s ease-out;
  713. -moz-transition: all 0.5s ease-out;
  714. }
  715.  
  716. #sidebar:hover #link3{
  717. margin-left:130px;
  718. opacity:1;
  719. box-shadow: 0px 0px 10px #777;
  720. transition: all 0.5s ease-out;
  721. -o-transition-transition: all 0.5s ease-out;
  722. -webkit-transition: all 0.5s ease-out;
  723. -moz-transition: all 0.5s ease-out;
  724. }
  725.  
  726. #link3:hover {
  727. -webkit-transform-origin: center center;
  728. -webkit-transform: rotate(-360deg);
  729. -moz-transform-origin: center center;
  730. -moz-transform: rotate(-360deg);
  731. -o-transform-origin: center center;
  732. -o-transform: rotate(-360deg);
  733. transform-origin: center center;
  734. transform: rotate(-360deg);
  735. transition: all 0.5s ease-out;
  736. -o-transition-transition: all 0.5s ease-out;
  737. -webkit-transition: all 0.5s ease-out;
  738. -moz-transition: all 0.5s ease-out;
  739. }
  740.  
  741. #link4{
  742. position:fixed;
  743. width: 40px;
  744. height: 40px;
  745. display: block;
  746. padding-left: -3px;
  747. border: 2px solid {color:linkborder};
  748. background: {color:link4 background};
  749. line-height: 40px;
  750. font-family: calibri;
  751. margin-left: 108px;
  752. margin-top: -80px;
  753. z-index:100;
  754. font-size:16px;
  755. opacity:0;
  756. -webkit-transform: rotate(0deg);
  757. border-radius: 15px;tion: all 0.5s ease-out;
  758. -o-transition-transition: all 0.5s ease-out;
  759. -webkit-transition: all 0.5s ease-out;
  760. transition: all 0.5s ease-out;
  761. -moz-transition: all 0.5s ease-out;
  762. }
  763.  
  764. #sidebar:hover #link4{
  765. opacity:1;
  766. margin-left:190px;
  767. box-shadow: 0px 0px 10px #777;
  768. transition: all 0.5s ease-out;
  769. -o-transition-transition: all 0.5s ease-out;
  770. -webkit-transition: all 0.5s ease-out;
  771. -moz-transition: all 0.5s ease-out;
  772. }
  773.  
  774. #link4:hover {
  775. -webkit-transform-origin: center center;
  776. -webkit-transform: rotate(360deg);
  777. -moz-transform-origin: center center;
  778. -moz-transform: rotate(360deg);
  779. -o-transform-origin: center center;
  780. -o-transform: rotate(360deg);
  781. transform-origin: center center;
  782. transform: rotate(360deg);
  783. transition: all 0.5s ease-out;
  784. -o-transition-transition: all 0.5s ease-out;
  785. -webkit-transition: all 0.5s ease-out;
  786. -moz-transition: all 0.5s ease-out;
  787. }
  788.  
  789. #link5{
  790. position:fixed;
  791. width: 40px;
  792. height: 40px;
  793. display: block;
  794. padding-left: -3px;
  795. border: 2px solid {color:linkborder};
  796. background: {color:link5 background};
  797. line-height: 40px;
  798. font-family: calibri;
  799. margin-left: 108px;
  800. margin-top: -80px;
  801. z-index:100;
  802. font-size:16px;
  803. opacity:0;
  804. -webkit-transform: rotate(0deg);
  805. border-radius: 15px;tion: all 0.5s ease-out;
  806. -o-transition-transition: all 0.5s ease-out;
  807. -webkit-transition: all 0.5s ease-out;
  808. transition: all 0.5s ease-out;
  809. -moz-transition: all 0.5s ease-out;
  810. }
  811.  
  812. #sidebar:hover #link5{
  813. opacity:1;
  814. margin-left:248px;
  815. box-shadow: 0px 0px 10px #777;
  816. transition: all 0.5s ease-out;
  817. -o-transition-transition: all 0.5s ease-out;
  818. -webkit-transition: all 0.5s ease-out;
  819. -moz-transition: all 0.5s ease-out;
  820. }
  821.  
  822. #link5:hover {
  823. -webkit-transform-origin: center center;
  824. -webkit-transform: rotate(360deg);
  825. -moz-transform-origin: center center;
  826. -moz-transform: rotate(360deg);
  827. -o-transform-origin: center center;
  828. -o-transform: rotate(360deg);
  829. transform-origin: center center;
  830. transform: rotate(360deg);
  831. transition: all 0.5s ease-out;
  832. -o-transition-transition: all 0.5s ease-out;
  833. -webkit-transition: all 0.5s ease-out;
  834. -moz-transition: all 0.5s ease-out;
  835. }
  836.  
  837.  
  838. #quotebar{
  839. position: fixed;
  840. margin-top: -50px;
  841. margin-left: -182px;
  842. height: 15px;
  843. width: 1348px;
  844. background-color:{color:quote};
  845. z-index: 1;
  846. opacity: 1;
  847. font-family: calibri;
  848. text-transform: uppercase;
  849. text-align:center;
  850. font-size: 12px;
  851. border-bottom:5px solid #fff;
  852. border-top:1px solid #fff;
  853. border-left:3px solid #fff;
  854. border-right:3px solid #fff;
  855. box-shadow: 0px 0px 0px #aaa;
  856. padding-top: 6px;
  857. padding-bottom: 4px;
  858. padding-left: 10px;
  859. letter-spacing: 1px;
  860. line-height: 13px;
  861. color: {color:quote text};
  862. }
  863. #quotebar:hover{
  864. text-transform:lowercase;
  865. font-family: poop;
  866. font-size: 16px;
  867. letter-spacing: 4px;
  868. }
  869.  
  870. #flower{
  871. position:fixed;
  872. margin-left:256px; /*move left or right*/
  873. margin-top:-50px; /*move up or down*/
  874. z-index:100;
  875. -webkit-transform: rotate(1deg); /*rotate the image*/
  876. -webkit-transition: all .8s ease-out;
  877. -moz-transition: all .8s ease-out;
  878. transition: all .8s ease-out;
  879. }
  880.  
  881. #flower img{
  882. width:90px; /*size of the image*/
  883. }
  884.  
  885. #sidebar:hover #flower{
  886. margin-left:256px;
  887. -webkit-transition: all .8s ease-out;
  888. -moz-transition: all .8s ease-out;
  889. transition: all .8s ease-out;
  890. }
  891.  
  892. #stats{
  893. position:fixed;
  894. z-index:3;
  895. width:90px;
  896. height:25px;
  897. opacity: 0;
  898. padding:3px;
  899. margin-left:290px;
  900. margin-top: 230px;
  901. background: {color:boxbackgrd};
  902. border-top:1px solid #aaa;
  903. border-bottom:1px solid #aaa;
  904. border-right:1px solid #aaa;
  905. border-left:1px solid #aaa;
  906. border-top-left-radius:1px;
  907. border-bottom-right-radius:1px;
  908. line-height:18px;
  909. text-align:center;
  910. font-size: 20px;
  911. text-shadow: 0px 0px 3px #fff;
  912. letter-spacing: 0px;
  913. font-family: CelesteHand;
  914. transition: all 0.6s ease-out;
  915. -o-transition-transition: all 0.6s ease-out;
  916. -webkit-transition: all 0.6s ease-out;
  917. -moz-transition: all 0.6s ease-out;
  918. }
  919.  
  920. #sidebar:hover #stats{
  921. margin-left:25px;
  922. opacity:1;
  923. }
  924.  
  925. #stats2{
  926. position:fixed;
  927. z-index:3;
  928. width:90px;
  929. height:25px;
  930. opacity: 0;
  931. padding:3px;
  932. margin-left:-70px;
  933. margin-top: 230px;
  934. background: {color:boxbackgrd};
  935. border-top:1px solid #aaa;
  936. border-bottom:1px solid #aaa;
  937. border-right:1px solid #aaa;
  938. border-left:1px solid #aaa;
  939. border-top-left-radius:1px;
  940. border-bottom-right-radius:1px;
  941. line-height:18px;
  942. text-align:center;
  943. font-size: 20px;
  944. text-shadow: 0px 0px 3px #fff;
  945. letter-spacing: 0px;
  946. font-family: CelesteHand;
  947. transition: all 0.6s ease-out;
  948. -o-transition-transition: all 0.6s ease-out;
  949. -webkit-transition: all 0.6s ease-out;
  950. -moz-transition: all 0.6s ease-out;
  951. }
  952.  
  953. #sidebar:hover #stats2{
  954. margin-left:180px;
  955. opacity:1;
  956. }
  957.  
  958. #ups{
  959. position:fixed;
  960. width: 20px;
  961. height: 20px;
  962. display: block;
  963. padding: 6px;
  964. background: white;
  965. border:2px solid #000;
  966. line-height: 20px;
  967. font-family: calibri;
  968. margin-left: 135px;
  969. margin-top: -170px;
  970. z-index:100;
  971. opacity:0;
  972. -webkit-transform: rotate(0deg);
  973. border-radius: 15px;tion: all 0.5s ease-out;
  974. -o-transition-transition: all 0.5s ease-out;
  975. -webkit-transition: all 0.5s ease-out;
  976. transition: all 0.5s ease-out;
  977. -moz-transition: all 0.5s ease-out;
  978. }
  979.  
  980. #sidebar:hover #ups{
  981. margin-left:135px;
  982. opacity:1;
  983. box-shadow: 0px 0px 10px #777;
  984. transition: all 0.5s ease-out;
  985. -o-transition-transition: all 0.5s ease-out;
  986. -webkit-transition: all 0.5s ease-out;
  987. -moz-transition: all 0.5s ease-out;
  988. -webkit-transform-origin: center center;
  989. -webkit-transform: rotate(360deg);
  990. -moz-transform-origin: center center;
  991. -moz-transform: rotate(360deg);
  992. -o-transform-origin: center center;
  993. -o-transform: rotate(360deg);
  994. transform-origin: center center;
  995. transform: rotate(360deg);
  996. transition: all 0.5s ease-out;
  997. -o-transition-transition: all 0.5s ease-out;
  998. -webkit-transition: all 0.5s ease-out;
  999. -moz-transition: all 0.5s ease-out;
  1000. }
  1001.  
  1002. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  1003. .title{
  1004. font-family:Freestyle Script;
  1005. font-size: 46px;
  1006. line-height: 29px;
  1007. color:{color:title};
  1008. font-weight: normal;
  1009. }
  1010.  
  1011.  
  1012.  
  1013. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  1014. .permalink a { color:#000; }
  1015.  
  1016. .entry .permalink {
  1017. text-align:right;
  1018. opacity:0;
  1019. text-transform:uppercase;
  1020. margin-bottom:0px;
  1021. font-family:calibri;
  1022. font-size:10px;
  1023. color:#000000;
  1024. margin-right:-20px;
  1025. -webkit-transition: all 0.5s ease-out;
  1026. -moz-transition: all 0.5s ease-out;
  1027. transition: all 0.5s ease-out;}
  1028.  
  1029. .entry:hover .permalink {
  1030. margin-right:5px;
  1031. opacity:1;
  1032. -webkit-transition: all 0.5s ease-out;
  1033. -moz-transition: all 0.5s ease-out;
  1034. transition: all 0.5s ease-out;
  1035. }
  1036.  
  1037.  
  1038. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  1039. #infscr-loading{
  1040. bottom: -70px;
  1041. position: absolute;
  1042. left: 50%;
  1043. margin-left:-8px;
  1044. width:16px;
  1045. height:11px;
  1046. overflow:hidden;
  1047. margin-bottom: 50px;
  1048. }
  1049.  
  1050. #postnotes{
  1051. text-align: justify;}
  1052.  
  1053. #postnotes blockquote{
  1054. border: 0px;}
  1055.  
  1056. blockquote{
  1057. padding:0px 0px 2px 5px;
  1058. margin:0px 0px 2px 10px;
  1059. border-left: 1px dotted #555555;
  1060. }
  1061.  
  1062. blockquote p, ul{
  1063. margin:0px;
  1064. padding:0px;
  1065. }
  1066.  
  1067. a img{border: 0px;}
  1068.  
  1069.  
  1070. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  1071.  
  1072. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  1073. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1074.  
  1075. .notes img{width:10px; position:relative; top:3px;}
  1076. <--ses-->
  1077. small{font-size: 90%;}
  1078.  
  1079. {CustomCSS}
  1080.  
  1081. </style>
  1082.  
  1083. {block:IndexPage}
  1084. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1085. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1086.  
  1087. <script type="text/javascript">
  1088. $(window).load(function(){
  1089. var $wall = $('#posts');
  1090. $wall.imagesLoaded(function(){
  1091. $wall.masonry({
  1092. itemSelector: '.entry, .entry_photo',
  1093. isAnimated : false
  1094. });
  1095. });
  1096.  
  1097. $wall.infinitescroll({
  1098. navSelector : '#pagination',
  1099. nextSelector : '#pagination a',
  1100. itemSelector : '.entry, .entry_photo',
  1101. bufferPx : 2000,
  1102. debug : false,
  1103. errorCallback: function() {
  1104. $('#infscr-loading').fadeOut('normal');
  1105. }},
  1106. function( newElements ) {
  1107. var $newElems = $( newElements );
  1108. $newElems.hide();
  1109. $newElems.imagesLoaded(function(){
  1110. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1111. });
  1112. }); $('#posts').show(500);
  1113. });
  1114. </script>
  1115.  
  1116. {/block:IndexPage}
  1117.  
  1118.  
  1119. <title>{title}</title>
  1120.  
  1121. <link rel="shortcut icon" href="{Favicon}" />
  1122. <meta name="viewport" content="width=820" />
  1123. </head>
  1124.  
  1125. <body onkeydown="return false">
  1126. <BODY onselectstart="return false;" ondragstart="return false;">
  1127. <div class="wrapper">
  1128. <div class="header">
  1129. </div>
  1130.  
  1131. <div id="cage">
  1132. <div id="center">
  1133.  
  1134.  
  1135.  
  1136. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1137. <div id="sidebar">
  1138. <div id="flower"><img src="http://24.media.tumblr.com/b26540ab070647080349527dbc5babf9/tumblr_mnh35xANal1rm6jd7o1_500.png"></div>
  1139. <div id="stats"><a href="{text: botw url}" title="{text:botw hover msg}">{text:botw}</div>
  1140. <div id="stats2">{text:stats}</div>
  1141. <div id="tit">{text:blogtitle}</div>
  1142. <div class="linkbar"></div>
  1143. <center>
  1144. <a href="/"><div id="sidebarpic">
  1145. <a href="/"title="{text:sidebarhover msg}"><img src="{image:sidebar}" width=100%></a>
  1146. <div id="desc">{description}</div>
  1147. </center>
  1148. <div id="link1"><a href="{text:link one}"title="{text:link one msg}">01</a></div>
  1149. <div id="link2"><a href="{text:link one}"title="{text:link two msg}">02</a></div>
  1150. <div id="link3"><a href="{text:link one}"title="{text:link three msg}">03</a></div>
  1151. <div id="link4"><a href="{text:link four}"title="{text:link four msg}">04</a></div>
  1152. <div id="link5"><a href="http://preachlarcel.tumblr.com/"title="Theme Credit">05</a></div>
  1153. <div id="ups"><a href='#?w=350' rel='02' class='poplight'title="{text:upsmsg}"><img src="http://media.tumblr.com/82e0cabea18b6971d40645df4ea5c3ce/tumblr_inline_mljkz6lqoL1qz4rgp.gif" width=16px height=20px></a></div>
  1154. </div>
  1155.  
  1156.  
  1157.  
  1158. <!------------------------------------->
  1159.  
  1160.  
  1161. <div class="left">
  1162. <div class="sidebarbackground2"></div>
  1163. <div class="sidebarbackground3"></div>
  1164. <div id="quotebar">{text:quote}</div>
  1165. <div id="posts">
  1166. {block:Posts}
  1167. <div class="entry">
  1168.  
  1169. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1170.  
  1171. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1172. {/block:Text}
  1173.  
  1174. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1175.  
  1176. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1177.  
  1178. {block:Answer}
  1179. <div style="margin: 1px 2px 1px 2px; min-height:30px; border: 1px solid {color:right border color}; box-shadow:1px 2px 4px #000;padding: 3px; border-radius:15px;background-color: white;
  1180. ">
  1181. <img src="{AskerPortraitURL-40}" width="30" align="left" style="margin-right:3px; border-radius:15px;"/>
  1182. <askk>{Asker}</askk>: {Question}</div>
  1183. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center><br>{Answer}</center></div><br>
  1184. <name>xoxo, {text:your name}</name>
  1185. <P ALIGN=Right><a href="{Permalink}"title="{TimeAgo}">{NoteCountWithLabel}</a>
  1186. {/block:Answer}
  1187.  
  1188. {block:Photo}
  1189. {block:IndexPage}
  1190. <center>
  1191. <div class="perma">
  1192. <a href="{ReblogURL}" target="_blank"> {text:reblog msg} </a> ♥ <a href="{Permalink}">{NoteCount} notes</a> </div>
  1193.  
  1194. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1195. {/block:IndexPage}
  1196. {block:PermalinkPage}
  1197. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1198.  
  1199. {LinkCloseTag}
  1200. {/block:PermalinkPage}
  1201. {/block:Photo}
  1202.  
  1203. {block:Photoset}
  1204. {block:IndexPage}
  1205. <center>
  1206.  
  1207. <div class="perma">
  1208. <a href="{ReblogURL}" target="_blank"> reblog </a> ☯ <a href="{Permalink}">{NoteCount} notes</a> </div>
  1209.  
  1210. {Photoset-250}</center>
  1211. {/block:IndexPage}
  1212. {block:PermalinkPage}
  1213. <center>
  1214. {Photoset-500}</center>
  1215. {/block:PermalinkPage}
  1216. {/block:Photoset}
  1217.  
  1218. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1219.  
  1220. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1221.  
  1222. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1223. <ul class="chat">
  1224. {block:Lines}
  1225. <li class="user_{UserNumber}">
  1226. {block:Label}
  1227. <span class="label">{Label}</span>
  1228. {/block:Label}
  1229.  
  1230. {Line}
  1231. </li>
  1232. {/block:Lines}
  1233. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1234. {/block:Chat}
  1235.  
  1236. {block:Audio}
  1237. <div style="width:200px; height:30px;">
  1238. {AudioPlayerBlack}
  1239. </div>
  1240. {block:IndexPage}<span class="permalink">
  1241. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1242. </span>{/block:IndexPage}
  1243. {/block:Audio}
  1244.  
  1245. {block:Video}
  1246. {block:IndexPage}
  1247. <center>
  1248. <div class="perma">
  1249. <a href="{ReblogURL}" target="_blank"> reblog </a> ☯ <a href="{Permalink}">{NoteCount} notes</a> </div>
  1250. {Video-250}</center>
  1251. {/block:IndexPage}
  1252. {block:PermalinkPage}
  1253. <center>
  1254. {Video-400}</center>
  1255. {/block:PermalinkPage}
  1256. {block:Video}
  1257.  
  1258.  
  1259. {block:PostNotes}<div align="middle">{caption}</div>
  1260. <center>
  1261.  
  1262. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1263.  
  1264. {block:HasTags}
  1265. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1266. {block:RebloggedFrom}
  1267. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1268. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1269.  
  1270. {/block:RebloggedFrom}
  1271. </center></span>
  1272. <br>
  1273. <div id="postnotes">{PostNotes}</div><br>
  1274.  
  1275. <center>{block:ContentSource}
  1276. <br><a href="{SourceURL}">
  1277. {lang:Source}:
  1278. {block:SourceLogo}
  1279. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1280. height="{LogoHeight}" alt="{SourceTitle}" />
  1281. {/block:SourceLogo}
  1282. {block:NoSourceLogo}
  1283. {SourceLink}
  1284. {/block:NoSourceLogo}
  1285. </a>
  1286. {/block:ContentSource}</center>
  1287.  
  1288. {/block:PostNotes}
  1289. </div>
  1290. {/block:Posts}
  1291. </div></div>
  1292.  
  1293. {block:IndexPage}
  1294. {block:Pagination}
  1295. <div id="pagination">
  1296. {block:NextPage}
  1297. <a id="nextPage" href="{NextPage}"></a>
  1298. {/block:NextPage}
  1299. {block:PreviousPage}
  1300. <a href="{PreviousPage}"></a>
  1301. {/block:PreviousPage}
  1302. </div>
  1303. {/block:Pagination}
  1304. {/block:IndexPage}
  1305.  
  1306. </body>
  1307. <div id="02" class="popup_block"><br>
  1308.  
  1309. Hay put your updates here!!! use "< br >" to start a new line :D!!
  1310.  
  1311. </div></div></div></div></div></div></div></div></div></div>
  1312.  
  1313.  
  1314. <div class="duck"><center><a href="http://preachlarcel.tumblr.com/"title="Theme by Preachlarcel"><img src="http://media.tumblr.com/tumblr_lkl5s8Ay6F1qfamg6.gif" width=14/></a></center></div>
  1315. </div>
  1316. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement