Advertisement
rasperries

ocean - coasts

Nov 20th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.46 KB | None | 0 0
  1. <!-- °°° Made by septim °°° -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#cccccc"/>
  17. <meta name="color:Link" content="#a7a7a7"/>
  18. <meta name="color:Title"content="#000000"/>
  19. <meta name="color:Scrollbar" content="#d5d5d5" />
  20. <meta name="color:Link Hover" content="#aaaaaa"/>
  21. <meta name="color:Posts" content="#ffffff"/>
  22. <meta name="color:Post Border" content="#dddddd"/>
  23. <meta name="color:Accents" content="#000000"/>
  24. <meta name="color:Accent Text" content="#ffffff"/>
  25.  
  26.  
  27. <meta name="if:Hide Captions" content="0"/>
  28. <meta name="if:400px posts" content="0"/>
  29. <meta name="if:Infinite Scroll" content="1"/>
  30. <meta name="if:Hide Sidebar Image" content="0"/>
  31. <meta name="if:Stretch Background" content="0"/>
  32.  
  33. <meta name="select:Post Effect" content="none" title="None" />
  34. <meta name="select:Post Effect" content="gray" title="Grayscale" />
  35. <meta name="select:Post Effect" content="fade" title="Fade" />
  36. <meta name="select:Post Effect" content="des" title="Desaturate"/>
  37.  
  38. <meta name="image:Background" content=""/>
  39. <meta name="image:Sidebar Image" content=""/>
  40.  
  41. <meta name="text:Post Spacing" content="50"/>
  42.  
  43. <meta name="text:Link 1 URL" content="" />
  44. <meta name="text:Link 1" content="" />
  45. <meta name="text:Link 2 URL" content="" />
  46. <meta name="text:Link 2" content="" />
  47. <meta name="text:Link 3 URL" content="" />
  48. <meta name="text:Link 3" content="" />
  49.  
  50.  
  51. <!-- jquery -->
  52.  
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59.  
  60. (function($){
  61.  
  62. $(document).ready(function(){
  63.  
  64. $("a[title]").style_my_tooltips({
  65.  
  66. tip_follows_cursor:true,
  67.  
  68. tip_delay_time:30,
  69.  
  70. tip_fade_speed:300,
  71.  
  72. attribute:"title"
  73.  
  74. });
  75.  
  76. });
  77.  
  78. })(jQuery);
  79.  
  80. </script>
  81.  
  82. <script>
  83. $(document).ready(function() {
  84. $('.t').click(function() {
  85. $('.same').fadeToggle(400);
  86. });
  87. });
  88. </script>
  89.  
  90. <script type="text/javascript">
  91. $(document).ready(function(){
  92. $('#up').click(function(){
  93. $("html, body").animate({ scrollTop: 0 }, 800);
  94. return false;
  95. });
  96.  
  97.  
  98. });
  99. </script>
  100.  
  101. {block:indexpage}
  102. {block:ifinfinitescroll}
  103. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  104. {/block:ifinfinitescroll}
  105. {/block:indexpage}
  106.  
  107. <!--CSS customization here. -->
  108.  
  109. <style type="text/css">
  110.  
  111.  
  112.  
  113. iframe#tumblr_controls { white-space:nowrap!important;
  114. -webkit-filter:invert(100%)!important;
  115. -moz-filter:invert(100%)!important;
  116. -ms-filter:invert(100%)!important;
  117. -o-filter:invert(100%)!important;
  118. filter:invert(100%)!important;
  119. top:0px!important;
  120. right:0px!important;
  121. position:fixed!important;}
  122.  
  123.  
  124.  
  125.  
  126. #s-m-t-tooltip{
  127. position:absolute;
  128. margin:25px 15px;
  129. z-index:9999;
  130. letter-spacing:1px;
  131. border-radius:9px;
  132. font-size:7px;
  133. font-family:trebuchet ms;
  134. background:{color:background};
  135. color:{color:link};
  136. text-transform:uppercase;
  137. padding:0px 5px;
  138. }
  139.  
  140.  
  141.  
  142.  
  143. /*scrollbar*/
  144. ::-webkit-scrollbar{height: 11px;
  145. width: 11px;
  146. background-color:{color:background}}
  147. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};
  148. border:4px solid {color:background};
  149. }
  150. ::-webkit-scrollbar-track{background-color:{color:posts};
  151. border:5px solid {color:background}; }
  152.  
  153.  
  154.  
  155. /*main structure*/
  156. blockquote {padding-left:10px;
  157. border-left: 1px solid rgba({RGBcolor:text},.3);
  158. margin:5px 0;
  159. text-align:justify;
  160. }
  161.  
  162.  
  163.  
  164. body {
  165. background:{color:background} url('{image:background}') center center fixed repeat;
  166. {block:ifstretchbackground}
  167. -webkit-background-size: cover;
  168. -moz-background-size: cover;
  169. -o-background-size: cover;
  170. background-size: cover;
  171. {/block:ifstretchbackground}
  172. cursor:crosshair;
  173. color:{color:text};
  174. font-family:arial;
  175. font-size:10px;
  176. font-weight:normal;
  177. text-align:justify;
  178. margin:0;
  179. line-height:150%;}
  180. *, body {
  181. cursor: url(http://static.tumblr.com/aegsbm3/yx8mynbjg/cursor__3_.png), crosshair;
  182. }
  183.  
  184. a {
  185. color:{color:link};
  186. text-decoration:underline;
  187.  
  188. }
  189.  
  190. a:hover {color:{color:link hover};
  191. text-decoration:none;
  192. cursor:help;}
  193.  
  194. img{
  195. opacity:1;
  196. border:none;
  197. text-decoration:none}
  198.  
  199.  
  200.  
  201.  
  202.  
  203. p {margin:5px 0}
  204.  
  205. p:first-of-type {margin-top:0;
  206. padding-top:0;
  207. }
  208. p:last-of-type {margin-bottom:0;
  209. padding-bottom:0;
  210. }
  211.  
  212.  
  213.  
  214.  
  215. ol {
  216. list-style:lower-roman;
  217. text-align:justify;}
  218. ul {
  219. list-style:circle;
  220. text-align:justify;}
  221.  
  222. small {
  223. font-size:10px;}
  224.  
  225. big {
  226. font-size:10px;}
  227.  
  228. h1, h2, h3, h4 {font-size:10px;}
  229.  
  230.  
  231. #title {font-family:trebuchet ms;
  232. text-transform:uppercase;
  233. letter-spacing:1px;
  234. text-align:left;
  235. padding:10px 15px;
  236. line-height:20px;
  237. font-size:8px;
  238. margin-bottom:25px;
  239. background:{color:accents};
  240. color:{color:accent text};}
  241. #title a {color:{color:accent text};
  242. text-decoration:none;
  243. }
  244.  
  245. #title a:hover {color:{color:link hover};}
  246.  
  247.  
  248. /*header*/
  249.  
  250.  
  251. #top {
  252. width:200px;
  253. top:50%;
  254. transform: translate(0,-50%);
  255. -webkit-transform: translate(0%,-50%); /** Chrome & Safari **/
  256. -o-transform: translate(0,-50%); /** Opera **/
  257. -moz-transform: translate(0,-50%); /** Firefox **/
  258. position:fixed;
  259. text-align:right;
  260. z-index:999;
  261. left:50%;
  262. margin-left:-380px;
  263. {block:if400pxposts}
  264. margin-left:-460px;
  265. {/block:if400pxposts}
  266. }
  267.  
  268. .headers {
  269. padding:25px;
  270. border-right:1px solid {color:post border};
  271. background:{color:posts};
  272. }
  273.  
  274. .headers img {display:block;
  275. width:150px;
  276. }
  277.  
  278. #blogt {font-size:10px;
  279. margin-bottom:15px;
  280. z-index:2;
  281. font-weight:bold;
  282. font-family:trebuchet ms;
  283. text-transform:uppercase;
  284. position:relative;
  285. }
  286.  
  287. #blogt a {color:{color:title};
  288. text-decoration:none;
  289. }
  290.  
  291. .standardlinks {
  292. text-transform:uppercase;
  293. font-size:7px;
  294. z-index:5;
  295. letter-spacing:2px;
  296. display:block;
  297. position:relative;
  298. font-family:trebuchet ms;
  299. width:155px;
  300. clear:both;
  301. }
  302. .standardlinks a {
  303. cursor:help;
  304. background:{color:background};
  305. padding:2px 10px;
  306. width:52px;
  307. text-decoration:none;
  308. margin-bottom:3px;
  309. margin-right:3px;
  310. display:inline-block;
  311. transition:0.4s;
  312. -o-transition-transition:0.4s;
  313. -webkit-transition-duration:0.4s;
  314. -moz-transition-duration:0.4s;
  315. }
  316. .standardlinks a:last-of-type {margin-bottom:0;}
  317.  
  318. .standardlinks a:hover {background:transparent;
  319. transition:0.4s;
  320. -o-transition-transition:0.4s;
  321. -webkit-transition-duration:0.4s;
  322. -moz-transition-duration:0.4s;
  323. }
  324.  
  325. #description {
  326. font-style:italic;
  327. text-align:left;
  328. }
  329.  
  330. /*pagination*/
  331. #pagination {
  332. text-align:center;
  333. margin:100px 0 100px 30px;
  334. font-style:italic;
  335. font-size:9px;
  336. color:{color:link};
  337. width:300px;
  338. {block:if400pxposts}
  339. width:450px;
  340. {/block:if400pxposts}
  341. {block:PermalinkPage}
  342. margin:0 0 30px 30px;
  343. {/block:PermalinkPage}
  344. }
  345. #pagination a {text-decoration:none;}
  346. .who a, .current_page {margin:0 3px;
  347. cursor:help;
  348. }
  349. .current_page {font-weight:bold;}
  350. .nice a {cursor:help;
  351. display:inline-block;
  352. margin:0 15px;
  353. padding:0px 5px;
  354. font-style:normal;
  355. background:{color:posts};
  356. border-bottom:1px solid {color:post border};
  357. text-transform:uppercase;
  358. text-decoration:none;
  359. font-family:trebuchet ms;
  360. font-size:9px;
  361. }
  362.  
  363.  
  364.  
  365.  
  366. a.tumblr_blog {font-size:8px;
  367. letter-spacing:1px;
  368. text-transform:uppercase;
  369. font-family:trebuchet ms;
  370. {block:indexpage}
  371. font-size:7px;
  372. {/block:indexpage}
  373. }
  374.  
  375.  
  376.  
  377.  
  378. /*posts*/
  379.  
  380. #entries {
  381. margin:30px auto;
  382. z-index:3;
  383. width:360px;
  384. {block:if400pxposts}
  385. width:520px;
  386. {/block:if400pxposts}
  387. }
  388.  
  389.  
  390.  
  391. #posts {z-index:3;
  392. width:250px;
  393. margin:30px 30px {text:post spacing}px 30px;
  394. padding:25px 25px 24px 25px;
  395. border-bottom:1px solid {color:post border};
  396. background:{color:posts};
  397. position:relative;
  398. display:block;
  399. {block:if400pxposts}
  400. width:400px;
  401. {/block:if400pxposts}
  402. }
  403.  
  404. #posts:hover {transition:0.4s;
  405. -o-transition-transition:0.4s;
  406. -webkit-transition-duration:0.4s;
  407. -moz-transition-duration:0.4s;}
  408.  
  409. .gray img, .gray .html_photoset {
  410. -webkit-backface-visibility: hidden;
  411. -webkit-filter: grayscale(1);
  412. -moz-filter: grayscale(1);
  413. -o-filter: grayscale(1);
  414. -ms-filter: grayscale(1);
  415. filter: grayscale(1);
  416. transition:0.4s;
  417. -o-transition-transition:0.4s;
  418. -webkit-transition-duration:0.4s;
  419. -moz-transition-duration:0.4s;
  420. }
  421. {block:permalinkpage}
  422. .gray:hover img, .gray:hover .html_photoset {
  423. -webkit-filter: grayscale(0);
  424. -moz-filter: grayscale(0);
  425. -o-filter: grayscale(0);
  426. -ms-filter: grayscale(0);
  427. filter: grayscale(0);
  428. transition:0.4s;
  429. -o-transition-transition:0.4s;
  430. -webkit-transition-duration:0.4s;
  431. -moz-transition-duration:0.4s;
  432. }
  433. {/block:permalinkpage}
  434. .fade img,.fade .html_photoset {opacity:.7;
  435. -webkit-backface-visibility: hidden;
  436. transition:0.4s;
  437. -o-transition-transition:0.4s;
  438. -webkit-transition-duration:0.4s;
  439. -moz-transition-duration:0.4s;
  440. }
  441. {block:permalinkpage}
  442. .fade:hover img, .fade:hover .html_photoset {opacity:1;
  443. transition:0.4s;
  444. -o-transition-transition:0.4s;
  445. -webkit-transition-duration:0.4s;
  446. -moz-transition-duration:0.4s;
  447. }
  448. {/block:permalinkpage}
  449. .des img, .des .html_photoset {
  450. -webkit-backface-visibility: hidden;
  451. -webkit-filter: grayscale(.7);
  452. -moz-filter: grayscale(.7);
  453. -o-filter: grayscale(.7);
  454. -ms-filter: grayscale(.7);
  455. filter: grayscale(.7);
  456. transition:0.4s;
  457. -o-transition-transition:0.4s;
  458. -webkit-transition-duration:0.4s;
  459. -moz-transition-duration:0.4s;
  460. }
  461. {block:permalinkpage}
  462. .des:hover img, .des:hover .html_photoset
  463. {-webkit-filter: grayscale(0);
  464. -moz-filter: grayscale(0);
  465. -o-filter: grayscale(0);
  466. -ms-filter: grayscale(0);
  467. filter: grayscale(0);
  468. transition:0.4s;
  469. -o-transition-transition:0.4s;
  470. -webkit-transition-duration:0.4s;
  471. -moz-transition-duration:0.4s;}
  472. {/block:permalinkpage}
  473. #posts img {
  474. max-width:250px;
  475. {block:if400pxposts}
  476. max-width:400px;
  477. {/block:if400pxposts}
  478.  
  479. }
  480.  
  481. #buttt iframe {display:block;}
  482. #buttt img {width:250px;
  483. display:block;
  484. {block:if400pxposts}
  485. width:400px;
  486. {/block:if400pxposts}
  487. }
  488.  
  489. #titlequote {
  490. text-align:justify;
  491. }
  492.  
  493. #source {
  494. margin-top:10px;
  495. font-size:8px;
  496. text-transform:uppercase;
  497. letter-spacing:1px;
  498. text-align:left;
  499. font-family:trebuchet ms;
  500. }
  501.  
  502. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  503. .caption img{
  504. max-width:300px;
  505. }
  506.  
  507.  
  508.  
  509. /*audio*/
  510.  
  511.  
  512. .tumblr_audio_player {width:250px;
  513. height:30px;
  514. }
  515.  
  516. .player {width:25px;
  517. margin:0 auto;
  518. height:25px;
  519. margin-top:15px;
  520. border-bottom:5px solid black;
  521. overflow:hidden;}
  522.  
  523. .hold {
  524. background:black;
  525. display:block;
  526. z-index:1;
  527. position:absolute;
  528. width:45px;
  529. height:60px;
  530. z-index:500;
  531. }
  532.  
  533. .audio_info {margin-left:47px;
  534. padding:15px;
  535. text-align:left;
  536. height:30px;
  537. overflow-y:Auto;
  538. background:{color:accents};
  539. color:{color:accent text};
  540. font-size:7px;
  541. font-family:trebuchet ms;
  542. text-transform:uppercase;
  543. letter-spacing:1px;
  544. }
  545.  
  546.  
  547. /*asks*/
  548. .q {
  549. padding:15px;
  550. font-style:italic;
  551. color:{color:Accent text};
  552. background:{color:Accents};
  553. }
  554. .as {color:{color:link};
  555. font-weight:bold;
  556. font-size:7px;
  557. text-align:right;
  558. line-height:20px;
  559. font-family:trebuchet ms;
  560. padding:5px 0;
  561. text-transform:uppercase;
  562. letter-spacing:1px;}
  563. .as a {
  564. text-decoration:none;
  565. }
  566. .a {border-top:1px solid {color:post border};
  567. padding-top:15px;}
  568.  
  569.  
  570.  
  571.  
  572.  
  573. .chat ol {
  574. margin:0;
  575. padding:0;
  576. line-height:180%;
  577. list-style:none;
  578. }
  579.  
  580.  
  581. .line.odd {
  582. padding:5px 10px;
  583. background:{color:accents};
  584. color:{color:accent text};
  585. }
  586.  
  587. .line.even {
  588. padding:5px 10px;
  589. }
  590.  
  591. .label {font-weight:bold;
  592. font-size:9px;
  593. text-transform:uppercase;
  594. font-family:trebuchet ms;
  595. letter-spacing:1px;
  596. display:inline-block;
  597. }
  598.  
  599.  
  600.  
  601.  
  602.  
  603. /*permalink and notes*/
  604.  
  605. #permalink {
  606. display:block;
  607. position:absolute;
  608. {block:permalinkpage}
  609. width:200px;
  610. right:-230px;
  611. top:0;
  612. text-align:left;
  613. {/block:permalinkpage}
  614. {block:indexpage}
  615. opacity:0;
  616. background:{color:posts};
  617. overflow-y:auto;
  618. left:0;
  619. width:calc(100% - 50px);
  620. height:calc(100% - 50px);
  621. display:inline-flex;
  622. display:webkit-flex;
  623. text-align:center;
  624. top:0px;
  625. border:25px solid {color:posts};
  626. z-index:10!important;
  627. transition:0.8s;
  628. -o-transition-transition:0.8s;
  629. -webkit-transition-duration:0.8s;
  630. -moz-transition-duration:0.8s;
  631. {/block:indexpage}
  632. }
  633.  
  634. #posts:hover #permalink {opacity:1;
  635. transition:0.8s;
  636. -o-transition-transition:0.8s;
  637. -webkit-transition-duration:0.8s;
  638. -moz-transition-duration:0.8s;
  639. }
  640.  
  641. #permalink a {text-decoration:none; }
  642.  
  643. .shit {font-family:trebuchet ms;
  644. text-transform:uppercase;
  645. letter-spacing:1px;
  646. margin:auto;
  647. {block:permalinkpage}
  648. padding:10px;
  649. line-height:12px;
  650. border-left:1px solid {color:post border};
  651. background:{color:posts};
  652. {/block:permalinkpage}
  653. font-size:7px;}
  654. .shit a {display:inline-block;
  655. position:relative;}
  656.  
  657. {block:indexpage}#when a {margin:0 10px;}{/block:indexpage}
  658. #when a:after {
  659. content: url("http://static.tumblr.com/3yblkz0/T3An46s86/crss.png");
  660. width: 10px;
  661. height: 10px;
  662. top:0px;
  663. right: -15px;
  664. position: absolute;
  665. display: inline-block;
  666. }{/block:indexpage}
  667. .no:after {display:none!important;}
  668. #tagd {{block:permalinkpage}
  669. padding:10px;
  670. font-family:trebuchet ms;
  671. text-transform:uppercase;
  672. letter-spacing:1px;
  673. line-height:12px;
  674. font-size:7px;
  675. margin-top:3px;
  676. border-left:1px solid {color:post border};
  677. background:{color:posts};
  678. {/block:permalinkpage}}
  679. #tagd a {margin:0 2px!Important;}
  680. #when a:last-of-type::after {display:none;}
  681.  
  682. .caption {text-transform:none;
  683. {block:indexpage}
  684. margin-top:15px;
  685. font-size:8px;
  686. {block:ifhidecaptions}
  687. display:none;
  688. {/block:ifhidecaptions}
  689. {/block:indexpage}
  690. {block:permalinkpage}
  691. background:{color:posts};
  692. border-bottom:1px solid {color:post border};
  693. margin-top:10px;
  694. margin-bottom:5px;
  695. padding:px;
  696. {/block:permalinkpage}
  697. }
  698. {block:indexpage}
  699. .caption blockquote {padding-left:10px;
  700. border-left: 1px solid rgba({RGBcolor:text},.3);
  701. margin:5px 0;
  702. text-align:justify;}{/block:indexpage}
  703.  
  704. #permalink::-webkit-scrollbar{height: 1px;
  705. width: 1px;
  706. background-color:{color:posts}}
  707. #permalink::-webkit-scrollbar-thumb{background-color:{color:accents};
  708. border:0;
  709. }
  710. #permalink::-webkit-scrollbar-track{background-color:{color:posts};
  711. border:0 }
  712. .pagenotes {
  713. width:250px;
  714. font-family:trebuchet ms;
  715. padding:25px 25px 24px 25px;
  716. margin-left:30px;
  717. margin-bottom:100px;
  718. background:{color:posts};
  719. text-transform:uppercase;
  720. font-size:7px;
  721. letter-spacing:1px;
  722. border-bottom:1px solid {color:post border};
  723. {block:if400pxposts}
  724. width:400px;
  725. {/block:if400pxposts}
  726. }
  727.  
  728. .pagenotes a {text-decoration:none;}
  729.  
  730. .same {display:none;}
  731.  
  732. ol.notes {
  733. list-style-type:none;
  734. text-align:left;
  735. padding:0px;}
  736.  
  737. ol.notes li.note {
  738. padding:5px;
  739. margin:5px 0;
  740. border-bottom:1px solid {color:post border};}
  741.  
  742. ol.notes li.note img.avatar {
  743. vertical-align:-5px;
  744. margin-right:10px;
  745. margin-bottom:10px;
  746. height:15px;
  747. width:15px;
  748. float:left;
  749. border-radius:100%;
  750. }
  751.  
  752.  
  753. .t {
  754. color:{color:accent text};
  755. background:{color:accents};
  756. cursor:help;
  757. text-align:center;
  758. font-weight:bold;}
  759.  
  760. #text {position:fixed;
  761. right:0px;
  762. font-size:8px;
  763. color:white;
  764. font-family:trebuchet ms;
  765. bottom:0px;
  766. width:15px;
  767. height:15px;
  768. line-height:15px;
  769. text-align:center;
  770. padding:15px;
  771. background:transparent;
  772. }
  773. #text a {text-decoration:none;color:white;}
  774. #cover {background:{color:background};
  775. width:25px;
  776. height:25px;
  777. position:absolute;
  778. color:{color:title};
  779. z-index:5;
  780. }
  781.  
  782.  
  783.  
  784. {CustomCSS}
  785.  
  786.  
  787. </style>
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794. </head>
  795.  
  796. <body>
  797.  
  798.  
  799.  
  800. <div id="top">
  801. {block:ifnothidesidebarimage}<div class="headers"><a href="/"><img src="{image:Sidebar Image}"></a></div>{/block:ifnothidesidebarimage}
  802. <div class="headers" {block:ifnothidesidebarimage}style="margin-top:3px"{/block:ifnothidesidebarimage}>
  803. <div id="blogt"><a href="/">rebel in disguise</a></div>
  804. <div id="description">{description}</div>
  805. </div>
  806. <div class="headers" style="margin-top:3px">
  807. <div class="standardlinks">
  808. <a href="/">index</a>
  809. <a href="/faq">contact</a>
  810. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  811. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  812. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  813. <a href="/archive">history</a>
  814. </div>
  815. </div>
  816. </div>
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826. <div id="entries" class="autopagerize_page_element">
  827.  
  828. {block:Posts}
  829.  
  830.  
  831. <div class="{select:Post Effect}" id="posts">
  832.  
  833. {block:indexpage}
  834. {block:Date}
  835. <div id="permalink">
  836. <div class="shit"><div id="when">
  837. <a href="{Permalink}" title="{timeago}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a><a href="{ReblogURL}" class="no">reblog</a><br>{block:NoteCount}<a href="{Permalink}">with {NoteCountwithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}" class="no">SRC</a>{/block:ContentSource}{/block:RebloggedFrom}</div>
  838. {block:HasTags}<div id="tagd" style="margin-top:3px">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  839. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  840. </div></div>
  841. {/block:Date}{/block:indexpage}
  842.  
  843. {block:Quote}
  844.  
  845.  
  846. <div id="titlequote">{Quote}</div>
  847. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  848. {/block:Quote}
  849.  
  850.  
  851.  
  852. {block:Text}
  853. {block:Title}<div id="title">{Title}</div>{/block:Title}
  854.  
  855. {Body}
  856. {/block:Text}
  857.  
  858. {block:Link}
  859.  
  860. <div id="title"><a href="{URL}">{Name}</a></div>
  861. {block:Description}{Description}{/block:Description}
  862.  
  863. {/block:Link}
  864.  
  865. {block:Chat}
  866. {block:Title}
  867. <h1>{Title}</h1>
  868. {/block:Title}
  869. <div class="chat">
  870. <ol>{block:Lines}
  871. <li class="line {Alt}">
  872. {block:Label}
  873. <span class="label">
  874. {Label}</span>
  875. {/block:Label}{Line}</li>
  876. {/block:Lines}
  877. </ol></div>
  878. {/block:Chat}
  879.  
  880. {block:Photo}
  881. <div id="buttt">
  882. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a></div>
  883. {/block:Photo}
  884.  
  885. {block:Photoset}<div id="buttt">
  886. {block:ifnot400pxposts}
  887. {Photoset-250}
  888. {/block:ifnot400pxposts}
  889. {block:if400pxposts}
  890. {Photoset-400}
  891. {/block:if400pxposts}</div>
  892. {/block:Photoset}
  893.  
  894. {block:Video}<div id="buttt">
  895. {block:ifnot400pxposts}
  896. {Video-250}
  897. {/block:ifnot400pxposts}
  898. {block:if400pxposts}
  899. {Video-400}
  900. {/block:if400pxposts}</div>
  901. {/block:Video}
  902.  
  903.  
  904. {block:Audio}
  905. {block:AudioPlayer}
  906. <div class="hold">
  907. <div class="player">{AudioPlayerBlack}</div>
  908. </div>
  909. {/block:AudioPlayer}
  910. <div class="audio_info">
  911. {block:TrackName}{TrackName}{/block:TrackName}
  912. {block:Artist} : {Artist}{/block:Artist}
  913. {block:Album}<br>{album} : {playcountwithlabel}{/block:album}
  914. </div>
  915. {/block:Audio}
  916.  
  917. {block:Answer}
  918.  
  919. <div class="q">{Question}</div>
  920. <div class="as">sent by {Asker}</div>
  921. <div class="a">{Answer}</div>
  922.  
  923. {/block:Answer}
  924.  
  925.  
  926. {block:permalinkpage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:permalinkpage}
  927.  
  928. {block:permalinkpage}
  929. {block:Date}
  930. <div id="permalink">
  931. <div class="shit">
  932. {block:RebloggedFrom}<span style="display:block;float:right;text-align:right"><a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}"style="padding-left:5px">SRC</a>{/block:ContentSource}</span>{/block:RebloggedFrom}<a href="{Permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix} @ {12hour}:{minutes}{ampm}</a><br><a href="{ReblogURL}" class="no">reblog</a> {block:notecount}<a href="{permalink}" target="_blank">{notecountwithlabel}</a>{/block:notecount}</div>
  933. {block:HasTags}<div id="tagd" style="margin-top:3px">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  934. {block:PermalinkPagination}
  935. <div id="tagd" style="margin-top:3px;text-align:right">
  936. {block:NextPost}<a href="{nextpost}" style="display:block;float:left;text-align:left">prev post</a>{/block:NextPost}
  937. {block:PreviousPost}<a href="{previouspost}">next post</a>{/block:PreviousPost}
  938. </div>
  939. {/block:PermalinkPagination}
  940. </div>
  941. {/block:Date}{/block:permalinkpage}
  942.  
  943. </div>
  944.  
  945.  
  946.  
  947.  
  948.  
  949. {/block:Posts}
  950.  
  951. {block:ifnotinfinitescroll}
  952. {block:Pagination}
  953. <div id="pagination" class="who">
  954. {block:PreviousPage}
  955. <a href="{PreviousPage}" style="margin-right:15px">back</a>
  956. {/block:PreviousPage}
  957. {block:JumpPagination length="10"}
  958. {block:CurrentPage}
  959. <span class="current_page">{PageNumber}</span>
  960. {/block:CurrentPage}
  961. {block:JumpPage}
  962. <a class="jump_page" href="{URL}">{PageNumber}</a>
  963. {/block:JumpPage}
  964. {/block:JumpPagination}
  965. {block:NextPage}
  966. <a href="{NextPage}" style="margin-left:15px">next</a>
  967. {/block:NextPage}
  968. <br>
  969. <a id="up">back to top</a>
  970. </div>
  971. {/block:Pagination}
  972. {/block:ifnotinfinitescroll}
  973.  
  974.  
  975. {block:PostNotes}
  976. <div class="pagenotes">
  977. <div class="t">Notes</div>
  978. <div class="same">{PostNotes}</div>
  979. </div>
  980. {/block:PostNotes}
  981.  
  982.  
  983. </div>
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990. </div>
  991. <div id="text"><script language="JavaScript">
  992. var ref = (''+document.referrer+'');
  993. var w_h = window.screen.width + " x " + window.screen.height;
  994. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4523571&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  995. </script></div>
  996.  
  997.  
  998.  
  999.  
  1000. {block:ContentSource}
  1001. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1002. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1003. {/block:SourceLogo}
  1004. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1005. {/block:ContentSource}
  1006.  
  1007. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement