Advertisement
lojsan7

kanetheme

May 5th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.29 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. <head>
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42. <style type="text/css">figure {margin: 0;}</style>
  43. <link href='http://fonts.googleapis.com/css?family=Felipa' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  44.  
  45. <!---- this is theme 44 by Hollywhood
  46. please don't remove the credit
  47. thank you
  48. --->
  49.  
  50. <meta name="color:Background" content="#ffffff"/>
  51. <meta name="color:Text" content="#9B9B9B"/>
  52. <meta name="color:Link" content="#b8b8b8"/>
  53. <meta name="color:scrollbar" content="#999999">
  54. <meta name="color:title" content="#999999">
  55. <meta name="color:Link Hover" content="#eeeeee"/>
  56.  
  57. <meta name="image:sidebar" content=""/>
  58. <meta name="text:sidebartitle" content="">
  59.  
  60. <meta name="text:link1" content="" />
  61. <meta name="text:link1 url" content="/">
  62. <meta name="text:link2" content="" />
  63. <meta name="text:link2 url" content="/">
  64. <meta name="text:link3" content="" />
  65. <meta name="text:link3 url" content="/">
  66. <meta name="text:link4" content="" />
  67. <meta name="text:link4 url" content="/">
  68. <meta name="text:link5" content="" />
  69. <meta name="text:link5 url" content="/">
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74. .popup_block {
  75. display:none;
  76. background:#fff;
  77. padding:20px;
  78. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  79. float:left;
  80. position:fixed;
  81. width: 300px;
  82. height: 400px;
  83. overflow-y:scroll;
  84. overflow-x:hidden;
  85. z-index: 99999;
  86. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  87. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  88. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  89. }
  90.  
  91. ::-webkit-scrollbar-thumb{
  92. background-color: solid transparent;
  93. border: 2px solid transparent;
  94. height:auto;
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height:auto;
  99. width:5px;
  100. background-color: solid transparent;
  101. border:5px solid transparent;
  102. }
  103.  
  104.  
  105. iframe#tumblr_controls {
  106. white-space:nowrap;
  107. -webkit-filter: invert(100%);
  108. -moz-filter: invert(100%);
  109. -o-filter: invert(100%);
  110. -ms-filter: invert(100%);
  111. filter: invert(100%);
  112. opacity:.2;transition: .8s ease-in-out;
  113. -webkit-transition: .8s ease-in-out;
  114. -moz-transition: .8s ease-in-out;
  115. -o-transition: .8s ease-in-out;
  116. }
  117.  
  118. h1 {
  119. font-weight:normal;
  120. font-size:13px;
  121. text-align:center;
  122. font-style:normal;
  123. line-height:100%;
  124. letter-spacing:1px;
  125. text-transform:normal;
  126. color:{color:text};
  127. }
  128.  
  129. h2 {
  130. font-size:10px;
  131. line-height:100%;
  132. letter-spacing:-0.5px;
  133. font-family:times;
  134. font-weight:bold;
  135. text-transform:uppercase;
  136. padding:5px;
  137. padding-bottom:2px;
  138. }
  139.  
  140.  
  141. blockquote {
  142. border-left:2px solid #fff;
  143. border-radius:5px;
  144. padding:17px;
  145. background-color:#transparent;
  146. }
  147.  
  148. /************** FLAGS UPDATES TAB **************/
  149. /* tutorial by deanlirium|tumblr (clarence.tk) */
  150.  
  151. #flags {
  152. position:fixed;
  153. top:-10px;
  154. left:25px; /* distance from the left of the page - adjust as you wish! */ /* the text is in all caps - delete this line and it won't be */
  155. color:#bbb; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  156. font-size:9px; /* adjust font size */
  157. letter-spacing:1px;
  158. z-index:2147483607;
  159. font-family:calibri;}
  160.  
  161. /* okay real talk - this updates tab is currently to the top left of your page - if you want to move it to right, just change every 'left' into 'right' and 'right' into 'left'! and I mean every. single. one. Such as the left:100px; above will become right:100px; there are also a bunch of 'margin-left's here below, so change them to margin-right. look for left and right stuff and switch.
  162. On the contrary, if you want to move it to the bottom of the page, switch every 'top' with 'bottom' and vice versa. That's really it! c: */
  163.  
  164. #flag1 {
  165. border:solid 6px #bbb; /* flag color */
  166. border-bottom:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  167. padding-top:20px;
  168. width:0px;
  169. height:40px; /* increase or decrease to change the lenght of the CLOSED flag */
  170. position:absolute;
  171. -moz-transition:all 0.7s ease-out;
  172. -webkit-transition:all 0.7s ease-out;
  173. -o-transition:all 0.7s ease-out;}
  174.  
  175. #flag1:hover {
  176. height:180px;} /* lenght of the OPEN flag */
  177.  
  178. #upd1 {
  179. position:absolute;
  180. width:110px;
  181. height:200px; /* adjust to fit the text if you write a lot! */
  182. padding:10px;
  183. padding-top:60px; /* adjust this if you've changed the length of the closed flag */
  184. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  185. margin-left:6px; /* keep this number equal to the 'border' value for the flag */
  186. opacity:0;
  187. overflow:hidden;
  188. -moz-transition:all 0.7s ease-out;
  189. -webkit-transition:all 0.7s ease-out;
  190. -o-transition:all 0.7s ease-out;}
  191.  
  192. #flag1:hover #upd1{
  193. top:0px;
  194. opacity:1;}
  195.  
  196. /* following is the coding for the other flags - same as above! */
  197.  
  198. #flag2 {
  199. border:solid 6px #aaa;
  200. margin-left:20px;
  201. position:absolute;
  202. border-bottom:solid 6px transparent;
  203. padding-top:20px;
  204. width:0px;
  205. height:30px;
  206. -moz-transition:all 0.7s ease-out;
  207. -webkit-transition:all 0.7s ease-out;
  208. -o-transition:all 0.7s ease-out;}
  209.  
  210. #flag2:hover {
  211. height:180px;}
  212.  
  213. #upd2 {
  214. position:absolute;
  215. width:110px;
  216. padding:10px;
  217. padding-top:60px;
  218. height:200px; /* adjust to fit the text if you write a lot! */
  219. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  220. overflow:hidden;
  221. margin-left:6px;
  222. opacity:0;
  223. -moz-transition:all 0.7s ease-out;
  224. -webkit-transition:all 0.7s ease-out;
  225. -o-transition:all 0.7s ease-out;}
  226.  
  227. #flag2:hover #upd2{
  228. top:0px;
  229. opacity:1;}
  230.  
  231. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-left value for the #flag(number) adding 20px each new flag! copy from here: */
  232.  
  233. #flag3 {
  234. border:solid 6px #7e7e7e;
  235. position:absolute;
  236. margin-left:40px;
  237. border-bottom:solid 6px transparent;
  238. padding-top:20px;
  239. height:20px;
  240. width:0px;
  241. -moz-transition:all 0.7s ease-out;
  242. -webkit-transition:all 0.7s ease-out;
  243. -o-transition:all 0.7s ease-out;}
  244.  
  245. #flag3:hover {
  246. height:180px;}
  247.  
  248. #upd3 {
  249. position:absolute;
  250. width:110px;
  251. padding:10px;
  252. padding-top:60px;
  253. height:200px; /* adjust to fit the text if you write a lot! */
  254. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  255. overflow:hidden;
  256. margin-left:6px;
  257. opacity:0;
  258. -moz-transition:all 0.7s ease-out;
  259. -webkit-transition:all 0.7s ease-out;
  260. -o-transition:all 0.7s ease-out;}
  261.  
  262. #flag3:hover #upd3{
  263. top:0px;
  264. opacity:1;}
  265.  
  266. /* to here */
  267.  
  268. body {
  269. background:{color:background};
  270. background-image: url('http://i.imgur.com/iK0tKYj.png');
  271. color:{color:text};
  272. font-family:'lao ui';
  273. font-size:10px;
  274. line-height:100%;
  275. background-attachment: fixed;
  276. background-image:fixed;
  277. background-repeat: no-repeat;
  278. background-image:cover;
  279. background-position:left top;
  280. }
  281.  
  282. sup,small,sub {
  283. font-size:10px;}
  284.  
  285. b,strong {
  286. color:#fff;
  287. text-shadow: 1px 1px 1px #dadada;
  288. font-family:times;
  289. font-size:12px;
  290. }
  291.  
  292. em , i {
  293. font-family: 'Felipa', cursive;
  294. font-size:13px;
  295. text-transform:lowercase;
  296. color: #dadada;
  297. text-shadow: 1px 1px 1px #d78c50;
  298. }
  299.  
  300. a {
  301. text-decoration:none;
  302. outline:none;
  303. -moz-outline-style:none;
  304. color:{color:link};
  305. -moz-transition-duration:0.5s;
  306. -webkit-transition-duration:0.5s;
  307. -o-transition-duration:0.5s;
  308. }
  309.  
  310. a:hover {
  311. text-decoration:none;
  312. outline:none;
  313. -moz-outline-style:none;
  314. color:{color:link hover};
  315. }
  316.  
  317. img {
  318. border:none;
  319. }
  320.  
  321.  
  322. #post {
  323. width:500px;
  324. margin-top:20px;
  325. margin-bottom:20px;
  326. }
  327.  
  328. #container {margin: auto;
  329. position:fixed;
  330. width: 900px;}
  331.  
  332. #pcontainer {
  333.  
  334. background-color: transparent;
  335.  
  336. width:650px;
  337.  
  338.  
  339.  
  340. height:295px;
  341. padding: 30px 45px;
  342. top:265px;
  343. border:0px solid #aeaeae;
  344. margin-bottom:10px;
  345. margin-left:410px;
  346. position:fixed;
  347. overflow-y:scroll;
  348. overflow-x:hidden;
  349. }
  350.  
  351.  
  352. #entries {
  353. background-color:transparent;
  354. background-position:cover;
  355. position: absolute;
  356. left: 50px;
  357. top: 225px;
  358. font-size: 11px;
  359. height: 385px;
  360. overflow-x:hidden;
  361. overflow-y:auto;
  362. width:500px;
  363. padding:20px;
  364. border: 0px dotted #bbb;
  365. }
  366.  
  367.  
  368. #theme {
  369. width:px;
  370. margin:0 auto -12px auto;
  371. }
  372.  
  373. #sidebar {
  374. color:{color:text};
  375. width:100px;
  376. height:auto;
  377. margin-top:90px;
  378. margin-left:165px;
  379. text-align:left;
  380. }
  381.  
  382. #sidebarimage img {
  383. width:100px;
  384. opacity:.9;
  385. margin-top:-10px;
  386. margin-bottom:0px;
  387. margin-left:43px;
  388. }
  389.  
  390. #links {
  391. font-family:arial;
  392. width:220px;
  393. margin-top:500px;
  394. margin-left:235px;
  395. font-size:20px;
  396. font-weight:bold;
  397. text-transform:uppercase;
  398. text-align:center;
  399. line-height:280%;
  400. }
  401.  
  402. #links a{
  403. line-height:280%;
  404. border-bottom:0px solid #fff;
  405. margin-top:4px;
  406. margin-left:13px;
  407. color:{color:link};
  408. text-shadow: 1px 1px 1px #bbb;
  409. text-decoration:none;
  410. -moz-transition-duration:.2s;
  411. -webkit-transition-duration:.2s;
  412. -o-transition-duration:.2s;
  413. }
  414.  
  415. #links a:hover {
  416. color: {color:link hover};
  417. width:60px;
  418. -moz-transition-duration:0.2s;
  419. -webkit-transition-duration:0.2s;
  420. -o-transition-duration:0.2s;
  421. }
  422.  
  423. #description {
  424. width:300px;
  425. font-family:times;
  426. margin-top:23px;
  427. margin-left:700px;
  428. text-align:center;
  429. font-size:9px;
  430. color: {color:text};
  431. letter-spacing:0px;
  432. line-height:170%;
  433. -moz-transition-duration:1s;
  434. -webkit-transition-duration:1s;
  435. -o-transition-duration:1s;
  436. }
  437.  
  438. #description a {
  439. color:{color:link};
  440. }
  441.  
  442. #description a:hover {
  443. color:{color:link hover};
  444. }
  445.  
  446. .sidebartitle {
  447. width:300px;
  448. text-align:center;
  449. font-family:'californian fb';
  450. line-height:120%;
  451. margin-left:-58px;
  452. word-spacing:2px;
  453. font-style:italic;
  454. font-size:16px;
  455. margin-top:10px;
  456. color:{color:title};
  457. }
  458.  
  459. #pagination {
  460. font-family:corbel;
  461. width:500px;
  462. font-size:9px;
  463. margin-top:25px;
  464. margin-left:0px;
  465. padding-left:5px;
  466. letter-spacing:1px;
  467. text-align:center;
  468. text-transform:uppercase;
  469. }
  470.  
  471. #pagination a {
  472. color:{color:link};
  473. }
  474.  
  475. #info {
  476. font-family:calibri;
  477. width:500px;
  478. margin-top:6px;
  479. padding-top:1px;
  480. word-spacing:1px;
  481. font-size:8px;
  482. color:#bbbbbb;
  483. text-transform:uppercase;
  484. font-style:normal;
  485. text-align:left;
  486. border-top:1px solid #ccc;
  487. -moz-transition-duration:0.5s;
  488. -webkit-transition-duration:0.5s;
  489. -o-transition-duration:0.5s;
  490. }
  491.  
  492. #info a {
  493. margin-right:2px;
  494. color:#ffffff;
  495. font-style:normal;
  496. }
  497.  
  498. #info a:hover {
  499. color:{color:link hover};
  500. }
  501.  
  502. .tags {
  503. font-family:calibri;
  504. width:500px;
  505. text-transform:normal;
  506. line-height:120%;
  507. font-size:10px;
  508. text-align:left;
  509. padding-top:5px;
  510. padding-bottom:15px;
  511. -moz-transition-duration:0.2s;
  512. -webkit-transition-duration:0.2s;
  513. -o-transition-duration:0.2s;
  514. }
  515. .tags a{
  516. font-style:italic;
  517. color:#ffffff;
  518. -moz-transition-duration:0.2s;
  519. -webkit-transition-duration:0.2s;
  520. -o-transition-duration:0.2s;
  521. }
  522. .tags a:hover{
  523. color:{color:link hover};
  524. -moz-transition-duration:0.2s;
  525. -webkit-transition-duration:0.2s;
  526. -o-transition-duration:0.2s;
  527. }
  528.  
  529. .audio{
  530. background-color:#e5e5e5;
  531. height:65px;
  532. overflow:hidden;
  533. }
  534.  
  535. #ask {
  536. float:left;
  537. color:{color:text};
  538. }
  539.  
  540. #credit {
  541. font-size:9px;
  542. font-family:cambria;
  543. font-style:italic;
  544. letter-spacing:1px;
  545. -moz-transition-duration:0.5s;
  546. -webkit-transition-duration:0.5s;
  547. -o-transition-duration:0.5s;
  548. }
  549.  
  550. #credit a {
  551. background-color:solid transparent;
  552. padding:5px;
  553. border:1px solid #fff;
  554. position:fixed;
  555. right:15px;
  556. bottom:10px
  557. }
  558.  
  559. #credit a:hover {
  560. color:#fff;
  561. background-color:#solid transparent;
  562. }
  563.  
  564.  
  565. .popup_block{
  566. display:none;
  567. background:#fff;
  568. padding:20px;
  569. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  570. float:left;
  571. position:fixed;
  572. top:50%;left:50%;
  573. width: 300px;
  574. height: 400px;
  575. overflow-y:scroll;
  576. overflow-x:hidden;
  577. z-index: 99999;
  578. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  579. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  580. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  581. }
  582.  
  583. *html #fade {position: absolute;}
  584. *html .popup_block {position: absolute;}
  585. #fade {
  586. display:none;
  587. position:fixed;
  588. left:0px;
  589. top:0px;
  590. width:100%;
  591. height:100%;
  592. z-index:9999;
  593. background:#000; /* change to #fff for solid white */
  594. opacity:0.5; /* change to opacity:1; */
  595. }
  596.  
  597. {CustomCSS}</style></head><body>
  598. <!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':100,'autoplay':false,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'','url':'https://www.youtube.com/watch?v=oJBgqwr4WYw'}]}" ></script><noscript><a href="http://playlist.me/songs/">player playlist</a></noscript><!-- playlist.me script end -->
  599.  
  600. <div id="flags">
  601. <div id="flag1"><div id="upd1">
  602.  
  603. <center>independent <i>celestial oc</i>.
  604. <p><center><b>multi-verse</b> <br>&<br> <b>selective</b>.
  605. <p><center>not bound to a specific fandom.
  606. <p><center>est. october 2011.
  607.  
  608. </div></div>
  609. <div id="flag2"><div id="upd2">
  610. <center>icons & theme are <u>not</u> for public use.
  611. <p><center>tracking tag:<br><a href="http://tumblr.com/tagged/atrxcitas">atrxcitas</a>.<br>
  612. <a href="http://www.rpthreadtracker.com/public/allthreads?userId=12648&currentBlog=atrxcitas&sortDescending=false&currentOrderBy=UserTitle">thread tracker</a>.</p>
  613. <p><center>please read the guidelines before interacting.
  614. <p><center>written by luca;<br>
  615. GMT+1.</center>
  616.  
  617. </div></div>
  618. <div id="flag3"><div id="upd3">
  619. <center>other (<u>active</u>) accounts:</p>
  620. <p><center><i><a href="http://peredhellen.tumblr.com" title="canon character from the lord of the rings series.">elladan;</a><br>
  621. <a href="http://cremiisius.tumblr.com" title="canon character from dragon age: inquisition.">cremisius aclassi;</a><br>
  622. <a href="http://tsulfatuu.tumblr.com" title="star wars oc.">rein li vale;<br>
  623. <a href="http://infernumpeperisti.tumblr.com" title="renegade shepard from the mass effect series.">commander shepard.</a></i>
  624.  
  625. </div></div>
  626.  
  627. <!---- to here and change the numbers according to your css! ---->
  628.  
  629. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  630.  
  631. <div id="theme">
  632. <div id=”container”>
  633.  
  634. <div id="sidebar">
  635.  
  636. <div id="sidebarimage">
  637. <a href="/"><img src="{image:sidebar}"></a></div>
  638.  
  639. <div class="sidebartitle">{text:sidebartitle}</div>
  640.  
  641. <div id="links">
  642. <a href="/" title="home.">╳</a>
  643. <a href="#?w=400" rel="box1" class="poplight" a title="message.">╳</a>
  644. <a href="#?w=400" rel="box2" class="poplight"a title="guidelines.">╳</a>
  645. <a href="#?w=400" rel="box3" class="poplight"a title="file.">╳</a>
  646. <a href="#?w=400" rel="box4" class="poplight"a title="map.">╳</a>
  647.  
  648.  
  649. </div>
  650.  
  651. <div id="description">{description}</div>
  652.  
  653. </div>
  654. <div id=”pcontainer”>
  655. <div id="entries">{block:Posts}<div id="post">
  656.  
  657. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  658.  
  659. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  660.  
  661. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  662.  
  663. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  664.  
  665. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  666.  
  667. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  668.  
  669. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  670. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  671.  
  672. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  673.  
  674. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  675.  
  676. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth} &nbsp;{Year}</a>
  677. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#c63d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  678.  
  679. {block:RebloggedFrom}&nbsp; <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a>
  680. </div>
  681.  
  682.  
  683. {block:HasTags}
  684. <div class="tags">
  685. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  686. {/block:HasTags}
  687. <div class="postnote">
  688. {block:PostNotes}{PostNotes}{/block:PostNotes}
  689. </div>
  690. </div>
  691. {/block:Posts}
  692.  
  693. <div id="pagination">
  694. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←&nbsp;&nbsp;&nbsp; future</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">past&nbsp;&nbsp;&nbsp; →</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  695.  
  696. </div>
  697. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  698. </body>
  699.  
  700. <div id="box1" class="popup_block">
  701. <h2>message.</h2><iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/atrxcitas.tumblr.com" width="100%"></iframe>
  702. </div>
  703. </div>
  704.  
  705. <div id="box2" class="popup_block">
  706. <center>CONTENT CONTENT CONTENT</center>
  707. </div>
  708. </div>
  709.  
  710. <div id="box3" class="popup_block">
  711. <center>CONTENT CONTENT CONTENT</center>
  712. </div>
  713. </div>
  714.  
  715. <div id="box4" class="popup_block">
  716. <center>CONTENT CONTENT CONTENT</center>
  717. </div>
  718. </div>
  719.  
  720. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement