Advertisement
foundcas

Theme 15: Exploration

Nov 26th, 2014
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- Don't steal and all that jazz. Any problems just tell me and I'll try to fix it. You can move the credit or change the styling to suit your tastes, but just don't put it on a separate page // capecoding.tumblr.com/ask -->
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <meta name="color:Background" content="#000">
  15. <meta name="color:Border" content="#000">
  16. <meta name="color:Text" content="#fff">
  17. <meta name="color:Title" content="#fff">
  18. <meta name="color:Link" content="#fff">
  19. <meta name="color:Hover" content="#000">
  20. <meta name="color:Scrollbar" content="#fff">
  21. <meta name="color:Info Border" content="#fff">
  22. <meta name="color:Info Background" content="#000">
  23. <meta name="color:Updates Hover" content="#000">
  24. <meta name="color:Updates Link Hover" content="#999">
  25. <meta name="color:Tooltips" content="#000">
  26. <meta name="color:Tooltips Background" content="#fff">
  27. <meta name="color:Tooltips Shadow" content="#bbb">
  28. <meta name="color:Tooltips Border" content="#999">
  29.  
  30. <meta name="image:Header" content="https://unsplash.imgix.net/reserve/aOcWqRTfQ12uwr3wWevA_14401305508_804b300054_o.jpg?q=75&w=1080&h=1080&fit=max&fm=jpg&auto=format&s=61cd02d7161cfaa8057ac6265b902999">
  31.  
  32. <meta name="if:ShowStopBullyingLogo" content="1">
  33. <meta name="if:HoverCaptions" content="1">
  34. <meta name="if:NoHoverCaptions" content="0">
  35. <meta name="if:250px" content="1">
  36. <meta name="if:400px" content="0">
  37.  
  38. <meta name="text:URL" content="your url here">
  39. <meta name="text:Updates" content="write updates or anything here, there is a scrollbar if you go over a certain height, it looks better if there's more written here...Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vulputate leo non neque iaculis, in pretium nulla pellentesque. In dictum mi risus. Sed vel massa at massa blandit ullamcorper ut eu massa. Nullam mattis risus tortor, id pharetra purus suscipit quis. Suspendisse eget enim porttitor, scelerisque leo in, eleifend nunc. Pellentesque non magna augue. Aliquam eu est consectetur, rhoncus nibh et, cursus arcu. Sed ut dapibus est. Donec volutpat aliquam iaculis. Vivamus vel varius tortor.Cras mi elit, bibendum et ipsum vitae, malesuada dictum dui. Donec commodo, ipsum et faucibus porttitor, urna lacus iaculis sapien, eu mollis purus magna quis tellus. Aenean mollis erat non nunc dapibus auctor. Suspendisse id tincidunt libero. Ut accumsan tortor vel mi ultricies accumsan. Integer mattis, tellus et tincidunt auctor, velit nunc pellentesque mi, at porttitor lorem augue nec lorem. Sed cursus tellus vitae dui vehicula, eget mattis turpis semper. Suspendisse dictum, sapien non consectetur euismod, leo arcu congue urna, at lacinia est urna sed ex. Nulla varius iaculis augue, sed porttitor arcu pellentesque vitae.">
  40. <meta name="text:Link 1" content="link 1">
  41. <meta name="text:Link 1 URL" content="url 1">
  42. <meta name="text:Link 2" content="link 2">
  43. <meta name="text:Link 2 URL" content="url 2">
  44. <meta name="text:Link 3" content="link 3">
  45. <meta name="text:Link 3 URL" content="url 3">
  46. <meta name="text:Link 4" content="link 4">
  47. <meta name="text:Link 4 URL" content="url 4">
  48. <meta name="text:Link 5" content="link 5">
  49. <meta name="text:Link 5 URL" content="url 5">
  50.  
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:200,
  59. tip_fade_speed:300
  60. }
  61. );
  62. });
  63. })(jQuery);
  64. </script>
  65.  
  66.  
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  68. <script>
  69. $(document).ready(function(){
  70. $('#title').click(function(){
  71. $('#header').slideUp();
  72. });
  73. $('.cover').click(function(){
  74. $('#header').slideDown();
  75. });
  76. });
  77. </script>
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  80. <script>
  81. $(document).ready(function(){
  82. $('#title2').click(function(){
  83. $('#desc,#nav').toggle('Slow');
  84. });
  85. });
  86. </script>
  87.  
  88. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  89. <script>
  90. $(document).ready(function(){
  91. $(".rad").click(function(){
  92. $(".explore").toggle("Slow");
  93. });
  94. });
  95. </script>
  96.  
  97.  
  98.  
  99. <style type="text/css">
  100.  
  101. /*TOOLTIPS - HOVER LINK STYLING*/
  102. #s-m-t-tooltip{
  103. max-width:300px;
  104. margin:-20px;
  105. padding:2px 8px;
  106. border:1px solid {color:Tooltips Border};
  107. background:{color:Tooltips Background};
  108. color:{color:Tooltips};
  109. z-index:999999;
  110. font-size:9px;
  111. text-transform:lowercase;
  112. box-shadow:1px 1px 3px {color:Tooltips Shadow};
  113. }
  114.  
  115. pre, code {
  116. padding:10px;
  117. box-sizing:border-box;
  118. -moz-box-sizing:border-box;
  119. webkit-box-sizing:border-box;
  120. display:block;
  121. white-space: pre-wrap;
  122. white-space: -moz-pre-wrap;
  123. white-space: -pre-wrap;
  124. white-space: -o-pre-wrap;
  125. word-wrap: break-word;
  126. width:100%; overflow-x:auto;
  127. border-bottom:{color:Info Border};
  128. }
  129.  
  130. ::-webkit-scrollbar{
  131. width:4px;
  132. background:none;
  133. }
  134.  
  135. ::-webkit-scrollbar-thumb{
  136. height:auto;
  137. width:2px;
  138. background:{color:Scrollbar};
  139. }
  140.  
  141. a,a:active,a:visited{
  142. color:{color:Link};
  143. text-decoration:none;
  144. -moz-transition:.8s ease;
  145. -webkit-transition:.8s ease;
  146. -o-transition:.8s ease;
  147. }
  148.  
  149. a:hover{
  150. color:{color:Hover};
  151. cursor:url('http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif'),auto;
  152. -moz-transition:.8s ease;
  153. -webkit-transition:.8s ease;
  154. -o-transition:.8s ease;
  155. }
  156.  
  157. blockquote{
  158. border-left:2px solid {color:Text};
  159. padding:3px;
  160. }
  161.  
  162. body{
  163. font-size:11px;
  164. font-family:arial;
  165. line-height:110%;
  166. word-wrap:break-word;
  167. background:{color:Background};
  168. color:{color:Text};
  169. cursor:crosshair;
  170. }
  171.  
  172. #l, #r, #t, #b {
  173. background: {color:Border};
  174. position: fixed;
  175. }
  176.  
  177. #l, #r {
  178. top: 0; bottom: 0;
  179. width: 30px;
  180. }
  181. #l { left: 0; }
  182. #r { right: 0; }
  183.  
  184. #t, #b {
  185. left: 0; right: 0;
  186. height: 30px;
  187. }
  188. #t { top: 0; }
  189. #b { bottom: 0; }
  190.  
  191. #header{
  192. background: url('{image:Header}') no-repeat center center fixed;
  193. -webkit-background-size: cover;
  194. -moz-background-size: cover;
  195. -o-background-size: cover;
  196. background-size: cover;
  197. height:700px;
  198. }
  199.  
  200. #title{
  201. position:absolute;
  202. text-align:center;
  203. font-size:50px;
  204. margin-left:50%;
  205. margin-top:30%;
  206. border:2px solid {color:Title};
  207. color:{color:Title};
  208. padding:25px;
  209. cursor:help;
  210. -moz-transition:.8s ease;
  211. -webkit-transition:.8s ease;
  212. -o-transition:.8s ease;
  213. }
  214.  
  215. #title:hover{
  216. text-shadow:2px 2px 5px {color:Border};
  217. box-shadow:inset 330px 0px rgba(255, 255, 255, .5);
  218. -moz-transition:.8s ease;
  219. -webkit-transition:.8s ease;
  220. -o-transition:.8s ease;
  221. }
  222.  
  223. #sidebar{
  224. position:fixed;
  225. width:250px;
  226. margin-top:300px;
  227. margin-left:300px;
  228. }
  229.  
  230. #title2{
  231. text-transform:uppercase;
  232. text-align:center;
  233. font-size:20px;
  234. padding:10px;
  235. border:2px solid {color:Title};
  236. color:{color:Title};
  237. cursor:help;
  238. -moz-transition:.8s ease;
  239. -webkit-transition:.8s ease;
  240. -o-transition:.8s ease;
  241. }
  242.  
  243. #title2:hover{
  244. text-shadow:2px 2px 5px {color:Border};
  245. box-shadow:inset 450px 0px rgba(255, 255, 255, .5);
  246. -moz-transition:.8s ease;
  247. -webkit-transition:.8s ease;
  248. -o-transition:.8s ease;
  249. }
  250.  
  251. #desc{
  252. text-align:center;
  253. padding-bottom:5px;
  254. display:none;
  255. }
  256.  
  257. #nav{
  258. text-align:center;
  259. padding-top:5px;
  260. display:none;
  261. }
  262.  
  263. .explore{
  264. top:0px;
  265. display:none;
  266. position:fixed;
  267. right:0px;
  268. height:100%;
  269. background: url('{image:Header}') no-repeat center center fixed;
  270. -webkit-background-size: cover;
  271. -moz-background-size: cover;
  272. -o-background-size: cover;
  273. background-size: cover;
  274. width:50%;
  275. z-index:99;
  276. }
  277.  
  278. .navi a{
  279. display:block;
  280. font-size:35px;
  281. background:{color:Background};
  282. padding:35px;
  283. }
  284.  
  285. .navi a:hover{
  286. letter-spacing:10px;
  287. background:none;
  288. }
  289.  
  290. .updates{
  291. max-height:220px;
  292. padding:20px;
  293. font-size:20px;
  294. line-height:160%;
  295. text-align:center;
  296. background:{color:Background};
  297. overflow-y:auto;
  298. -moz-transition:.8s ease;
  299. -webkit-transition:.8s ease;
  300. -o-transition:.8s ease;
  301. }
  302.  
  303. .updates:hover{
  304. color:{color:Updates Hover};
  305. background:none;
  306. -moz-transition:.8s ease;
  307. -webkit-transition:.8s ease;
  308. -o-transition:.8s ease;
  309. }
  310.  
  311. .updates:hover a{
  312. color:{color:Updates Link Hover};
  313. }
  314.  
  315. #pagi{
  316. text-align:center;
  317. padding-top:5px;
  318. font-size:15px;
  319. }
  320.  
  321. #entries{
  322. margin-left:50%;
  323. margin-top:100px;
  324. margin-bottom:50px;
  325. {block:if250px}
  326. width:250px;
  327. {/block:if250px}
  328. {block:if400px}
  329. width:400px;
  330. {/block:if400px}
  331. }
  332.  
  333. #post{
  334. margin-top:100px;
  335. }
  336.  
  337. .chat li{
  338. margin-left:-40px;
  339. list-style-type:none;
  340. }
  341.  
  342. #audioplayer {
  343. width:27px;
  344. height:30px;
  345. overflow:hidden;
  346. position:absolute;
  347. margin-top:20px;
  348. margin-left:17px;
  349. opacity:0.7;
  350. z-index:9;
  351. }
  352.  
  353. #albumart {
  354. width:60px;
  355. height:60px;
  356. background-color:#e3e3e3;
  357. -webkit-filter:grayscale(.7);
  358. }
  359.  
  360. .box{
  361. margin-left:auto;
  362. margin-right:auto;
  363. {block:if400px}
  364. width:350px;
  365. {/block:if400px}
  366. {block:if250px}
  367. width:200px;
  368. {/block:if250px}
  369. border:2px solid {color:Info Border};
  370. }
  371.  
  372. .asker{
  373. padding:5px;
  374. text-align:center;
  375. font-weight:bold;
  376. }
  377.  
  378. .question{
  379. text-align:center;
  380. padding:10px;
  381. }
  382. {block:ifNoHoverCaptions}
  383. #info {
  384. margin-top:3px;
  385. border-top:2px solid {color:Info Border};
  386. text-align:left;
  387. text-transform:none;
  388. font-size:9px;
  389. word-spacing:-1px;
  390. color:#fff;
  391. }
  392.  
  393. #info a {
  394. color:#fff;
  395. }
  396.  
  397. #tags {
  398. opacity:1;
  399. text-align:left;
  400. }
  401. #tags a{
  402. padding-left:3px;
  403. -moz-transition:.8s ease;
  404. -webkit-transition:.8s ease;
  405. -o-transition:.8s ease;
  406. }
  407.  
  408. .coms:last-child{
  409. display:none;
  410. }
  411. {block:ifNoHoverCaptions}
  412.  
  413. #notes li{
  414. list-style-type:upper-roman;
  415. padding:5px;
  416. vertical-align:middle;
  417. }
  418.  
  419. #notes img{
  420. border-radius:100%;
  421. width:16px;
  422. height:16px;
  423. }
  424.  
  425. {block:ifHoverCaptions}
  426. #infowrap {
  427. padding:5px;
  428. {block:IndexPage}
  429. position:absolute;
  430. opacity:0;
  431. {/block:IndexPage}
  432. z-index:10;
  433. -moz-transition:.8s ease;
  434. -webkit-transition:.8s ease;
  435. -o-transition:.8s ease;
  436. }
  437.  
  438. #post:hover #infowrap {
  439. {block:IndexPage}
  440. opacity:.8;
  441. {/block:IndexPage}
  442. }
  443. #info {
  444. text-align:left;
  445. text-transform:none;
  446. font-size:9px;
  447. padding:10px 10px 15px 10px;
  448. {block:if250px}
  449. width:220px;
  450. {/block:if250px}
  451. {block:if400px}
  452. width:370px;
  453. {/block:if400px}
  454. word-spacing:-1px;
  455. color:#fff;
  456. background-color:{color:Info Background};
  457. }
  458.  
  459. #info a {
  460. color:#fff;
  461. }
  462.  
  463. #tags {
  464. opacity:1;
  465. text-align:left;
  466. }
  467. #tags a{
  468. padding-left:3px;
  469. -moz-transition:.8s ease;
  470. -webkit-transition:.8s ease;
  471. -o-transition:.8s ease;
  472. }
  473.  
  474. .coms:last-child{
  475. display:none;
  476. }
  477. {/block:ifHoverCaptions}
  478.  
  479. #cred{
  480. border-radius:100%;
  481. width:16px;
  482. height:16px;
  483. color:#fff;
  484. background:#fff;
  485. position:fixed;
  486. bottom:10px;
  487. right:10px;
  488. -moz-transition:.8s ease;
  489. -webkit-transition:.8s ease;
  490. -o-transition:.8s ease;
  491. }
  492.  
  493. #cred a{
  494. opacity:0;
  495. text-transform:uppercase;
  496. font-size:10px;
  497. color:#fff;
  498. -moz-transition:.8s ease;
  499. -webkit-transition:.8s ease;
  500. -o-transition:.8s ease;
  501. -moz-transition:.8s ease;
  502. -webkit-transition:.8s ease;
  503. -o-transition:.8s ease;
  504. }
  505.  
  506. #cred:hover{
  507. background:#000;
  508. -moz-transform:rotate(360deg);
  509. -webkit-transform:rotate(360deg);
  510. -o-transform:rotate(360deg);
  511. -moz-transition:.8s ease;
  512. -webkit-transition:.8s ease;
  513. -o-transition:.8s ease;
  514. }
  515.  
  516. #cred a:hover{
  517. opacity:1;
  518. -moz-transform:rotate(360deg);
  519. -webkit-transform:rotate(360deg);
  520. -o-transform:rotate(360deg);
  521. -moz-transition:.8s ease;
  522. -webkit-transition:.8s ease;
  523. -o-transition:.8s ease;
  524. }
  525.  
  526. {CustomCSS}
  527. </style>
  528. </head>
  529.  
  530. <body>
  531.  
  532.  
  533. <div id="header">
  534. <div id="title" title="click to enter">{Title}</div>
  535. </div>
  536.  
  537.  
  538. <div id="sidebar">
  539. <div id="desc">{Description}</div>
  540. <div id="title2" title="click for more">{Title}</div>
  541. <div id="nav">
  542. <a class="cover" title="back to cover page">cover</a>
  543. <a href="/">refresh</a>
  544. <a href="/ask">message</a>
  545. <a class="rad" style="cursor:help" title="click to open & close">more</a>
  546. </div>
  547. <div id="pagi">
  548. {block:Pagination}
  549. {block:PreviousPage}
  550. <a href="{PreviousPage}">prev</a>
  551. {/block:PreviousPage}
  552. -
  553. {block:NextPage}
  554. <a href="{NextPage}">next</a>
  555. {/block:NextPage}
  556. {/block:Pagination}
  557. </div>
  558. </div>
  559.  
  560.  
  561. <div class="explore">
  562. <div class="navi">
  563. <a class="bar" href="{text:Link 1 URL}">{text:Link 1}</a>
  564. <a class="bar" href="{text:Link 2 URL}">{text:Link 2}</a>
  565. <a class="bar" href="{text:Link 3 URL}">{text:Link 3}</a>
  566. <a class="bar" href="{text:Link 4 URL}">{text:Link 4}</a>
  567. <a class="bar" href="{text:Link 5 URL}">{text:Link 5}</a>
  568. {block:HasPages}
  569. {block:Pages}
  570. <a class="bar" href="{URL}">{Label}</a>
  571. {/block:Pages}
  572. {block:HasPages}
  573. </div>
  574.  
  575. <div class="updates">
  576.  
  577. {text:Updates}
  578.  
  579. </div>
  580.  
  581. </div>
  582.  
  583.  
  584.  
  585.  
  586. <div id="entries">
  587. {block:Posts}
  588. <div id="post">
  589.  
  590.  
  591. {block:ifHoverCaptions}
  592. <div id="infowrap">
  593. <div id="info">
  594. {block:Caption}{Caption}{/block:Caption}
  595. <br>
  596. <a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear}</a>
  597. {block:if250px}
  598. <span style="margin-left:25%">
  599. {/block:if250px}
  600. {block:if400px}
  601. <span style="margin-left:30%">
  602. {/block:if400px}
  603. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via </a>
  604. {block:ContentSource}.<a title="{ReblogRootName}" href="{ReblogRootURL}">src</a>{/block:ContentSource}
  605. {/block:RebloggedFrom}
  606. </span>
  607. <span style="float:right">
  608. <a href="{Permalink}"> {NoteCountWithLabel}</a>
  609. </span>
  610. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a><span class="coms">,</span> {/block:Tags}</div>{/block:HasTags}
  611. </div>
  612. </div>
  613. {/block:ifHoverCaptions}
  614.  
  615.  
  616. {block:Text}
  617. {block:Title}{Title}{/block:Title}
  618. {Body}
  619. {/block:Text}
  620.  
  621.  
  622. {block:Quote}"{Quote}" {block:Source}- {Source}{/block:Source}{/block:Quote}
  623.  
  624.  
  625. {block:Link}<a href="{URL}">{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  626.  
  627.  
  628. {block:Chat}
  629. {block:Title}{Title}{/block:Title}
  630. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">
  631. {block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
  632. {/block:Lines}</ul>
  633. {/block:Chat}
  634.  
  635.  
  636. {block:Photo}
  637. <div class="photo">
  638. {LinkOpenTag}
  639. {block:if250px}
  640. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  641. {block:IfNoHoverCaptions}
  642. {block:Caption}{Caption}{/block:Caption}
  643. {/block:IfNoHoverCaptions}
  644. {/block:if250px}
  645. {block:if400px}
  646. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  647. {block:IfNoHoverCaptions}
  648. {block:Caption}{Caption}{/block:Caption}
  649. {/block:IfNoHoverCaptions}
  650. {/block:if400px}
  651. {LinkCloseTag}
  652. </div>
  653. {/block:Photo}
  654.  
  655.  
  656. {block:Photoset}
  657. <div class="photoset">
  658. {block:if250px}
  659. {Photoset-250}
  660. {block:IfNoHoverCaptions}
  661. {block:Caption}{Caption}{/block:Caption}
  662. {/block:IfNoHoverCaptions}
  663. {/block:if250px}
  664. {block:if400px}
  665. {Photoset-400}
  666. {block:IfNoHoverCaptions}
  667. {block:Caption}{Caption}{/block:Caption}
  668. {/block:IfNoHoverCaptions}
  669. {/block:if400px}
  670. </div>
  671. {/block:Photoset}
  672.  
  673.  
  674. {block:Video}
  675. <div class="video">
  676. {block:if250px}
  677. {Video-250}
  678. {block:IfNoHoverCaptions}
  679. {block:Caption}{Caption}{/block:Caption}
  680. {/block:IfNoHoverCaptions}
  681. {/block:if250px}
  682. {block:if400px}
  683. {Video-400}
  684. {block:IfNoHoverCaptions}
  685. {block:Caption}{Caption}{/block:Caption}
  686. {/block:IfNoHoverCaptions}
  687. {/block:if400px}
  688. </div>
  689. {/block:Video}
  690.  
  691.  
  692. {block:Audio}
  693. <div class="audio">
  694. <table style="padding:5px;margin-bottom:5px;">
  695. <tr>
  696. <td style="vertical-align:top;padding-right:10px;"><div id="audioplayer">{AudioPlayerWhite}</div>
  697. <div id="albumart">
  698. {block:AlbumArt}
  699. <img src="{AlbumArtURL}" style="width:60px;height:60px">
  700. {/block:AlbumArt}</div></td>
  701. <td style="vertical-align:middle; font-size:11px; line-height:12px"> {block:TrackName}<i>Title:</i> {TrackName} <br />{/block:TrackName}
  702. {block:Artist}<i>Artist:</i> {Artist} <br />{/block:Artist}
  703. {block:Album}<i>Album:</i> {Album} <br />{/block:Album}
  704. {block:PlayCount}<i>Played:</i> {FormattedPlayCount} times{/block:PlayCount}
  705. </td>
  706. </tr>
  707. </table>
  708. {block:IfNoHoverCaptions}
  709. {block:Caption}{Caption}{/block:Caption}
  710. {/block:IfNoHoverCaptions}
  711. </div>
  712. {/block:Audio}
  713.  
  714. {block:Answer}
  715. <div class="box">
  716. <div class="asker">{Asker} inquired:</div>
  717. <div class="question">"{Question}"</div>
  718. </div>
  719. <div class="response">{Answer}</div>
  720. {/block:Answer}
  721.  
  722. {block:IfNoHoverCaptions}
  723. <div id="info">
  724. <a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{ShortYear}</a> / <a href="{ReblogURL}">reblog?</a>
  725. {block:if250px}
  726. <span style="margin-left:25%">
  727. {/block:if250px}
  728. {block:if400px}
  729. <span style="margin-left:30%">
  730. {/block:if400px}
  731. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via </a>
  732. {block:ContentSource}.<a title="{ReblogRootName}" href="{ReblogRootURL}">src</a>{/block:ContentSource}
  733. {/block:RebloggedFrom}
  734. </span>
  735. <span style="float:right">
  736. <a href="{Permalink}"> {NoteCountWithLabel}</a>
  737. </span>
  738. {block:HasTags}<div id="tags">tags → {block:Tags}<a href="{TagURL}">{Tag}</a><span class="coms">,</span> {/block:Tags}</div>{/block:HasTags}
  739. </div>
  740. {/block:IfNoHoverCaptions}
  741.  
  742. {block:PostNotes}
  743. <div id="notes">{PostNotes}</div>
  744. {block:PostNotes}
  745.  
  746. </div>
  747. {/block:Posts}
  748. </div>
  749.  
  750. <div id="l"></div>
  751. <div id="r"></div>
  752. <div id="t"></div>
  753. <div id="b"></div>
  754.  
  755. <div id="cred"><a title="foundcas theme" href="http://foundcas.tumblr.com">dr</a></div>
  756.  
  757. {block:IfShowStopBullyingLogo}
  758. <div style="bottom:30px; left:30px; width:auto; height:auto; position:fixed; display:block; z-index:9999999; background-color:transparent"><a href="http://stop-bullies.tumblr.com"><img src=" http://i43.tinypic.com/2w585e1.png" width="90"></a></div>
  759. {/block:IfShowStopBullyingLogo}
  760.  
  761. </body>
  762. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement