Advertisement
Guest User

Narnia Tumblr Theme Code

a guest
Nov 26th, 2011
215,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta property=”og:title” content=”{block:PostTitle}
  5. {PostTitle}
  6. {/block:PostTitle}”>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <meta name="image:Background" content=""/>
  9. <meta name="color:Main Text" content="#333333"/>
  10. <meta name="color:Links" content="#7CD7F5"/>
  11. <meta name="color:Header Links" content="#7CD7F5"/>
  12. <meta name="text:Number of columns" content="5"/>
  13. <meta name="color:Background" content="#fff"/>
  14. <meta name="if:Fade in posts" content="0"/>
  15. <meta name="color:Post Title" content="#7CD7F5"/>
  16. <meta name="color:Description" content="#fff"/>
  17. <meta name="text:Post padding" content="10"/>
  18. <meta name="color:Scroll Bar" content="#000"/>
  19. <meta name="if:Fix tumblr controls" content="1"/>
  20. <meta name="if:Lightbox" content="1"/>
  21. <meta name="if:Fixed Header" content="1"/>
  22. <meta name="if:Show Portrait" content="0"/>
  23. <meta name="image:Logo" content=""/>
  24. <meta name="if:RSS link" content="0">
  25. <meta name="if:Archive link" content="0">
  26. <meta name="color:Header" content="#000000"/>
  27. <meta name="color:Links" content="#7CD7F5"/>
  28. <meta name="color:Links Hover" content="#ea365e"/>
  29. <meta name="color:Blog Hover" content="#000"/>
  30. <meta name="color:Blog" content="#fff"/>
  31. <meta name="if:Text Background" content="1">
  32. <meta name="color:Text background" content="#fff"/>
  33.  
  34.  
  35.  
  36. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />
  41. {/block:Description}
  42.  
  43. <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
  44.  
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  47. <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
  48. <script src="http://www.themecloud.co/themes/narnia/easing.js"></script>
  49.  
  50. <script src="http://www.themecloud.co/themes/narnia/jquery.tipsy.js"></script>
  51. <script src="http://static.tumblr.com/ssdtkch/5cRls2m3o/jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
  52. <link rel="stylesheet" href="http://static.tumblr.com/fftf9xi/nh9lno1hy/pictos.css">
  53.  
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Open+Sans:700italic' rel='stylesheet' type='text/css'>
  56.  
  57.  
  58.  
  59.  
  60.  
  61. {block:IndexPage}
  62. <script src="http://www.themecloud.co/themes/narnia/getjs.asp?id=45708"></script>
  63. {/block:IndexPage}
  64.  
  65. <script src="http://www.themecloud.co/themes/narnia/common.js"></script>
  66. <script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script>
  67. <link href="http://www.themecloud.co/themes/narnia/core.css" rel="stylesheet" type="text/css" >
  68. <style>
  69. .tipsy { padding: 5px; font-size: 10px; }
  70. .tipsy-inner { padding: 5px 8px 4px 8px; background-color: {color:header}; color: {color:header links}; max-width: 200px; text-align: center; }
  71. .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  72. .tipsy-north { background-position: top center; }
  73. .tipsy-south { background-position: bottom center; }
  74. .tipsy-east { background-position: right center; }
  75. .tipsy-west { background-position: left center; }
  76. </style>
  77. <script src="http://www.themecloud.co/themes/narnia/jquery.tipsy.js"></script>
  78.  
  79. <script type="text/javascript" src="http://static.tumblr.com/ssdtkch/AhIlqr0kb/jquery.easing-1.3.pack.js"></script>
  80. <script type="text/javascript" src="http://static.tumblr.com/ssdtkch/YP9ls3323/untitled.js"></script>
  81. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/ssdtkch/EUjlqtc4s/jquery.fancybox-1.3.4.css" media="screen" />
  82.  
  83. <link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800&v2" rel='stylesheet' type='text/css'>
  84.  
  85.  
  86.  
  87. {block:IndexPage}
  88.  
  89. <script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: 'en-GB'}
  90. </script>
  91.  
  92. <script>
  93. $(document).ready(function() {
  94. GetPosts({block:IfNumberofcolumns}{text:Number of columns}{/block:IfNumberofcolumns},"600");
  95. });
  96. </script>
  97.  
  98.  
  99. <script>
  100. var ScrollTopNumber;
  101. $(window).scroll(function(){
  102. ScrollTopNumber = $(document).height() / 4 - $(window).height();
  103. if ($(window).scrollTop() > ScrollTopNumber)
  104. {
  105. return GetMorePosts();
  106. }
  107. })
  108. </script>
  109.  
  110. {/block:IndexPage}
  111.  
  112.  
  113. <style>
  114.  
  115.  
  116. .bqstart,
  117. .bqend { font-size: 300%; }
  118.  
  119. .bqstart {
  120. text-indent: 0;
  121. position: absolute;
  122. top: -0.2em;
  123. left: 0;
  124. }
  125.  
  126. .bqend {
  127. position: absolute;
  128. margin-top: -0.2em;
  129. right: 0;
  130. text-indent: 0;
  131. }
  132. .post{
  133. overflow:hidden;
  134. }
  135.  
  136. body{
  137. background-color:{color:Background};
  138. {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
  139. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  140. color:{color:main text};
  141. margin:0;
  142. background-repeat:repeat;
  143. background-attachment:fixed;
  144. }
  145.  
  146. {block:ifFixtumblrcontrols}
  147.  
  148. #tumblr_controls{
  149. position:fixed !important;
  150. right:7px !important;
  151. {block:iffixedheader}
  152. top:5px !important;
  153. {/block:iffixedheader}
  154. }
  155.  
  156. #purchase_theme{
  157. position:fixed !important; {block:iffixedheader}top:3px !important; z-index:1000 !important; {/block:iffixedheader}
  158. }
  159.  
  160. {/block:ifFixtumblrcontrols}
  161.  
  162. iframe#tumblr_controls{
  163. z-index:600 !important;
  164. {block:iffixedheader}position:fixed !important;{/block:iffixedheader}
  165. }
  166.  
  167.  
  168. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scroll bar}; height:100px;}
  169.  
  170. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scroll bar}; height:10px !important;}
  171.  
  172. ::-webkit-scrollbar { height:10px; width:7px; background-color:{color:Background};}
  173.  
  174. a{
  175. text-decoration:none;
  176. color:{color:Links};
  177. }
  178.  
  179. a:hover{
  180. color:{color:Links Hover};
  181. -moz-transition: all .2s;
  182. -webkit-transition: all .2s;
  183. -o-transition: all .2s;
  184. transition: all .2;
  185. }
  186.  
  187. .column{
  188. float:left;
  189. width:300px;
  190. margin:0;
  191. padding:0;
  192. }
  193.  
  194. .column img{
  195. width:100%;
  196. margin-bottom:0px;
  197. height:auto;
  198. }
  199.  
  200. .post img{
  201. width:100%;
  202. height:auto;
  203. }
  204.  
  205. .post{
  206. font-size:11px;
  207. position: relative;
  208. text-align:left;
  209.  
  210.  
  211.  
  212. {block:iffadeinposts}
  213. opacity:0.8;
  214. filter:alpha(opacity=80);
  215. {/block:iffadeinposts}
  216. }
  217.  
  218. {block:iffadeinposts}
  219. .post:hover {
  220. opacity:1;
  221. filter:alpha(opacity=100);
  222. }
  223. {/block:iffadeinposts}
  224.  
  225.  
  226. {block:PermalinkPage}
  227. .notes{float:left;
  228. }
  229. .reblog_etc{
  230. display:none;
  231. z-index:400;
  232. }
  233.  
  234. .post{ width:600px;
  235.  
  236. }
  237.  
  238. {/block:PermalinkPage}
  239.  
  240. #posts{{block:iffixedheader}padding-top:60px;{/block:iffixedheader}
  241. }
  242.  
  243. #outer_container{
  244. width:100%;
  245. margin-top:0px;
  246. }
  247.  
  248. #container{
  249. margin-left:auto;
  250. margin-right:auto;
  251. {block:PermalinkPage}
  252. margin-top:30px;
  253. {/block:PermalinkPage}
  254. }
  255.  
  256. .captions{
  257. width:100%;
  258. overflow:hidden;
  259.  
  260. {block:IndexPage}
  261. padding-top:10px;
  262. margin-left:auto;
  263. margin-right:auto;
  264. {/block:IndexPage}
  265.  
  266. text-align:left;
  267. font-size:11px;
  268. color:{color:Caption Text};
  269. }
  270.  
  271. .captions p{
  272. margin:0;
  273. margin-top:5px;
  274. padding:0;
  275. }
  276.  
  277. .captions a{
  278. color:{color:Links};
  279. }
  280.  
  281. .note_count{
  282. text-align:left;
  283. }
  284.  
  285. .audio_player embed{
  286. margin-left:0;
  287. font-size:11px;
  288. z-index:300 !important;
  289. color:#FF0000;
  290. opacity:1;
  291. filter:alpha(opacity=100);
  292. }
  293.  
  294. .audio{
  295. opacity:1;
  296. filter:alpha(opacity=100);
  297. }
  298.  
  299. .audio_player{
  300. margin-left:0;
  301. font-size:11px;
  302. color:#FF0000;
  303. background-color:#000000;
  304. opacity:1;
  305. filter:alpha(opacity=100);
  306. }
  307.  
  308. .audio_player a{
  309. font-size:11px;
  310. color:#FF0000;
  311. text-decoration:none;
  312. }
  313.  
  314. .chat{
  315. {block:iftextbackground}background-color:{color:text background};{/block:iftextbackground}
  316. color:{color:main text};
  317. text-align:left;
  318. font-family: 'Open Sans';
  319. {block:indexpage}padding:10px 5px 5px 5px;{/block:indexpage}
  320. {block:ifnottextbackground}{block:permalinkpage}padding:0px 5px 5px 5px;{/block:permalinkpage}{block:ifnottextbackground}
  321. {block:iftextbackground}{block:permalinkpage}padding:10px 5px 5px 5px;{/block:permalinkpage}{block:iftextbackground}
  322. }
  323.  
  324. .chat_line_odd{
  325. margin-left:2%;
  326. font-size:13px;
  327. margin-top:5px;
  328. min-height:15px;
  329. color:{color:links hover};
  330. }
  331.  
  332. .chat_line_even{
  333. font-size:13px;
  334. margin-left:2%;
  335. min-height:15px;
  336. margin-top:5px;
  337. color:{color:links};
  338. }
  339.  
  340. .chat_title a{
  341. font-weight:normal;
  342. font-size:16px;
  343. padding:5px;
  344. color:{color:post title};
  345. }
  346.  
  347. .chat_chat{
  348. color:{color:main text};
  349.  
  350. }
  351.  
  352. .video embed{
  353. width:100% !important;
  354. height:auto !important;
  355. z-index:500 !important;
  356. {block:PermalinkPage}
  357. height:350px !important;;
  358. {/block:PermalinkPage}
  359. }
  360.  
  361. .video iframe{
  362. width:100% !important;
  363. height:auto !important;
  364. z-index:500 !important;
  365. {block:PermalinkPage}
  366. height:350px !important;;
  367. {/block:PermalinkPage}
  368.  
  369. }
  370.  
  371. facebook_like iframe{
  372. width:90%;
  373. height:21px;
  374. }
  375.  
  376. .text_title a{
  377. font-weight:normal;
  378. font-size:16px;
  379. font-family:'Open Sans';
  380. color:{color:post title};
  381.  
  382. }
  383.  
  384. .text_title a:hover{
  385. color:{color:Links hover};
  386. -moz-transition: all .2s;
  387. -webkit-transition: all .2s;
  388. -o-transition: all .2s;
  389. transition: all .2;
  390. }
  391.  
  392. .text{
  393. overflow:hidden;
  394. text-align:left;
  395. font-size:12px;
  396. color:{color:main text};
  397. font-family:'Open Sans';
  398. {block:indexpage}padding:10px 10px 10px 10px;{/block:indexpage}
  399. {block:ifnottextbackground}{block:permalinkpage}padding:0px 10px 10px 10px;{/block:permalinkpage}{block:ifnottextbackground}
  400. {block:iftextbackground}{block:permalinkpage}padding:10px 10px 10px 10px;{/block:permalinkpage}{block:iftextbackground}
  401. {block:iftextbackground}background-color:{color:text background};{/block:iftextbackground}
  402.  
  403. }
  404.  
  405. .quote{
  406. overflow:hidden;
  407. text-align:left;
  408. font-size:12px;
  409. color:{color:main text};
  410. font-family:'Open Sans';
  411. {block:indexpage}padding:10px 10px 10px 10px;{/block:indexpage}
  412. {block:ifnottextbackground}{block:permalinkpage}padding:0px 10px 10px 10px;{/block:permalinkpage}{block:ifnottextbackground}
  413. {block:iftextbackground}{block:permalinkpage}padding:10px 10px 10px 10px;{/block:permalinkpage}{block:iftextbackground}
  414. {block:iftextbackground}background-color:{color:text background};{/block:iftextbackground}
  415. }
  416.  
  417. .quote_title a{
  418. font-weight:normal;
  419. font-size:16px;
  420. font-family:'Open Sans';
  421. color:{color:post title};
  422. margin-bottom:10px;
  423.  
  424. }
  425. .quote_title{
  426. font-weight:normal;
  427. font-size:16px;
  428. font-family:'Open Sans';
  429. color:{color:post title};
  430. margin-bottom:10px;
  431.  
  432. }
  433.  
  434. .quote_title a:hover{
  435. color:{color:Links hover};
  436. -moz-transition: all .2s;
  437. -webkit-transition: all .2s;
  438. -o-transition: all .2s;
  439. transition: all .2;
  440. }
  441.  
  442. blockquote {
  443. margin-left: 5px;
  444. padding-left:10px;
  445. border-left: 3px solid {color:Links};
  446. }
  447.  
  448. .link{
  449. overflow:hidden;
  450. text-align:left;
  451. font-size:12px;
  452. color:{color:main text};
  453. font-family:'Open Sans';
  454. {block:indexpage}padding:10px 10px 10px 10px;{/block:indexpage}
  455. {block:ifnottextbackground}{block:permalinkpage}padding:0px 10px 10px 10px;{/block:permalinkpage}{block:ifnottextbackground}
  456. {block:iftextbackground}{block:permalinkpage}padding:10px 10px 10px 10px;{/block:permalinkpage}{block:iftextbackground}
  457. text-indent: 0;
  458. {block:iftextbackground}background-color:{color:text background};{/block:iftextbackground}
  459.  
  460. }
  461.  
  462. .link_title a{
  463. font-weight:normal;
  464. font-size:16px;
  465. border-bottom:2px solid {color:post title};
  466. line-height:20px;
  467. font-family:'Open Sans';
  468. color:{color:post title};
  469. }
  470.  
  471. .link_title a:hover{
  472. color:{color:Links Hover};
  473. border-bottom:2px solid {color:Links Hover};
  474. -moz-transition: all .2s;
  475. -webkit-transition: all .2s;
  476. -o-transition: all .2s;
  477. transition: all .2s;
  478. }
  479.  
  480. #tags{
  481. font-weight:normal;
  482. font-size:11px;
  483. font-family:'Open Sans';
  484. color:{color:main text};
  485. padding-left:20px;
  486. width:350px;
  487. padding-bottom:5px;
  488. }
  489.  
  490. #tags a{
  491. color:{color:main text};
  492. }
  493.  
  494. #time{
  495. width:350px;
  496. font-weight:normal;
  497. font-size:11px;
  498. font-family:'Open Sans';
  499. color:{color:main text};
  500. padding-left:20px;
  501. overflow:ellipsis;
  502. padding-bottom:5px;
  503. }
  504.  
  505. #time a{
  506. color:{color:main text};
  507. }
  508.  
  509. #time a:hover{color:{color:links hover};}
  510.  
  511. #likes{
  512. width:350px;
  513. font-weight:normal;
  514. font-size:11px;
  515. font-family:'Open Sans';
  516. color:{color:main text};
  517. padding-left:20px;
  518.  
  519. padding-bottom:5px;}
  520.  
  521. /*Booleans */
  522.  
  523. {block:IndexPage}
  524. .captions{
  525. display:none;
  526. visibility:hidden;
  527. height:0px;
  528. margin:0;
  529. padding:0;
  530. }
  531. {/block:IndexPage}
  532.  
  533. .captions{
  534. display:none;
  535. visibility:hidden;
  536. height:0px;
  537. margin:0;
  538. padding:0;
  539. }
  540.  
  541.  
  542. .notes2{
  543. position:absolute;
  544. bottom:3px;
  545. left:8px;
  546. padding:0;
  547. z-index:499;
  548. display:none;
  549. }
  550. .notes3{
  551. position:relative;
  552. bottom:3px;
  553. left:0px;
  554. padding:0;
  555. z-index:499;
  556. display:none;
  557. }
  558.  
  559. .page_title{
  560. font-family:{font:Page Title};
  561. color:{color:Page Title};
  562. font-size:24px;
  563. }
  564.  
  565. .page_title a{
  566. font-family:{font:Page Title};
  567. color:{color:Page Title};
  568. font-size:24px;
  569. text-decoration:none;
  570. }
  571.  
  572.  
  573.  
  574. .photoset:hover .notes2{
  575. display:block;
  576. }
  577. .photo:hover .notes2{
  578. display:block;
  579. }
  580. .text:hover .notes3{
  581. display:block;
  582. }
  583. .link:hover .notes3{
  584. display:block;
  585. }
  586. .quote:hover .notes3{
  587. display:block;
  588. }
  589. .chat:hover .notes3{
  590. display:block;
  591. }
  592. .video embed:hover .notes3{
  593. display:block;
  594. }
  595. .video iframe:hover .notes3{
  596. display:block;
  597. }
  598. .video:hover .notes3{
  599. display:block;
  600. }
  601.  
  602.  
  603. .blog_title7 {
  604. font-size:22px;
  605. position: absolute;
  606. float:left;
  607. font-weight:500;
  608. font-style:italic;
  609. font-family: Helvetica, sans-serif;
  610. color: #B4B4BC;
  611. text-transform: uppercase;
  612. margin:0px;
  613. float:left;
  614. z-index:483;
  615. padding:21px 15px 0px 31px;
  616. {block:iflogoImage}display:none{/block:iflogoImage}
  617. }
  618. .blog_title6 {
  619. font-size:22px;
  620. position: absolute;
  621. float:left;
  622. font-weight:500;
  623. font-style:italic;
  624. font-family: Helvetica, sans-serif;
  625. color: #F46429;
  626. text-transform: uppercase;
  627. margin:0px;
  628. float:left;
  629. z-index:484;
  630. padding:20px 0px 0px 30px;
  631. {block:iflogoImage}display:none{/block:iflogoImage}
  632. }
  633. .blog_title5 {
  634. font-size:22px;
  635. position: absolute;
  636. float:left;
  637. font-weight:500;
  638. font-style:italic;
  639. font-family: Helvetica, sans-serif;
  640. color:#B41639;
  641. text-transform: uppercase;
  642. margin:0px;
  643. float:left;
  644. z-index:485;
  645. padding:19px 0px 0px 29px;
  646. {block:iflogoImage}display:none{/block:iflogoImage}
  647. }
  648. .blog_title4 {
  649. font-size:22px;
  650. position: absolute;
  651. float:left;
  652. font-weight:500;
  653. font-style:italic;
  654. font-family: Helvetica, sans-serif;
  655. color:#644697;
  656. text-transform: uppercase;
  657. margin:0px;
  658. float:left;
  659. z-index:486;
  660. padding:18px 0px 0px 28px;
  661. {block:iflogoImage}display:none{/block:iflogoImage}
  662. }
  663. .blog_title3 {
  664. font-size:22px;
  665. position: absolute;
  666. float:left;
  667. font-weight:500;
  668. font-style:italic;
  669. font-family: Helvetica, sans-serif;
  670. color:#124B99;
  671. text-transform: uppercase;
  672. margin:0px;
  673. float:left;
  674. z-index:487;
  675. padding:17px 0px 0px 27px;
  676. {block:iflogoImage}display:none{/block:iflogoImage}
  677. }
  678. .blog_title2 {
  679. font-size:22px;
  680. position: absolute;
  681. float:left;
  682. font-weight:500;
  683. font-style:italic;
  684. font-family: Helvetica, sans-serif;
  685. color:#086AA6;
  686. text-transform: uppercase;
  687. margin:0px;
  688. float:left;
  689. z-index:488;
  690. padding:16px 0px 0px 26px;
  691. {block:iflogoImage}display:none{/block:iflogoImage}
  692. }
  693.  
  694. .blog_title a{
  695. font-size:22px;
  696. z-index:489;
  697. position: relative;
  698. font-weight:500;
  699. font-style:italic;
  700. font-family: Helvetica, sans-serif;
  701. color:{color:blog};
  702. text-transform: uppercase;
  703. margin:0px;
  704. float:left;
  705. padding:15px 0px 0px 25px;
  706. {block:iflogoImage}display:none{/block:iflogoImage}
  707. }
  708.  
  709. .blog_title a:hover{
  710. color:{color:bloghover};
  711. }
  712.  
  713. header_title{
  714. padding:10px 0px 0px 20px;
  715. border:1px solid red;
  716. top:0px;
  717. position:fixed;
  718. }
  719.  
  720. #header_menu{
  721. width:100%;
  722. height:60px;
  723. z-index:503;
  724. background-color:{color:header};
  725. background-image:url('');
  726. position:fixed;
  727. top:0px;
  728. left:0px;
  729. }
  730.  
  731. #page_menu{
  732. display:none;
  733. width:100%;
  734. height:auto;
  735. z-index:501;
  736. background-color:{color:header};
  737. position:fixed;
  738. color:{color:description};
  739. top:0px;
  740. left:0px;
  741. }
  742. #page_content{
  743. display:none;
  744. visibility:hidden;
  745. width:100%;
  746. height:140px;
  747. z-index:508;
  748. position:fixed;
  749. top:60px;
  750. left:0px;
  751. }
  752. #page_curl{
  753. margin-top:0px;
  754. margin-left:20px;
  755. z-index:16000000;
  756. float:left;
  757. }
  758. #page_plus{
  759. margin-top:8px;
  760. margin-left:15px;
  761. z-index:16000000;
  762. font-size:30px;
  763. color:{color:description};
  764. font-family:'Open Sans';
  765. float:left;
  766. }
  767. #nav{
  768. float:left;
  769. font-size:11px;
  770. text-transform:uppercase;
  771. margin-top:20px;
  772. margin-left:25px;
  773. }
  774.  
  775. #nav a{
  776. display:block;
  777. float:left;
  778. margin-right:30px;
  779. color:{color:Header Links};
  780. border-top:0px solid {color:Header Links};
  781. text-decoration:none;
  782. -moz-transition: all .2s;
  783. -webkit-transition: all .2s;
  784. -o-transition: all .2s;
  785. transition: all .2;
  786. line-height:20px;
  787. }
  788.  
  789. #nav a:hover{
  790. color:{color:Links Hover};
  791. border-top:3px solid {color:Header Links};
  792. -moz-transition: all .2s;
  793. -webkit-transition: all .2s;
  794. -o-transition: all .2s;
  795. transition: all .2s;}
  796.  
  797.  
  798.  
  799. #description{
  800. font-family:'Open Sans';
  801. width:400px;
  802. margin-left:25px;
  803. height:auto;
  804. float:left;
  805. font-size:12px;
  806. margin-top:60px;
  807. margin-bottom:20px;
  808. color:{color:description};
  809. }
  810. #profile_picture
  811. {
  812. font-family:'Open Sans';
  813. width:70px;
  814. margin-left:25px;
  815. height:auto;
  816. float:left;
  817. font-size:12px;
  818. margin-top:60px;
  819. margin-bottom:20px;
  820. }
  821. #my_likes
  822. {
  823. font-family:'Open Sans';
  824. width:auto;
  825. margin-left:25px;
  826. height:auto;
  827. float:left;
  828. font-size:12px;
  829. margin-top:60px;
  830. margin-bottom:20px;
  831. color:{color:description} !important;
  832. }
  833.  
  834. ul#likes {
  835. list-style-type: none;
  836. margin: 0 0 0 0;
  837. padding: 0 0 0 0;
  838. }
  839. li.like_post img
  840. {
  841. border:3px solid {color:links};
  842. }
  843. li.like_post {
  844. /* Should match the width specified in the Likes tag */
  845. width: 100px;
  846. padding:0;
  847. float: left;
  848. }
  849. li.like_caption
  850. {
  851. display:none;
  852. }
  853.  
  854.  
  855. li.like_post blockquote {
  856. display:none;
  857. }
  858.  
  859. li.like_post ol,
  860. li.like_post ul {
  861. margin: 0 0 0 0;
  862. padding: 0;
  863. }
  864.  
  865. li.like_post .like_link a {
  866. font-weight: bold;
  867. }
  868.  
  869. li.like_post .like_title {
  870. font-weight: bold;
  871. }
  872.  
  873. li.like_post .post_info_bottom {
  874. margin: 0 0 0 0;
  875. display: block !important;
  876. }
  877.  
  878.  
  879. #profile_picture img
  880. {
  881. border:3px solid {color:links};
  882. }
  883. #toTop{
  884. position:fixed;
  885. right:5px;
  886. bottom:5px;
  887. padding:10px;
  888. border:0px;
  889. z-index:500;
  890.  
  891. }
  892.  
  893. .perma_notes {
  894. width:100%;;
  895. }
  896. .perma_notes .clear {
  897. margin:0;
  898. padding:0;
  899. height:0px;
  900. }
  901.  
  902. .perma_notes .avatar {
  903. border:none;
  904. margin:0;
  905. padding:0;
  906. }
  907. .perma_notes ol {
  908. margin:0;
  909. padding:0;
  910. }
  911. .perma_notes li {
  912. margin:0;
  913. padding:0;
  914. width:30px;
  915. list-style:none;
  916. border:none;
  917. float:left;
  918. margin-right:4px;
  919. margin-bottom:4px;
  920. }
  921. .perma_notes .note .action {
  922. display:none;
  923. visibility:hidden;
  924. margin:0;
  925. padding:0;
  926. }
  927. .more_box{
  928. width:30px;
  929. height:30px;
  930. color:red;
  931. margin:0;
  932. padding:0;
  933. float:left;
  934. }
  935. .more_notes_link
  936. {
  937. width:30px;
  938. height:30px;
  939. font-size:16px;
  940. background-color:{color:header};
  941. color:{color:header links};
  942. }
  943. .more_notes_link_container
  944. {
  945. margin:0;
  946. padding:0;
  947. width:30px;
  948. height:30px;
  949. list-style:none;
  950. border:none;
  951. float:left;
  952. margin-right:4px;
  953. margin-bottom:4px;
  954. background-color:{color:header};
  955. color:{color:header links};
  956. }
  957.  
  958. .note more_notes_link_container li a
  959. {
  960. color:{color:header links};
  961. }
  962.  
  963. .perma_notes blockquote
  964. {
  965. display:none;
  966. }
  967.  
  968. .post
  969. {
  970. margin-top:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
  971. margin-bottom:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
  972. margin-left:0;
  973. margin-right:0;
  974.  
  975. }
  976. .column
  977. {
  978. margin-left:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
  979. margin-right:0px;
  980. }
  981. .column0
  982. {
  983. margin-left:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
  984. margin-right:0px;
  985. }
  986. .columnlast
  987. {
  988. margin-right:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
  989. {
  990. margin-left:{block:ifpostpadding}{text:Post padding}px;{/block:ifpostpadding}
  991. }
  992.  
  993. #toTop {
  994. display:none;
  995. text-decoration:none;
  996. position:fixed;
  997. bottom:10px;
  998. right:10px;
  999. overflow:hidden;
  1000. width:51px;
  1001. height:51px;
  1002.  
  1003. border:none;
  1004. text-indent:-999px;
  1005. background-image:url(http://lab.mattvarone.com/projects/jquery/totop/img/ui.totop.png);
  1006. }
  1007.  
  1008. #totop_image
  1009. {
  1010. background-image:url(http://www.themecloud.co/themes/narnia/totop_1.png);
  1011. width:51px;
  1012. height:51px
  1013. }
  1014.  
  1015. #toTopHover {
  1016. background-image:url(http://lab.mattvarone.com/projects/jquery/totop/img/ui.totop.png);
  1017. width:51px;
  1018. height:51px;
  1019. display:block;
  1020. overflow:hidden;
  1021. float:left;
  1022. opacity: 0;
  1023. -moz-opacity: 0;
  1024. filter:alpha(opacity=0);
  1025. }
  1026.  
  1027. #toTop:active, #toTop:focus {
  1028. outline:none;
  1029. }
  1030.  
  1031. .corner
  1032. {
  1033. position:fixed;z-index:60000;color:red;
  1034. display: block;
  1035. width: 200px;
  1036. height: 200px;
  1037.  
  1038. top: -25px;
  1039. right: -25px;
  1040. -webkit-transform: rotate(45deg);
  1041. -moz-transform: rotate(45deg);
  1042. -o-transform: rotate(45deg);
  1043.  
  1044. }
  1045.  
  1046. </style>
  1047.  
  1048. <script>
  1049. var IsOpen = "no";
  1050. function ShowMenu()
  1051. {
  1052. if (IsOpen == "no")
  1053. {
  1054. $("#page_menu").slideDown("slow");
  1055. document.getElementById('page_plus').innerHTML = ' - ';
  1056. IsOpen="yes";
  1057. }else
  1058. {
  1059. $("#page_menu").slideUp("slow");
  1060. document.getElementById('page_plus').innerHTML = '+ ';
  1061. IsOpen="no";
  1062. }
  1063. }
  1064. </script>
  1065. <script>
  1066. var IsOpen2 = "no";
  1067. function ShowMenu2()
  1068. {
  1069. if (IsOpen2 == "no")
  1070. {
  1071.  
  1072. $("#header_menu").slideDown("slow");
  1073. $("#page_menu").slideDown("slow");
  1074.  
  1075. document.getElementById('page_plus').innerHTML = '';
  1076. IsOpen2="yes";
  1077. }else
  1078. {
  1079. $("#header_menu").slideUp("slow");
  1080. $("#page_menu").slideUp("slow");
  1081. document.getElementById('page_plus').innerHTML = '';
  1082. IsOpen2="no";
  1083. }
  1084. }
  1085. </script>
  1086. <script type="text/javascript">
  1087. function changeText(){
  1088.  
  1089. }
  1090. </script>
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096. {block:iflightbox}
  1097. <script>
  1098. $(document).ready(function() {
  1099. /* This is basic - uses default settings */
  1100. $("a#single_image").fancybox();
  1101. /* Using custom settings */
  1102. $("a#inline").fancybox({
  1103. 'hideOnContentClick': true
  1104. });
  1105.  
  1106.  
  1107. $("#various3").fancybox({
  1108. 'width' : '50%',
  1109. 'height' : '30%',
  1110. 'autoScale' : false,
  1111. 'transitionIn' : 'none',
  1112. 'transitionOut' : 'none',
  1113. 'type' : 'iframe'
  1114. });
  1115. });
  1116. </script>
  1117.  
  1118. {/block:iflightbox}
  1119.  
  1120.  
  1121. <script src="http://www.themecloud.co/themes/narnia/totop.js" type="text/javascript"></script>
  1122. <script type="text/javascript">
  1123. $(document).ready(function() {
  1124. /*
  1125. var defaults = {
  1126. containerID: 'moccaUItoTop', // fading element id
  1127. containerHoverClass: 'moccaUIhover', // fading element hover class
  1128. scrollSpeed: 1200,
  1129. easingType: 'linear'
  1130. };
  1131. */
  1132.  
  1133. $().UItoTop({ easingType: 'easeOutQuart' });
  1134.  
  1135. });
  1136. </script>
  1137. </head>
  1138.  
  1139.  
  1140. <body>
  1141.  
  1142. <script type="text/javascript">
  1143. window.___gcfg = {lang: 'en-GB'};
  1144.  
  1145. (function() {
  1146. var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  1147. po.src = 'https://apis.google.com/js/plusone.js';
  1148. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  1149. })();
  1150. </script>
  1151.  
  1152. {block:ifnotfixedheader}
  1153.  
  1154. <div class="corner" onclick="ShowMenu2()" style="cursor:pointer; position:fixed;z-index:60000;background-color:{color:header}; border:1px solid {color:header links}; display: block; width: 60px; height: 60px; top:-35px; left:-35px; -webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -o-transform: rotate(45deg); ">oo
  1155. </div>
  1156.  
  1157. {/block:ifnotfixedheader}
  1158.  
  1159. <div id="header_menu" {block:ifnotfixedheader} style="display:none;" {/block:ifnotfixedheader}>
  1160.  
  1161. <div id="header_title">
  1162.  
  1163. {block:IfLogoImage}<a href="/"><img border="0" style="max-height:40px; float:left; margin:10px 0px 0px 20px;" src="{image:Logo}"/></a>{/block:IfLogoImage}
  1164.  
  1165. {block:IfNotLogoImage}<div class="blog_title"><a href="/">{Title}</a></div>
  1166. <div class="blog_title2">{Title}</div>
  1167. <div class="blog_title3">{Title}</div>
  1168. <div class="blog_title4">{Title}</div>
  1169. <div class="blog_title5">{Title}</div>
  1170. <div class="blog_title6">{Title}</div>
  1171. <div class="blog_title7">{Title}</div>{/block:IfNotLogoImage}
  1172.  
  1173. {block:ifflag}<div id="page_curl"><img onclick="ShowMenu();" style="cursor:pointer;" src="http://24.media.tumblr.com/tumblr_lqv3wxBZyu1r0kskpo1_100.png" border="0" /></div>{/block:ifflag}
  1174.  
  1175. <div id="page_plus" onclick="ShowMenu();changeText();" style="{block:Iffixedheader}width:20px;{/block:Iffixedheader}cursor:pointer; margin-left:20px;">+</div>
  1176.  
  1177. <div id="nav">
  1178.  
  1179. {block:AskEnabled}<a id="various3" href="http://www.tumblr.com/ask_form/{Name}.tumblr.com">MESSAGE</a>{/block:AskEnabled}
  1180. {block:ifarchivelink}<a href="/archive">ARCHIVE</a>{/block:ifarchivelink}
  1181. {block:ifrsslink}<a href="{RSS}"> RSS </a>{/block:ifrsslink}
  1182. {block:SubmissionsEnabled}<a href="/submit">SUBMIT</a> {/block:SubmissionsEnabled}
  1183. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  1184. <a href="http://www.themecloud.co/narnia-tumblr-theme.asp">THEME</a>
  1185. </div>
  1186.  
  1187.  
  1188. </div></div>
  1189.  
  1190.  
  1191. <div id="page_menu">
  1192. {block:ifshowportrait}
  1193. <div id="profile_picture">
  1194. <img src="{PortraitURL-64}" />
  1195. </div>
  1196. {/block:ifshowportrait}
  1197. {block:Description}
  1198. <div id="description">{Description}</div>{/block:Description}
  1199.  
  1200. {block:Likes}
  1201. <div id="my_likes">
  1202. <div id="likes_container">
  1203. <a href="http://www.tumblr.com/liked/by/{Name}">I Like</a>
  1204.  
  1205. {Likes limit="1"}
  1206.  
  1207. </div>
  1208.  
  1209.  
  1210.  
  1211. </div>
  1212. {/block:Likes}
  1213.  
  1214. </div>
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226. {block:IndexPage}
  1227. <div id="posts_hidden" style="display:none;visibility:hidden;">
  1228.  
  1229. <POSTS>
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236. {block:Posts}
  1237.  
  1238.  
  1239. {block:Link}
  1240. <divabc class="post link">
  1241. <divabc class="link_title"><a href="{URL}" {Target}>{Name}</a></divabc>
  1242.  
  1243. {block:Description}
  1244. <divabc class="link_description">{Description}</divabc>
  1245. {/block:Description}
  1246.  
  1247. <divabc class="notes3" style=" float:right;width:100%;text-align:right;">
  1248.  
  1249. <divabc class="reblog_etc" style="float:left;text-align:right;"><a href="{ReblogURL}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" style="height:20px;cursor:pointer;" alt="reblog" title="reblog" border="0" />
  1250. </a></divabc>
  1251.  
  1252.  
  1253. <divabc class="reblog_etc" style="float:left;text-align:left;margin-left:3px;height:20px;">
  1254. <img height="20" style="height:20px;cursor:pointer;" src="http://www.themecloud.co/themes/narnia/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  1255. </divabc>
  1256.  
  1257. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/left.png);background-repeat:no-repeat;height:20px;float:left;margin-left:3px;"></divabc>
  1258.  
  1259. <divabc class="reblog_etc" style="font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://www.themecloud.co/themes/narnia/middle.png);background-repeat:repeat-x;color:#FFF;opacity:1;filter:alpha(opacity=100);padding-top:4px;" ><a href="{Permalink}"style="color:white;"><span id="<x>note_count_{PostID}">{NoteCount}</span></a></divabc>
  1260.  
  1261. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/right.png);background-repeat:no-repeat;height:20px;float:left;"></divabc>
  1262. </divabc>
  1263.  
  1264. <divabc class="captions">{Caption}</divabc>
  1265. </divabc><SPLITTER>
  1266. {/block:Link}
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272. {block:Quote}
  1273. <divabc class="post quote">
  1274. <divabc class="quote_title"><a href="{Permalink}" {Target}>"{Quote}"</a></divabc>
  1275. {block:Source}
  1276. <divabc class="quote_source" style="text-align:right; padding-top:10px;">- {Source}</divabc>
  1277. {/block:Source}
  1278.  
  1279.  
  1280. <divabc class="notes3" style=" padding-top:10px; float:right;width:100%;text-align:right;">
  1281.  
  1282. <divabc class="reblog_etc" style="float:left;text-align:right;"><a href="{ReblogURL}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" style="height:20px;cursor:pointer;" alt="reblog" title="reblog" border="0" />
  1283. </a></divabc>
  1284.  
  1285.  
  1286. <divabc class="reblog_etc" style="float:left;text-align:left;margin-left:3px;height:20px;">
  1287. <img height="20" style="height:20px;cursor:pointer;" src="http://www.themecloud.co/themes/narnia/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  1288. </divabc>
  1289.  
  1290. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/left.png);background-repeat:no-repeat;height:20px;float:left;margin-left:3px;"></divabc>
  1291.  
  1292. <divabc class="reblog_etc" style="font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://www.themecloud.co/themes/narnia/middle.png);background-repeat:repeat-x;color:#FFF;opacity:1;filter:alpha(opacity=100);padding-top:4px;" ><a href="{Permalink}"style="color:white;"><span id="<x>note_count_{PostID}">{NoteCount}</span></a></divabc>
  1293.  
  1294. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/right.png);background-repeat:no-repeat;height:20px;float:left;"></divabc>
  1295. </divabc>
  1296.  
  1297. <divabc class="captions">{Caption}</divabc>
  1298. </divabc><SPLITTER>
  1299. {/block:Quote}
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305. {block:Photoset}
  1306. <divabc class="post photoset">
  1307. {block:Photos}
  1308. <a href="{permalink}"><img src="{PhotoURL-500}" border="0" /></a>
  1309. {/block:Photos}
  1310. <divabc class="notes2" style="float:right;width:100%;text-align:right;">
  1311. <divabc class="reblog_etc" style="float:left;text-align:right;"><a href="{ReblogURL}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" style="height:20px;cursor:pointer;" alt="reblog" title="reblog" border="0" />
  1312. </a></divabc>
  1313. <divabc class="reblog_etc" style="float:left;text-align:left;margin-left:3px;height:20px;">
  1314. <img height="20" style="height:20px;cursor:pointer;" src="http://www.themecloud.co/themes/narnia/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  1315. </divabc>
  1316.  
  1317. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/left.png);background-repeat:no-repeat;height:20px;float:left;margin-left:3px;"></divabc>
  1318.  
  1319. <divabc class="reblog_etc" style="font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://www.themecloud.co/themes/narnia/middle.png);background-repeat:repeat-x;color:#FFF;opacity:1;filter:alpha(opacity=100);padding-top:4px;" ><a href="{Permalink}"style="color:white;"><span id="<x>note_count_{PostID}">{NoteCount}</span></a></divabc>
  1320.  
  1321. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/right.png);background-repeat:no-repeat;height:20px;float:left;"></divabc>
  1322. </divabc>
  1323.  
  1324.  
  1325. <divabc class="captions">{Caption}</divabc>
  1326. </divabc><SPLITTER>
  1327. {/block:Photoset}
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333. {block:Text}
  1334. <divabc class="post text">
  1335. {block:Title}
  1336. <divabc class="text_title"><a href="{Permalink}">{Title}</a></divabc>
  1337. {/block:Title}
  1338.  
  1339. <divabc class="text_body">{Body}</divabc>
  1340.  
  1341.  
  1342.  
  1343. <divabc class="notes3" style=" float:right;width:100%;text-align:right;">
  1344.  
  1345. <divabc class="reblog_etc" style="float:left;text-align:right;"><a href="{ReblogURL}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" style="height:20px;cursor:pointer;" alt="reblog" title="reblog" border="0" />
  1346. </a></divabc>
  1347.  
  1348.  
  1349. <divabc class="reblog_etc" style="float:left;text-align:left;margin-left:3px;height:20px;">
  1350. <img height="20" style="height:20px;cursor:pointer;" src="http://www.themecloud.co/themes/narnia/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  1351. </divabc>
  1352.  
  1353. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/left.png);background-repeat:no-repeat;height:20px;float:left;margin-left:3px;"></divabc>
  1354.  
  1355. <divabc class="reblog_etc" style="font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://www.themecloud.co/themes/narnia/middle.png);background-repeat:repeat-x;color:#FFF;opacity:1;filter:alpha(opacity=100);padding-top:4px;" ><a href="{Permalink}"style="color:white;"><span id="<x>note_count_{PostID}">{NoteCount}</span></a></divabc>
  1356.  
  1357. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/right.png);background-repeat:no-repeat;height:20px;float:left;"></divabc>
  1358. </divabc>
  1359.  
  1360. {block:Caption}{Caption}{/block:Caption}
  1361. </divabc><SPLITTER>
  1362. {/block:Text}
  1363.  
  1364.  
  1365.  
  1366. {block:Video}
  1367. <divabc class="post video">
  1368. {Video-500}
  1369.  
  1370. <divabc class="notes3" style=" float:right;width:100%;text-align:right;">
  1371.  
  1372. <divabc class="reblog_etc" style="float:left;text-align:right;"><a href="{ReblogURL}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" style="height:20px;cursor:pointer;" alt="reblog" title="reblog" border="0" />
  1373. </a></divabc>
  1374.  
  1375.  
  1376. <divabc class="reblog_etc" style="float:left;text-align:left;margin-left:3px;height:20px;">
  1377. <img height="20" style="height:20px;cursor:pointer;" src="http://www.themecloud.co/themes/narnia/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  1378. </divabc>
  1379.  
  1380. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/left.png);background-repeat:no-repeat;height:20px;float:left;margin-left:3px;"></divabc>
  1381.  
  1382. <divabc class="reblog_etc" style="font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://www.themecloud.co/themes/narnia/middle.png);background-repeat:repeat-x;color:#FFF;opacity:1;filter:alpha(opacity=100);padding-top:4px;" ><a href="{Permalink}"style="color:white;"><span id="<x>note_count_{PostID}">{NoteCount}</span></a></divabc>
  1383.  
  1384. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/right.png);background-repeat:no-repeat;height:20px;float:left;"></divabc>
  1385. </divabc>
  1386.  
  1387. <divabc class="captions">{Caption}</divabc>
  1388. </divabc><SPLITTER>
  1389. {/block:Video}
  1390.  
  1391.  
  1392.  
  1393.  
  1394. {block:Photo}
  1395. <divabc class="post photo"><a href="{Permalink}"><img src="{PhotoURL-500}" border="0" /></a>
  1396. <divabc class="notes2" style="float:right;width:100%;text-align:right;">
  1397.  
  1398. <divabc class="reblog_etc" style="float:left;text-align:right;"><a href="{ReblogURL}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" style="height:20px;cursor:pointer;" alt="reblog" title="reblog" border="0" />
  1399. </a></divabc>
  1400. <divabc class="reblog_etc" style="float:left;text-align:left;margin-left:3px;height:20px;">
  1401. <img height="20" style="height:20px;cursor:pointer;" src="http://www.themecloud.co/themes/narnia/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  1402. </divabc>
  1403.  
  1404. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/left.png);background-repeat:no-repeat;height:20px;float:left;margin-left:3px;"></divabc>
  1405.  
  1406. <divabc class="reblog_etc" style="font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://www.themecloud.co/themes/narnia/middle.png);background-repeat:repeat-x;color:#FFF;opacity:1;filter:alpha(opacity=100);padding-top:4px;" ><a href="{Permalink}"style="color:white;"><span id="<x>note_count_{PostID}">{NoteCount}</span></a></divabc>
  1407.  
  1408. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/right.png);background-repeat:no-repeat;height:20px;float:left;"></divabc>
  1409.  
  1410.  
  1411. {block:iflightbox}
  1412. <a id="single_image" href="{PhotoURL-500}" ><img src="http://27.media.tumblr.com/tumblr_lqr0e7QyrS1r0kskpo1_100.png" style="margin-left:3px; border:0px; width:24px; height:20px;cursor:pointer; float:left;" class="reblog_etc" alt=""/></a>
  1413.  
  1414.  
  1415. {/block:iflightbox}
  1416. </divabc>
  1417. </divabc>
  1418.  
  1419. <SPLITTER>
  1420. {/block:Photo}
  1421.  
  1422.  
  1423. {block:Audio}
  1424. <divabc class="post audio">
  1425. {block:AlbumArt}
  1426. <a href="{Permalink}">
  1427. <divabc class="album_art">
  1428. <img style="width:100%; margin-left:auto; margin-right:auto;" src="{AlbumArtURL}" border="0" />
  1429. </divabc>
  1430. </a>
  1431. {/block:AlbumArt}
  1432. <divabc class="audio_player">{AudioPlayerBlack}</divabc>
  1433. <divabc class="notes2" style="float:right;width:100%;text-align:right;">
  1434. <divabc class="reblog_etc" style="float:left;text-align:right;"><a href="{ReblogURL}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" style="height:20px;cursor:pointer;" alt="reblog" title="reblog" border="0" />
  1435. </a></divabc>
  1436. <divabc class="reblog_etc" style="float:left;text-align:left;margin-left:3px;height:20px;">
  1437. <img height="20" style="height:20px;cursor:pointer;" src="http://www.themecloud.co/themes/narnia/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  1438. </divabc>
  1439.  
  1440. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/left.png);background-repeat:no-repeat;height:20px;float:left;margin-left:3px;"></divabc>
  1441.  
  1442. <divabc class="reblog_etc" style="font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://www.themecloud.co/themes/narnia/middle.png);background-repeat:repeat-x;color:#FFF;opacity:1;filter:alpha(opacity=100);padding-top:4px;" ><a href="{Permalink}"style="color:white;"><span id="<x>note_count_{PostID}">{NoteCount}</span></a></divabc>
  1443.  
  1444. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/right.png);background-repeat:no-repeat;height:20px;float:left;"></divabc>
  1445. </divabc>
  1446.  
  1447. <divabc class="captions">{Caption}</divabc>
  1448. </divabc>
  1449. <SPLITTER>
  1450. {/block:Audio}
  1451.  
  1452.  
  1453.  
  1454. {block:Chat}
  1455. <divabc class="post chat">
  1456.  
  1457. <divabc class="chat_box">
  1458. {block:Title}
  1459. <divabc class="chat_title"><a href="{Permalink}">{Title}</a></divabc>
  1460. {/block:Title}
  1461. {block:Lines}
  1462. <divabc class="chat_line_{Alt}">
  1463. {block:Label}
  1464. <span class="chat_label">{Label}</span>
  1465. {/block:Label}
  1466. <span style="color:{color:main text};">{Line}</span>
  1467. </divabc>
  1468. {/block:Lines}
  1469.  
  1470. <divabc class="notes3" style=" padding-top:10px; float:right;width:100%;text-align:right;">
  1471.  
  1472. <divabc class="reblog_etc" style="float:left;text-align:right;"><a href="{ReblogURL}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" style="height:20px;cursor:pointer;" alt="reblog" title="reblog" border="0" />
  1473. </a></divabc>
  1474.  
  1475.  
  1476. <divabc class="reblog_etc" style="float:left;text-align:left;margin-left:3px;height:20px;">
  1477. <img height="20" style="height:20px;cursor:pointer;" src="http://www.themecloud.co/themes/narnia/like.png" id="like_image_{PostID}" onclick="LikePost('{PostID}','{ReblogURL}',this)" border="0" alt="like" title="like"/>
  1478. </divabc>
  1479.  
  1480. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/left.png);background-repeat:no-repeat;height:20px;float:left;margin-left:3px;"></divabc>
  1481.  
  1482. <divabc class="reblog_etc" style="font-size:10px;height:20px;margin-top:0px;margin-left:0px;margin-right:0px;float:left;background-image:url(http://www.themecloud.co/themes/narnia/middle.png);background-repeat:repeat-x;color:#FFF;opacity:1;filter:alpha(opacity=100);padding-top:4px;" ><a href="{Permalink}"style="color:white;"><span id="<x>note_count_{PostID}">{NoteCount}</span></a></divabc>
  1483.  
  1484. <divabc class="reblog_etc" style="width:4px;background-image:url(http://www.themecloud.co/themes/narnia/right.png);background-repeat:no-repeat;height:20px;float:left;"></divabc>
  1485. </divabc>
  1486.  
  1487.  
  1488. <divabc class="captions">{Caption}</divabc>
  1489. </divabc>
  1490.  
  1491. </divabc>
  1492.  
  1493. <SPLITTER>
  1494. {/block:Chat}
  1495.  
  1496.  
  1497. {/block:Posts}<POSTS>
  1498.  
  1499. </div>
  1500. {/block:IndexPage}
  1501.  
  1502.  
  1503.  
  1504. <div id="outer_container">
  1505.  
  1506. {block:IndexPage}
  1507. <div id="container" style="width:100%;">
  1508. {block:IndexPage}
  1509. {block:PermalinkPage}
  1510. <div id="container" style="width:1000px;">
  1511.  
  1512.  
  1513. {/block:PermalinkPage}
  1514. <div id="posts" style="margin-left:auto; margin-right:auto; {block:PermalinkPage}{block:iffixedheader}margin-top:90px;
  1515. {/block:iffixedheader}{/block:PermalinkPage}">
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530. {block:PermalinkPage}
  1531.  
  1532. {block:Posts}
  1533.  
  1534.  
  1535. {block:Link}
  1536. <div class="post" style="width:1000px;">
  1537.  
  1538. <div style="width:590px;float:left; " class="link">
  1539. <div class="link_title"><a href="{URL}" {Target}>{Name}</a></div>
  1540. {block:Description}
  1541. <div class="link_description">{Description}</div>
  1542. {/block:Description}
  1543. </div>
  1544.  
  1545. <div style="width:370px; float:left; overflow:hidden;">
  1546.  
  1547. {block:NoteCount}<span id="likes"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">k</span>This post has {NoteCountWithLabel}</span> </br>
  1548. <div style="height:5px; width:370px;"> </div>{/block:NoteCount}
  1549.  
  1550. {block:Date} <span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">t</span>This was posted {TimeAgo}</span></br>
  1551. <div style="height:5px; width:370px;"> </div>{/block:Date}
  1552.  
  1553. {block:RebloggedFrom}<span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">r</span>This was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></span></br>
  1554. <div style="height:5px; width:370px;"> </div>{/block:RebloggedFrom}
  1555.  
  1556. {block:HasTags}<span id="tags"><span style="padding-right:13px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">z</span>This has been tagged with {block:Tags}<a style="color:{color:Links}" href="{TagURL}">{Tag},</a> {/block:Tags}</span></br>
  1557. <div style="height:5px; width:370px;"> </div>{/block:HasTags}
  1558.  
  1559. {block:ContentSource}<span id="time"><span style="padding-right:10px; ; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">R</span><a href="{SourceURL}"><script>TrimURL(50,'{SourceURL}')</script></a></span> </br>
  1560. <div style="height:5px; width:370px;"> </div>{/block:ContentSource}
  1561.  
  1562.  
  1563.  
  1564. <div style="margin-left:20px; margin-top:10px; float:left;">
  1565. <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url=”{permalink}” data-text=”{Title}”>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  1566. </div>
  1567.  
  1568. <div style="float:left; margin-left:5px; margin-top:10px; height:20px;"><g:plusone size="medium"></g:plusone></div>
  1569.  
  1570.  
  1571. <iframe src="//www.facebook.com/plugins/like.php?href={Permalink}&send=false&layout=button_count&width=60&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; float:left; margin-left:-10px; margin-top:10px; width:90px; height:21px;" allowTransparency="true"></iframe>
  1572.  
  1573.  
  1574.  
  1575. {block:PostNotes}
  1576. <div class="perma_notes" style="width:370px; margin-top:20px; margin-left:20px;float:left;">{PostNotes}</div>
  1577. {/block:PostNotes}
  1578. </div>
  1579.  
  1580.  
  1581. {/block:Link}
  1582.  
  1583.  
  1584.  
  1585.  
  1586. {block:Quote}<div class="post" style="width:1000px;">
  1587.  
  1588. <div style="width:590px;float:left; " class="quote">
  1589. <div class="quote_title">"{Quote}"</div>
  1590. {block:Source}
  1591. <div class="quote_source">{Source}</div>
  1592. {/block:Source}
  1593. </div>
  1594.  
  1595.  
  1596.  
  1597. <div style="width:370px; float:left; overflow:hidden;">
  1598.  
  1599. {block:NoteCount}<span id="likes"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">k</span>This post has {NoteCountWithLabel}</span> </br>
  1600. <div style="height:5px; width:370px;"> </div>{/block:NoteCount}
  1601.  
  1602. {block:Date} <span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">t</span>This was posted {TimeAgo}</span></br>
  1603. <div style="height:5px; width:370px;"> </div>{/block:Date}
  1604.  
  1605. {block:RebloggedFrom}<span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">r</span>This was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></span></br>
  1606. <div style="height:5px; width:370px;"> </div>{/block:RebloggedFrom}
  1607.  
  1608. {block:HasTags}
  1609.  
  1610. <div id="tags" style="float:left;">
  1611.  
  1612. <div style="padding-right:1px;width:10px;float:left; padding-right:13px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">z</div>
  1613.  
  1614. <div style="width:325px;float:left;">This has been tagged with {block:Tags}<a style="color:{color:Links}" href="{TagURL}">#{Tag}</a> {/block:Tags}
  1615. </div>
  1616.  
  1617. </div>
  1618.  
  1619.  
  1620. </br>
  1621.  
  1622.  
  1623.  
  1624. <div style="height:5px; width:370px;"> </div>{/block:HasTags}
  1625.  
  1626.  
  1627.  
  1628.  
  1629. {block:ContentSource}<span id="time"><span style="padding-right:10px; ; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">R</span><a href="{SourceURL}"><script>TrimURL(50,'{SourceURL}')</script></a></span> </br>
  1630. <div style="height:5px; width:370px;"> </div>{/block:ContentSource}
  1631.  
  1632.  
  1633.  
  1634. <div style="margin-left:20px; margin-top:10px; float:left;">
  1635. <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url=”{permalink}” data-text=”{Title}”>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  1636. </div>
  1637.  
  1638. <div style="float:left; margin-left:5px; margin-top:10px; height:20px;"><g:plusone size="medium"></g:plusone></div>
  1639.  
  1640.  
  1641. <iframe src="//www.facebook.com/plugins/like.php?href={Permalink}&send=false&layout=button_count&width=60&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; float:left; margin-left:-10px; margin-top:10px; width:90px; height:21px;" allowTransparency="true"></iframe>
  1642.  
  1643.  
  1644.  
  1645. {block:PostNotes}
  1646. <div class="perma_notes" style="width:370px; margin-top:20px; margin-left:20px;float:left;">{PostNotes}</div>
  1647. {/block:PostNotes}
  1648. </div>
  1649. {/block:Quote}
  1650.  
  1651.  
  1652.  
  1653. {block:Photoset}<div class="post" style="width:1000px;">
  1654.  
  1655. <div style="width:590px;float:left; " class="photoset">
  1656. {Photoset-500}
  1657.  
  1658. {block:Caption}<div style="float:left: padding-top:10px;">{Caption}</div>{/block:Caption}
  1659.  
  1660. </div>
  1661.  
  1662.  
  1663.  
  1664. <div style="width:370px; float:left; overflow:hidden;">
  1665.  
  1666. {block:NoteCount}<span id="likes"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">k</span>This post has {NoteCountWithLabel}</span> </br>
  1667. <div style="height:5px; width:370px;"> </div>{/block:NoteCount}
  1668.  
  1669. {block:Date} <span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">t</span>This was posted {TimeAgo}</span></br>
  1670. <div style="height:5px; width:370px;"> </div>{/block:Date}
  1671.  
  1672. {block:RebloggedFrom}<span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">r</span>This was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></span></br>
  1673. <div style="height:5px; width:370px;"> </div>{/block:RebloggedFrom}
  1674.  
  1675. {block:HasTags}<span id="tags"><span style="padding-right:13px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">z</span>This has been tagged with {block:Tags}<a style="color:{color:Links}" href="{TagURL}">{Tag},</a> {/block:Tags}</span></br>
  1676. <div style="height:5px; width:370px;"> </div>{/block:HasTags}
  1677.  
  1678. {block:ContentSource}<span id="time"><span style="padding-right:10px; ; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">R</span><a href="{SourceURL}"><script>TrimURL(50,'{SourceURL}')</script></a></span> </br>
  1679. <div style="height:5px; width:370px;"> </div>{/block:ContentSource}
  1680.  
  1681.  
  1682.  
  1683. <div style="margin-left:20px; margin-top:10px; float:left;">
  1684. <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url=”{permalink}” data-text=”{Title}”>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  1685. </div>
  1686.  
  1687. <div style="float:left; margin-left:5px; margin-top:10px; height:20px;"><g:plusone size="medium"></g:plusone></div>
  1688.  
  1689.  
  1690. <iframe src="//www.facebook.com/plugins/like.php?href={Permalink}&send=false&layout=button_count&width=60&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; float:left; margin-left:-10px; margin-top:10px; width:90px; height:21px;" allowTransparency="true"></iframe>
  1691.  
  1692.  
  1693.  
  1694. {block:PostNotes}
  1695. <div class="perma_notes" style="width:370px; margin-top:20px; margin-left:20px;float:left;">{PostNotes}</div>
  1696. {/block:PostNotes}
  1697. </div>
  1698. {/block:Photoset}
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704. {block:Text}
  1705. <div class="post" style="width:1000px;">
  1706.  
  1707. <div style="width:590px;float:left; " class="text">
  1708. {block:Title}
  1709. <div class="text_title"><a href="{Permalink}">{Title}</a></div>
  1710. {/block:Title}
  1711.  
  1712. {Body}
  1713. </div>
  1714.  
  1715. <div style="width:370px; float:left; overflow:hidden;">
  1716.  
  1717. {block:NoteCount}<span id="likes"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">k</span>This post has {NoteCountWithLabel}</span> </br>
  1718. <div style="height:5px; width:370px;"> </div>{/block:NoteCount}
  1719.  
  1720. {block:Date} <span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">t</span>This was posted {TimeAgo}</span></br>
  1721. <div style="height:5px; width:370px;"> </div>{/block:Date}
  1722.  
  1723. {block:RebloggedFrom}<span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">r</span>This was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></span></br>
  1724. <div style="height:5px; width:370px;"> </div>{/block:RebloggedFrom}
  1725.  
  1726. {block:HasTags}<span id="tags"><span style="padding-right:13px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">z</span>This has been tagged with {block:Tags}<a style="color:{color:Links}" href="{TagURL}">{Tag},</a> {/block:Tags}</span></br>
  1727. <div style="height:5px; width:370px;"> </div>{/block:HasTags}
  1728.  
  1729. {block:ContentSource}<span id="time"><span style="padding-right:10px; ; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">R</span><a href="{SourceURL}"><script>TrimURL(50,'{SourceURL}')</script></a></span> </br>
  1730. <div style="height:5px; width:370px;"> </div>{/block:ContentSource}
  1731.  
  1732.  
  1733.  
  1734. <div style="margin-left:20px; margin-top:10px; float:left;">
  1735. <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url=”{permalink}” data-text=”{Title}”>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  1736. </div>
  1737.  
  1738. <div style="float:left; margin-left:5px; margin-top:10px; height:20px;"><g:plusone size="medium"></g:plusone></div>
  1739.  
  1740.  
  1741. <iframe src="//www.facebook.com/plugins/like.php?href={Permalink}&send=false&layout=button_count&width=60&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; float:left; margin-left:-10px; margin-top:10px; width:90px; height:21px;" allowTransparency="true"></iframe>
  1742.  
  1743.  
  1744.  
  1745. {block:PostNotes}
  1746. <div class="perma_notes" style="width:370px; margin-top:20px; margin-left:20px;float:left;">{PostNotes}</div>
  1747. {/block:PostNotes}
  1748. </div>
  1749. {/block:Text}
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755. {block:Video}
  1756. <div class="post" style="width:1000px;">
  1757.  
  1758. <div style="width:590px;float:left; " class="video">
  1759.  
  1760.  
  1761. {Video-500}
  1762.  
  1763. {block:Caption}<div style="float:left: padding-top:10px;">{Caption}</div>{/block:Caption}
  1764.  
  1765.  
  1766. </div>
  1767. <div style="width:370px; float:left; overflow:hidden;">
  1768.  
  1769. {block:NoteCount}<span id="likes"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">k</span>This post has {NoteCountWithLabel}</span> </br>
  1770. <div style="height:5px; width:370px;"> </div>{/block:NoteCount}
  1771.  
  1772. {block:Date} <span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">t</span>This was posted {TimeAgo}</span></br>
  1773. <div style="height:5px; width:370px;"> </div>{/block:Date}
  1774.  
  1775. {block:RebloggedFrom}<span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">r</span>This was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></span></br>
  1776. <div style="height:5px; width:370px;"> </div>{/block:RebloggedFrom}
  1777.  
  1778. {block:HasTags}<span id="tags"><span style="padding-right:13px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">z</span>This has been tagged with {block:Tags}<a style="color:{color:Links}" href="{TagURL}">{Tag},</a> {/block:Tags}</span></br>
  1779. <div style="height:5px; width:370px;"> </div>{/block:HasTags}
  1780.  
  1781. {block:ContentSource}<span id="time"><span style="padding-right:10px; ; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">R</span><a href="{SourceURL}"><script>TrimURL(50,'{SourceURL}')</script></a></span> </br>
  1782. <div style="height:5px; width:370px;"> </div>{/block:ContentSource}
  1783.  
  1784.  
  1785.  
  1786. <div style="margin-left:20px; margin-top:10px; float:left;">
  1787. <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url=”{permalink}” data-text=”{Title}”>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  1788. </div>
  1789.  
  1790. <div style="float:left; margin-left:5px; margin-top:10px; height:20px;"><g:plusone size="medium"></g:plusone></div>
  1791.  
  1792.  
  1793. <iframe src="//www.facebook.com/plugins/like.php?href={Permalink}&send=false&layout=button_count&width=60&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; float:left; margin-left:-10px; margin-top:10px; width:90px; height:21px;" allowTransparency="true"></iframe>
  1794.  
  1795.  
  1796.  
  1797. {block:PostNotes}
  1798. <div class="perma_notes" style="width:370px; margin-top:20px; margin-left:20px;float:left;">{PostNotes}</div>
  1799. {/block:PostNotes}
  1800. </div>
  1801. {/block:Video}
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808. {block:Photo}
  1809. <div class="post photo" style="width:1000px;">
  1810.  
  1811. <div style="width:590px;float:left; ">{LinkOpenTag}<img src="{PhotoURL-HighRes}" border="0" style="float:left; margin-bottom:10px;"/>{LinkCloseTag}
  1812.  
  1813. {block:Caption}{Caption}{/block:Caption}
  1814.  
  1815. </div>
  1816.  
  1817. <div style="width:370px; margin-left:30px; overflow:hidden;">
  1818.  
  1819. {block:NoteCount}<span id="likes"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">k</span>This post has {NoteCountWithLabel}</span> </br>
  1820. <div style="height:5px; width:370px;"> </div>{/block:NoteCount}
  1821.  
  1822. {block:Date} <span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">t</span>This was posted {TimeAgo}</span></br>
  1823. <div style="height:5px; width:370px;"> </div>{/block:Date}
  1824.  
  1825. {block:RebloggedFrom}<span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">r</span>This was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></span></br>
  1826. <div style="height:5px; width:370px;"> </div>{/block:RebloggedFrom}
  1827.  
  1828. {block:HasTags}<span id="tags"><span style="padding-right:13px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">z</span>This has been tagged with {block:Tags}<a style="color:{color:Links}" href="{TagURL}">{Tag},</a> {/block:Tags}</span></br>
  1829. <div style="height:5px; width:370px;"> </div>{/block:HasTags}
  1830.  
  1831. {block:ContentSource}<span id="time"><span style="padding-right:10px; ; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">R</span><a href="{SourceURL}"><script>TrimURL(50,'{SourceURL}')</script></a></span> </br>
  1832. <div style="height:5px; width:370px;"> </div>{/block:ContentSource}
  1833.  
  1834. </div>
  1835.  
  1836. <div style="margin-left:20px; margin-top:10px; float:left;">
  1837. <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url=”{permalink}” data-text=”{Title}”>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  1838. </div>
  1839.  
  1840. <div style="float:left; margin-left:5px; margin-top:10px; height:20px;"><g:plusone size="medium"></g:plusone></div>
  1841.  
  1842.  
  1843. <iframe src="//www.facebook.com/plugins/like.php?href={Permalink}&send=false&layout=button_count&width=60&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; float:left; margin-left:-10px; margin-top:10px; width:90px; height:21px;" allowTransparency="true"></iframe>
  1844.  
  1845.  
  1846.  
  1847. {block:PostNotes}
  1848. <div class="perma_notes" style="float:left; width:370px;margin-left:20px; margin-top:20px;">{PostNotes}</div>
  1849. {/block:PostNotes}
  1850. </div>
  1851.  
  1852. {/block:Photo}
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858. {block:Audio}
  1859. <div class="post" style="width:1000px; ">
  1860.  
  1861. <div style="width:590px;float:left; " class="audio">
  1862. {block:AlbumArt}
  1863. <a href="{Permalink}">
  1864. <div class="album_art">
  1865. <img style="width:400px; margin-left:auto; margin-right:auto;" src="{AlbumArtURL}" border="0" />
  1866. </div>
  1867. </a>
  1868. {/block:AlbumArt}
  1869. <div class="audio_player" style="width:400px;">{AudioPlayerBlack}</div>
  1870.  
  1871.  
  1872. {block:Caption}<div style="float:left: padding-top:10px;">{Caption}</div>{/block:Caption}
  1873.  
  1874. </div>
  1875.  
  1876. <div style="width:370px; float:left; overflow:hidden;">
  1877.  
  1878. {block:NoteCount}<span id="likes"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">k</span>This post has {NoteCountWithLabel}</span> </br>
  1879. <div style="height:5px; width:370px;"> </div>{/block:NoteCount}
  1880.  
  1881. {block:Date} <span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">t</span>This was posted {TimeAgo}</span></br>
  1882. <div style="height:5px; width:370px;"> </div>{/block:Date}
  1883.  
  1884. {block:RebloggedFrom}<span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">r</span>This was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></span></br>
  1885. <div style="height:5px; width:370px;"> </div>{/block:RebloggedFrom}
  1886.  
  1887. {block:HasTags}<span id="tags"><span style="padding-right:13px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">z</span>This has been tagged with {block:Tags}<a style="color:{color:Links}" href="{TagURL}">{Tag},</a> {/block:Tags}</span></br>
  1888. <div style="height:5px; width:370px;"> </div>{/block:HasTags}
  1889.  
  1890. {block:ContentSource}<span id="time"><span style="padding-right:10px; ; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">R</span><a href="{SourceURL}"><script>TrimURL(50,'{SourceURL}')</script></a></span> </br>
  1891. <div style="height:5px; width:370px;"> </div>{/block:ContentSource}
  1892.  
  1893.  
  1894.  
  1895. <div style="margin-left:20px; margin-top:10px; float:left;">
  1896. <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url=”{permalink}” data-text=”{Title}”>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  1897. </div>
  1898.  
  1899. <div style="float:left; margin-left:5px; margin-top:10px; height:20px;"><g:plusone size="medium"></g:plusone></div>
  1900.  
  1901.  
  1902. <iframe src="//www.facebook.com/plugins/like.php?href={Permalink}&send=false&layout=button_count&width=60&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; float:left; margin-left:-10px; margin-top:10px; width:90px; height:21px;" allowTransparency="true"></iframe>
  1903.  
  1904.  
  1905.  
  1906. {block:PostNotes}
  1907. <div class="perma_notes" style="width:370px; margin-top:20px; margin-left:20px;float:left;">{PostNotes}</div>
  1908. {/block:PostNotes}
  1909. </div>
  1910.  
  1911. {/block:Audio}
  1912.  
  1913.  
  1914.  
  1915.  
  1916. {block:Chat}
  1917. <div class="post" style="width:1000px;">
  1918.  
  1919. <div style="width:590px;float:left; " class="chat">
  1920.  
  1921. <div class="chat_box">
  1922. {block:Title}
  1923. <div class="chat_title"><a href="{Permalink}">{Title}</a></div>
  1924. {/block:Title}
  1925. {block:Lines}
  1926. <div class="chat_line_{Alt}">
  1927. {block:Label}
  1928. <span class="chat_label">{Label}</span>
  1929. {/block:Label}
  1930. {Line}
  1931. </div>
  1932. {/block:Lines}
  1933.  
  1934. </div>
  1935.  
  1936. </div>
  1937.  
  1938. <div style="width:370px; float:left; overflow:hidden;">
  1939.  
  1940. {block:NoteCount}<span id="likes"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">k</span>This post has {NoteCountWithLabel}</span> </br>
  1941. <div style="height:5px; width:370px;"> </div>{/block:NoteCount}
  1942.  
  1943. {block:Date} <span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">t</span>This was posted {TimeAgo}</span></br>
  1944. <div style="height:5px; width:370px;"> </div>{/block:Date}
  1945.  
  1946. {block:RebloggedFrom}<span id="time"><span style="padding-right:10px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">r</span>This was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></span></br>
  1947. <div style="height:5px; width:370px;"> </div>{/block:RebloggedFrom}
  1948.  
  1949. {block:HasTags}<span id="tags"><span style="padding-right:13px; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">z</span>This has been tagged with {block:Tags}<a style="color:{color:Links}" href="{TagURL}">{Tag},</a> {/block:Tags}</span></br>
  1950. <div style="height:5px; width:370px;"> </div>{/block:HasTags}
  1951.  
  1952. {block:ContentSource}<span id="time"><span style="padding-right:10px; ; font-size:15px; color:{color:Links}; font-family:'PictosRegular';">R</span><a href="{SourceURL}"><script>TrimURL(50,'{SourceURL}')</script></a></span> </br>
  1953. <div style="height:5px; width:370px;"> </div>{/block:ContentSource}
  1954.  
  1955.  
  1956.  
  1957. <div style="margin-left:20px; margin-top:10px; float:left;">
  1958. <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url=”{permalink}” data-text=”{Title}”>Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  1959. </div>
  1960.  
  1961. <div style="float:left; margin-left:5px; margin-top:10px; height:20px;"><g:plusone size="medium"></g:plusone></div>
  1962.  
  1963.  
  1964. <iframe src="//www.facebook.com/plugins/like.php?href={Permalink}&send=false&layout=button_count&width=60&show_faces=true&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; float:left; margin-left:-10px; margin-top:10px; width:90px; height:21px;" allowTransparency="true"></iframe>
  1965.  
  1966.  
  1967.  
  1968. {block:PostNotes}
  1969. <div class="perma_notes" style="width:370px; margin-top:20px; margin-left:20px;float:left;">{PostNotes}</div>
  1970. {/block:PostNotes}
  1971. </div>
  1972. {/block:Chat}
  1973.  
  1974.  
  1975.  
  1976.  
  1977. {/block:Posts}</div>
  1978. {/block:PermalinkPage}
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984. </div>
  1985. </div>
  1986.  
  1987. </div>
  1988.  
  1989. <div style="display:none;visibility:hidden;" id="audio_player_color">#FFFFFF</div>
  1990. <div style="display:none;visibility:hidden;" id="post_padding">{text:Post padding}</div>
  1991. <div style="display:none;visibility:hidden;" id="tag_page">{block:TagPage}{Tag}{/block:TagPage}</div>
  1992.  
  1993. <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  1994. </body>
  1995.  
  1996.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement