Advertisement
pee

seinfeld meme theme

pee
Feb 27th, 2015
3,827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.94 KB | None | 0 0
  1. <!---
  2. __.------~~~-.
  3. ,'/ `\ ascii credit:
  4. " \ ,..__ | ,_ `\_, http://www.heartnsoul.com/ascii_art/deer.txt
  5. >/|/ ~~\||`\(`~,~'
  6. | `\ /'| \_; bring webkinz back
  7. " " "
  8.  
  9. ♡ seinfeld meme theme by peerra.tumblr.com ♡
  10. -->
  11. <meta name="color:Background" content="#3b627e" />
  12. <meta name="color:sidebar links" content="" />
  13. <meta name="color:sidebar links hover" content="" />
  14. <meta name="color:scrollbar bg" content="" />
  15. <meta name="color:scrollbar piece" content="" />
  16. <meta name="color:scrollbar border" content="" />
  17. <meta name="color:highlight" content="" />
  18. <meta name="color:highlight background" content="" />
  19. <meta name="color:borders" content="" />
  20. <meta name="color:question" content="" />
  21. <meta name="color:question background" content="" />
  22. <meta name="color:blockquote" content="" />
  23. <meta name="color:description text" content="#000" />
  24. <meta name="color:links" content="" />
  25. <meta name="color:links hover" content="" />
  26. <meta name="color:post text" content="#000000" />
  27.  
  28. <meta name="font:body" content="Verdana" />
  29.  
  30. <meta name="select:postborder" content="solid" title="solid" />
  31. <meta name="select:postborder" content="dotted" title="dotted" />
  32. <meta name="select:postborder" content="dashed" title="dashed" />
  33. <meta name="select:sidebarborder" content="solid" title="solid" />
  34. <meta name="select:sidebarborder" content="dotted" title="dotted" />
  35. <meta name="select:sidebarborder" content="dashed" title="dashed" />
  36.  
  37. <meta name="if:avatar" content="1" />
  38. <meta name="if:black post" content="0" />
  39. <meta name="if:rounded corners" content="0" />
  40. <meta name="if:underlined links" content="0" />
  41. <meta name="if:400px" content="1" />
  42. <meta name="if:250px" content="0" />
  43. <meta name="if:music player" content="0" />
  44. <meta name="if:Show Tags" content="1" />
  45. <meta name="if:background cover" content="0"/>
  46. <meta name="if:infinite scroll" content="0" />
  47. <meta name="if:captions" content="1" />
  48. <meta name="image:Background" content="" />
  49. <meta name="image:avatar" content="" />
  50. <meta name="image:top" content="" />
  51. <meta name="image:sidebar" content="" />
  52. <meta name="image:extra" content="" />
  53. <meta name="image:favicon" content="" />
  54. <meta name="image:music pixel" content="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif" />
  55.  
  56. <meta name="text:sidebar position" content="250" />
  57. <meta name="text:glow" content="use rgba" />
  58. <meta name="text:extra position" content="20" />
  59. <meta name="text:link 1 title" content="" />
  60. <meta name="text:link 2 title" content="" />
  61. <meta name="text:link 3 title" content="" />
  62. <meta name="text:link 1 url" content="" />
  63. <meta name="text:link 2 url" content="" />
  64. <meta name="text:link 3 url" content ="" />
  65. <meta name="text:sidebar image top" content="0" />
  66. <meta name="text:sidebar image right" content="0" />
  67. <meta name="text:music player code" content="music code" />
  68. <meta name="text:post opacity" content="1.0" />
  69. <meta name="text:sidebar opacity" content="1.0" />
  70. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  71. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72. <link rel="shortcut icon" href="{image:favicon}" />
  73. <style type="text/css">
  74. ::selection {
  75. background: {color:highlight background};
  76. color: {color:highlight};}
  77. ::-moz-selection {
  78. background: {color:highlight background};
  79. color: {color:highlight};}
  80. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  81. ::-webkit-scrollbar {
  82. width:10px;
  83. height:10px;
  84. background: {color:scrollbar bg};}
  85. ::-webkit-scrollbar-thumb {
  86. background: {color:scrollbar piece};
  87. border: 1px solid {color:Scrollbar Border};}
  88.  
  89. body {
  90. background: {color:Background} url('{image:Background}') top left fixed repeat;
  91. {block:ifbackgroundcover}background-size:cover;{/block:ifbackgroundcover}
  92. margin: 0;
  93. padding: 0;
  94. font-family: {font:body};
  95. }
  96.  
  97. .clear {
  98. clear: both;
  99. height: 0px;
  100. overflow: hidden;
  101. }
  102.  
  103. #lace {
  104. width:100%;
  105. height:200px;
  106. background: url('{image:top}') top fixed repeat-x;
  107. position:fixed;
  108. z-index: -999;
  109. margin-top:-120px;
  110. opacity: 0.90;
  111. }
  112.  
  113. #wrapper {
  114. position: relative;
  115. margin-left:180px;
  116. width: 845px;
  117. }
  118.  
  119. a {
  120. color: {color:links};
  121. text-decoration: none;
  122. text-shadow:4px 0px transparent, -4px 0px transparent;
  123. -webkit-transition: all 0.3s ease-in-out;
  124. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  125. }
  126.  
  127. a:hover {
  128. color: {color:links hover};
  129. background: ;
  130. text-shadow:0px 0px {color:Links Hover}, 0px 0px {color:Links Hover};text-decoration: line-through;
  131. }
  132.  
  133.  
  134.  
  135. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 0px; right: {text:extra position}px;}
  136.  
  137. .pop {
  138. position: relative;
  139. margin-left:300px;
  140. {block:if400px}width:400px;{/block:if400px}
  141. {block:if250px}width:250px;{/block:if250px}
  142. {block:ifblackpost}background: rgba(0, 0, 0, {text:post opacity});{/block:ifblackpost}
  143. {block:ifnotblackpost}background: rgba(255, 255, 255, {text:post opacity});{/block:ifnotblackpost}
  144. border: 1px {select:postborder} {color:borders};
  145. font-family: {font:body};
  146. font-size: 11px;
  147. color: {color:post text};
  148. padding: 3px;
  149. overflow:hidden;
  150. box-shadow:rgba({text:glow},1) 0px 0px 10px 1px;
  151. {block:ifroundedcorners}
  152. -moz-border-radius: 10px;
  153. -webkit-border-radius: 10px;
  154. border-radius: 10px;
  155. {/block:ifroundedcorners}
  156. -webkit-transition: all 0.9s ease-in-out;
  157. -moz-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;
  158. }
  159.  
  160. .pop a {
  161. color: {color:links};
  162. {block:ifunderlinedlinks}text-decoration: underline;{/block:ifunderlinedlinks}
  163. text-shadow:4px 0px transparent, -4px 0px transparent;
  164. }
  165.  
  166. .pop a:hover {
  167. color: {color:links hover};
  168. background: transparent;
  169. text-shadow:0px 0px {color:Links Hover}, 0px 0px {color:Links Hover};
  170. }
  171.  
  172. .pop .media {
  173. opacity: 1;
  174. -webkit-transition: all 0.4s ease-out;
  175. -moz-transition: all 0.4s ease-out;
  176. transition: all 0.4s ease-out;
  177. }
  178.  
  179. .pop .media:hover {
  180. opacity: 0.8;
  181. }
  182.  
  183. .pop .photoset {
  184. opacity: 1;
  185. {block:ifgrayscale}-webkit-filter: grayscale(100%);{/block:ifgrayscale}
  186. -webkit-transition: all 0.4s ease-out;
  187. -moz-transition: all 0.4s ease-out;
  188. transition: all 0.4s ease-out;
  189. }
  190.  
  191. .pop .photoset:hover {
  192. {block:ifgrayscale}-webkit-filter: grayscale(0%);{/block:ifgrayscale}
  193. opacity: 0.8;
  194. }
  195.  
  196. .audio {
  197. background: background: rgba(255, 255, 255, 0.8);
  198. float: left;
  199. padding: 7px;
  200. margin-bottom: 10px;
  201. {block:ifroundedcorners}-moz-border-radius: 4px;
  202. -webkit-border-radius: 4px;
  203. border-radius: 4px;{/block:ifroundedcorners}
  204. }
  205.  
  206. .audio .player {
  207. float: left;
  208. }
  209.  
  210. .audio .player .audio_player embed {
  211. border:1px solid {color:borders};
  212. }
  213.  
  214. .audio .meta {
  215. padding: 8px 13px;
  216. height: 13px;
  217. float: left;
  218. color: #000;
  219. font-family: {font:Body};
  220. font-size: 10px;
  221. text-transform: lowercase;
  222. }
  223.  
  224. .audio .meta a {
  225. color: #666;
  226. text-decoration: none;
  227. }
  228.  
  229. .pop .album_art {
  230. text-align: center;
  231. }
  232.  
  233.  
  234. .ask {
  235. color: {color:question};
  236. background: {color:question background};
  237. padding: 15px 20px;
  238. border: 2px solid {color:borders};
  239. font-family: {font:body};
  240. font-size: 13px;
  241. {block:ifroundedcorners}-moz-border-radius: 8px;
  242. -webkit-border-radius: 8px;
  243. border-radius: 8px;{/block:ifroundedcorners}
  244. }
  245.  
  246. .container {
  247. font-family: {font:body};
  248. margin: 0 0 20px 24px;
  249. }
  250.  
  251. .container img {
  252. margin: 0 2px -7px 0;
  253. border: 1px solid {color:borders};
  254. margin-top: 10px;
  255. {block:ifroundedcorners}-moz-border-radius: 20px;
  256. -webkit-border-radius: 20px;
  257. border-radius: 20px;{/block:ifroundedcorners}
  258. }
  259.  
  260. .title {
  261. color: {color:post text};
  262. font-family: {font:body};
  263. font-size: 16px;
  264. font-weight: bold;
  265. text-align: center;
  266. text-transform: lowercase;
  267. -webkit-transition: all 0.9s ease-out;
  268. -moz-transition: all 0.9s ease-out;
  269. transition: all 0.9s ease-out;
  270. }
  271.  
  272. .pop:hover .title {
  273. text-transform: uppercase;
  274. }
  275.  
  276. .title:hover {
  277. font-weight: italic;
  278. }
  279.  
  280. .link a {
  281. color: #fff;
  282. {block:ifroundedcorners}-moz-border-radius: 4px;
  283. -webkit-border-radius: 4px;
  284. border-radius: 4px;{/block:ifroundedcorners}
  285. background: {color:links};
  286. border: 1px solid #fff;
  287. -webkit-transition: all 0.3s ease-in-out;
  288. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  289. }
  290.  
  291. .link a:hover {
  292. background: {color:links hover};
  293. }
  294.  
  295. .pop img {
  296. {block:if400px}max-width:400px;{/block:if400px}
  297. {block:if250px}max-width:250px;{/block:if250px}
  298. {block:ifroundedcorners}
  299. -moz-border-radius: 7px;
  300. -webkit-border-radius: 7px;
  301. {/block:ifroundedcorners}
  302. }
  303.  
  304. .quote {
  305. color: {color:post text};
  306. font-family: {font:body};
  307. font-size: 15px;
  308. }
  309.  
  310. .chat {
  311. font-family: {font:body};
  312. font-size: 10px;
  313. color: {color:post text};
  314. }
  315.  
  316. .chat .lines {
  317. margin-left: 1px;
  318. }
  319.  
  320. .chat .lines .line {
  321. background-color: {color:blockquote};
  322. color: #000;
  323. margin-bottom: 1px;
  324. padding: 3px 5px;
  325. }
  326.  
  327. .chat .lines .line.even {
  328. background-color: {color:background};
  329. }
  330.  
  331. .pop .footer {
  332. color: {color:links};
  333. background: ;
  334. opacity: 1;
  335. font-family: {font:body};
  336. font-size: 11px;
  337. text-align: center;
  338. padding: 0px 5px;
  339. margin-top: 12px;
  340. border-top: 1px {select:postborder} {color:borders};
  341. -webkit-transition: all 0.3s ease-in-out;
  342. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  343. }
  344.  
  345. .pop:hover .footer {
  346. opacity: 1;
  347. }
  348.  
  349. .pop .footer a {
  350. text-decoration: none;
  351. }
  352.  
  353. .pop .footer .tags {
  354. margin-top: -25px;
  355. opacity: 0;
  356. -webkit-transition: all 0.5s ease-in-out;
  357. -moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  358. }
  359.  
  360. .pop:hover .footer .tags {
  361. margin-top: -10px;
  362. opacity:1;
  363. }
  364.  
  365. .pop .footer .tags a {
  366. color: {color:links};
  367. text-align: center;
  368. background:;
  369. text-decoration: none;
  370. }
  371.  
  372. .pop .footer .tags a:hover {
  373. text-align: center;
  374. color: {color:links hover};
  375. }
  376.  
  377. blockquote {
  378. margin: 10px 0px 8px 15px;
  379. padding-left: 15px;
  380. border-left: solid 1px {color:blockquote};
  381. }
  382.  
  383. .bottom {
  384. height: 20px;
  385. }
  386.  
  387. .pop .notecontainer {
  388. border: 1px solid #000;
  389. font-family: {font:body};
  390. font-size: 10px;
  391. color: {color:post text};
  392. margin-top: 1px;
  393. height: 350px;
  394. overflow:scroll;
  395. }
  396.  
  397. .pop .notecontainer a {
  398. color: {color:links};
  399. }
  400.  
  401. .pagination {
  402. font-size: 10px;
  403. color: {color:links};
  404. font-family: {font:body};
  405. }
  406.  
  407. #sidebarimg {
  408. position: fixed;
  409. z-index: -1;
  410. opacity: 1;
  411. margin-top: {text:sidebar image top}px;
  412. margin-left: {text:sidebar image right}px;
  413. }
  414.  
  415. #magicalgirl {
  416. position: fixed;
  417. margin-top: {text:sidebar position}px;
  418. margin-left:300px;
  419. width: 120px;
  420. z-index:999;
  421. {block:ifblackpost}background: rgba(0, 0, 0, {text:sidebar opacity});{/block:ifblackpost}
  422. {block:ifnotblackpost}background: rgba(255, 255, 255, {text:sidebar opacity});{/block:ifnotblackpost}
  423. float: left;
  424. padding: 0 11px;
  425. font-family: {font:body};
  426. font-size: 11px;
  427. color: {color:description text};
  428. border: 1px {select:sidebarborder} {color:borders};
  429. box-shadow:rgba({text:glow},1) 0px 0px 10px 1px;
  430. {block:ifroundedcorners}
  431. -moz-border-radius: 10px;
  432. -webkit-border-radius: 10px;
  433. border-radius: 10px;
  434. {/block:ifroundedcorners}
  435. -webkit-transition: all 0.9s ease-in-out;
  436. -moz-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;
  437. }
  438.  
  439. #magicalgirl a {
  440. color: {color:links};
  441. text-shadow:4px 0px transparent, -4px 0px transparent;
  442. -webkit-transition: all 0.3s ease-in-out;
  443. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  444. }
  445.  
  446. #magicalgirl a:hover {
  447. color: {color:links hover};
  448. background: transparent;
  449. text-shadow:0px 0px {color:Links Hover}, 0px 0px {color:Links Hover};
  450. }
  451.  
  452. #magicalgirl #links a {
  453. font-family: Helvetica;
  454. background: {color:sidebar links};
  455. color: #000;
  456. -webkit-transition: all 0.3s ease-in-out;
  457. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  458. padding: 2px;
  459. }
  460.  
  461. #magicalgirl #links a:hover {
  462. background: {color:sidebar links hover};
  463. color: #000;
  464. }
  465.  
  466. #description {
  467. color: {color:description text};
  468. font-family: {font:body};
  469. font-size: 11px;
  470. opacity: 1;
  471. }
  472.  
  473. <!--
  474. #sidebarcontainer {
  475. position:fixed;
  476. margin-top:0px;
  477. margin-left:0px;
  478. width: 300px;
  479. height: 100%;
  480. background: url('{image:sidebar bg}');
  481. border: 1px solid {color:borders};
  482. z-index: 0;
  483. }
  484. -->
  485.  
  486. #s-m-t-tooltip {
  487. {block:ifblackpost}background: #000;{/block:ifblackpost}
  488. {block:ifnotblackpost}background: #fff;{/block:ifnotblackpost}
  489. font-size: 10px;
  490. font-family: {font:body};
  491. color: {color:description text};
  492. text-align:center;
  493. max-width: 100px;
  494. word-wrap: break-word;
  495. padding: 1px 5px 2px 6px;
  496. display: block;
  497. margin: 10px 10px 10px 15px;
  498. border: 1px solid {color:Borders};
  499. z-index: 999;
  500. }
  501.  
  502. {block:ifmusicplayer}
  503. #music {
  504. position:fixed;
  505. top:5px;
  506. left:15px;
  507. padding:5px 0px 16px 0px;
  508. height: 10px;
  509. width:34px;
  510. border: 1px solid {color:borders};
  511. color: #000;
  512. z-index: 1;
  513. {block:ifblackpost}background: rgba(0, 0, 0, {text:sidebar opacity});{/block:ifblackpost}
  514. {block:ifnotblackpost}background: rgba(255, 255, 255, {text:sidebar opacity});{/block:ifnotblackpost}
  515. font-family:bitxmap;
  516. overflow:hidden;
  517. font-size:10px;
  518. {block:ifdropshadow}box-shadow:rgba(0,0,0,0.1)10px 10px;{block:ifdropshadow}
  519. -webkit-transition: all 0.3s ease-in-out;
  520. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  521. }
  522.  
  523. #music:hover {
  524. height:10px;
  525. width:80px;
  526. }
  527.  
  528. #pixel {
  529. position:fixed;
  530. left:25px;
  531. top: 15px;
  532. overflow:hidden;
  533. -webkit-transition: all 0.3s ease-in-out;
  534. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  535. }
  536.  
  537. #music:hover #pixel {
  538. overflow:hidden;
  539. margin-top:-50px;
  540. }
  541.  
  542. #player {
  543. width: 0px
  544. padding-top: 0px;
  545. margin-left:35px;
  546. font-family:bitxmap;
  547. font-size:10px;
  548. -webkit-transition: all 0.3s ease-in-out;
  549. -moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
  550. }
  551.  
  552. #music:hover #player {
  553. margin-left: 0px;
  554. }
  555. {/block:ifmusicplayer}
  556.  
  557. .tumblr_audio_player {height: 40px; width: 210px;border: 3px double {color:borders};}
  558. </style>
  559.  
  560. <style type="text/css">{CustomCSS}</style>
  561. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  562. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  563. <script>
  564. (function($){
  565. $(document).ready(function(){
  566. $("[title]").style_my_tooltips();
  567. });
  568. })(jQuery);
  569. </script>
  570. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:; "id="scrollToTop"><img src="{image:extra}" title="scroll to top"></a>
  571. </head>
  572. <body>
  573. <script type="text/javascript" src="http://samisite.com/extras/HTMLobj-1640/moveobj.js"> </script>
  574.  
  575. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  576.  
  577. <script type="text/javascript">
  578.  
  579.  
  580.  
  581. /***********************************************
  582.  
  583. * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
  584.  
  585. * Modified by Dynamic Drive for various improvements
  586.  
  587. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  588.  
  589. * Using CSB or Trellix: use an INSERT HTML box to hold your script and put your js and images into web components (webgem in Trellix). Then you MUST change each gEMDIR to GEMDIR before using code!
  590.  
  591. ***********************************************/
  592.  
  593.  
  594.  
  595. //Step 1: Define unique variable names depending on number of flying images (ie:3):
  596.  
  597. var flyimage1, flyimage2, flyimage3, flyimage4
  598.  
  599.  
  600.  
  601. function pagestart(){
  602.  
  603. //Step 2: Using the same variable names as 1), add or delete more of the below lines (47=width, height=68 of image):
  604.  
  605. flyimage1=new Chip("flyimage1",40,62);
  606.  
  607. flyimage2=new Chip("flyimage2",40,62);
  608.  
  609. flyimage3=new Chip("flyimage3",40,62);
  610.  
  611. flyimage4=new Chip("flyimage4",40,62);
  612.  
  613. flyimage5=new Chip("flyimage5",40,62);
  614.  
  615. flyimage6=new Chip("flyimage6",40,62);
  616.  
  617.  
  618.  
  619.  
  620.  
  621. //Step 3: Using the same variable names as 1), add or delete more of the below lines:
  622.  
  623. movechip("flyimage1");
  624.  
  625. movechip("flyimage2");
  626.  
  627. movechip("flyimage3");
  628.  
  629. movechip("flyimage4");
  630.  
  631. movechip("flyimage5");
  632.  
  633. movechip("flyimage6");
  634.  
  635.  
  636.  
  637. }
  638.  
  639.  
  640.  
  641. if (window.addEventListener)
  642.  
  643. window.addEventListener("load", pagestart, false)
  644.  
  645. else if (window.attachEvent)
  646.  
  647. window.attachEvent("onload", pagestart)
  648.  
  649. else if (document.getElementById)
  650.  
  651. window.onload=pagestart
  652.  
  653.  
  654.  
  655. </script>
  656.  
  657.  
  658.  
  659. <!-- Step 4: Define your flying images. For each image's ID tag, use the same variable names as 1) above -->
  660.  
  661.  
  662.  
  663.  
  664.  
  665. <div id="flyimage1" style="position:absolute; left: -500px; width:40; height:62; font-size:10px; z-index: -999;">
  666. <img src="{image:floatie}">
  667. </div>
  668.  
  669. <div id="flyimage2" style="position:absolute; left: -500px; width:40; height:62; font-size:10px; z-index: -999;">
  670. <img src="{image:floatie}">
  671. </div>
  672.  
  673. <div id="flyimage3" style="position:absolute; left: -500px; width:40; height:62; font-size:10px; z-index: -999;">
  674. <img src="{image:floatie}">
  675. </div>
  676. </div>
  677.  
  678. <div id="lacelace"></div><div id="lace"></div><div id="lacelace"></div>
  679.  
  680. {block:ifmusicplayer}
  681. <div id="music"><div id="pixel"><center><img src="{image:music pixel}"/></center></div><div id="player">{text:music player code}</div></div></div>{/block:ifmusicplayer}
  682.  
  683. <!--
  684. <div id="sidebarcontainer"></div>-->
  685. <div id="magicalgirl">
  686. {block:ifavatar}<br>
  687. <center><div id="image"><a href="/"><img src="{image:avatar}"></a></div>{/block:ifavatar}{block:ifnotinfinitescroll}
  688. <center><div class="pagination">
  689. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  690. <span class="current_page">{PageNumber}</span>
  691. {/block:CurrentPage}{block:JumpPage}
  692. <a class="jump_page" href="{URL}">{PageNumber}</a>
  693. {/block:JumpPage}
  694. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  695. </div></center>{/block:ifnotinfinitescroll}
  696. <div id="description"><center>{description}</center></div><br>
  697. <div id="links"><a href="/" title="home">01</a>
  698. <a href="/ask" title="ask">02</a>
  699. <a href="/submit" title="submit">03</a>
  700. <a href="{text:link 1 url}" title="{text:link 1 title}">04</a>
  701. <a href="{text:link 2 url}" title="{text:link 2 title}">05</a>
  702. <a href="{text:link 3 url}" title="{text:link 3 title}">06</a>
  703.  
  704. </div><br>
  705. </div>
  706. </div>
  707.  
  708. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  709. <div id="wrapper">
  710. <br>
  711. {block:ifinfinitescroll}
  712. <div class = "autopagerize_page_element" >
  713. {/block:ifinfinitescroll}
  714.  
  715. {block:Posts}<div class="pop">{block:Photo}<div class="media">{LinkOpenTag}{block:if400px}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{/block:if400px}{block:if250px}<img src="{PhotoURL-250}" alt="{PhotoAlt}" />{/block:if250px}{LinkCloseTag}</div>{block:ifcaptions}{block:indexpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:indexpage}{block:permalinkpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:permalinkpage}{/block:ifcaptions}
  716. {block:ifnotcaptions}{block:permalinkpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:permalinkpage}{/block:ifnotcaptions}{/block:Photo}
  717. {block:Photoset}{block:if400px}{Photoset-400}{/block:if400px}
  718. {block:if250px}{Photoset-250}{/block:if250px}
  719. {block:ifcaptions}{block:indexpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:indexpage}
  720. {block:permalinkpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:permalinkpage}{/block:ifcaptions}
  721. {block:ifnotcaptions}{block:permalinkpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:permalinkpage}{/block:ifnotcaptions}{/block:Photoset}
  722. {block:Video}<div class="media">{block:if400px}{Video-400}{/block:if400px}{block:if250px}{Video-250}{/block:if250px}</div>
  723. {block:ifcaptions}{block:indexpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:indexpage}
  724. {block:permalinkpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:permalinkpage}{/block:ifcaptions}
  725. {block:ifnotcaptions}{block:permalinkpage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:permalinkpage}{/block:ifnotcaptions}{/block:Video}{block:Audio}{block:AlbumArt}<div class="album_art">
  726. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px; width: 100px; border: 3px solid {color:borders};" />
  727. </div>{/block:AlbumArt}<div class="audio"><div class="player">{AudioPlayerWhite}</div><div class="meta">{PlayCountWithLabel}<br>{block:TrackName}song: {TrackName}{/block:TrackName}<br>{block:Artist}Artist: {Artist}{/block:Artist}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div><div class="clear"></div></div><div class="clear"></div>
  728. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:Audio}{block:Quote}<div class="quote">"{Quote}" <b>- {source}</b></div>{/block:Quote}{block:text}{block:title}<div class="title">{title}</div>{/block:title}<div class="copy">{body}</div>{/block:text}{block:answer}<div class="ask">{Question}</div><div class="container"><img src="{AskerPortraitURL-24}">{Asker}</div><div class="copy">{Answer}</div>{/block:Answer}{block:Chat}{block:Title}<div class="title">{Title}</div>{/block:Title}<div class="chat"><div class="lines">{block:Lines}<div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>{/block:Lines}</div></div><div class="clear"></div><div style="height:10px;"></div>{/block:Chat}{block:Link}<div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>{block:Description}<div class="copy">{Description}</div>{/block:Description}{/block:Link}
  729. <div class="footer"><!--{block:Reblog}{lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}{/block:RebloggedFromReblog}{/block:Reblog}---><center><a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date} - {block:NoteCount}{NoteCount}{/block:NoteCount}% </a><a href="{ReblogURL}"> - reblog</a></center></div>
  730. <div class="footer" style="display:none;border-top: none;{block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}">{block:IfShowTags}{block:HasTags}<div class="tags">{text:tags symbol} {block:Tags}<a href="{TagURL}" title="tagged: {Tag}">#{Tag}</a><span class="tag-commas"> </span>{/block:Tags}</div>{/block:HasTags}
  731. {/block:IfShowTags}<!---{block:ContentSource}<a href="{SourceURL}" class="source_url">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a>
  732. {/block:ContentSource}---><div class="clear"></div></div> {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}</div><div class="bottom"></div>{/block:Posts}{block:ifinfinitescroll}</div>{block:ifinfinitescroll}
  733.  
  734. <!--DO NOT REMOVE CREDIT-->
  735. {block:ifblackpost}<!--DO NOT REMOVE CREDIT-->
  736. <a href="http://peerra.tumblr.com"><div style="bottom:10px; left:10px; position:fixed; font-family: {font:body}; font-size:10px; color:#fff; background: rgba(0, 0, 0, {text:post opacity}); width:50px; border: 1px solid {color:borders}; text-align:center; letter-spacing: 1px;">theme</div></a>{/block:ifblackpost}
  737.  
  738. {block:ifnotblackpost}
  739. <a href="http://peerra.tumblr.com"><div style="bottom:10px; left:10px; position:fixed; font-family: {font:body}; font-size:10px; color:#000; background: rgba(255, 255, 255, {text:post opacity}); width:50px; border: 1px solid #000; text-align:center; letter-spacing: 1px;">theme</div></a>
  740. {/block:ifnotblackpost}
  741.  
  742. <div id="bottom image" style="position:fixed; bottom:0px;left:{text:extraextra position}px;z-index:-1;"><img src="{image:extraextra}"></div>
  743. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement