Advertisement
officialdogblog

Gay9

Dec 21st, 2013
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  9. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  10. <script type="text/javascript">
  11. $(window).load(function () {
  12. $('.posts').masonry({
  13. itemSelector : ".container",
  14. },
  15. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  16. );
  17. });
  18. </script>
  19.  
  20. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  21. <script type="text/javascript">
  22. $(window).load(function () {
  23. $('.posts').masonry({
  24. itemSelector : ".container",
  25. },
  26. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  27. );
  28. });
  29. </script>
  30. <script type="text/javascript">
  31. $(window).load(function () {
  32. $('.posts').masonry(),
  33. $('.masonryWrap').infinitescroll({
  34. itemSelector : ".container",
  35. navSelector : "div.navigation",
  36. nextSelector : ".navigation a#next",
  37. bufferPx : 10000,
  38. extraScrollPx: 10000,
  39. loadingImg : " ",
  40. loadingText : " ",
  41. },
  42. function() { $('.posts').masonry({ appendedContent: $(this) });
  43. });
  44. });</script>
  45.  
  46. <script>
  47. $.fn.changebackground = function(change) {
  48. $("body").css("background-image", "url("+change+")");
  49. };
  50. </script>
  51.  
  52. <meta name="image:Background" content="" />
  53. <meta name="image:Sidebar" content="" />
  54.  
  55. <meta name="color:Background" content="#999999" />
  56. <meta name="color:Link" content="#FFFFFF" />
  57. <meta name="color:Link Hover" content="#AEAEAE" />
  58. <meta name="color:Text" content="#000000" />
  59.  
  60. <meta name="text:Link 1 Title" content="ask" />
  61. <meta name="text:Link 1 URL" content="/ask" />
  62. <meta name="text:Link 2 Title" content="" />
  63. <meta name="text:Link 2 URL" content="" />
  64. <meta name="text:Link 3 Title" content="" />
  65. <meta name="text:Link 3 URL" content="" />
  66.  
  67. <meta name="if:Link 1" content="1" />
  68. <meta name="if:Link 2" content="0" />
  69. <meta name="if:Link 3" content="0" />
  70.  
  71. </head>
  72.  
  73. <style type="text/css">
  74.  
  75. ::-webkit-scrollbar {
  76. width: 0px;
  77. height: 0px;
  78. background-color: {color:Background};
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb {
  82. background-color: {color:Background};
  83. }
  84.  
  85. @font-face {
  86. font-family: 'Carrois Gothic SC';
  87. font-style: normal;
  88. font-weight: 400;
  89. src: local('Carrois Gothic SC'), local('CarroisGothicSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/carroisgothicsc/v2/bVp4nhwFIXU-r3LqUR8DSNce8QJcbznVYyCETTx3XZM.woff) format('woff');
  90. }
  91.  
  92.  
  93. body {
  94. font-family: calibri;
  95. font-size: 12px;
  96. color: {color:Text};
  97. background-color: {color:Background};
  98. background-image: url('{image:Background}');
  99. background-size: cover;
  100. background-attachment: fixed;
  101. }
  102.  
  103. body a {
  104. font-family: carrois gothic sc;
  105. text-decoration: none;
  106. color: {color:Link};
  107. -o-transition: .7s;
  108. -ms-transition: .7s;
  109. -moz-transition: .7s;
  110. -webkit-transition: .7s;
  111. transition: .7s;
  112. }
  113.  
  114. body a:hover {
  115. color: {color:Link Hover};
  116.  
  117. }
  118.  
  119. .posts {
  120. margin-left: 250px;
  121. width: 1200px;
  122. }
  123.  
  124. .container {
  125. float: left;
  126. }
  127.  
  128. .post {
  129. background-color: rgba(250, 250, 250, 1);
  130. position: relative;
  131. padding: 20px;
  132. margin-top: 100px;
  133. margin-left: 50px;
  134. margin-right: 50px;
  135. width: 380px;
  136. word-wrap: break-word;
  137. text-align: justify;
  138. -o-transition: all 0.8s ease;
  139. -ms-transition: all 0.8s ease;
  140. -moz-transition: all 0.8s ease;
  141. -webkit-transition: all 0.8s ease;
  142. transition: all 0.8s ease;
  143. outline: 0px solid {color:Border};
  144. }
  145.  
  146. .post img {
  147. width: 100%;
  148. }
  149.  
  150. .empty {
  151. position:absolute;
  152. width:100%;
  153. height:100%;
  154. top: 0;
  155. left: 0;
  156. z-index: 3;
  157. -o-transition: all 0.8s ease;
  158. -ms-transition: all 0.8s ease;
  159. -moz-transition: all 0.8s ease;
  160. -webkit-transition: all 0.8s ease;
  161. transition: all 0.8s ease;
  162. }
  163.  
  164. .empty:hover {
  165. opacity: 0;
  166. }
  167.  
  168. .answer {
  169. width: 360px;
  170. padding: 10px;
  171. background-color: rgba(200, 200, 200, 0.6);
  172. }
  173.  
  174. .permalink .answer {
  175. width: 480px;
  176. }
  177.  
  178. .permalink {
  179. padding: 20px;
  180. margin-top: 50px;
  181. margin-left: 100px;
  182. margin-right: 100px;
  183. width: 500px;
  184. word-wrap: break-word;
  185. text-align: justify;
  186. background-color: rgba(250, 250, 250, 0);
  187. }
  188.  
  189. .permalink img {
  190. width: 100%;
  191. }
  192.  
  193. .title {
  194. font-family: carrois gothic sc;
  195. font-size: 17px;
  196. text-transform: uppercase;
  197. }
  198.  
  199. .quote.short {
  200. font-size: 17px;
  201. font-weight: 100;
  202. }
  203.  
  204. .quote.medium {
  205. font-size: 16px;
  206. font-weight: 100;
  207. }
  208.  
  209. .quote.long {
  210. font-size: 13px;
  211. font-weight: 100;
  212. }
  213.  
  214. .sidebar {
  215. position: fixed;
  216. left: 25px;
  217. }
  218.  
  219. .tab {
  220. position: absolute;
  221. width: 200px;
  222. padding: 5px;
  223. margin-top: 50px;
  224. background-color: rgba(250, 250, 250, 0);
  225. text-align: center;
  226. z-index: 100;
  227. -o-transition:.7s;
  228. -ms-transition:.7s;
  229. -moz-transition:.7s;
  230. -webkit-transition:.7s;
  231. transition:.7s;
  232. }
  233.  
  234. ol.notes {
  235. height: 200px;
  236. overflow: auto;
  237. list-style-type: none;
  238. margin-left: -35px;
  239. }
  240.  
  241. ol.notes img {
  242. padding-right: 5px;
  243. width: 16px;
  244. }
  245.  
  246. blockquote {
  247. padding-left: 8px;
  248. width: 95%;
  249. margin-left: 4px;
  250. text-align: justify;
  251. }
  252.  
  253. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  254. display: none;
  255. }
  256.  
  257. #infscr-loading {
  258. display: none;
  259. }
  260.  
  261. .navigation {
  262. display: none !important;
  263. }
  264.  
  265. #links {
  266. margin-top: -15px;
  267. opacity: 0;
  268. -o-transition:.7s;
  269. -ms-transition:.7s;
  270. -moz-transition:.7s;
  271. -webkit-transition:.7s;
  272. transition:.7s;
  273. }
  274.  
  275. .tab:hover #links {
  276. margin-top: 0px;
  277. opacity: 1;
  278. }
  279.  
  280. </style>
  281.  
  282. <body>
  283.  
  284. <div class="sidebar">
  285.  
  286. <br /><br /><br /><br /><br /><br /><br /><br />
  287.  
  288. <div class="tab">
  289. <br />
  290. <img src="{image:Sidebar}" style="width: 100%;" />
  291. <div id="links">
  292. <a href="/">home</a>  
  293. {block:IfLink1}
  294. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>  
  295. {/block:IfLink1}
  296. {block:IfLink2}
  297. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>  
  298. {/block:IfLink2}
  299. {block:IfLink3}
  300. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>  
  301. {/block:IfLink3}
  302. <a href="http://gay8.tumblr.com/">credit</a>
  303. </div>
  304. <br />
  305. </div>
  306.  
  307. </div>
  308.  
  309. <div class="autopagerize_page_element">
  310. <div class="posts">
  311.  
  312. {block:Posts}
  313.  
  314. <div class="container">
  315.  
  316. {block:Text}
  317. {block:IndexPage}
  318. <div class="post" title="{NoteCountWithLabel}">
  319. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  320. {block:Title}<div class="title">{Title}</div>{/block:Title}
  321. {Body}
  322. </div>
  323. {/block:IndexPage}
  324. {block:PermalinkPage}
  325. <div style="margin-top: 100px;"></div>
  326. <div class="permalink">
  327. {block:Title}<div class="title">{Title}</div>{/block:Title}
  328. {Body}
  329. {block:HasTags}
  330. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  331. <br />
  332. {/block:HasTags}
  333. {block:NoteCount}
  334. <span style="float: left;">{NoteCountWithLabel}</span>
  335. {/block:NoteCount}
  336. {block:Date}
  337. <span style="float: right;">{TimeAgo}</span>
  338. <div style="clear: both;"></div>
  339. {/block:Date}
  340. </div>
  341. {/block:PermalinkPage}
  342. {/block:Text}
  343.  
  344. {block:Photo}
  345. {block:IndexPage}
  346. <div class="post">
  347. <a href="{Permalink}" title="{NoteCountWithLabel}" target="_blank">
  348. <img src="{PhotoURL-HighRes}" onmouseover="$(this).changebackground('{PhotoURL-HighRes}')" onmouseout="$(this).changebackground('{color:Background}')" />
  349. </a>
  350. </div>
  351. {/block:IndexPage}
  352. {block:PermalinkPage}
  353. <div style="margin-top: 100px;"></div>
  354. <div class="permalink">
  355. <img src="{PhotoURL-HighRes}" width="100%" />
  356. {block:Caption}{Caption}{/block:Caption}
  357. <div style="margin-top: -10px;"></div>
  358. <br />
  359. {block:HasTags}
  360. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  361. <br />
  362. {/block:HasTags}
  363. <span style="float: left;">{NoteCountWithLabel}</span>
  364. <span style="float: right;">{TimeAgo}</span>
  365. <div style="clear: both;"></div>
  366. </div>
  367. {/block:PermalinkPage}
  368. {/block:Photo}
  369.  
  370. {block:Photoset}
  371. {block:IndexPage}
  372. <div class="post" title="{NoteCountWithLabel}">
  373. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  374. {Photoset}
  375. </div>
  376. {/block:IndexPage}
  377. {block:PermalinkPage}
  378. <div style="margin-top: 100px;"></div>
  379. <div class="permalink">
  380. {Photoset}
  381. {block:Caption}{Caption}{/block:Caption}
  382. <div style="margin-top: -10px;"></div>
  383. <br />
  384. {block:HasTags}
  385. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  386. <br />
  387. {/block:HasTags}
  388. <span style="float: left;">{NoteCountWithLabel}</span>
  389. <span style="float: right;">{TimeAgo}</span>
  390. <div style="clear: both;"></div>
  391. </div>
  392. {/block:PermalinkPage}
  393. {/block:Photoset}
  394.  
  395. {block:Quote}
  396. {block:IndexPage}
  397. <div class="post" title="{NoteCountWithLabel}">
  398. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  399. <div class="quote {Length}">“{Quote}”</div>
  400. {block:Source}<span style="float: right; font-family: arial;"><i>{Source}</i></span>{/block:Source}
  401. <div style="clear:both;"></div>
  402. </div>
  403. {/block:IndexPage}
  404. {block:PermalinkPage}
  405. <div style="margin-top: 100px;"></div>
  406. <div class="permalink">
  407. <div class="quote {Length}">“{Quote}”</div>
  408. {block:Source}<span style="float: right; font-family: arial;"><i>{Source}</i></span>{/block:Source}<div style="clear: both;"></div><br />
  409. {block:HasTags}
  410. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  411. <br />
  412. {/block:HasTags}
  413. <span style="float: left;">{NoteCountWithLabel}</span>
  414. <span style="float: right;">{TimeAgo}</span>
  415. <div style="clear: both;"></div>
  416. </div>
  417. {/block:PermalinkPage}
  418. {/block:Quote}
  419.  
  420. {block:Chat}
  421. {block:IndexPage}
  422. <div class="post" title="{NoteCountWithLabel}">
  423. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  424. {block:Title}<div class="title">{Title}</div>{/block:Title}
  425. {block:Lines}
  426. {block:Label}<i><b>{Label}</b></i>{/block:Label} {Line}<br /><br />
  427. {/block:Lines}
  428. <div style="margin-top: -10px;"></div>
  429. </div>
  430. {/block:IndexPage}
  431. {block:PermalinkPage}
  432. <div style="margin-top: 100px;"></div>
  433. <div class="permalink">
  434. {block:Title}<div class="title">{Title}</div>{/block:Title}
  435. {block:Lines}
  436. {block:Label}<i><b>{Label}</b></i>{/block:Label} {Line}<br /><br />
  437. {/block:Lines}
  438. {block:HasTags}
  439. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  440. <br />
  441. {/block:HasTags}
  442. <span style="float: left;">{NoteCountWithLabel}</span>
  443. <span style="float: right;">{TimeAgo}</span>
  444. <div style="clear: both;"></div>
  445. </div>
  446. {/block:PermalinkPage}
  447. {/block:Chat}
  448.  
  449. {block:Audio}
  450. {block:IndexPage}
  451. <div class="post" title="{NoteCountWithLabel}">
  452. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  453. <center>
  454. <div class="opacity">
  455. {block:AlbumArt}
  456. <img src="{AlbumArtURL}" width="100%" /><br />
  457. {/block:AlbumArt}
  458. {block:AudioEmbed}
  459. <br />{AudioEmbed-250}<br /><br />
  460. {/block:AudioEmbed}
  461. {block:AudioPlayer}
  462. <br />{AudioPlayer}
  463. {/block:AudioPlayer}
  464. </div>
  465. {block:AudioPlayer}
  466. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}
  467. {block:Artist}- <i>{Artist}</i>{/block:Artist}<br /><br />
  468. {/block:AudioPlayer}
  469. </center>
  470. </div>
  471. {/block:IndexPage}
  472. {block:PermalinkPage}
  473. <div style="margin-top: 100px;"></div>
  474. <div class="permalink">
  475. <center>
  476. {block:AlbumArt}
  477. <img src="{AlbumArtURL}" width="100%" /><br />
  478. {/block:AlbumArt}
  479. {block:AudioEmbed}
  480. <br />{AudioEmbed-400}<br /><br />
  481. {/block:AudioEmbed}
  482. {block:AudioPlayer}
  483. <br />{AudioPlayer}
  484. {/block:AudioPlayer}
  485. {block:AudioPlayer}
  486. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}
  487. {block:Artist}- <i>{Artist}</i>{/block:Artist}<br /><br />
  488. {/block:AudioPlayer}
  489. </center>
  490. {block:Caption}
  491. {block:AudioPlayer}<div style="margin-top: -10px;"></div>{/block:AudioPlayer}
  492. {Caption}
  493. {/block:Caption}
  494. {block:HasTags}
  495. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  496. <br />
  497. {/block:HasTags}
  498. <span style="float: left;">{NoteCountWithLabel}</span>
  499. <span style="float: right;">{TimeAgo}</span>
  500. <div style="clear: both;"></div>
  501. </div>
  502. {/block:PermalinkPage}
  503. {/block:Audio}
  504.  
  505. {block:Video}
  506. {block:IndexPage}
  507. <div class="post" title="{NoteCountWithLabel}">
  508. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  509. <br />
  510. <center>
  511. <div class="opacity">
  512. {VideoEmbed-250}
  513. </div>
  514. </center>
  515. <br />
  516. {block:Caption}{Caption}{/block:Caption}
  517. </div>
  518. {/block:IndexPage}
  519. {block:PermalinkPage}
  520. <div style="margin-top: 100px;"></div>
  521. <div class="permalink">
  522. <br />
  523. <center>
  524. {VideoEmbed-400}
  525. </center>
  526. <br />
  527. {block:Caption}{Caption}{/block:Caption}
  528. {block:HasTags}
  529. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  530. <br />
  531. {/block:HasTags}
  532. <span style="float: left;">{NoteCountWithLabel}</span>
  533. <span style="float: right;">{TimeAgo}</span>
  534. <div style="clear: both;"></div>
  535. </div>
  536. {/block:PermalinkPage}
  537. {/block:Video}
  538.  
  539. {block:Answer}
  540. {block:IndexPage}
  541. <div class="post" title="{NoteCountWithLabel}">
  542. <a href="{Permalink}" target="_blank"><span class="empty"> </span></a>
  543. <div class="answer">
  544. <i>{Asker} asked:</i> {Question}
  545. </div>
  546. {Answer}
  547. </div>
  548. {/block:IndexPage}
  549. {block:PermalinkPage}
  550. <div style="margin-top: 100px;"></div>
  551. <div class="permalink">
  552. <div class="answer">
  553. <i>{Asker} asked:</i> {Question}
  554. </div>
  555. {Answer}
  556. {block:HasTags}
  557. {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}
  558. <br />
  559. {/block:HasTags}
  560. <span style="float: left;">{NoteCountWithLabel}</span>
  561. <span style="float: right;">{TimeAgo}</span>
  562. <div style="clear: both;"></div>
  563. </div>
  564. {/block:PermalinkPage}
  565. {/block:Answer}
  566.  
  567. {block:PostNotes}
  568. <div class="permalink">
  569. {PostNotes-16}
  570. </div>
  571. {/block:PostNotes}
  572.  
  573. <div class="navigation">
  574. {block:Pagination}
  575. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  576. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  577. {/block:Pagination}
  578. </div>
  579.  
  580. {block:ContentSource}
  581. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  582. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  583. {/block:SourceLogo}
  584. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  585. {/block:ContentSource}
  586.  
  587. {block:ReblogParent}{/block:ReblogParent}
  588.  
  589. </div>
  590.  
  591. {/block:Posts}
  592.  
  593. </div>
  594. </div>
  595. </body>
  596. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement