Advertisement
InfiniteTherese

People's Choice

Jan 12th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.45 KB | None | 0 0
  1. <!----
  2. well, i know you're gonna remove the credits so yeah put the credit in your faq. theme by coldplaytbh.
  3. ----->
  4.  
  5.  
  6. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style>
  7.  
  8. <head>
  9.  
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Julee|Oleo+Script+Swash+Caps' rel='stylesheet' type='text/css'>
  12. <script language=JavaScript>
  13.  
  14. </script>
  15.  
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18. <script>
  19. $(document).ready(function() {
  20. //
  21. $('a.poplight[href^=#]').click(function() {
  22. var popID = $(this).attr('rel'); //Get Popup Name
  23. var popURL = $(this).attr('href'); //Get Popup href to define size
  24. var query= popURL.split('?');
  25. var dim= query[1].split('&');
  26. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  27. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  28. var popMargTop = ($('#' + popID).height() + 80) / 2;
  29. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  30. //Apply Margin to Popup
  31. $('#' + popID).css({
  32. 'margin-top' : -popMargTop,
  33. 'margin-left' : -popMargLeft
  34. });
  35. $('body').append('<div id="fade"></div>');
  36. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  37. return false;
  38. });
  39. $('a.close, #fade').live('click', function() {
  40. $('#fade , .popup_block').fadeOut(function() {
  41. $('#fade, a.close').remove(); //fade them both out
  42. });
  43. return false;
  44. });
  45. });
  46. </script>
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. <script type="text/javascript">
  55. $(window).load(function () {
  56. var $content = $('#posts');
  57. $content.masonry({itemSelector: '.entry'}),
  58. $content.infinitescroll({
  59. navSelector : 'div#pagination',
  60. nextSelector : 'div#pagination a#nextPage',
  61. itemSelector : '.entry',
  62. loading: {
  63. finishedMsg: '',
  64. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  65. },
  66. bufferPx : 600,
  67. debug : false,
  68. },
  69. // call masonry as a callback.
  70. function( newElements ) {
  71. var $newElems = $( newElements );
  72. $newElems.hide();
  73. // ensure that images load before adding to masonry layout
  74. $newElems.imagesLoaded(function(){
  75. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  76.  
  77.  
  78. });
  79. });
  80. });
  81. </script>
  82. <script type="text/javascript">
  83. WebFontConfig = {
  84. google: { families: [ 'Julee::latin', 'Oleo+Script+Swash+Caps::latin' ] }
  85. };
  86. (function() {
  87. var wf = document.createElement('script');
  88. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  89. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  90. wf.type = 'text/javascript';
  91. wf.async = 'true';
  92. var s = document.getElementsByTagName('script')[0];
  93. s.parentNode.insertBefore(wf, s);
  94. })(); </script>
  95. <script type="text/javascript"
  96. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  97.  
  98. <script type="text/javascript"
  99. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  100. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  101. <meta name="color:Background" content="#000000"/>
  102. <meta name="color:Text" content="#a8a4a4"/>
  103. <meta name="color:bg" content="#fafafa"/>
  104. <meta name="color:blogtitle" content="#ffffff"/>
  105. <meta name="color:link" content="#aaaaa"/>
  106. <meta name="color:hover" content="#cccccc"/>
  107. <meta name="image:background" content=""/>
  108. <meta name="image:sidebarbackground" content="http://static.tumblr.com/liul60i/RbImein80/linebg2.png"/>
  109. <meta name="image:Sidebar" content=""/>
  110. <meta name="text:blogtitle" content="drunk" />
  111. <meta name="text:nav darkness" content="30" />
  112. <meta name="text:nav margin top" content="-80" />
  113. <meta name="text:size" content="60" />
  114. <meta name="text:link one" content="/" />
  115. <meta name="text:link two" content="" />
  116. <meta name="text:link three" content="http://slytherese.tumblr.com/" />
  117. <meta name="text:link four" content="" />
  118. <style type="text/css">
  119.  
  120.  
  121.  
  122. ::-webkit-scrollbar {
  123. height: 5px;
  124. width: 5px;
  125. background: #FFF;
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb {
  129. border: 1px solid #b6b6b6;
  130. background: #eee;
  131.  
  132. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  133. }
  134.  
  135. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  136. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  137. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  138. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  139.  
  140. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  141.  
  142. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  143. .wrapper{
  144. margin: 0px auto;
  145. width: 802px;
  146. }
  147.  
  148. .header{
  149. float: left;
  150. width: 100%;
  151. }
  152.  
  153. .left{
  154. float: left;
  155. margin-right: 20px;
  156. width: 802px;
  157. }
  158.  
  159. .right{
  160. float: right;
  161. width: 200px;
  162. background-color: {color:Background};
  163. }
  164.  
  165. body, a, a:hover {cursor: url(http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html), progress;}
  166.  
  167. yum{font-family:caviardreams; color:#f8989a; text-transform:uppercase; font-size:16px;line-height:18px;}
  168.  
  169.  
  170. body {
  171. margin: 0px;
  172. background-color:{color:background};
  173. background-image:url({image:background});
  174. background-attachment: fixed;
  175. background-repeat: repeat;
  176. background-position: center;
  177. }
  178.  
  179. body, div, p, textarea, submit, input {
  180. font-family:consolas;
  181. font-size: 10px;
  182. line-height:12px;
  183. color:{color:Text};
  184. text-transform:none;
  185. }
  186.  
  187. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  188.  
  189. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  190.  
  191.  
  192. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  193.  
  194. @font-face {
  195. font-family: "just realize";
  196. src: url('http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf');
  197. }
  198. @font-face {
  199. font-family: "tinytots";
  200. src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
  201. }
  202.  
  203.  
  204. @font-face {
  205. font-family: "caviardreams";
  206. src: url('http://static.tumblr.com/alux5te/8BFltyod3/caviardreams.ttf');
  207. }
  208.  
  209. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  210.  
  211. @import url(http://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps);
  212.  
  213.  
  214. a:link, a:active, a:visited{
  215. color: {color:link};
  216. text-decoration: none;
  217. -webkit-transition: color 0.4s ease-out;
  218. -moz-transition: color 0.4s ease-out;
  219. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  220.  
  221. a:hover {
  222. color:{color:hover};
  223. -webkit-transition: color 0.3s ease-out;
  224. -moz-transition: color 0.3s ease-out;
  225. text-shadow:0px 0px 2px #ddd;
  226. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  227.  
  228.  
  229.  
  230. .entry {
  231. margin:4px;
  232. padding:3px;
  233. z-index:9;
  234. float:left;
  235. background-color:white;
  236. border:0px solid #ddd;
  237. font-size: 8px;
  238. line-height:10px;
  239. {block:IndexPage}
  240. width:240px;
  241. {/block:IndexPage}
  242. {block:PermalinkPage}
  243. width:500px;
  244. {/block:PermalinkPage}
  245. box-shadow: 0px 0px 10px #ddd;
  246. -webkit-filter:grayscale(0%);
  247. transition: all 0.9s ease-out;
  248. -o-transition-transition: all 0.9s ease-out;
  249. -webkit-transition: all 0.9s ease-out;
  250. -moz-transition: all 0.9s ease-out;
  251.  
  252. }
  253.  
  254. background {
  255. background-color: {color:bg};
  256. padding: 1px;
  257. }
  258.  
  259. askk {
  260. font-family: learningcurve;
  261. color: {color:Title};
  262. font-size:23px;
  263. z-index:1;
  264. }
  265.  
  266. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  267.  
  268.  
  269. .permalinktext {
  270. display: block;
  271. padding: 1px;
  272. margin: 0px 0px 0px 8px;
  273. font-family: arma;
  274. letter-spacing: 0px;
  275. font-size: 8px;
  276. color: #424242;
  277. line-height: 10px;
  278. text-align: right;
  279. text-decoration: none;
  280. -webkit-transition: color 0.5s ease-out;
  281. -moz-transition: color 0.5s ease-out;
  282. border-top: 1px dotted #dcdcdc;
  283. }
  284.  
  285.  
  286. .entry .perma {
  287. color:#aaa;
  288. font-size:9px;
  289. opacity: 0;
  290. -webkit-transition-duration: .75s;top:0px;
  291. width:230px;
  292. height:auto;
  293. padding-top:6px;
  294. padding-bottom:6px;
  295. background-color: #fafafa;
  296. position: absolute;
  297. margin-left:5px;
  298. margin-top:200px;
  299. text-align:center;
  300. text-transform:uppercase;
  301. font-family:consolas;
  302. letter-spacing:1px;
  303. display:block;
  304. }
  305.  
  306. .entry:hover .perma {
  307. opacity:0.9;
  308. margin-top:75%;
  309. z-index:999999;
  310. }
  311.  
  312.  
  313. #container {
  314. position:fixed;
  315. top:0px;
  316. left:1000px;
  317. }
  318.  
  319.  
  320.  
  321. @import url(http://fonts.googleapis.com/css?family=Julee|Oleo+Script+Swash+Caps);
  322. .sherlock{
  323. margin-top:700px;
  324. margin-left:150px;
  325. width:200px;
  326. padding:2px;
  327. height:30px;
  328. float:left;
  329. font-family:consolas;
  330. font-size:10px;
  331. color:{color:text};
  332. z-index:9999;
  333. position:fixed;
  334. }
  335.  
  336.  
  337.  
  338.  
  339. @font-face{
  340. font-family: WebSymbolsRegular;
  341. src: url(http://static.tumblr.com/xgofl0y/yqZm3m5if/websymbols-regular-webfont.ttf);
  342. }
  343.  
  344. #img{
  345. position:fixed;
  346. margin-left:65px;
  347. margin-top:90px;
  348. z-index:9999;
  349. -moz-transform: rotate(-10deg); /* FF3.5+ */
  350. -o-transform: rotate(-10deg); /* Opera 10.5 */
  351. -webkit-transform: rotate(-10deg);
  352. transition: all 0.7s ease-out;
  353. -o-transition-transition: all 0.7s ease-out;
  354. -webkit-transition: all 0.7s ease-out;
  355. -moz-transition: all 0.7s ease-out;
  356. }
  357.  
  358. #img img{
  359. width:180px;
  360. }
  361.  
  362.  
  363. #robertdowney{
  364.  
  365. z-index:1;
  366. width:50px;
  367. height:auto;
  368. text-align:left;
  369. position:fixed;
  370. margin-left:200px;
  371. margin-top:{text:nav margin top}px;
  372. line-height:{text:nav spacing}px;
  373.  
  374. }
  375.  
  376. #robertdowney a{
  377. -webkit-filter: invert({text:nav darkness}%);
  378. -webkit-transition: all .4s ease;
  379. -moz-transition: all .4s ease;
  380. -o-transition: all .4s ease;
  381. transition: all .4s ease;
  382. }
  383.  
  384. #robertdowney a:hover{
  385. -webkit-filter: invert(0%);
  386. }
  387.  
  388.  
  389. div#coulson{
  390. width:280px;
  391. position:fixed !important;
  392. text-align:center;
  393. top:130px;
  394. height:670px;
  395. margin-left:133px;
  396. baCKGROUND-COLOR:#fafafa;
  397. background-attachment: fixed;
  398. background-repeat: repeat;
  399. background-position: center;
  400. padding-left:20px;
  401. border: 8px double #ddd;
  402. background-image:url({image:sidebarbackground});
  403. box-shadow: 0px 0px 10px #aaa;
  404. }
  405.  
  406. #tonystark {
  407. opacity: 1.0;
  408. position:fixed !important;
  409. width:275px;
  410. font-family: arma;
  411. height: auto;
  412. background-color:white;
  413. margin-left:147px;
  414. margin-top: 172px;
  415. border: 4px double #e9e7e7;
  416. padding:2px;
  417. padding-top:4px;
  418. z-index: 9999;
  419. box-shadow: 0px 0px 0px #e9e7e7;
  420. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  421. #sidebarpic{
  422. opacity:1;
  423. width:260px;
  424. transition: all 0.7s ease-out;
  425. -o-transition-transition: all 0.7s ease-out;
  426. -webkit-transition: all 0.7s ease-out;
  427. -moz-transition: all 0.7s ease-out;
  428. }
  429.  
  430. #ironman img{
  431. width:275px;
  432. height:600px;
  433. opacity:0.9;
  434. }
  435.  
  436.  
  437. div#apple{
  438. width:100%;
  439. height:100%;
  440. z-index:-100;
  441. }
  442.  
  443. div#pepperpots{
  444. margin: auto;
  445. width: 1000px;
  446. }
  447.  
  448.  
  449.  
  450. div#posts {
  451. width:700px;
  452. margin-left:500px;
  453. margin-top:5px;
  454. float:left;
  455. }
  456.  
  457. #infscr-loading{
  458. bottom: 70px;
  459. position: absolute;
  460. left: 100%;
  461. margin-left:-8px;
  462. width:0px;
  463. height:51px;
  464. overflow:hidden;
  465. margin-bottom: 0px;
  466. }
  467.  
  468. @font-face {
  469. font-family: "jenna";
  470. src: url('http://static.tumblr.com/jdjsstr/W6qm7fotz/simpleronde-regular_1_.ttf');
  471. }
  472.  
  473. div#rdj{
  474. z-index: 9999;
  475. background-color:transparent;
  476. color:{color:blogtitle};
  477. position:fixed !important;
  478. font-size: {text:size}px;
  479. text-transform:none;
  480. font-family: "signerica";
  481. letter-spacing:0px;
  482. line-height: 50px;
  483. width:auto;
  484. padding:2px;
  485. padding-top:3px;
  486. padding-right:-1px;
  487. margin: 120px 0px 0px 150px;
  488. text-shadow: 0px 0px 5px #aaa;
  489. z-index: 999;
  490.  
  491. }
  492.  
  493. @font-face { font-family: "cd"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  494.  
  495.  
  496. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  497.  
  498. @import url(http://fonts.googleapis.com/css?family=Finger+Paint);
  499.  
  500. @font-face { font-family:arsenale; src: url(http://static.tumblr.com/emvmfcr/fVPlulq0f/arsenale_white.ttf);} .video embed, .post div.video object {width:260px !important; height:180px !important;}
  501.  
  502.  
  503. .title{
  504. font-family: bebas neue;
  505. font-size: 30px;
  506. text-transform:uppercase;
  507. line-height: 30px;
  508. color: {color:link};
  509. font-weight: normal;
  510. padding: 2px 0px 0px 0px;
  511. }
  512.  
  513.  
  514. blockquote{
  515. padding:0px 0px 2px 5px;
  516. margin:0px 0px 2px 10px;
  517. border-left: 1px dotted #555555;
  518. }
  519.  
  520.  
  521.  
  522.  
  523.  
  524. {CustomCSS}
  525.  
  526. </style>
  527.  
  528. <script type="text/javascript">
  529.  
  530. var pausecontent=new Array()
  531. pausecontent[0]='{text:update one}'
  532. pausecontent[1]='{text:update two}'
  533. pausecontent[2]='{text:update three}'
  534. pausecontent[3]='{text:update four}'
  535. pausecontent[4]='{text:update five}'
  536. pausecontent[5]='{text:update six}'
  537.  
  538. </script>
  539.  
  540. {block:IndexPage}
  541. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  542. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  543.  
  544. <script type="text/javascript">
  545. $(window).load(function () {
  546. var $content = $('#posts');
  547. $content.masonry({itemSelector: '.entry'}),
  548. $content.infinitescroll({
  549. navSelector : 'div#pagination',
  550. nextSelector : 'div#pagination a#nextPage',
  551. itemSelector : '.entry',
  552. loading: {
  553. finishedMsg: '',
  554. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  555. },
  556. bufferPx : 600,
  557. debug : false,
  558. },
  559. // call masonry as a callback.
  560. function( newElements ) {
  561. var $newElems = $( newElements );
  562. $newElems.hide();
  563. // ensure that images load before adding to masonry layout
  564. $newElems.imagesLoaded(function(){
  565. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(240);} );
  566.  
  567.  
  568. });
  569. });
  570. });
  571. </script>
  572.  
  573. {/block:IndexPage}
  574.  
  575. <title>{title}</title>
  576.  
  577. <link rel="shortcut icon" href="{favicon}">
  578. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  579.  
  580. <meta name="viewport" content="width=820" />
  581.  
  582.  
  583.  
  584. <div id="pepperpots">
  585.  
  586.  
  587.  
  588.  
  589. </div>
  590.  
  591.  
  592. </div>
  593.  
  594.  
  595.  
  596.  
  597. <div id="rdj">{text:blogtitle}</div>
  598.  
  599.  
  600.  
  601.  
  602.  
  603. </div>
  604.  
  605.  
  606. <div id="tonystark">
  607. <div id="ironman"><a href="/"><img src="{image:sidebar}" style=" padding:0px;border:0px dotted #aaa;" width=100px; height=auto;class="sideimg">
  608. </a></div></div>
  609. </div>
  610.  
  611.  
  612.  
  613.  
  614. <div class="sherlock"><img src="" width="48" align="left" />
  615. <center><div style="font-size:12px;font-style:courier new;">"</a><background>{description}</background>"</center><div id="robertdowney">
  616. <a href="{text:link one}"><img src="http://i1301.photobucket.com/albums/ag102/nancy_miserywishes/homewhite_zpsc099b18d.png"></a> <a href="{text:link two}"><img src="http://i1301.photobucket.com/albums/ag102/nancy_miserywishes/mailwhite_zps5985df6d.png"></a> <a href="{text:link three}"><img style="margin-left:-1px"src="http://i1301.photobucket.com/albums/ag102/nancy_miserywishes/morewhite_zps86a5e175.png"></a>{block:iflinkfour} <a href="{text:link four}"><img src="http://i1301.photobucket.com/albums/ag102/nancy_miserywishes/heart_zps47577a0a.png"></a>{/block:iflinkfour} <a href="http://slytherese.tumblr.com/"><img src="http://i1301.photobucket.com/albums/ag102/nancy_miserywishes/idkwhite_zps5cd7ba3c.png"></a></div></div>
  617. <div id="img"><a href="/"></a></div>
  618. </div>
  619.  
  620.  
  621. <div id="coulson">
  622. </div>
  623. <div style="min-height:730px;">
  624. <div id="posts">
  625.  
  626. {block:Posts}
  627. <div class="entry">
  628.  
  629.  
  630.  
  631. {block:Text}
  632. {block:Title}<span class="title">{Title}</span>{/block:Title}
  633. <span class="entrytext">{Body}</span>
  634. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a></div>
  635. {/block:Text}
  636.  
  637. {block:Link}
  638. <a href="{URL}" class="title">{Name}</a>
  639. {block:Description}{Description}{/block:Description}
  640. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  641. {block:Link}
  642.  
  643.  
  644. {block:Photo}
  645. {block:IndexPage}
  646. <div class="perma">
  647. <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">/</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="#aaa">/</font> <a href="{permalink}">{timeago}</a> </div>
  648. {/block:IndexPage}
  649. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" style="0px double #e9e7e7; padding:5px;"width="230"/></a></div>{LinkCloseTag}{/block:IndexPage}
  650. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  651. {/block:Photo}
  652.  
  653. {block:Photoset}
  654. {block:IndexPage}
  655. <center>
  656. {Photoset-250}</center>
  657. {/block:IndexPage}
  658. {block:PermalinkPage}
  659. <center>
  660. {Photoset-500}</center>
  661. {/block:PermalinkPage}
  662. {/block:Photoset}
  663.  
  664. {block:Quote}
  665. {Quote}</span>
  666. {block:Source}<strong>{Source}</strong>{/block:Source}
  667. {/block:Quote}
  668.  
  669. {block:Chat}
  670. {block:Title}<span class="title">{Title}</span>{/block:Title}
  671. <ul class="chat">
  672. {block:Lines}
  673. <li class="user_{UserNumber}">
  674. {block:Label}
  675. <span class="label">{Label}</span>
  676. {/block:Label}
  677.  
  678. {Line}
  679. </li>
  680. {/block:Lines}
  681. </ul>
  682. {/block:Chat}
  683.  
  684. {block:Audio}
  685. <center><div style="width:350px; height:30px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  686. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  687. {/block:Audio}
  688.  
  689. {block:Video}
  690. {block:IndexPage}
  691. <center>
  692. {Video-250}</center>
  693. {/block:IndexPage}
  694. {block:PermalinkPage}
  695. <center>
  696. {Video-500}</center>
  697. {/block:PermalinkPage}
  698. {block:Video}
  699.  
  700.  
  701. {block:Answer}
  702. <br>
  703. <div style="border-radius:5px; border: 3px double #dddddd; margin: 3px; margin-top: -2px; height:30px; background-image:url(http://static.tumblr.com/oct6d4x/A8Qm1ew6n/tumblr_lr3lxswywz1qf72le.png); overflow:auto; padding: 3px; box-shadow: 0px 0px 3px 1px #eee;">
  704. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 3px;"/>
  705. <askk>{Asker}</askk>: {Question}<br></div>
  706. <div style="font-family: pixel;text-transform:uppercase; font-size: 8px; letter-spacing:0px;">
  707. {Answer}
  708. </div>
  709. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  710. {/block:Answer}
  711.  
  712.  
  713. {block:PermalinkPage}
  714. <center>
  715. <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>
  716.  
  717.  
  718. {/block:PermalinkPage}
  719.  
  720.  
  721. {block:PostNotes}{PostNotes}
  722. {/block:PostNotes}
  723. </div>
  724.  
  725.  
  726. {/block:Posts}
  727. </div>
  728.  
  729. {block:IndexPage}
  730. {block:Pagination}
  731. <div id="pagination">
  732. {block:NextPage}
  733. <a id="nextPage" href="{NextPage}"></a>
  734. {/block:NextPage}
  735. {block:PreviousPage}
  736. <a href="{PreviousPage}"></a>
  737. {/block:PreviousPage}
  738. </div>
  739. {/block:Pagination}
  740. {/block:IndexPage}
  741. </div>
  742. </div>
  743. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement