Advertisement
vrisky

♡♡♡♡♡♡♡♡ eight hearts

Jul 29th, 2012
77,776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.26 KB | None | 0 0
  1. <!--
  2.  
  3. ♡♡♡♡♡♡♡♡ Eight Hearts Theme
  4. Created by Modernise (modernise.us)
  5. Please leave at least ONE credit link. Do not delete this box.
  6.  
  7. Theme is best viewed on Google Chrome, with a resolution of 1280x800.
  8.  
  9. *~*~HOW TO INSTALL~*~*
  10. 1) Copy this entire code.
  11. 2) Open up the customise.
  12. 3) Click on Edit HTML
  13. 4) Delete the code already in there.
  14. 5) Replace it with this code.
  15. 6) Hit Update Preview, and then Save.
  16. 7) Refresh the page, and press Save again.
  17. 8) If it wont let you paste in the box, or if it still does not work, use classic customize. (http://tumblr.com/customize-classic/)
  18.  
  19. If you are experiencing any problems with this theme, please refer to the FAQ on modernisethemes. (http://themes.modernise.us/faq)
  20. Thank you for choosing Modernise Themes <3!
  21.  
  22. -->
  23.  
  24. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  25. <html xmlns="http://www.w3.org/1999/xhtml">
  26. <head>
  27. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  28.  
  29. <meta name="font:Text" content="courier new"/>
  30. <meta name="text:Font Size" content="9px"/>
  31. <meta name="color:Text" content="#888"/>
  32. <meta name="color:Background" content="#fff"/>
  33. <meta name="color:Borders" content="#cccccc"/>
  34. <meta name="color:Blockquote" content="#f5f5f5"/>
  35. <meta name="color:Links" content="#ffcccc"/>
  36. <meta name="color:Hover" content="#ff9999"/>
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Header" content=""/>
  39. <meta name="if:Image Fade" content="1">
  40. <meta name="if:Rounded Corners" content="1">
  41. <meta name="if:CustomLink1" content="1">
  42. <meta name="if:CustomLink2" content="1">
  43. <meta name="if:CustomLink3" content="1">
  44. <meta name="if:CustomLink4" content="0">
  45. <meta name="if:CustomLink5" content="0">
  46. <meta name="text:Link 1 Title" content="custom link">
  47. <meta name="text:Link 1" content="http://">
  48. <meta name="text:Link 2 Title" content="custom link">
  49. <meta name="text:Link 2" content="http://">
  50. <meta name="text:Link 3 Title" content="custom link">
  51. <meta name="text:Link 3" content="http://">
  52. <meta name="text:Link 4 Title" content="custom link">
  53. <meta name="text:Link 4" content="http://">
  54. <meta name="text:Link 5 Title" content="custom link">
  55. <meta name="text:Link 5" content="http://">
  56. <meta name="text:Ask Link" content="message">
  57. <meta name="text:Navigation Title" content="navigate">
  58. <meta name="if:Animated Post Load" content="0">
  59. <meta name="if:Cross Cursor" content="1">
  60. <meta name="if:Click Photo To Reblog" content="1">
  61. <meta name="if:Infinite Scroll" content="1">
  62. <meta name="if:Show Icon" content="1">
  63.  
  64. <link rel="shortcut icon" href="{Favicon}">
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}" />
  67. {/block:Description}
  68.  
  69. <title>{Title}</title>
  70.  
  71. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/4Gum31dpt/modernise.js">
  72. </script>
  73. <script type="text/javascript"
  74. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  75.  
  76. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  77.  
  78. <script type="text/javascript">
  79.  
  80. $(document).ready(function () {
  81.  
  82. $('li.drawer div:nth-child(2)').hide();
  83.  
  84. $('li.drawer h4').click(function () {
  85.  
  86. if ($(this).hasClass('open')) {
  87.  
  88. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  89.  
  90. else {
  91.  
  92. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  93.  
  94. $(this).next().slideDown();
  95.  
  96. $(this).addClass('open');}
  97.  
  98. });
  99.  
  100. });
  101.  
  102. </script>
  103.  
  104. <style type="text/css">
  105.  
  106.  
  107. /* Body Controls */
  108. html {
  109. height:100%;
  110. }
  111.  
  112.  
  113. body {
  114. font-family:{font:Text};
  115. font-size:{text:Font Size};
  116. color:{color:Text};
  117. letter-spacing:0px;
  118. background-color:{color:background};
  119. background-image:url('{image:Background}');
  120. background-repeat: repeat;
  121. background-position: top center;
  122. background-attachment: fixed;
  123. {block:IndexPage}text-align:justify;{/block:IndexPage}
  124. {block:PermalinkPage}text-align:right;{/block:PermalinkPage}
  125. line-height:100%;
  126. height:100%;
  127. {block:IfCrossCursor}
  128. cursor: crosshair, auto;{/block:IfCrossCursor}
  129. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  130. }
  131.  
  132.  
  133. a {
  134. color:{color:Links};
  135. -webkit-transition-duration:1s;
  136. {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  137. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  138. }
  139.  
  140. a:hover {
  141. color:{color:Hover};
  142. text-decoration: none;
  143. {block:IfCrossCursor}
  144. cursor: crosshair, auto;{/block:IfCrossCursor}
  145. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  146.  
  147. }
  148.  
  149. u {
  150. border-bottom: 1px dashed #888;
  151. }
  152.  
  153. b, strong{
  154. letter-spacing: 1px;
  155. color: #b1b1b1;
  156. text-transform: none;
  157. text-shadow: 1px 1px 2px #e1dad4;
  158. text-decoration: none;
  159. font-weight: normal;
  160. }
  161.  
  162. iframe#tumblr_controls {
  163. right:3px !important;
  164. position: fixed !important;
  165. -webkit-transition: opacity 0.7s linear;
  166. opacity: 0.5;
  167. -webkit-transition: all 0.8s ease-out;
  168. -moz-transition: all 0.8s ease-out;
  169. transition: all 0.8s ease-out;
  170. }
  171.  
  172. iframe#tumblr_controls:hover {
  173. -webkit-transition: opacity 0.7s linear;
  174. opacity: 1;
  175. -webkit-transition: all 0.4s ease-out;
  176. -moz-transition: all 0.4s ease-out;
  177. transition: all 0.4s ease-out;
  178. }
  179.  
  180. ::-webkit-scrollbar-thumb:vertical {
  181. background-color:{color:Links};
  182. height:10px;width:10px;
  183. -webkit-border-radius:4px;border:2px {color:Background} solid;
  184. }
  185.  
  186. ::-webkit-scrollbar-thumb:horizontal {
  187. background-color:{color:Links};
  188. height:10px !important;border:2px {color:Background} solid;
  189. -webkit-border-radius:4px;
  190. }
  191.  
  192. ::-webkit-scrollbar {
  193. height:10px;
  194. width:10px;
  195. background-color:{color:Background};
  196. -webkit-border-radius:4px;
  197. }
  198.  
  199.  
  200. ::-webkit-scrollbar-corner {
  201. background-color:{color:Background};
  202. }
  203.  
  204. ::-webkit-resizer {
  205. background-color:{color:Background};
  206. }
  207.  
  208.  
  209. #content {
  210. width:100%;
  211. margin-left:auto;
  212. margin-right:auto;
  213. position: relative;
  214. {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  215. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  216. }
  217.  
  218.  
  219. ul {
  220. margin-left:-25px;
  221. }
  222.  
  223.  
  224.  
  225.  
  226. /* Header Controls */
  227.  
  228.  
  229. .sidebar {
  230. position: fixed;
  231. top: 210px;
  232. left: 850px;
  233. width: 200px;
  234. padding: 10px;z-index:234234234;
  235. background-color: transparent;opacity:1;
  236. {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  237. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  238. }
  239.  
  240.  
  241. .sidetitle {
  242. font: 70px {font:Text};
  243. height: 0px;
  244. color: {color:Link};
  245. letter-spacing:0pt;
  246. text-transform: none;
  247. text-align:left;
  248. -webkit-transform: rotate(90deg);
  249. -moz-transform: rotate(90deg);
  250. position:fixed;
  251. text-decoration:none;
  252.  
  253. }
  254.  
  255. .sidetitle a {
  256. text-decoration:none;
  257.  
  258. }
  259.  
  260.  
  261. .header2 {
  262. background-color:transparent;
  263. font:{font:Text};
  264. border-bottom: 4px solid {color:borders};
  265. color: {color:header2 color};
  266. text-transform: none;
  267. {block:IndexPage}text-align:justify;{/block:IndexPage}
  268. {block:PermalinkPage}text-align:right;{/block:PermalinkPage}
  269. letter-spacing:-1px; }
  270.  
  271.  
  272. .butters a {
  273. font-size:{block:IfTitleFont}37px{/block:IfTitleFont}
  274. {block:IfNotTitleFont}30px{/block:IfNotTitleFont};
  275. color:{color:Links};
  276. letter-spacing:-2px;
  277. -webkit-transition-duration:1.5s;
  278. font-family:{block:IfTitleFont}basket{/block:IfTitleFont}
  279. {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
  280. text-transform:lowercase;
  281. }
  282.  
  283. .butters a:hover {
  284. color:{color:Link};
  285. }
  286.  
  287. ul#drawers {
  288. text-align:center;
  289. width: 500px;
  290. list-style: none;
  291. margin: 0 auto;
  292. padding: 0px;
  293. border-top: 0px;
  294. }
  295.  
  296. ul#drawers a {
  297. text-align: center;
  298. text-decoration: none;
  299. }
  300.  
  301. ul#drawers li h4 {
  302. margin: 0;
  303. padding: 0px;
  304. text-align: center;
  305. -webkit-transition: background-color 0.5s ease-out;
  306. -moz-transition: background-color 0.5s ease-out;
  307. font-weight:normal;
  308. transition: background-color 0.5s ease-out;
  309. }
  310.  
  311. h4.small {
  312. text-align: center;
  313. display: table-cell;
  314. width: 500px;
  315. margin: 0px;
  316. height: 100%;
  317. }
  318.  
  319. li.drawer h4.open {
  320. text-align: center;
  321. border-top: 0px;
  322. }
  323.  
  324. li.drawer div {
  325. text-align: center;
  326. padding: 0px;
  327. margin: 0px;
  328. line-height: 12px;
  329. }
  330.  
  331. li.drawer div li {
  332. text-align: center;
  333. list-style-type: disc;
  334. }
  335.  
  336. li.drawer div ul {
  337. text-align: center;
  338. -webkit-padding-start: 12px;
  339. }
  340.  
  341. .navigation {
  342. font-size:{block:IfTitleFont}45px{/block:IfTitleFont}
  343. {block:IfNotTitleFont}30px{/block:IfNotTitleFont};
  344. color:{color:Links};
  345. letter-spacing:-2px;
  346. -webkit-transition-duration:1.5s;
  347. font-family:{block:IfTitleFont}basket{/block:IfTitleFont}
  348. {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
  349. text-transform:lowercase;
  350. text-align:center;line-height:{block:IfTitleFont}45px{/block:IfTitleFont}
  351. {block:IfNotTitleFont}30px{/block:IfNotTitleFont};
  352. }
  353.  
  354.  
  355. /* Post Controls */
  356.  
  357. #content .posts {
  358. {block:IndexPage}width:694px;margin-left:235px;{/block:IndexPage}
  359. {block:PermalinkPage}width:800px;margin-left:40px;{/block:PermalinkPage}
  360. margin-right:auto;margin-top:10px;
  361. position:relative;
  362. background-color:transparent;
  363. }
  364.  
  365. #content .posts img {
  366. {block:IndexPage}
  367. max-width: 300px;
  368. margin-top:-2px;
  369. {/block:IndexPage}
  370. {block:PermalinkPage}
  371. max-width: 800px;
  372. {/block:PermalinkPage}
  373. {block:IfRoundedCorners}
  374. -webkit-border-radius:4px;
  375. {/block:IfRoundedCorners}
  376. }
  377.  
  378.  
  379. #content .entry {
  380. {block:IndexPage}
  381. width:300px;
  382. float:left;
  383. position: relative;
  384. {/block:IndexPage}
  385. margin-right:3px;
  386. margin-bottom:1px;
  387. padding:2px;
  388. z-index:1;
  389. {block:PermalinkPage}
  390. width:800px;
  391. {/block:PermalinkPage}
  392. {block:IfAnimatedPostLoad}
  393. -webkit-transition-duration:2s;
  394. {/block:IfAnimatedPostLoad}
  395. }
  396.  
  397. .heading {
  398. font-family:{font:Text};
  399. font-size:15px;
  400. text-decoration: none;
  401. letter-spacing:0px;
  402. font-weight:none;
  403. line-height:100%;
  404. margin-bottom:0px;
  405. {block:IndexPage}text-align:justify;{/block:IndexPage}
  406. {block:PermalinkPage}text-align:right;{/block:PermalinkPage}
  407. }
  408.  
  409. .chat ul {
  410. padding:0px;
  411. margin:0px 0px 0px 0px;
  412. }
  413.  
  414. .chat li {
  415. list-style-type: none;
  416. padding:3px;
  417. margin-right:0px;
  418. }
  419.  
  420. .chat li.odd {
  421. color:{color:Text};
  422. background-color: {color:Background};
  423. }
  424.  
  425. .chat li.even {
  426. color: {color:Text};
  427. background-color: {color:Blockquote};
  428. }
  429. .emp{
  430. }
  431. .label {
  432. font-size: {text:Font Size};
  433. letter-spacing: 1px;
  434. font-family: {font:Text};
  435. text-shadow: 1px 1px 2px #e1dad4;
  436. text-decoration: none;
  437. font-weight: normal;
  438. color:{color:links}
  439. }
  440.  
  441. blockquote {
  442. padding-left:5px;
  443. padding-top:3px;padding-right:5px;
  444. padding-bottom:3px;margin-left:0px;margin-right:0px;
  445. border-left: 2px solid {color:Borders};
  446. background-color:{color:Blockquote};
  447. }
  448.  
  449. .stan {
  450. background-color:{color:Blockquote};
  451. }
  452.  
  453. .kyle {
  454. font-style:italic;
  455. line-height:100%;
  456. margin-bottom:0px;
  457. }
  458.  
  459. {block:IfImageFade}
  460. .img {
  461. {block:IndexPage}
  462. opacity:0.8;
  463. filter:alpha(opacity=80);
  464. {/block:IndexPage}
  465. -webkit-transition-duration:0.4s;
  466. }
  467.  
  468. .img:hover {
  469. opacity:1;
  470. filter:alpha(opacity=100);
  471. }
  472. {/block:IfImageFade}
  473.  
  474.  
  475. .stoley img {
  476. {block:IndexPage}
  477. max-width:300px;
  478. overflow-y:auto;
  479. {/block:IndexPage}
  480. }
  481.  
  482. .kenny {
  483. width:800px;
  484. opacity: 1;
  485. z-index: 10000;
  486. margin-top:10px;
  487. margin-bottom:10px;
  488. text-align:right;
  489. font-family:helvetica;
  490. font-size:8px;
  491. letter-spacing:1px;
  492. text-transform:uppercase;
  493. }
  494.  
  495. .cartman {
  496. margin-top:0;
  497. margin-left:0px;
  498. margin-right:auto;
  499. margin-bottom:0px;
  500. width:800px;
  501. text-align:left;
  502. background-color:{color:Post};
  503. }
  504.  
  505. .wendy {
  506. text-align:center;
  507. width:800px;
  508. margin-left:auto;
  509. margin-right:auto;
  510. }
  511.  
  512. .video embed, .video object, .video iframe {
  513. {block:IndexPage}
  514. width:300px /**/ !important;
  515. {/block:IndexPage}
  516. {block:PermalinkPage}width:500px !important;
  517. {/block:PermalinkPage}
  518. height:auto !important;
  519. }
  520.  
  521.  
  522. .audioplayer {
  523. background-color:#e4e4e4;
  524. overflow-y:hidden;
  525. {block:IndexPage}
  526. max-width:300px
  527. {/block:IndexPage}
  528. {block:PermalinkPage}width:800px !important;
  529. {/block:PermalinkPage}
  530. }
  531.  
  532. /* Permalink Controls */
  533.  
  534. .entry .permalink {
  535. padding-top:0px;
  536. }
  537.  
  538. .tweek {
  539. font-size:15px;
  540. line-height:100%;
  541. padding:2px;
  542. color:#fff;
  543. z-index:987897978978999999;
  544. }
  545.  
  546. .entry:hover .craig {
  547. opacity:0.85;
  548. z-index:999999;
  549. }
  550.  
  551. .permalink {
  552. float:right;
  553. position: absolute;
  554. margin-top:0px;
  555. opacity: 0;
  556. z-index: 1000;
  557. text-align:right;
  558.  
  559. }
  560.  
  561. .vriska {
  562. opacity: 0;
  563. -webkit-transition-duration:0.7s;
  564. }
  565. .entry:hover .vriska {
  566. opacity:1;padding-top:0px;
  567. }
  568.  
  569. .clear {
  570. display: none;
  571. }
  572.  
  573. ol.notes {
  574. padding: 0px;
  575. margin: 25px 0px;
  576. list-style-type: none;
  577. border-bottom: solid 1px #ccc;
  578. }
  579.  
  580. ol.notes li.note {
  581. border-top: solid 1px #ccc;
  582. padding: 6px;
  583. }
  584.  
  585. #craig {
  586. color:#fff;
  587. font-size:10px;
  588. opacity: 0;
  589. margin-top:0px;
  590. padding-left:5px;padding-right:5px;
  591. margin-left:5px;
  592. width:auto;
  593. height:20px;
  594. background-color: #000;
  595. padding-top:5px;
  596. float:left;display:block;
  597. text-align:center;
  598. font-family:helvetica;
  599. letter-spacing:1px;
  600. border-radius:4px;
  601. -o-border-radius:4px;
  602. -moz-border-radius:4px;
  603. -webkit-border-radius:4px;
  604. -webkit-transition-duration:1s;
  605. -webkit-transition:1s;
  606. }
  607.  
  608.  
  609. #craig a {
  610. color:#fff;
  611. text-decoration:none;
  612. -webkit-transition-duration:1s;
  613. -webkit-transition:1s;
  614. }
  615.  
  616. #craig:hover {
  617.  
  618. -webkit-transition-duration:1s;
  619. -webkit-transition:1s;
  620. z-index:99933999;
  621. }
  622. .tweek:hover{
  623. -webkit-transition-duration:1s;
  624. -webkit-transition:1s;
  625. z-index:999999;
  626. }
  627.  
  628. .entry:hover #craig {
  629. opacity:0.8;
  630. z-index:999999;
  631. -webkit-transition-duration:1s;
  632. -webkit-transition:1s;
  633. }
  634.  
  635. #craig:hover .img {
  636. opacity:1;
  637. }
  638.  
  639. .clear {
  640. display: none;
  641. }
  642.  
  643. ol.notes {
  644. padding: 0px;
  645. margin: 25px 0px;
  646. list-style-type: none;
  647. border-bottom: solid 1px #ccc;
  648. }
  649.  
  650. ol.notes li.note {
  651. border-top: solid 1px #ccc;
  652. padding: 6px;
  653. }
  654.  
  655.  
  656. .mj {
  657. width: 21px;
  658. height: 20px;
  659. display: block;
  660. position: relative;
  661. opacity: 0;
  662. z-index: 1000000;
  663. -webkit-transition-duration:1s;
  664. -webkit-transition:1s;
  665. }
  666.  
  667. .mj a {
  668. width: 21px;
  669. height: 20px;
  670. margin-top:-25px;
  671. padding-left:5px;padding-right:5px;
  672. width:21px;
  673. margin-left:5px;
  674. background-color: #000;
  675. padding-top:5px;
  676. float:left;
  677. border-radius:4px;
  678. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  679. background-repeat:no-repeat;
  680. background-position: 5px 4px;
  681. z-index: 1000000;
  682. -webkit-transition:1s;
  683.  
  684. -webkit-transition-duration:1s;
  685. }
  686.  
  687. .mj:hover {
  688. opacity: 1;
  689. -webkit-transition-duration:1s;
  690.  
  691. }
  692.  
  693. .entry:hover .mj{
  694. opacity: 0.8;
  695. webkit-transition-duration:1s;
  696. }
  697.  
  698. .wutang {
  699. display:block;
  700. background-color:#ccc;
  701. padding:2px;
  702. margin-right:5px;
  703. max-width:25px;
  704. height:15px;
  705. }
  706.  
  707. {CustomCSS}
  708.  
  709. </style>
  710.  
  711.  
  712. {block:IfInfiniteScroll}
  713. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  714. {/block:IfInfiniteScroll}
  715.  
  716. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  717.  
  718. <script type="text/javascript">
  719. $(window).load(function () {
  720. $('.posts').masonry(),
  721. $('.masonryWrap').infinitescroll({
  722. navSelector : "div#navigation",
  723. // selector for the paged navigation (it will be hidden)
  724. nextSelector : "div#navigation a#nextPage",
  725. // selector for the NEXT link (to page 2)
  726. itemSelector : ".entry, .clear",
  727. // selector for all items you'll retrieve
  728. bufferPx : 10000,
  729. extraScrollPx: 10,
  730. loadingImg : "http://static.tumblr.com/ejm8w78/KZjlxxt0d/ajax-loader.gif",
  731. loadingText : "<em></em>",
  732. },
  733. // call masonry as a callback.
  734. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  735. );
  736. });
  737. </script>
  738.  
  739.  
  740.  
  741. <script type="text/javascript">
  742. $(window).load(function(){
  743. $("p").remove(":contains('(Source:')");
  744. $("p").remove(":contains('(source:')");
  745. $("p").remove(":contains('(via ')");
  746. });
  747. </script>
  748.  
  749.  
  750. {block:indexpage}
  751. <script language="JavaScript">
  752. function function1(){
  753. window.scrollTo(0,5);
  754. }
  755. function function2(){
  756. window.scroll(0,2);
  757. }
  758. </script>
  759.  
  760. {/block:indexpage}
  761.  
  762. </head>
  763.  
  764. <body><div class="bk"></div>
  765. <div id="content">
  766. <div class="sidebar">
  767. <br><br>
  768.  
  769. <div align="left">
  770. <div style="max-width:200px;margin-left:auto;margin-right:auto;">
  771. {block:IfHeaderImage}<a href="/"><img src="{image:Header}" max-width="200"></a>{/block:IfHeaderImage}
  772. {block:IfNotHeaderImage}
  773.  
  774. {block:IfShowIcon}<a href="/"><img src="{PortraitURL-48}" style="float:right;border-radius:48px;margin-right:8px;"></a>{/block:IfShowIcon}
  775. <div style="border-bottom:4px #888 solid;line-height:150%;font-style:italic;font-size:14px;text-decoration:none;color:#888;">
  776. {title}
  777. </div></a>
  778. {/block:IfNotHeaderImage}
  779.  
  780. <br>{Description}
  781. </div>
  782. <Br><select onchange='location=this.options[this.selectedIndex].value;' style='width:105px;background-color:white;border:#ccc 1px solid;height:13px;font-size:9px;font-family:corbel;'>
  783.  
  784. <option>{text:Navigation Title}</option>
  785.  
  786. <option value="/">home</option>
  787. <option value="/ask">{text:Ask Link}</option>
  788. {block:IfCustomLink1}
  789. <option value="{text:Link 1}">{text:Link 1 Title}</option>
  790. {/block:IfCustomLink1}
  791. {block:IfCustomLink2}
  792. <option value="{text:Link 2}">{text:Link 2 Title}</option>
  793. {/block:IfCustomLink2}
  794. {block:IfCustomLink3}
  795. <option value="{text:Link 3}">{text:Link 3 Title}</option>
  796. {/block:IfCustomLink3}
  797. {block:IfCustomLink4}
  798. <option value="{text:Link 4}">{text:Link 4 Title}</option>
  799. {/block:IfCustomLink4}
  800. {block:IfCustomLink5}
  801. <option value="{text:Link 5}">{text:Link 5 Title}</option>
  802. {/block:IfCustomLink5}
  803. &nbsp;&nbsp;<option value="http://modernise.us">theme</option>
  804.  
  805. </select><Br><br></div>
  806. {block:IndexPage}
  807. <div class="column navigation" id="navigation">
  808. {block:Pagination}
  809. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  810. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  811. </div>
  812. {/block:IndexPage}
  813.  
  814. <br><br>
  815.  
  816. </div>
  817. <div class="posts">
  818. {block:Posts}
  819. <div class="entry">
  820.  
  821.  
  822. {block:Text}
  823. {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
  824. <div class="stoley">{Body}</div>
  825.  
  826. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;text-decoration:underline;">
  827. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  828. {/block:IndexPage}
  829.  
  830.  
  831. {block:PermalinkPage}
  832.  
  833.  
  834. <div class="kenny">
  835. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  836.  
  837. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  838. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  839. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  840. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  841. {/block:PermalinkPage}
  842. {/block:Text}
  843.  
  844. {block:Photo}
  845. <div class="img">
  846. {block:IndexPage}{block:IfClickPhotoToReblog}<a href="{ReblogURL}">{/block:IfClickPhotoToReblog}{block:IfNotClickPhotoToReblog}<a href="{Permalink}">{/block:IfNotClickPhotoToReblog}{/block:IndexPage}
  847. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  848. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="300px" {/block:IndexPage}{block:PermalinkPage}width="800"{/block:PermalinkPage}/>
  849. </a>
  850. </div>
  851.  
  852.  
  853. {block:PermalinkPage}
  854. {block:Caption}{Caption}{/block:Caption}<br>
  855. <div class="kenny">
  856. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  857.  
  858. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  859. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  860. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  861. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  862. {/block:PermalinkPage}
  863.  
  864.  
  865. {block:IndexPage}
  866. <div class="tweek" style="display:Block;">
  867.  
  868. <div style="margin-left:36px;margin-top:-35px;"><div id="craig"><a href="{Permalink}"><div style="opacity:1;">{NoteCount}</div></a></div>
  869. <div id="craig"><a href="{ReblogURL}">reblog</a></div></div>
  870. <span class="mj"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" id="likeimage{PostID}" style="opacity:1;"/></a></span>
  871.  
  872. </div>
  873.  
  874.  
  875. {/block:IndexPage}
  876. {/block:Photo}
  877.  
  878.  
  879. {block:Photoset}
  880.  
  881. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  882.  
  883. {block:PermalinkPage}<Center>
  884. {Photoset-500}</center><br>{block:Caption}{Caption}<br><br>{/block:Caption}
  885. {/block:PermalinkPage}
  886.  
  887. {block:IndexPage}
  888. <div class="tweek" style="display:Block;">
  889.  
  890. <div style="margin-left:36px;margin-top:-35px;"><div id="craig"><a href="{Permalink}"><div style="opacity:1;">{NoteCount}</div></a></div>
  891. <div id="craig"><a href="{ReblogURL}">reblog</a></div></div>
  892. <span class="mj"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" id="likeimage{PostID}" style="opacity:1;"/></a></span>
  893.  
  894. </div>
  895.  
  896.  
  897. {/block:IndexPage}
  898. {block:PermalinkPage}
  899.  
  900.  
  901. <div class="kenny">
  902. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  903.  
  904. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  905. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  906. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  907. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  908. {/block:PermalinkPage}
  909. {/block:Photoset}
  910.  
  911.  
  912. {block:Quote}
  913. <div align="left"><i>{Quote}</i></div>
  914. {block:Source} <div align="right">― {Source}</div>{/block:Source}
  915.  
  916. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;text-decoration:underline;">
  917. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  918. {/block:IndexPage}
  919.  
  920. {block:PermalinkPage}
  921.  
  922.  
  923. <div class="kenny">
  924. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  925.  
  926. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  927. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  928. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  929. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  930. {/block:PermalinkPage}
  931. {/block:Quote}
  932.  
  933.  
  934. {block:Link}
  935. <div class="heading"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  936. {block:Description} {Description}{/block:Description}
  937.  
  938. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;text-decoration:underline;">
  939. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  940. {/block:IndexPage}
  941.  
  942.  
  943. {block:PermalinkPage}
  944.  
  945.  
  946. <div class="kenny">
  947. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  948.  
  949. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  950. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  951. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  952. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  953. {/block:PermalinkPage}
  954. {/block:Link}
  955.  
  956. {block:Video}
  957. {block:PermalinkPage}<div class="video">{Video-500}
  958. </div>{/block:PermalinkPage}
  959.  
  960. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;text-decoration:underline;">
  961. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  962. {/block:IndexPage}
  963.  
  964.  
  965. {block:PermalinkPage}
  966.  
  967.  
  968. <div class="kenny">
  969. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  970.  
  971. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  972. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  973. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  974. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  975. {/block:PermalinkPage}
  976. {/block:Video}
  977.  
  978.  
  979. {block:Chat}
  980. {block:Title}
  981. <div class="heading"><a href="{Permalink}">{Title}</a></div>
  982. {/block:Title}
  983. <div class="chat ul">
  984. {block:Lines}
  985. <li class="{Alt} user_{UserNumber}">
  986. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  987. {/block:Lines}</div></li>
  988.  
  989. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;text-decoration:underline;">
  990. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  991. {/block:IndexPage}
  992.  
  993. {block:PermalinkPage}
  994.  
  995.  
  996. <div class="kenny">
  997. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  998.  
  999. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  1000. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  1001. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  1002. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1003. {/block:PermalinkPage}
  1004. {/block:Chat}
  1005.  
  1006.  
  1007.  
  1008. {block:Audio}{block:PermalinkPage}{block:AlbumArt}
  1009. <img src="{AlbumArtURL}" style="width:800px;">{/block:AlbumArt}{/block:PermalinkPage}{block:IndexPage}
  1010. {block:AlbumArt}
  1011. <img src="{AlbumArtURL}" style="width:50px;height:50px;float:left;padding-right:3px;padding-bottom:3px;padding-top:3px;background-color:{color:background};">{/block:AlbumArt}{/block:IndexPage}
  1012. <div class="audioplayer">{AudioPlayerGrey}</div>
  1013. {block:Caption}{Caption}{/block:Caption}
  1014. {block:PermalinkPage}
  1015. <br>{PlayCountWithLabel}{/block:PermalinkPage}
  1016.  
  1017. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;text-decoration:underline;">
  1018. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  1019. {/block:IndexPage}
  1020.  
  1021.  
  1022. {block:PermalinkPage}
  1023.  
  1024.  
  1025. <div class="kenny">
  1026. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  1027.  
  1028. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  1029. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  1030. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  1031. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1032. {/block:PermalinkPage}
  1033. {/block:Audio}
  1034.  
  1035.  
  1036. {block:Answer}
  1037. <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Borders};border-right: 2px solid {color:Borders};background-color:{color:blockquote};"><div class="stan">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="kyle">{Answer}</div></div>
  1038.  
  1039. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;text-decoration:underline;">
  1040. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  1041. {/block:IndexPage}
  1042.  
  1043. {block:PermalinkPage}
  1044.  
  1045.  
  1046. <div class="kenny">
  1047. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  1048.  
  1049. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  1050. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  1051. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  1052. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1053. {/block:PermalinkPage}
  1054. {/block:Answer}
  1055.  
  1056.  
  1057. </div>
  1058.  
  1059. {/block:Posts}
  1060. </div>
  1061.  
  1062.  
  1063. {block:IfNotInfiniteScroll}
  1064. <div style="padding-bottom:10px;"><Br><br>
  1065. <Center>
  1066. {block:Pagination}
  1067. {block:PreviousPage}
  1068. <a href="{PreviousPage}">-</a>
  1069. {/block:PreviousPage}/
  1070.  
  1071. {block:JumpPagination length="5"}
  1072. {block:CurrentPage}
  1073. <span>{PageNumber}</span>
  1074. {/block:CurrentPage}
  1075.  
  1076. {block:JumpPage}
  1077. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1078. {/block:JumpPage}
  1079. {/block:JumpPagination}
  1080.  
  1081. /{block:NextPage}
  1082. <a href="{NextPage}">+</a>
  1083. {/block:NextPage}
  1084. {/block:Pagination}</center>
  1085. </div>
  1086. {/block:IfNotInfiniteScroll}
  1087.  
  1088. <div class="clear"></div>
  1089. </div>
  1090.  
  1091. </div>
  1092.  
  1093. </div>
  1094. <div style="display:block;bottom:5px;right:5px;font-size:12px;font-family:courier new;position:fixed;background-color:#ffffff;padding:3px;border-radius:4px;z-index:5;opacity:0.75;"><a href="http://modernise.us/">♏</a></div>
  1095.  
  1096. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/2MFlzww4p/likenew.js"></script>
  1097.  
  1098. <script type="text/javascript">autoscale(new Array('object', 'embed'));</script>
  1099.  
  1100. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/cz1m316ry/arny.js"></script>
  1101. <iframe id="likeiframe" style="display:none;"></iframe>
  1102. </body>
  1103.  
  1104.  
  1105.  
  1106. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement