yileo

maeum theme

May 18th, 2015
2,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.75 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" xml:lang="en" lang="en">
  3.  
  4. <!-------
  5. theme by rnirae (rnirae.tumblr.com)
  6. pop-up nav tutorial by aryatark
  7. do not remove the credit
  8. <!------>
  9.  
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{FavIcon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15.  
  16. <!--------box----->
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19. <script>
  20. $(document).ready(function() {
  21. //
  22. $('a.poplight[href^=#]').click(function() {
  23. var popID = $(this).attr('rel'); //Get Popup Name
  24. var popURL = $(this).attr('href'); //Get Popup href to define size
  25. var query= popURL.split('?');
  26. var dim= query[1].split('&');
  27. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  28. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  29. var popMargTop = ($('#' + popID).height() + 80) / 2;
  30. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  31. //Apply Margin to Popup
  32. $('#' + popID).css({
  33. 'margin-top' : -popMargTop,
  34. 'margin-left' : -popMargLeft
  35. });
  36. $('body').append('<div id="fade"></div>');
  37. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  38. return false;
  39. });
  40. $('a.close, #fade').live('click', function() {
  41. $('#fade , .popup_block').fadeOut(function() {
  42. $('#fade, a.close').remove(); //fade them both out
  43. });
  44. return false;
  45. });
  46. });
  47. </script>
  48. <!----->
  49. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  50. <!--TOOLTIP-->
  51. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" /><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  52.  
  53. <!------>
  54.  
  55. <meta name="color:Background" content="#fff"/>
  56. <meta name="color:Text" content="#aaa"/>
  57. <meta name="image:Background" content="" />
  58. <meta name="image:Icon" content="http://static.tumblr.com/24dfc8d8394702161d63ad354126e30e/lmw3ivr/rnNno5okx/tumblr_static_22nnaqekjzwgs48gsoogsg4ok.jpg"/>
  59. <meta name="color:Scrollbar" content="#000"/>
  60. <meta name="color:Scroll track" content="#bbb"/>
  61. <meta name="color:Tooltip Color" content="#bbb"/>
  62. <meta name="color:Tooltip Background" content="#fff"/>
  63. <meta name="color:Link" content="#ddd"/>
  64. <meta name="color:Link Hover" content="#f0f0f0"/>
  65.  
  66. <meta name="color:Headers" content="#999"/>
  67. <meta name="color:Light Accent" content="#f6f6f6"/>
  68. <meta name="color:Shadows" content="#eee"/>
  69.  
  70. <meta name="color:Quotes and Audio" content="#fafafa"/>
  71.  
  72. <meta name="color:Sidebar Text" content="#dcdcdc"/>
  73. <meta name="color:Navigation" content="#9b9b9b"/>
  74. <meta name="color:Nav box bg" content="#f6f6f6"/>
  75. <meta name="color:Blockquote" content="#f0f0f0"/>
  76. <meta name="color:Top Button" content="#999"/>
  77.  
  78. <meta name="text:Link 1" content="/"/>
  79. <meta name="text:Link 1 title" content="index"/>
  80. <meta name="text:Link 2" content="/ask"/>
  81. <meta name="text:Link 2 title" content="message"/>
  82. <meta name="text:Link 3" content="/archive"/>
  83. <meta name="text:Link 3 title" content="archive"/>
  84. <meta name="text:Link 4" content="/"/>
  85. <meta name="text:Link 4 title" content="link 1"/>
  86. <meta name="text:Link 5" content="/"/>
  87. <meta name="text:Link 5 title" content="link 2"/>
  88. <meta name="text:Link 6" content="/"/>
  89. <meta name="text:Link 6 title" content="link 3"/>
  90.  
  91. <meta name="if:Tiny Cursor" content="1" />
  92. <meta name="if:250px" content="1" />
  93. <meta name="if:400px" content="0" />
  94. <meta name="if:500px" content="0" />
  95.  
  96. <meta name="color:Lightbox" content="#fff"/>
  97.  
  98. <style type="text/css">
  99.  
  100. /* IMPORTANT */
  101. iframe#tumblr_controls {
  102. right:2px !important;
  103. position: fixed !important;
  104. -webkit-transition: opacity 0.7s linear;
  105. opacity: 0.16;
  106. -webkit-transition: all 0.8s ease-out;
  107. -moz-transition: all 0.8s ease-out;
  108. transition: all 0.8s ease-out;
  109. -webkit-filter: invert(100%);
  110. }
  111. iframe#tumblr_controls:hover {
  112. -webkit-transition: opacity 0.7s linear;
  113. opacity: 0.16;
  114. -webkit-transition: all 0.4s ease-out;
  115. -moz-transition: all 0.4s ease-out;
  116. transition: all 0.4s ease-out;
  117. -webkit-filter: invert(100%);
  118. }
  119. #tumblr_lightbox { background-color: transparent !important; }
  120. #tumblr_lightbox div:nth-child(2) { background-color: {color:Lightbox}; opacity: .6; }
  121. #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; }
  122. #tumblr_lightbox a img { border: 5px solid #fff !important; }
  123. #tumblr_lightbox_caption { visibility: hidden; }
  124. #vignette { visibility: hidden; }
  125. #tumblr_lightbox img { box-shadow: none !important; border-radius:0 !important; }
  126. /* ------------ */
  127.  
  128. body {
  129. padding: 2px;
  130. margin: 0px;
  131. font-family: trebuchet ms;
  132. font-size: 10px;
  133. text-transform: normal;
  134. line-height: 18px;
  135. color: {color:Text};
  136. background-color: {color:Background};
  137. background-image: url({image:Background});
  138. background-attachment: fixed;
  139. {block:ifTinyCursor}
  140. cursor: url(http://i.imgur.com/iGPZ4oL.png), auto;
  141. {/block:ifTinyCursor}
  142. }
  143. a:link, a:active, a:visited {
  144. text-decoration: none;
  145. color: {color:Link};
  146. -webkit-transition: all .3s ease-in-out;
  147. -moz-transition: all .3s ease-in-out;
  148. -ms-transition: all .3s ease-in-out;
  149. -o-transition: all .3s ease-in-out;
  150. transition: all .3s ease-in-out;
  151. }
  152. a:hover {
  153. color: {color:Link hover};
  154. cursor: help;
  155. {block:ifTinyCursor}
  156. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  157. {/block:ifTinyCursor}
  158. }
  159. p:first-child:first-letter {
  160. padding-left: 20px;
  161. }
  162. /* CONTENT/ENTRY */
  163. #content {
  164. position: relative;
  165. margin: 0 auto;
  166. {block:if250px}
  167. width: 290px;
  168. {/block:if250px}
  169. {block:if400px}
  170. width: 440px;
  171. {/block:if400px}
  172. {block:if500px}
  173. width: 540px;
  174. {/block:if500px}
  175. margin-top: 100px;
  176. }
  177. .entry {
  178. margin-bottom: 130px;
  179. padding: 20px;
  180. background: #fff;
  181. {block:IndexPage}
  182. border-bottom: 1px solid {color:Light Accent};
  183. {/block:IndexPage}
  184. }
  185. .entry:first-child {
  186. padding-top: 20px;
  187. border-top: 1px solid {color:Light Accent};
  188. }
  189. {/block:IndexPage}
  190. /* perma */
  191. #perma {
  192. position: absolute;
  193. margin-top: 40px;
  194. {block:if250px}
  195. margin-left: 150px;
  196. {/block:if250px}
  197. {block:if400px}
  198. margin-left: 150px;
  199. {/block:if400px}
  200. {block:if500px}
  201. margin-left: 250px;
  202. {/block:if500px}
  203. }
  204. .perma a {
  205. background: #fff;
  206. color: {color:Sidebar Text};
  207. border: 1px solid {color:Light Accent};
  208. padding: 6px 10px;
  209. }
  210. /* title and chat posts */
  211. .hm {
  212. padding: 0px 3px;
  213. }
  214. h1, h2 {
  215. font: 10px 'Open Sans';
  216. text-transform: uppercase;
  217. letter-spacing: 2px;
  218. color: {color:Headers};
  219. }
  220. ul, ol , li {
  221. margin-left: -6px;
  222. margin-right: 1px;
  223. margin-top: 2px;
  224. list-style-image: url('http://static.tumblr.com/3yblkz0/phLn0ncjk/crss.png');
  225. }
  226. #chat {
  227. padding: 6px;
  228. }
  229. .chat {
  230. list-style-type: none;
  231. line-height: 16px;
  232. }
  233. /* other css tools */
  234. #s-m-t-tooltip{
  235. max-width: 210px;
  236. margin:16px;
  237. padding: 5px;
  238. background: {color:Tooltip background};
  239. font: 7px trebuchet ms;
  240. letter-spacing: 1px;
  241. color: {color:Tooltip color};
  242. letter-spacing: 1.5px;
  243. text-transform: uppercase;
  244. box-shadow: 2px 2px 2px {color:Shadows};
  245. }
  246. ::-webkit-scrollbar {
  247. width: 5px;
  248. height: 5px;
  249. background: {color:Background};
  250. border-left: 1px solid {color:Scroll track};
  251. }
  252. ::-webkit-scrollbar-thumb {
  253. background: transparent;
  254. border-left: 1px solid {color:Scrollbar};
  255. }
  256.  
  257. /* ANSWER/ASK POSTS */
  258. .ask {
  259. background: {color:Quotes and Audio};
  260. padding: 8px;
  261. font-style: italic;
  262. text-shadow: 1px 1px #fff;
  263. }
  264. .asker {
  265. text-align: right;
  266. margin-right: 0px;
  267. margin-top: 5px;
  268. margin-bottom: 5px;
  269. }
  270. .ans {
  271. letter-spacing: 1px;
  272. }
  273. .cred a {
  274. z-index: 99999999999999999;
  275. position: fixed;
  276. font-family: calibri;
  277. font-size: 8px;
  278. text-transform: uppercase;
  279. letter-spacing: 1px;
  280. bottom: 5px;
  281. right: 6px;
  282. border: 3px double #ddd;
  283. color: #bbb;
  284. padding: 2px 3px;
  285. }
  286. .cred a:hover {
  287. bordeR: 3px double #fff;
  288. color: #fff;
  289. }
  290. /* POSTNOTES AND PERMALINK PAGE */
  291. .root {
  292. font: 7px trebuchet ms;
  293. margin-left: 10px;
  294. margin-top: 6px;
  295. letter-spacing: 1px;
  296. text-transform: uppercase;
  297. }
  298. .tags {
  299. font: 7px trebuchet ms;
  300. letter-spacing: 1px;
  301. text-transform: uppercase;
  302. }
  303. ol.notes {
  304. height: 200px;
  305. overflow: auto;
  306. {block:if250px}
  307. width: 290px;
  308. {/block:if250px}
  309. {block:if400px}
  310. width: 440px;
  311. {/block:if400px}
  312. {block:if500px}
  313. width: 540px;
  314. {/block:if500px}
  315. list-style-type: none;
  316. margin-left: -40px;
  317. margin-top: -120px;
  318. }
  319. ol.notes li.note a {
  320. color: {color:Text};
  321. }
  322. ol.notes li.note {
  323. font: 8px calibri;
  324. text-transform: uppercase;
  325. letter-spacing: 1px;
  326. list-style-type: none;
  327. display: block;
  328. padding: 6px;
  329. }
  330. img.avatar {
  331. display: none;
  332. }
  333. #wo {
  334. background: {color:Quotes and Audio};
  335. border: 4px double {color:Background};
  336. font: 7px trebuchet ms;
  337. text-transform: uppercase;
  338. letter-spacing: 1px;
  339. margin-top: 10px;
  340. padding: 6px;
  341. }
  342. .chil {
  343. height:5px;
  344. width:5px;
  345. margin-top:2px;
  346. margin-right:5px;
  347. border:1px solid {color:Light Accent};
  348. background: transparent;
  349. float: left;
  350. }
  351.  
  352. blockquote {
  353. border-left: 1px solid {color:Blockquote};
  354. padding-left: 8px;
  355. margin-left: 6px;
  356. }
  357. /* quotes */
  358. .quote {
  359. background: {color:Quotes and Audio};
  360. box-shadow: 1px 1px {color:Shadows};
  361. padding: 8px;
  362. margin: 3px;
  363. }
  364. .sli {
  365. font-family: tahoma;
  366. opacity: .3;
  367. float: left;
  368. margin-left: 10px;
  369. margin-top: 1px;
  370. margin-right: 5px;
  371. }
  372. .source {
  373. opacity: .8;
  374. padding: 6px;
  375. padding-top: 3px;
  376. }
  377. /* AUDIO */
  378. #play {
  379. width: 28px;
  380. height: 30px;
  381. overflow: hidden;
  382. opacity: .2;
  383. position: absolute;
  384. border-bottom: 1px solid {color:Shadows};
  385. }
  386. #gu {
  387. {block:if250px}
  388. width:250px;
  389. {/block:if250px}
  390. {block:if400px}
  391. width:400px;
  392. {/block:if400px}
  393. {block:if500px}
  394. width:500px;
  395. {/block:if500px}
  396. padding-top: 8px;
  397. text-align: center;
  398. font: 8px calibri;
  399. text-transform: uppercase;
  400. letter-spacing: 1px;
  401. height: 19px;
  402. background: {color:Quotes and Audio};
  403. box-shadow: 1px 1px {color:Shadows};
  404. }
  405. b, strong {
  406. color: {color:Headers};
  407. }
  408. #daseot {
  409. margin-top: 3px;
  410. margin-bottom: 3px;
  411. background: {color:Quotes and Audio};
  412. font: 8px calibri;
  413. text-transform: uppercase;
  414. letter-spacing: 1px;
  415. height: auto;
  416. padding: 5px;
  417. padding-left: 8px;
  418. line-height: 15px;
  419. box-shadow: 1px 1px {color:Shadows};
  420. }
  421. .artist {
  422. font: 8px calibri;
  423. text-transform: uppercase;
  424. letter-spacing: 1px;
  425. text-align: right;
  426. margin-top: 3px;
  427. box-shadow: 1px 1px {color:Shadows};
  428. }
  429.  
  430. /* navigation */
  431. .nav-box{
  432. position: relative;
  433. width: 30px;
  434. overflow: hidden;
  435. background: {color:Nav box bg};
  436. border: 5px double #fff;
  437. margin: 0 auto;
  438. margin-top: 76px;
  439. }
  440. .nav-box:before{
  441. content: "";
  442. display: block;
  443. padding-top: 100%;
  444. }
  445. .nav {
  446. position: absolute;
  447. top: 0;
  448. left: 0;
  449. bottom: 0;
  450. right: 0;
  451. margin-top: -2px;
  452. }
  453. .nav div {
  454. display: table;
  455. width: 100%;
  456. height: 100%;
  457. }
  458. .nav span {
  459. display: table-cell;
  460. text-align: center;
  461. vertical-align: middle;
  462. color: white;
  463. }
  464. .nav a{
  465. font: 22px tahoma;
  466. color: {color:Navigation};
  467. }
  468. .line2 {
  469. background: {color:Light Accent};
  470. height: 18px;
  471. width: 1px;
  472. position: relative;
  473. margin: 0 auto;
  474. margin-top: -56px;
  475. z-index: 5;
  476. }
  477. /* this is the popup */
  478. h6:last-child {
  479. border-bottom: none;
  480. }
  481. h6 {
  482. background: #fff;
  483. border-bottom: 1px solid {color:Light Accent};
  484. padding-bottom: 5px;
  485. font: 7px trebuchet ms;
  486. text-transform: uppercase;
  487. letter-spacing: 2px;
  488. text-align: center;
  489. margin-bottom: -2px;
  490. }
  491. .popup_block{
  492. display:none;
  493. background:#fff;
  494. padding:10px;
  495. padding-top: 0px;
  496. float:left;
  497. position:fixed;
  498. top: 50%;
  499. left: 50%;
  500. z-index: 99999;
  501. }
  502.  
  503. *html #fade {
  504. position: absolute;
  505. }
  506. *html .popup_block {
  507. position: absolute;
  508. }
  509. #fade {
  510. display:none;
  511. position:fixed;
  512. left:0px;
  513. top:0px;
  514. width:100%;
  515. height:100%;
  516. z-index:9999;
  517. background: {color:Background};
  518. opacity:.9;
  519. }
  520. /* sidebar */
  521. .icon {
  522. margin: 0 auto;
  523. position: relative;
  524. width: 38px;
  525. top: 48px;
  526. }
  527. .icon img {
  528. width: 30px;
  529. height: 30px;
  530. padding: 2px;
  531. background: #fff;
  532. border: 1px solid {color:Light Accent};
  533. }
  534. #desc {
  535. width: 150px;
  536. padding: 7px 10px;
  537. position: relative;
  538. border: 1px solid {color:Light Accent};
  539. color: {color:Sidebar Text};
  540. margin: 0 auto;
  541. top: 60px;
  542. background: #fff;
  543. text-align: justify;
  544. }
  545. .line {
  546. background: {color:Light Accent};
  547. height: 27px;
  548. width: 1px;
  549. position: absolute;
  550. top: 80px;
  551. left: 50%;
  552. margin-left: -.5px;
  553. z-index: -1;
  554. }
  555. #desc, .perma a, .chat, .quote, .source {
  556. font: 7px trebuchet ms;
  557. text-transform: uppercase;
  558. letter-spacing: 1px;
  559. line-height: 15px;
  560. }
  561. #ttop a {
  562. padding: 1px 8px;
  563. color: {color:Top Button};
  564. position: fixed;
  565. bottom: 50px;
  566. left:150px;
  567. }
  568. </style>
  569.  
  570. {block:IndexPage}
  571. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  572.  
  573. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  574.  
  575. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  576.  
  577. {/block:IndexPage}
  578.  
  579.  
  580. </head>
  581. <body>
  582.  
  583. <!---tttop--->
  584. <div id="top"></div>
  585. <div id="ttop"><a href="#top" title="to top?">↑</a></div>
  586.  
  587. <!----sidebar---->
  588. <div class="icon"><a href="/"><img src="{image:Icon}"/></a></div>
  589. <div id="desc">{Description}</div>
  590. <div class="line"></div>
  591.  
  592. <!---nav--->
  593. <div class="nav-box">
  594. <div class="nav"><div><span><a href="#?w=150" rel="box1" class="poplight">≣</a></span></div></div>
  595. </div>
  596. <div class="line2"></div>
  597. <!--------->
  598.  
  599.  
  600. <div id="content">
  601.  
  602.  
  603. {block:Posts}
  604. <div class="entry">
  605. <!------->
  606.  
  607. {block:Photo}
  608. {block:IndexPage}
  609. <div class="photo"><a href="{permalink}" title="{NoteCountWithLabel}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  610. {/block:IndexPage}
  611.  
  612. {block:PermalinkPage}
  613. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  614.  
  615. {LinkCloseTag}
  616. {/block:PermalinkPage}
  617. {/block:Photo}
  618.  
  619.  
  620.  
  621.  
  622.  
  623. {block:Photoset}
  624. {block:if250px}{Photoset-250}{/block:if250px}
  625.  
  626. {block:if400px}
  627. {Photoset-400}
  628. {/block:if400px}
  629.  
  630. {block:if500px}
  631. {Photoset-500}
  632. {/block:if500px}
  633.  
  634. {/block:Photoset}
  635.  
  636.  
  637.  
  638.  
  639.  
  640. {block:Text}
  641. {block:Title}<h1>{Title}</h1>{/block:Title}
  642. <div class="hm">{Body}</div>
  643. {/block:Text}
  644.  
  645.  
  646.  
  647.  
  648.  
  649. {block:Link}
  650. <h2><a href="{URL}">{Name}</a></h2>
  651. {block:Description}<div class="hm">{Description}</div>{/block:Description}
  652. {/block:Link}
  653.  
  654.  
  655.  
  656.  
  657.  
  658. {block:Quote}
  659. <div class="quote">
  660. {Quote}
  661. </div>
  662. {block:Source}<div class="sli">——</div><div class="source">{Source}</div>{/block:Source}
  663. {/block:Quote}
  664.  
  665.  
  666.  
  667.  
  668.  
  669. {block:Chat}
  670. {block:Title}<h1>{Title}</h1>{/block:Title}
  671. {block:Lines}
  672.  
  673. {block:Label}<b>{Label}</b>{/block:Label}
  674. <span><i>{Line}</i><br></span>
  675. {/block:Lines}
  676. {/block:Chat}
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683. {block:Audio}
  684. <div id="play">
  685. {AudioPlayerGrey}
  686. </div>
  687. <div id="gu">
  688. {block:TrackName}
  689. {TrackName}
  690. {/block:TrackName}
  691. </div>
  692. <div id="daseot">
  693. <b>artist</b>: {block:Artist}{Artist}{/block:Artist} <br>
  694.  
  695. <b>album name</b>: {block:Album}{Album}{/block:Album} <br>
  696. <b>PLAY COUNT</b>: {block:PlayCount}{PlayCountwithLabel}{/block:PlayCount}
  697. </div>
  698.  
  699. {/block:Audio}
  700.  
  701.  
  702.  
  703.  
  704.  
  705. {block:Answer}
  706. <div class="ask">
  707. {Question}
  708. </div>
  709. <div class="asker">
  710. said {Asker}
  711. </div>
  712. <div class="ans">
  713. {Answer}
  714. </div>
  715. {/block:Answer}
  716.  
  717.  
  718.  
  719.  
  720.  
  721. {block:Video}
  722.  
  723. {block:if250px}
  724. <div class="vid">{Video-250}</div>
  725. {/block:if250px}
  726.  
  727. {block:if400px}
  728. <div class="vid">{Video-400}</div>
  729. {/block:if400px}
  730.  
  731. {block:if500px}
  732. <div class="vid">{Video-500}</div>
  733. {/block:if500px}
  734.  
  735. {/block:Video}
  736.  
  737.  
  738.  
  739. <!------------------------PERMALINK PAGE------------------------------>
  740. {block:PermalinkPage}
  741. {block:Caption}
  742. <div id="wo">
  743. {Caption}
  744. </div>
  745. {/block:Caption}
  746.  
  747. {block:RebloggedFrom}
  748. <div class="root">
  749. <a href="{ReblogParentURL}" title="{ReblogParentName}">[ VIA ]</a> - <a href="{ReblogRootURL}" title="{ReblogRootName}">[ SRC ]</a> WITH {NoteCountWithLabel}</div>
  750. {/block:RebloggedFrom}
  751.  
  752. {block:HasTags}
  753. <p>
  754. {block:Tags}
  755. <div class="tags"><a href="{TagURL}">#{Tag}</a></div>
  756. {/block:Tags}
  757. {/block:HasTags}
  758.  
  759. {/block:PermalinkPage}
  760. <!----------------------------------------------------------->
  761. <!--------PERMALINKS---------->
  762. {block:IndexPage}
  763. <div id="perma">
  764. <div class="perma">
  765. <a href="{Permalink}">{MonthNumber}.{DayofMonth}.{ShortYear}</a> <a href="{ReblogURL}">✕</a>
  766. </div>
  767. </div>
  768. {/block:IndexPage}
  769. <!------------------>
  770.  
  771.  
  772. </div>
  773. {block:PermalinkPage}
  774. {block:PostNotes}
  775. {PostNotes}
  776. {/block:PostNotes}
  777. {/block:PermalinkPage}
  778.  
  779. {/block:Posts}
  780. </div>
  781.  
  782.  
  783. <!------------------------CREDITS DO NOT REMOVE----------------------->
  784. <div class="cred"><a href="http://www.rnirae.tumblr.com/" title="theme by rnirae">thm</a></div>
  785. <!------------------------------------------->
  786.  
  787. </body>
  788.  
  789.  
  790. <div id="box1" class="popup_block">
  791.  
  792. <h1>{Title}</h1>
  793. <h6><a href="{text:link 1}">{text:link 1 title}</a></h6>
  794. <h6><a href="{text:link 2}">{text:link 2 title}</a></h6>
  795. <h6><a href="{text:link 3}">{text:link 3 title}</a></h6>
  796. <h6><a href="{text:link 4}">{text:link 4 title}</a></h6>
  797. <h6><a href="{text:link 5}">{text:link 5 title}</a></h6>
  798. <h6><a href="{text:link 6}">{text:link 6 title}</a></h6>
  799.  
  800. </div>
  801.  
  802. </div></div></div></div></div></div></div></div></div></div>
  803.  
  804.  
  805.  
  806.  
  807.  
  808. </html>
Advertisement
Add Comment
Please, Sign In to add comment