Advertisement
theme_bean

Custom for Court

Nov 8th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.05 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5.  
  6.  
  7. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  13.  
  14. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  15.  
  16.  
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20. <script>
  21. $(document).ready(function() {
  22. //
  23. $('a.poplight[href^=#]').click(function() {
  24. var popID = $(this).attr('rel'); //Get Popup Name
  25. var popURL = $(this).attr('href'); //Get Popup href to define size
  26. var query= popURL.split('?');
  27. var dim= query[1].split('&');
  28. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  29. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i49.tinypic.com/1zwi1oh.jpg" class="btn_close" title="Close" alt="Close" /></a>');
  30. var popMargTop = ($('#' + popID).height() + 80) / 2;
  31. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  32. //Apply Margin to Popup
  33. $('#' + popID).css({
  34. 'margin-top' : -popMargTop,
  35. 'margin-left' : -popMargLeft
  36. });
  37. $('body').append('<div id="fade"></div>');
  38. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  39. return false;
  40. });
  41. $('a.close, #fade').live('click', function() {
  42. $('#fade , .popup_block').fadeOut(function() {
  43. $('#fade, a.close').remove(); //fade them both out
  44. });
  45. return false;
  46. });
  47. });
  48. </script>
  49.  
  50.  
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54.  
  55.  
  56. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  57. <meta name="color:background" content="#ffffff"/>
  58. <meta name="color:borda" content="#000000"/>
  59. <meta name="color:links" content="#000000"/>
  60. <meta name="color:popuplinks" content="#ffffff"/>
  61. <meta name="color:title" content="#000000"/>
  62. <meta name="color:hover" content="#000000"/>
  63. <meta name="color:asks" content="#ffffff"/>
  64. <meta name="color:Sidebar2Background" content="1"/>
  65. <meta name="text:Link one Title" content=""/>
  66. <meta name="text:Link one" content="" />
  67. <meta name="text:Link Three Title" content=""/>
  68. <meta name="text:Link Three" content=""/>
  69. <meta name="text:Link Four Title" content=""/>
  70. <meta name="text:Link Four" content=""/>
  71. <meta name="text:Link two Title" content=""/>
  72. <meta name="text:Link two" content=""/>
  73. <meta name="text:Link Five" content=""/>
  74. <meta name="text:Link Five Title" content=""/>
  75. <meta name="text:Faq" content=""/>
  76. <meta name="text:Stat code 1" content=""/>
  77. <meta name="text:Stat code 2" content=""/>
  78. <meta name="text:Stat code 3" content=""/>
  79.  
  80.  
  81. <meta name="image:SidebarBackground" content="1"/>
  82. <meta name="image:popupbackground" content="1"/>
  83. <meta name="image:Sidebar2Background" content="1"/>
  84. <meta name="image:Sidebar" content="1"/>
  85.  
  86.  
  87. <meta name="image:Background" content=""/>
  88. <style type="text/css">
  89.  
  90. #fade { /*--Transparent background layer--*/
  91. display: none; /*--hidden by default--*/
  92. background: url({image:popupbackground});
  93. background-size: 100%;
  94. position: fixed; left: 0; top: 0;
  95. width: 100%; height: 100%;
  96. opacity: .95;
  97. z-index: 9999;
  98. }
  99. .popup_block{
  100. display: none; /*--hidden by default--*/
  101. background: #fcfbf8;
  102. padding: 10px;
  103. border: 5px solid {color:borda};
  104. float: left;
  105. font-size: 10;
  106. position: fixed;
  107. top: 50%; left: 50%;
  108. z-index: 99999;
  109. /*--CSS3 Box Shadows--*/
  110. -webkit-box-shadow: 0px 0px 20px #000;
  111. -moz-box-shadow: 0px 0px 20px #000;
  112. box-shadow: 0px 0px 20px #000;
  113. /*--CSS3 Rounded Corners--*/
  114. -webkit-border-radius: 5px;
  115. -moz-border-radius: 5px;
  116. border-radius: 5px;
  117. }
  118. img.btn_close {
  119. float: right;
  120. margin: -20 -20px 0 0;
  121. }
  122. /*--Making IE6 Understand Fixed Positioning--*/
  123. *html #fade {
  124. position: absolute;
  125. }
  126. *html .popup_block {
  127. position: absolute;
  128. }
  129.  
  130. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  131. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  132.  
  133.  
  134. <script type=”text/javascript”>
  135. //
  136. function desabilitaMenu(e)
  137. {
  138. if (window.Event)
  139. {
  140. if (e.which == 2 || e.which == 3)
  141. return false;
  142. }
  143. else
  144. {
  145. event.cancelBubble = true
  146. event.returnValue = false;
  147. return false;
  148. }
  149. }
  150. document.oncontextmenu = desabilitaMenu;
  151. document.onmousedown = desabilitaBotaoDireito;
  152. document.onmouseup = desabilitaBotaoDireito;
  153. </script>trols{
  154. position:fixed !important;
  155. }
  156. ::-webkit-scrollbar-thumb:vertical {
  157.  
  158. height:9px;
  159.  
  160. background-color: #a4a4a4;
  161.  
  162. }
  163.  
  164. ::-webkit-scrollbar {
  165.  
  166. width:5px;
  167.  
  168. height:5px;
  169.  
  170. background:#fff;
  171.  
  172. margin-right:5px;
  173.  
  174. }
  175.  
  176. @font-face {
  177. font-family: "kg luck of the irish";
  178. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  179. }
  180. @font-face {
  181. font-family: "kg luck of the irish";
  182. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  183. }
  184.  
  185. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  186.  
  187.  
  188. .left{
  189. float: left;
  190. margin-right: 20px;
  191. width: 802px;
  192. }
  193.  
  194. .right{
  195. float: right;
  196. width: 200px;
  197. background-color: {color:Background};
  198. }
  199. iframe#tumblr_controls {
  200. top: 0% !important;
  201. right:0% !important;
  202. position: fixed !important;}
  203. body {
  204. padding: 0px;
  205. margin: 0px;
  206. color:#000;
  207. font-family:"delius unicase" ;
  208. font-size: 11px;
  209. background-color: {color:Background};
  210. background-image:url({image:Background});
  211. background-attachment: fixed;
  212. background-repeat: repeat;
  213. }
  214.  
  215. a:link, a:active, a:visited{
  216. color:{color:links};
  217. text-decoration: none;
  218. -webkit-transition: color 0.4s ease-out;
  219. -moz-transition: color 0.4s ease-out;
  220. }
  221. a:hover{
  222. color:{color:Hover};
  223. text-decoration: none;
  224. }
  225.  
  226. .entry {
  227. margin:1px;
  228. padding: 0px;
  229. float:center;
  230. background-color: transparent;
  231. font-family:"Delius Unicase" , cursive ;
  232. font-size: 12px;
  233. line-height:15px;
  234. {block:IndexPage}
  235. overflow: hidden;
  236. width:250px;
  237. {/block:IndexPage}
  238. {block:PermalinkPage}
  239. width:420px;
  240. margin-left: 158px;
  241. {/block:PermalinkPage}
  242.  
  243. }
  244.  
  245. .bubble {align:right;background:{color:asks}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  246. .bubble p {margin:1px 0px;}
  247. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asks};}
  248. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:asks}}
  249.  
  250. .entry #permalink {
  251. position: absolute;
  252. margin-top: 0px;
  253. margin-left: 0px;
  254. opacity: 0;
  255. -webkit-transition: all .5s ease;
  256. -moz-transition: all .5s ease;
  257. -o-transition: all .5s ease;
  258. transition: all .5s ease;
  259. }
  260.  
  261. .entry:hover #permalink {
  262. margin-top: 20px;
  263. margin-left: 20px;
  264. opacity: .9;
  265. }
  266.  
  267. .countreblog {
  268. letter-spacing:1px;
  269. font-family: Delius Unicase;
  270. font-size:13px;
  271. color: #a4a4a4;
  272. line-height:5px;
  273. margin: 1px;
  274. background:#fafafa;
  275. background-repeat:repeat;
  276. border:1px solid {color:borda};
  277. padding:6px 6px;
  278. opacity: .9;
  279. -webkit-border-radius:10px;
  280. moz-border-radius:10px;
  281. -o-border-radius:10px;
  282. border-radius:10px;
  283. }
  284.  
  285. .countreblog a { color: #000; }
  286.  
  287.  
  288. div#face{ z-index:999999999999999;position:absolute !important;position:fixed !important;width:240px; height:180px;top:145px;left: 40px;padding:2px;font-family: 'delius unicase';background-color:white;border: #aaa solid 1px;font-size: 10px;-webkit-border-radius:10px;
  289. moz-border-radius:10px;
  290. -o-border-radius:10px;
  291. border-radius:10px;-moz-box-shadow: 0 0 10px #ccc;
  292. -webkit-box-shadow: 0 0 5px #000;}
  293.  
  294. #story{ z-index:99999999999999;position:absolute !important;position:fixed !important;width:90px;height:110px;top:170px;left: 200px;padding:2px;font-family: 'delius unicase';background-color:white;border: #aaa solid 1px; opacity: 1;-o-transition-transition: all 0.9s ease-out;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; overflow: auto; font-size: 12px;}
  295.  
  296. .sup{padding: 0px; background-color: transparent;float: left; text-align: center; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom:5px;}
  297. .sup img {float: center; display: block; width: 240px; height:180px;margin-top:0px; margin-left:0px;-webkit-border-radius:10px;
  298. moz-border-radius:10px;
  299. -o-border-radius:10px;
  300. border-radius:10px;}
  301.  
  302. .side1{float:right; letter-spacing:2px; padding: 0px; position:fixed; -webkit-transition: all 1s ease-in;opacity: 0;}
  303. .side1 img{width: 150px; height:110px; border: 0px;margin-top:0px;}
  304. .side1:hover{opacity:3;}
  305.  
  306.  
  307.  
  308. #water{ z-index:-999999999999999;position:absolute !important;position:fixed !important;width:300px;height:230px;top:110px;left: 16px;padding:2px;background-color:white;border: 0px; background-image: url({image:SidebarBackground}); }
  309.  
  310.  
  311.  
  312. #ew{ z-index:999999999999999;
  313. position:absolute !important;
  314. position:fixed !important;
  315. width:250px;
  316. height:50px;
  317. top:350px;
  318. left: 40px;
  319. padding:2px;
  320. font-family: 'delius unicase';
  321. background-color:white;
  322. border: #aaa solid 1px;
  323. -o-transition-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;-webkit-border-radius:10px;
  324. moz-border-radius:10px;
  325. -o-border-radius:10px;
  326. border-radius:10px;}
  327.  
  328.  
  329.  
  330. div#bubble{
  331. z-index:1;
  332. position:fixed !important;
  333. font-family: 'short stack';
  334. font-size: 10px;
  335. background:url({image:SidebarBackground});
  336. width:121px;
  337. height:100%;
  338. top:0px;
  339. opacity:10;
  340. right: 48px;
  341. padding:1px;
  342. letter-spacing:0px;
  343. -webkit-border-radius:10px;
  344. moz-border-radius:10px;
  345. -o-border-radius:10px;
  346. border-radius:10px;
  347. -moz-box-shadow: 0 0 10px #ccc;
  348. -webkit-box-shadow: 0 0 10px #000;
  349. }
  350.  
  351. div#blossom{
  352. z-index:1;
  353. position:fixed !important;
  354. font-family: 'short stack';
  355. font-size: 10px;
  356. background:url({image:Sidebar2Background});
  357. background-color:{color:Sidebar2Background};
  358. width:272px;
  359. height:420px;
  360. top:90px;
  361. opacity:10;
  362. left: 28px;
  363. padding:1px;
  364. letter-spacing:0px;
  365. -webkit-border-radius:10px;
  366. moz-border-radius:10px;
  367. -o-border-radius:10px;
  368. border-radius:10px;
  369. -moz-box-shadow: 0 0 10px #ccc;
  370. -webkit-box-shadow: 0 0 10px #000;
  371. }
  372.  
  373.  
  374. .links{
  375. width: 150px;
  376. display:inline-block;
  377. height:30px;
  378. background : {color:popuplinks};
  379. font-size: 14px;
  380. line-height:30px;
  381. margin-top: 2px;
  382. margin:3px;
  383. color: #000;
  384. font-family: 'delius unicase', cursive;
  385. text-align: center;
  386. text-transform:lowercase;
  387. padding : 1px;
  388. border: 1px solid {color:borda};
  389. padding-bottom : 0px;
  390. -webkit-transition-duration: .6s;
  391. border-top-right-radius:12px;
  392. border-bottom-right-radius:1px;
  393. border-top-left-radius:1px;
  394. border-bottom-left-radius:12px;
  395.  
  396. }
  397.  
  398. .links:hover {
  399. background : {color:linksbar2};
  400. text-transform:lowercase;
  401. border: 1px solid {color:borda};
  402. margin:3px;
  403. -webkit-transition-duration: .9s;
  404. -webkit-transform: rotate(0deg);
  405. border-top-right-radius:1px;
  406. border-bottom-right-radius:12px;
  407. border-top-left-radius:12px;
  408. border-bottom-left-radius:1px;
  409. }
  410. .linkss{
  411. height: 25px;
  412. width: 95px;
  413. letter-spacing:1px;
  414. margin: 5px ;
  415. margin-left: 5px ;
  416. background: white;
  417. font-family: 'delius unicase';
  418. font-weight: bold;
  419. font-size: 15px;
  420. line-height:24px;
  421. border: 1px solid {color:borda};
  422. text-align: center;
  423. display: inline-block;
  424. -webkit-animation: fadeIn 2s;
  425. -moz-animation: fadeIn 2s;
  426. -ms-animation: fadeIn 2s; text-align: center; -webkit-border-radius:10px;
  427. moz-border-radius:10px;
  428. -o-border-radius:10px;
  429. border-radius:10px;
  430. -moz-box-shadow: 0 0 10px #ccc;
  431. -webkit-box-shadow: 0 0 5px #000;
  432. }
  433.  
  434. .linkss:hover{
  435. background: transparent;
  436. color: white ;
  437. text-transform:white;
  438. -webkit-transition: all 1s ease;
  439. -moz-transition: all 1s ease;
  440. -o-transition: all 1s ease;
  441. transition: all 1s ease;
  442. border-top-right-radius:10px;
  443. border-bottom-right-radius:10px;
  444. border-top-left-radius:10px;
  445. border-bottom-left-radius:10px;
  446. border: 0px solid #ddd;
  447.  
  448. }
  449.  
  450. #posts {
  451. width: 840px;
  452. margin-left:371px;
  453. margin-top:0px;
  454. float:left;
  455. font-family: "delius unicase" , cursive ;
  456. -webkit-animation: bounceIn 3s;
  457. -moz-animation: bounceIn 2s;
  458. -ms-animation: bounceIn 2s;
  459. }
  460.  
  461. #infscr-loading{
  462. bottom: -70px;
  463. position: absolute;
  464. left: 50%;
  465. margin-left:-8px;
  466. width:16px;
  467. height:11px;
  468. overflow:hidden;
  469. margin-bottom: 50px;
  470. }
  471.  
  472.  
  473. div#thewatertitle{ z-index:999999999999999;position:absolute !important;position:fixed !important;width:250px;height:30px;top:100px;left: 36px;padding:2px;font-family:'Open Sans Condensed', sans-serif;background-color:white;border: #aaa solid 1px;-webkit-border-radius:10px;
  474. moz-border-radius:10px;
  475. -o-border-radius:10px;
  476. border-radius:10px;-moz-box-shadow: 0 0 10px #ccc;
  477. -webkit-box-shadow: 0 0 5px #000;}
  478.  
  479. div#watertitle{
  480. z-index:999999999999999;
  481. font-family: "origin";
  482. font-size: 15px;
  483. line-height: 28px;
  484. font-weight: bold;
  485. margin-top: 1px;
  486. color:{color:title};
  487. -moz-border-radius:6px; border-radius:6px;
  488. -webkit-transform: rotate(0deg);
  489. -moz-transform: rotate(0deg);
  490. }
  491.  
  492.  
  493. @font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
  494.  
  495. blockquote{
  496. padding:0px 0px 2px 5px;
  497. margin:0px 0px 0px 0px;
  498. border-left: 1px solid #555555;
  499. }
  500.  
  501. blockquote p, ul{
  502. margin:0px;
  503. padding:0px;
  504. }
  505.  
  506. a img{border: 0px;}
  507.  
  508. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  509.  
  510. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  511. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  512.  
  513. .notes img{
  514. width:10px;
  515. position:relative;
  516. top:3px;
  517. }
  518.  
  519. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  520. {block:IndexPage}
  521. width: 250px !important;
  522. {/block:IndexPage}
  523. }
  524. .video embed, .post div.video object {width:250px !important; height:190px !important;}
  525.  
  526. .title{
  527. font-family: "delius unicase" ;
  528. font-size: 18px;
  529. line-height:25px;
  530. color: black;
  531. font-weight: bold;
  532. }
  533.  
  534.  
  535. div#borda {
  536. border-bottom: 2px dashed {color:borda};}
  537.  
  538. /*
  539.  
  540. -------------------------
  541. Scroll Box Code
  542. -------------------------
  543.  
  544. */
  545.  
  546. .scroll{
  547. z-index:9999999999999999;
  548. position:absolute !important;
  549. position:fixed !important;
  550. width:250px;
  551. height:150px;
  552. top:337px;
  553. left: 36px;
  554. padding:2px;
  555. text-align:center;
  556. background-color: #fff; /* background of box */
  557. border-color: #000000; /* border color of box */
  558. border-width: 1px; /* border width*/
  559. border-style: solid; /* border style */
  560. color: #00000; /* TEXT color */
  561. font-size: 13px;
  562. line-height:25px;
  563. font-family: 'delius unicase';
  564. background-color:white;
  565. border: #aaa solid 1px;
  566. -o-transition-transition: all 0.5s ease-out;
  567. -webkit-transition: all 0.5s ease-out;
  568. -moz-transition: all 0.5s ease-out;
  569. -webkit-border-radius:10px;
  570. moz-border-radius:10px;
  571. -o-border-radius:10px;
  572. border-radius:10px;
  573. -moz-box-shadow: 0 0 10px #ccc;
  574. -webkit-box-shadow: 0 0 5px #000;
  575. overflow: auto;
  576. }
  577.  
  578. /*
  579.  
  580. ----------------------------------
  581. Scroll bar code
  582. ----------------------------------
  583.  
  584. */
  585.  
  586. .scroll::-webkit-scrollbar {
  587.  
  588. z-index:999999999999999
  589.  
  590. height: 2px;
  591.  
  592. width: 8px;
  593.  
  594. background: #ffffff; /* Scrollbar background color */
  595.  
  596. -webkit-border-radius:10px;
  597. moz-border-radius:10px;
  598. -o-border-radius:10px;
  599. border-radius:10px
  600.  
  601. }
  602.  
  603. .scroll::-webkit-scrollbar-thumb {
  604.  
  605. background-color: #ccc; /* Scroll bar color */
  606.  
  607. border:1px solid #fff;
  608.  
  609. -webkit-border-radius: 5ex; /* delete if you want square */
  610.  
  611. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  612.  
  613. }
  614.  
  615. .scroll::-webkit-scrollbar-corner {
  616.  
  617. -webkit-border-radius:10px;
  618. moz-border-radius:10px;
  619. -o-border-radius:10px;
  620. border-radius:10px
  621.  
  622. background: #transparent;
  623.  
  624. }
  625.  
  626. </style>
  627.  
  628. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  629. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  630.  
  631. <script type="text/javascript">
  632. $(window).load(function () {
  633. var $content = $('#posts');
  634. $content.masonry({itemSelector: '.entry'}),
  635. $content.infinitescroll({
  636. navSelector : 'div#pagination',
  637. nextSelector : 'div#pagination a#nextPage',
  638. itemSelector : '.entry',
  639. loading: {
  640. finishedMsg: '',
  641. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  642. },
  643. bufferPx : 600,
  644. debug : false,
  645. },
  646. // call masonry as a callback.
  647. function( newElements ) {
  648. var $newElems = $( newElements );
  649. $newElems.hide();
  650. // ensure that images load before adding to masonry layout
  651. $newElems.imagesLoaded(function(){
  652. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  653.  
  654.  
  655. });
  656. });
  657. });
  658. </script>
  659.  
  660. {/block:IndexPage}
  661.  
  662. </div>
  663.  
  664. <title>{title}</title>
  665.  
  666. <link rel="shortcut icon" href="{Favicon}">
  667. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  668. <meta name="viewport" content="width=820" />
  669.  
  670.  
  671. </div>
  672. <div class="wrapper"><div class="header">
  673.  
  674. </div>
  675.  
  676. <div id="blossom"><center><div style="margin-top: 6px;"><div class="scroll">
  677. {Description}
  678. </div></center> </div>
  679.  
  680. <div id="thewatertitle"><div id="watertitle"><center><a href="/">{title}</div></a></center></div><div id="face"><div class="sup"><div id="marc0"><div class="side1"><center><img src="{image:side2}" /></center></div><center><img src="{image:sidebar}" /></center></div></div></div><center> </div><center><div id="bite"><div class="death"><div align="center"></div></div></center></div><div class="left"></div></div></div>
  681.  
  682.  
  683. <div id="bubble"> <br><br><br><br><br><br><br><br><center>
  684. <span class="linkss"><a href="/">Home</a>
  685. </span> <br><br>
  686. <span class="linkss">
  687. <a href="#?w=460" rel="02" class="poplight">Ask</a>
  688. </span><br><br>
  689. <span class="linkss">
  690. <a href="#?w=500" rel="03" class="poplight">Links</a>
  691. </a></a> </span> <br><br>
  692. </span> <br><br>
  693.  
  694.  
  695. </center>
  696. </script>
  697.  
  698.  
  699. </span></div>
  700. <div class="left">
  701.  
  702. <div id="posts">
  703. {block:Posts}
  704. <div class="entry">
  705.  
  706. {block:Text}
  707. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  708. <span class="entrytext">{Body}</span>
  709. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  710. {/block:Text}
  711.  
  712. {block:Link}
  713. <a href="{URL}" class="title">{Name}</a>
  714. {block:Description}{Description}{/block:Description}
  715. {block:IndexPage}<P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a> {/block:IndexPage}
  716. {block:Link}
  717.  
  718. {block:Answer}
  719. <div class="post"><div class="askborder">
  720. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  721. I said: {Answer}
  722. </div>
  723. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  724. {/block:Answer}
  725. {block:Photo}
  726. <center>
  727. {block:IndexPage}
  728. <div id="permalink">
  729. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>
  730. {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=420px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  731. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  732. {/block:Photo}
  733.  
  734. {block:Photoset}
  735. <center><div class="photoset_photo" width="250px">{Photoset-250}</div></center>
  736. <p style="text-align: right;">
  737. <br>
  738. <a href="{permalink}">{NoteCountWithLabel}</a></p></span></a>
  739. </p>
  740. {/block:Photoset}
  741. {block:Quote}
  742. {Quote}</span>
  743. {block:Source}<strong>{Source}</strong>{/block:Source}
  744. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  745. {/block:Quote}
  746.  
  747. {block:Chat}
  748. {block:Title}<span class="title">{Title}</span>{/block:Title}
  749. <ul class="chat">
  750. {block:Lines}
  751. <li class="user_{UserNumber}">
  752. {block:Label}
  753. <span class="label">{Label}</span>
  754. {/block:Label}
  755.  
  756.  
  757. {Line}
  758. </li>
  759. {/block:Lines}
  760. </ul>
  761. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  762. {/block:Chat}
  763.  
  764. {block:Audio}
  765. <div style="width:320px; height:30px;">
  766. {AudioPlayerBlack}
  767. </div>
  768. {block:IndexPage}<span class="permalink">
  769. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  770. </span>{/block:IndexPage}
  771. {/block:Audio}
  772.  
  773. {block:Video}
  774. {block:IndexPage}
  775. <div id="permalink">
  776. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  777. <center>
  778. <div class="video">{Video-250}</div></center></center>
  779. {/block:IndexPage}
  780. {block:PermalinkPage}
  781. <center>
  782. {Video-550}</center>
  783. {/block:PermalinkPage}
  784. {block:Video}
  785.  
  786. {block:PermalinkPage}
  787. <center>
  788. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  789.  
  790.  
  791. {/block:PermalinkPage}
  792.  
  793.  
  794. {block:PostNotes}{PostNotes}
  795. {/block:PostNotes}
  796. </div>
  797.  
  798.  
  799. {/block:Posts}
  800. </div>
  801. </div>
  802. {block:IndexPage}
  803. {block:Pagination}
  804. <div id="pagination">
  805. {block:NextPage}
  806. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  807. {/block:NextPage}
  808. {block:PreviousPage}
  809. <a href="{PreviousPage}">&larr;&nbsp;</a>
  810. {/block:PreviousPage}
  811. </div>
  812. {/block:Pagination}
  813. {/block:IndexPage}
  814. </div>
  815. </body>
  816.  
  817. <div id="03" class="popup_block">
  818. <center>
  819. <br>
  820.  
  821. <a href="{text:link one}">{text:link one title}</a><br>
  822. <a href="{text:link two}">{text:link two title}</a><br>
  823. <a href="{text:link three}">{text:link three title}</a><br>
  824. <a href="{text:link four}">{text:link four title}</a><br>
  825. <a href="{text:link five}">{text:link five title}</a><br>
  826. <a href="http://themesbymarc0.tumblr.com">theme</a>
  827. </div>
  828.  
  829.  
  830.  
  831. <br><br>
  832.  
  833.  
  834. </center>
  835. </div>
  836.  
  837.  
  838.  
  839. <div id="02" class="popup_block">
  840.  
  841. <center>{text:Faq}</center><br>
  842. <p><iframe frameborder="0" height="149" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe><!--[if IE]><mce:script type="text/javascript"><! document.getElementById('ask_form').allowTransparency=true; // --><!--[endif] --></p>
  843. </center></div>
  844.  
  845. </center></div>
  846.  
  847. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement