Advertisement
7th-district

[Theme #12] Young and Beautiful

Sep 14th, 2013
11,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.64 KB | None | 0 0
  1. <!--
  2. _______________________________________________________________________
  3.  
  4. ► PAGE MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
  5.  
  6. [THEME #12] YOUNG AND BEAUTIFUL
  7. If you have any questions, go to 7th-district.tumblr.com/message for help.
  8.  
  9. ► Terms Of Use
  10. - Do not remove the credit!
  11. - Do not block the credit with images or anything else.
  12. - Do not take parts of my theme codes and add it into your theme!
  13. _______________________________________________________________________
  14. -->
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head>
  19.  
  20. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22. <link rel="shortcut icon" href="{Favicon}" />
  23.  
  24. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
  28.  
  29. <meta name="color:background" content="#ffffff" />
  30. <meta name="color:links" content="#2626262" />
  31. <meta name="color:links hover" content="#aaaaaa" />
  32. <meta name="color:title" content="#000000" />
  33. <meta name="color:description" content="#262626" />
  34. <meta name="color:custom link text" content="#262626" />
  35. <meta name="color:custom link text hover" content="#aaaaaa" />
  36. <meta name="color:posts" content="#ffffff" />
  37. <meta name="color:blockquote" content="#565656" />
  38. <meta name="color:text" content="#565656" />
  39. <meta name="color:posts border" content="#e4e4e4" />
  40. <meta name="color:permalink background" content="#121212" />
  41. <meta name="color:permalink text" content="#ffffff" />
  42. <meta name="color:permalink text hover" content="#323232" />
  43. <meta name="color:question background" content="#f5f5f5" />
  44. <meta name="color:question border" content="#eeeeee" />
  45. <meta name="color:scrollbar" content="#121212" />
  46. <meta name="color:scrollbar background" content="#eeeeee" />
  47. <meta name="color:blockquote" content="#262626" />
  48. <meta name="color:2nd top border background" content="#ffffff" />
  49. <meta name="color:2nd top border text" content="#121212" />
  50. <meta name="color:1st top border background" content="#121212" />
  51. <meta name="color:pagination text" content="#262626" />
  52. <meta name="color:pagination text hover" content="#565656" />
  53. <meta name="color:sidebar image border" content="#e4e4e4" />
  54.  
  55. <meta name="if:infinite scroll" content="1" />
  56. <meta name="if:2 column" content="1" />
  57. <meta name="if:1 column" content="0" />
  58. <meta name="if:sidebar thick frame" content="1" />
  59. <meta name="if:small cursor" content="1" />
  60. <meta name="if:swimming fish" content="1" />
  61. <meta name="if:swimming fish all white" content="0" />
  62. <meta name="if:grayscale" content="1" />
  63.  
  64. <meta name="image:background" content="" />
  65. <meta name="image:sidebar" content="http://oi41.tinypic.com/21oc22f.jpg" />
  66. <meta name="image:topbar pattern" content="http://24.media.tumblr.com/tumblr_lzvjakQDzV1qhvdofo2_r1_1280.png" />
  67.  
  68. <meta name="text:Link1 url" content="/">
  69. <meta name="text:Link1" content"link 1"/>
  70. <meta name="text:Link2 url" content="/">
  71. <meta name="text:Link2" content"link 2"/>
  72. <meta name="text:Link3 url" content="/">
  73. <meta name="text:Link3" content"link 3"/>
  74.  
  75. <meta name="text:second description" content="This is your second description or title. Say whatever you want." />
  76.  
  77. <style type="text/css">
  78.  
  79. ::-webkit-scrollbar-track {background-color:{color:scrollbar background};}
  80. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};
  81. }
  82. ::-webkit-scrollbar {width:5px;height:5px;}
  83.  
  84. ::-moz-scrollbar-track {background-color:{color:scrollbar background};}
  85. ::-moz-scrollbar-thumb {background-color:{color:scrollbar};
  86. }
  87. ::-moz-scrollbar {width:5px;height:5px;}
  88.  
  89. ::selection {
  90. background: #262626;
  91. color: #fff;
  92. }
  93.  
  94. ::-moz-selection {
  95. background: #262626;
  96. color: #fff;
  97. }
  98.  
  99. ::-webkit-selection {
  100. background: #262626;
  101. color: #fff;
  102. }
  103.  
  104. body {
  105. background:{color:background};
  106. background-image:url('{image:background}');
  107. background-attachment:fixed;
  108. background-repeat:repeat;
  109. font-family:cambria;
  110. font-size:11px;
  111. word-wrap:break-word;
  112. margin:0;
  113. padding:0;
  114. }
  115.  
  116. body a{
  117. color:{color:links};
  118. text-decoration:none;
  119. text-shadow:0px 0px {color:links}, -0px 0px {color:links};
  120. -webkit-transition: all 0.4s ease-in-out;
  121. }
  122.  
  123. body a:hover {
  124. color:{color:links hover};
  125. text-shadow:7px 0px transparent, -7px 0px transparent;
  126. -webkit-transition: all 0.4s ease-in-out;
  127. }
  128.  
  129. #side{
  130. position:fixed;
  131. top:20%;
  132. left:50%;
  133. {block:indexpage}
  134. {block:if2column}
  135. margin-left:-480px;
  136. {/block:if2column}
  137. {block:if1column}
  138. margin-left:-340px;
  139. {/block:if1column}
  140. {/block:indexpage}
  141. {block:permalinkpage}
  142. margin-left:-460px;
  143. {/block:permalinkpage}
  144. width:auto;
  145. height:auto;
  146. }
  147.  
  148. #title{
  149. {block:ifsidebarthickborder}
  150. width:140px;
  151. {/block:ifsidebarthickborder}
  152. {block:ifnotsidebarthickborder}
  153. width:160px;
  154. {/block:ifnotsidebarthickborder}
  155. line-height:80%;
  156. margin-left:-3px;
  157. font-family: 'Libre Baskerville', serif;
  158. font-style:italic;
  159. font-size:16px;
  160. text-align:center;
  161. padding-bottom:35px;
  162. margin-bottom:-30px;
  163. opacity:.8;
  164. z-index:4;
  165. color:{color:title};
  166. text-shadow:2px 2px 1px #e4e4e4;
  167. border:0px solid red;
  168. }
  169.  
  170. #sideimg img {
  171. {block:ifsidebarthickframe}
  172. border:5px solid {Color:sidebar image border};
  173. box-shadow: 0 0 0 2px {color:background}, 0 0 0 4px {color:sidebar image border};
  174. width:130px;
  175. {/block:ifsidebarthickframe}
  176. {block:ifnotsidebarthickframe}
  177. border:1px solid {color:sidebar image border};
  178. width:130px;
  179. {/block:ifnotsidebarthickframe}
  180. height:auto;
  181. z-index:3;
  182. padding:5px;
  183. -webkit-transition: all 0.6s ease-in-out;
  184. -moz-transition: all 0.6s ease-in-out;
  185. }
  186.  
  187. #desc{
  188. color:{color:description};
  189. border:0px solid red;
  190. margin-bottom:3px;
  191. margin-top:0px;
  192. {block:ifsidebarthickframe}
  193. width:148px;
  194. margin-left:3px;
  195. {/block:ifsidebarthickframe}
  196. {block:ifnotsidebarthickframe}
  197. width:144px;
  198. margin-left:0px;
  199. {/block:ifnotsidebarthickframe}
  200. height:auto;
  201. font-family:cambria;
  202. font-size:10px;
  203. line-height:110%;
  204. text-align:center;
  205. opacity:1;
  206. -webkit-transition: all 0.6s ease-in-out;
  207. -moz-transition: all 0.6s ease-in-out;
  208. -o-transition: all 0.6s ease-in-out;
  209. -ms-transition: all 0.6s ease-in-out;
  210. }
  211.  
  212.  
  213. #side #poo{
  214. opacity:1;
  215. {block:ifsidebarthickframe}
  216. width:150px;
  217. {/block:ifsidebarthickframe}
  218. {block:ifnotsidebarthickframe}
  219. width:144px;
  220. {/block:ifnotsidebarthickframe}
  221. height:auto;
  222. text-align:center;
  223. float:left;
  224. background:{color:background};
  225. margin-left:0px;
  226. padding-left:0px;
  227. padding-bottom:5px;
  228. {block:ifsidebarthickframe}
  229. margin-top:10px;
  230. {/block:ifsidebarthickframe}
  231. {block:ifnotsidebarthickframe}
  232. margin-top:5px;
  233. {/block:ifnotsidebarthickframe}
  234. -webkit-transition: all 0.6s ease-in-out;
  235. -moz-transition: all 0.6s ease-in-out;
  236. -o-transition: all 0.6s ease-in-out;
  237. -ms-transition: all 0.6s ease-in-out;
  238. }
  239.  
  240. .po{
  241. opacity:1!important;
  242. font-family:cambria;
  243. font-size:10px;
  244. font-weight:bold;
  245. text-transform:uppercase;
  246. text-align:center;
  247. padding:3px 3px;
  248. color:{color:custom link text}!important;
  249. text-shadow:0px 0px {color:custom link text}, -0px 0px {color:custom link text};
  250. margin:1px;
  251. -webkit-transition: all 0.6s ease-in-out;
  252. -moz-transition: all 0.6s ease-in-out;
  253. -o-transition: all 0.6s ease-in-out;
  254. -ms-transition: all 0.6s ease-in-out;
  255. }
  256.  
  257. .po:hover{
  258. color:{color:custom link text hover}!important;
  259. text-shadow:7px 0px transparent, -7px 0px transparent;
  260. -webkit-transition: all 0.6s ease-in-out;
  261. -moz-transition: all 0.6s ease-in-out;
  262. -o-transition: all 0.6s ease-in-out;
  263. -ms-transition: all 0.6s ease-in-out;
  264. }
  265.  
  266. #content {
  267. {block:indexpage}
  268. margin:0px auto 30px auto;
  269. {block:if2column}
  270. width:538px;
  271. {/block:if2column}
  272. {block:if1column}
  273. width:268px;
  274. {/block:if1column}
  275. {/block:indexpage}
  276. {block:permalinkpage}
  277. margin:0px auto 30px auto;
  278. width:515px;
  279. {/block:permalinkpage}
  280. padding-top:70px;
  281. background:{color:posts};
  282. font-family:cambria;
  283. }
  284.  
  285. #content a {
  286. color:{color:links};
  287. text-decoration:none;
  288. text-shadow:0px 0px {color:links}, -0px 0px {color:links};
  289. -webkit-transition: all 0.4s ease-in-out;
  290. }
  291.  
  292. #content a:hover {
  293. color:{color:links hover}t;
  294. text-shadow:7px 0px transparent, -7px 0px transparent;
  295. -webkit-transition: all 0.4s ease-in-out;
  296. }
  297.  
  298. #content blockquote img {
  299. {block:indexpage}
  300. max-width:150px;
  301. {/block:indexpage}
  302. {block:permalinkpage}
  303. max-width:400px;
  304. {/block:permalinkpage}
  305. }
  306.  
  307. ul{
  308. list-style-type:square;
  309. line-height:110%;}
  310.  
  311. ol {line-height:120%;}
  312.  
  313. blockquote {
  314. border-left:2px solid {color:blockquote};
  315. padding-left:6px;
  316. margin:2px;
  317. }
  318.  
  319. .posts {
  320. line-height:110%;
  321. border:1px solid {color:posts};
  322. padding:8px;
  323. margin:0px;
  324. {block:indexpage}
  325. {block:if1column}
  326. width:250px;
  327. {/block:if1column}
  328. {block:if2column}
  329. width:250px;
  330. {/block:if2column}
  331. {block:ifgrayscale}
  332. -webkit-filter: grayscale(100%);
  333. {/block:ifgrayscale}
  334. {/block:indexpage}
  335. {block:permalinkpage}
  336. width:500px;
  337. {/block:permalinkpage}
  338. -webkit-transition: all 0.7s linear;
  339. -moz-transition-duration: 0.7s;
  340. -o-transition-duration: 0.7s;
  341. -ms-transition-duration: 0.7s;
  342. background:{color:posts}!important;
  343. z-index:9;
  344. color:{color:text};
  345. }
  346.  
  347.  
  348. .posts:hover {
  349. border:1px solid {color:posts border};
  350. -webkit-filter: grayscale(0%);
  351. -moz-filter: grayscale(0%);
  352. -o-filter: grayscale(0%);
  353. -ms-filter: grayscale(0%);
  354. -webkit-transition: all 0.7s linear;
  355. -moz-transition-duration: 0.7s;
  356. -o-transition-duration: 0.7s;
  357. -ms-transition-duration: 0.7s;
  358. }
  359.  
  360. /*permalinks */
  361. .posts .perma{
  362. text-align:center;
  363. position: absolute;
  364. width:240px;
  365. height: 14px;
  366. line-height:14px;
  367. position:absolute;
  368. background: {color:permalink background};
  369. margin-top: 0px;
  370. margin-left:0px;
  371. padding:5px 5px;
  372. opacity: 0;
  373. font-size: 8px;
  374. font-family:calibri;
  375. text-transform: uppercase;
  376. letter-spacing: 1px;
  377. z-index:3;
  378. -webkit-transition: all 0.6s linear;
  379. -moz-transition-duration: 0.6s linear;
  380. -o-transition-duration: 0.6s linear;
  381. -ms-transition-duration: 0.6s linear;
  382. }
  383.  
  384. .posts:hover .perma{
  385. margin-top:0px;
  386. margin-left:0px;
  387. opacity:1;
  388. -webkit-transition: all 0.6s linear;
  389. -moz-transition-duration: 0.6s linear;
  390. -o-transition-duration: 0.6s linear;
  391. -ms-transition-duration: 0.6s linear;
  392. }
  393.  
  394. .perma a {
  395. color: {color:permalink text}!important;
  396. -webkit-transition: all 0.4s linear;
  397. -moz-transition-duration: 0.4s linear;
  398. -o-transition-duration: 0.4s linear;
  399. -ms-transition-duration: 0.4s linear;
  400. }
  401.  
  402. .perma a:hover {
  403. color: {color:permalink text hover}!important;
  404. background:transparent!important;
  405. -webkit-transition: all 0.4s linear;
  406. -moz-transition-duration: 0.4s linear;;
  407. -o-transition-duration: 0.4s linear;;
  408. -ms-transition-duration: 0.4s linear;
  409. }
  410.  
  411. #note{
  412. margin:20px auto;
  413. width: 500px;
  414. font-size: 11px;
  415. text-transform:lowercase;
  416. font-family:calibri;
  417. color:{color:text};
  418. list-style-type:none!important;
  419. }
  420.  
  421. ol.notes{
  422. list-style-type:none!important;
  423. margin:0px;
  424. padding-left:5px;
  425. line-height:130%;
  426. color:{color:text};
  427. }
  428.  
  429. ol.notes li.note img.avatar {
  430.  
  431. margin-right: 10px;
  432. width: 16px;
  433. height: 16px;
  434. }
  435.  
  436.  
  437. .info{
  438. padding-bottom:3px;
  439. padding-top:5px;
  440. padding-left:2px;
  441. text-align:left;
  442. font-family:consolas;
  443. font-size:11px;
  444. color:{color:text};
  445. margin-top:5px;
  446. }
  447.  
  448. .tags{
  449. margin-top:5px;
  450. font-family:calibri;
  451. font-size:8px;
  452. text-transform:uppercase;
  453. letter-spacing:1px;
  454. text-align:left;
  455. color:{color:text};
  456. }
  457.  
  458. #ques{
  459. margin-bottom:0px;
  460. {block:indexpage}
  461. width:239px;
  462. {/block:indexpage}
  463. {block:permalinkpage}
  464. width:489px;
  465. {/block:permalinkpage}
  466. height:auto;
  467. color:{color:text};
  468. border:1px solid {color:question border};
  469. background:{color:question background};
  470. padding:5px;
  471. line-height:100%;
  472. }
  473.  
  474. #asker{
  475. float:right;
  476. padding-top:18px;
  477. padding-right:6px;
  478. text-align:right;
  479. font-size:9px;
  480. color:{color:text}!important;
  481. text-transform:uppercase;
  482. font-weight:none;
  483. vertical-align:-10px!important;
  484. letter-spacing:1px;
  485. }
  486.  
  487. #asks {
  488. position:fixed;
  489. z-index:999999;
  490. font-family:consolas;
  491. font-size:9px;
  492. text-transform:uppercase;
  493. bottom:5px;
  494. right:5px;
  495. color:{color:text};
  496. letter-spacing:1px;
  497. background:{color:background};
  498. }
  499.  
  500. #answer{
  501. padding-top:10px;
  502. margin-left:0px;
  503. }
  504.  
  505. #audio{
  506. {block:indexpage}
  507. max-width:250px;
  508. {/block:indexpage}
  509. {block:permalinkpage}
  510. max-width:500px;
  511. {/block:permalinkpage}
  512. background:#000!important;
  513. margin-bottom:5px;
  514. }
  515.  
  516. .title {
  517. font-size:15px;
  518. color:{color:text};
  519. text-transform:uppercase;
  520. }
  521.  
  522. .title a{
  523. border-bottom:0px solid #eee!important;
  524. }
  525.  
  526. {block:ifsmallcursor}
  527. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  528. {/block:ifsmallcursor}
  529.  
  530. #s-m-t-tooltip {
  531. position:relative;
  532. overflow:hidden;
  533. z-index:990999999;
  534. max-width:200px;
  535. margin:10px 0 0 10px;
  536. padding:3px 5px 4px 5px;
  537. font:11px calibri;
  538. font-style:italic;
  539. background:#fff;
  540. border:1px solid #ddd;
  541. text-shadow:1px 1px 1px #eee;
  542. line-height:100%;
  543. text-transform:lowercase;
  544. letter-spacing:0px;
  545. font-weight:none;
  546. color:#262626;
  547. }
  548.  
  549. .pagination {
  550. margin-top:5px;
  551. position:relative;
  552. left:5px;
  553. bottom:5%;
  554. z-index:3;
  555. text-align:Center;
  556. }
  557.  
  558. .pagination a{
  559. {block:ifinfinitescroll}
  560. display:none;
  561. {/block:ifinfinitescroll}
  562. color:{color:pagination text}!important;
  563. width:150px;
  564. text-align:center;
  565. font-family:calibri;
  566. font-size:24px;
  567. -webkit-transition: all 0.6s linear;
  568. -moz-transition: all 0.6s linear;
  569. }
  570.  
  571. .pagination a:hover {
  572. color:{color:pagination text hover}!important;
  573. -webkit-transition: all 0.6s linear;
  574. -moz-transition: all 0.6s linear;
  575. }
  576.  
  577. ul{list-style-type:square;
  578. line-height:120%;}
  579.  
  580. #top {
  581. text-align:center;
  582. top:40px;
  583. left:0;
  584. position:fixed;
  585. width:100%;
  586. background:{color:2nd top border background};
  587. padding:7px 0px 8px 0px;
  588. color:{color:2nd top border text};
  589. opacity:.9;
  590. height:auto;
  591. font-family:cambria;
  592. z-index:10;
  593. font-size:11px;
  594. }
  595.  
  596. #content img {
  597. {block:indexpage}
  598. max-width:250px;
  599. {/block:indexpage}
  600. {block:permalinkpage}
  601. max-width:500px;
  602. {/block:permalinkpage}
  603. }
  604.  
  605. .quote {font-family: 'Libre Baskerville', serif;
  606. font-style:italic;
  607. font-size:14px;
  608. }
  609.  
  610. .source{
  611. text-align:right;
  612. color:{color:text};
  613. }
  614.  
  615. .source a {
  616. color:{color:text};
  617. }
  618.  
  619. .quot {
  620. font-size:20px;
  621. opacity:.4;
  622. letter-spacing:4px;
  623. }
  624.  
  625. object{
  626. position:fixed;
  627. top:0;
  628. left:0;
  629. width:100%;
  630. height:40px;
  631. z-index:99;
  632. }
  633.  
  634. </style>
  635.  
  636. {block:indexpage}
  637. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  638.  
  639. {block:ifinfinitescroll}
  640.  
  641. {block:if2column}
  642. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  643. {/block:if2column}
  644.  
  645. {block:if1column}
  646. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  647. {/block:if1column}
  648.  
  649. {/block:ifinfinitescroll}
  650.  
  651. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  652. <script>
  653. $(function(){
  654. var $container = $('#content');
  655. $container.imagesLoaded(function(){
  656. $container.masonry({
  657. itemSelector: '.posts',
  658. });
  659. });
  660. $container.infinitescroll({
  661. itemSelector : ".posts",
  662. navSelector : "div.pagination",
  663. nextSelector : ".pagination a#next",
  664. loadingImg : "",
  665. loadingText : "<em></em>",
  666. bufferPx : 10000,
  667. extraScrollPx: 12000,
  668. },
  669. // trigger Masonry as a callback
  670. function( newElements ) {
  671. var $newElems = $( newElements ).css({ opacity: 0 });
  672. // ensure that images load before adding to masonry layout
  673. $newElems.imagesLoaded(function(){
  674. $newElems.animate({ opacity: 1 });
  675. $container.masonry( 'appended', $newElems, true );
  676. });
  677. }
  678. );
  679. });
  680. </script>
  681. {/block:indexpage}
  682.  
  683. </head>
  684. <body>
  685.  
  686. <span style="position:fixed;background:{color:1st top border background};background-image:url('{image:topbar pattern}');z-index:97;top:0;left:0;width:100%;height:40px;"></span>
  687.  
  688. <div id="top">{text:second description}</div>
  689.  
  690.  
  691. <div id="side">
  692. <div id="title">{Title}
  693. </div>
  694. <div id="sideimg"><img src="{image:sidebar}" /></div>
  695. <div id="poo">
  696. <a href="/" class="po" title="home">i.</a>
  697. <a href="/message" class="po" title="message">ii.</a>
  698. <a href="/archive" class="po" title="history">iii.</a>
  699.  
  700. {block:IfLink1}
  701. <a href="{text:Link1 url}" class="po" title="{text:Link1}">iv.</a>
  702. {/block:IfLink1}
  703. {block:IfLink2}
  704. <a href="{text:Link2 url}" class="po" title="{text:Link2}">v.</a>
  705. {/block:IfLink2}
  706. {block:IfLink3}
  707. <a href="{text:Link3 url}" class="po" title="{text:Link3}">vi.</a>
  708. {/block:IfLink3}
  709.  
  710. </div>
  711.  
  712. <div id="desc">{block:description}{description}{/block:description}</div>
  713.  
  714. <div class="pagination">
  715. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>
  716. &nbsp; &nbsp; {/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">»</a>{/block:NextPage}{/block:Pagination}
  717. </div>
  718.  
  719. </div> <!--side-->
  720. <a href="http://almightyone.tumblr.com/" id="asks" title="made by almightyone">▰theme</a>
  721. <div id="content">
  722. {block:if1column}
  723. <div class="autopagerize_page_element">{/block:if1column}
  724. {block:posts}
  725. <div class="posts">
  726.  
  727. {block:Photo}
  728. {block:indexpage}
  729. <div class="perma">
  730. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}
  731. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  732. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  733. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="" />{LinkCloseTag}</center>
  734. {/block:indexpage}
  735. {block:permalinkpage}
  736. {LinkOpenTag}<img src="{PhotoURL-500}" alt="" />{LinkCloseTag}
  737. {block:Caption}{Caption}{/block:Caption}
  738. <div class="info">
  739. {block:RebloggedFrom}<span style="text-transform:uppercase">
  740. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  741. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  742. {/block:RebloggedFrom}
  743. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  744. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  745. </div>
  746. {block:HasTags}<div class="tags">TAGGED AS:
  747. {block:Tags}
  748. <a href="{TagURL}">#{Tag} </a>
  749. {/block:Tags}
  750. </div>
  751. {/block:HasTags}{/block:permalinkpage}
  752. {/block:Photo}
  753.  
  754. {block:Photoset}
  755. {block:indexpage}
  756. <div class="perma">
  757. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}
  758. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  759. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  760. {Photoset-250}
  761. {/block:indexpage}
  762. {block:permalinkpage}
  763. {Photoset-500}
  764. {block:Caption}{Caption}{/block:Caption}
  765. <div class="info">
  766. {block:RebloggedFrom}<span style="text-transform:uppercase">
  767. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  768. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  769. {/block:RebloggedFrom}
  770. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  771. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  772. </div>
  773. {block:HasTags}<div class="tags">
  774. {block:Tags}
  775. <a href="{TagURL}">#{Tag} </a>
  776. {/block:Tags}
  777. </div>
  778. {/block:HasTags}
  779. {/block:permalinkpage}
  780. {/block:Photoset}
  781.  
  782. {block:Video}
  783. {block:indexpage}
  784. <div class="perma">
  785. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}
  786. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  787. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  788. {Video-250}
  789. {/block:indexpage}
  790. {block:permalinkpage}
  791. {Video-500}
  792. {block:Caption}{Caption}{/block:Caption}
  793. <div class="info">
  794. {block:RebloggedFrom}<span style="text-transform:uppercase">
  795. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  796. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  797. {/block:RebloggedFrom}
  798. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  799. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  800. </div>
  801. {block:HasTags}<div class="tags">
  802. {block:Tags}
  803. <a href="{TagURL}">#{Tag} </a>
  804. {/block:Tags}
  805. </div>
  806. {/block:HasTags}
  807. {/block:permalinkpage}
  808. {/block:Video}
  809.  
  810. {block:Audio}
  811. {block:indexpage}
  812. <div class="perma">
  813. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}
  814. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  815. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  816. <div id="audio">{AudioPlayerBlack}</div>
  817. {block:Caption}{Caption}{/block:Caption}
  818. {/block:indexpage}
  819. {block:permalinkpage}
  820. <span style="max-width:500px;display:block;background:#000;">{AudioPlayerBlack}</span>
  821. {block:Caption}<br />{Caption}{/block:Caption}
  822. <div class="info">
  823. {block:RebloggedFrom}<span style="text-transform:uppercase">
  824. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  825. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  826. {/block:RebloggedFrom}
  827. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  828. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  829. </div>
  830. {block:HasTags}<div class="tags">
  831. {block:Tags}
  832. <a href="{TagURL}">#{Tag} </a>
  833. {/block:Tags}
  834. </div>
  835. {/block:HasTags}
  836. {/block:permalinkpage}
  837. {/block:Audio}
  838.  
  839. {block:Quote}
  840. {block:indexpage}
  841. <div class="perma">
  842. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}
  843. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  844. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  845. <div class="quote"><span class="quot">❝</span> {Quote} <span class="quot">❞</span></div>
  846. {block:Source}<br /><div class="source">{Source}</div>{/block:Source}
  847. {/block:indexpage}
  848. {block:permalinkpage}
  849. <div class="quote"><span class="quot">❝</span> {Quote} <span class="quot">❞</span></div>
  850. {block:Source}<br /><div class="source">{Source}</div>{/block:Source}
  851. <div class="info">
  852. {block:RebloggedFrom}<span style="text-transform:uppercase">
  853. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  854. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  855. {/block:RebloggedFrom}
  856. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  857. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  858. </div>
  859. {block:HasTags}<div class="tags">
  860. {block:Tags}
  861. <a href="{TagURL}">#{Tag} </a>
  862. {/block:Tags}
  863. </div>
  864. {/block:HasTags}
  865. {/block:permalinkpage}
  866. {/block:Quote}
  867.  
  868. {block:Text}
  869. {block:indexpage}
  870. <div class="perma">
  871. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}
  872. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  873. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  874. {block:Title}<div class="title">{Title}</div>{/block:Title}
  875. {Body}
  876. {/block:indexpage}
  877. {block:permalinkpage}
  878. {block:Title}<div class="title">{Title}</div>{/block:Title}
  879. {Body}
  880. <div class="info">
  881. {block:RebloggedFrom}<span style="text-transform:uppercase">
  882. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  883. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  884. {/block:RebloggedFrom}
  885. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  886. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  887. </div>
  888. {block:HasTags}<div class="tags">
  889. {block:Tags}
  890. <a href="{TagURL}">#{Tag} </a>
  891. {/block:Tags}
  892. </div>
  893. {/block:HasTags}
  894. {/block:permalinkpage}
  895. {/block:Text}
  896.  
  897. {block:Answer}
  898. {block:indexpage}
  899. <div class="perma">
  900. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  901.  
  902. <div id="ques">{Question}<br />
  903. <img src="{AskerPortraitURL-16}" style="border:1px solid {color:text};float:right;margin-right:-5px;margin-top:13px;padding:2px;"/>
  904. <div id="asker"> - {Asker}</div>
  905. </div><br />
  906. <div id="answer">{Answer}</div>
  907.  
  908. {/block:indexpage}
  909. {block:permalinkpage}
  910. <div id="ques">{Question}<br />
  911. <img src="{AskerPortraitURL-16}" style="border:1px solid {color:text};float:right;margin-right:-5px;margin-top:13px;padding:2px;"/>
  912. <div id="asker"> - {Asker}</div>
  913. </div><br />
  914. <div id="answer">{Answer}</div>
  915. <div class="info">
  916. {block:RebloggedFrom}<span style="text-transform:uppercase">
  917. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  918. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  919. {/block:RebloggedFrom}
  920. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  921. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  922. </div>
  923. {block:HasTags}<div class="tags">
  924. {block:Tags}
  925. <a href="{TagURL}">#{Tag} </a>
  926. {/block:Tags}
  927. </div>
  928. {/block:HasTags}
  929. {/block:permalinkpage}
  930. {/block:Answer}
  931.  
  932. {block:Chat}
  933. {block:indexpage}
  934. <div class="perma">
  935. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}
  936. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
  937. <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  938. {block:Title}{Title}<br />{/block:Title}
  939. {block:Lines}<span style="line-height:110%;">
  940. {block:Label}<strong><span style="font-size:12px;">{Label}</span></strong>{/block:Label} {Line}</span><br />
  941. {/block:Lines}
  942. {/block:indexpage}
  943. {block:permalinkpage}
  944. {block:Title}{Title}<br />{/block:Title}
  945. {block:Lines}
  946. {block:Label}<strong><span style="font-size:12px">{Label}</span></strong>{/block:Label} {Line}<br />
  947. {/block:Lines}
  948. <div class="info">
  949. {block:RebloggedFrom}<span style="text-transform:uppercase">
  950. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  951. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
  952. {/block:RebloggedFrom}
  953. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  954. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  955. </div>
  956. {block:HasTags}<div class="tags">
  957. {block:Tags}
  958. <a href="{TagURL}">#{Tag} </a>
  959. {/block:Tags}
  960. </div>
  961. {/block:HasTags}
  962. {/block:permalinkpage}
  963. {/block:Chat}
  964.  
  965. {block:Link}
  966. {block:indexpage}
  967. <div class="perma">
  968. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  969. <a href="{URL}" class="title">{Name}</a>
  970. {block:Description}<br />{Description}{/block:Description}
  971. {/block:indexpage}
  972. {block:permalinkpage}
  973. <a href="{URL}" class="title">{Name}</a>
  974. {block:Description}<br />{Description}{/block:Description}
  975. {/block:permalinkpage}
  976. {/block:Link}
  977.  
  978. {block:PostNotes}
  979. <div id="note">{PostNotes}</div>
  980. {/block:PostNotes}
  981.  
  982.  
  983. </div> <!--posts -->
  984. {/block:posts}
  985. {block:if1column}
  986. </div>{/block:if1column}
  987. </div> <!--content-->
  988.  
  989.  
  990. {block:ifswimmingfish}
  991. <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishName=Fish&up_fishColor5=EEEEEE&up_fishColor3=888888&up_numFish=10&up_fishColor9=BBBBBB&up_fishColor4=DDDDDD&up_fishColor10=DDDDDD&up_fishColor1=FFFFFF&up_fishColor6=DDDDDD&up_backgroundImage=http://&up_fishColor2=FFFFFF&up_fishColor7=AAAAAA&up_fishColor8=DDDDDD&up_foodColor=FFFFFF&up_backgroundColor=121212&" width="300" height="200"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishName=Fish&up_fishColor5=EEEEEE&up_fishColor3=888888&up_numFish=10&up_fishColor9=BBBBBB&up_fishColor4=DDDDDD&up_fishColor10=DDDDDD&up_fishColor1=FFFFFF&up_fishColor6=DDDDDD&up_backgroundImage=http://&up_fishColor2=FFFFFF&up_fishColor7=AAAAAA&up_fishColor8=DDDDDD&up_foodColor=FFFFFF&up_backgroundColor=121212&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  992. {/block:ifswimmingfish}
  993.  
  994. {block:ifswimmingfishallwhite}
  995. <object type="application/x-shockwave-flash" style="outline:none;" data="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?up_fishColor8=FFFFFF&up_fishColor7=FFFFFF&up_fishColor1=FFFFFF&up_fishColor9=FFFFFF&up_backgroundColor=121212&up_foodColor=EEEEEE&up_fishColor4=FFFFFF&up_fishColor2=FFFFFF&up_backgroundImage=http://&up_fishColor10=FFFFFF&up_fishColor6=FFFFFF&up_fishColor3=FFFFFF&up_fishColor5=FFFFFF&up_numFish=10&up_fishName=Fish&" width="1930" height="40"><param name="movie" value="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?up_fishColor8=FFFFFF&up_fishColor7=FFFFFF&up_fishColor1=FFFFFF&up_fishColor9=FFFFFF&up_backgroundColor=121212&up_foodColor=EEEEEE&up_fishColor4=FFFFFF&up_fishColor2=FFFFFF&up_backgroundImage=http://&up_fishColor10=FFFFFF&up_fishColor6=FFFFFF&up_fishColor3=FFFFFF&up_fishColor5=FFFFFF&up_numFish=10&up_fishName=Fish&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  996. {/block:ifswimmingfishallwhite}
  997.  
  998. </body>
  999. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement