reindropz

theme #4

Jun 28th, 2012
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.31 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>
  7. $(document).ready(function() {
  8. //
  9. $('a.poplight[href^=#]').click(function() {
  10. var popID = $(this).attr('rel'); //Get Popup Name
  11. var popURL = $(this).attr('href'); //Get Popup href to define size
  12. var query= popURL.split('?');
  13. var dim= query[1].split('&');
  14. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  15. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://www.pixelsxo.com/graphics/images/tiny//th_hmm.gif" class="btn_close" title="Close" alt="Close!!" /></a>');
  16. var popMargTop = ($('#' + popID).height() + 80) / 2;
  17. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  18. //Apply Margin to Popup
  19. $('#' + popID).css({
  20. 'margin-top' : -popMargTop,
  21. 'margin-left' : -popMargLeft
  22. });
  23. $('body').append('<div id="fade"></div>');
  24. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  25. return false;
  26. });
  27. $('a.close, #fade').live('click', function() {
  28. $('#fade , .popup_block').fadeOut(function() {
  29. $('#fade, a.close').remove(); //fade them both out
  30. });
  31. return false;
  32. });
  33. });
  34. </script>
  35. <html>
  36. <title>{Title}</title>
  37.  
  38. <!--
  39. ___________________________________________________________________________
  40.  
  41. CORPUS THEME BY NOCTOS @ TUMBLR
  42. ___________________________________________________________________________
  43.  
  44. -->
  45.  
  46. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl67rkfVl1qfamg6.gif">
  47. {block:Description}
  48. <meta name="description" content="{MetaDescription}" />
  49. {/block:Description}
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51.  
  52. <meta name="text:font" content="cambria" />
  53. <meta name="text:font size" content="9px" />
  54.  
  55. <meta name="image:background" content="" />
  56. <meta name="image:side" content="http://static.tumblr.com/nj7bgyh/iLKm3gsx7/tumblr_lxxy6b9t2a1r6hoxao1_500.jpg" />
  57. <meta name="image:side links BG" content="http://media.tumblr.com/tumblr_m3d3ogLzYw1qklwal.png" />
  58. <meta name="color:background" content="#fff" />
  59. <meta name="color:text" content="#777" />
  60. <meta name="color:links" content="#b4b4b4" />
  61. <meta name="color:links hover" content="#494949" />
  62. <meta name="color:bordering" content="#eee" />
  63. <meta name="color:side links TXT" content="#b3b3b3" />
  64. <meta name="color:side links BG hover" content="#eee" />
  65. <meta name="color:side links TXT hover" content="#b3b3b3" />
  66. <meta name="color:side title" content="#fff" />
  67. <meta name="color:post BG" content="#fff" />
  68. <meta name="color:post title BG" content="#fafafa" />
  69.  
  70. <meta name="if:endless scroll" content="1" />
  71. <meta name="if:show captions" content="0" />
  72. <meta name="if:post bordering" content="1" />
  73.  
  74. <meta name="if:small posts" content="1" />
  75. <meta name="if:medium posts" content="0" />
  76. <meta name="if:large posts" content="0" />
  77.  
  78. <meta name="text:link one" content="" />
  79. <meta name="text:link one title" content="" />
  80. <meta name="text:link two" content="" />
  81. <meta name="text:link two title" content="" />
  82. <meta name="text:link three" content="" />
  83. <meta name="text:link three title" content="" />
  84. <meta name="text:link four" content="" />
  85. <meta name="text:link four title" content="" />
  86. <meta name="text:link five" content="" />
  87. <meta name="text:link five title" content="" />
  88.  
  89. <style type="text/css">
  90.  
  91. {CustomCSS}
  92.  
  93. ::-webkit-scrollbar-thumb:vertical {background-color:{color:bordering};width:6px;border:1px solid #fff;}
  94. ::-webkit-scrollbar {height:0px;width:5px;background-color:{color:background};}
  95.  
  96. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  97.  
  98. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  99.  
  100.  
  101. body {
  102. background-image: url('{image:background}');
  103. background-attachment:fixed;
  104. background-color:{color:background};
  105. font-family:Leelawadee;
  106. font-size:9px;
  107. color:{color:text};
  108. }
  109.  
  110. a {
  111. color:{color:links};
  112. opacity:0.2px;
  113. text-decoration:none;
  114. -webkit-transition: all 0.6s ease-in;
  115. -moz-transition: all 0.6s ease-in;
  116. -o-transition: all 0.6s ease-in;
  117. }
  118.  
  119. a:hover {
  120. color:{color:links hover};
  121. opacity:0.2px;
  122. }
  123.  
  124. h1 {
  125. margin-top:0px;
  126. margin-bottom:-5px;
  127. font-size:16px;
  128. font-weight:lighter;
  129. letter-spacing:-1.5px;
  130. text-transform:uppercase;
  131. background-color:{color:post title BG};
  132. padding-left:6px;
  133. }
  134.  
  135. blockquote {
  136. padding-left:10px;
  137. border-left:1px solid {color:text};
  138. }
  139.  
  140. .audi img {
  141. max-width:100px;
  142. float:left;
  143. margin-right:5px;
  144. }
  145.  
  146. #content {
  147. {block:indexpage}
  148. {block:ifsmallposts}
  149. margin-left:43%;
  150. width:250px;
  151. {/block:ifsmallposts}
  152. {block:ifmediumposts}
  153. margin-left:34%;
  154. width:400px;
  155. {/block:ifmediumposts}
  156. {block:iflargeposts}
  157. margin-left:32%;
  158. width:500px;
  159. {/block:iflargeposts}
  160. {/block:indexpage}
  161. {block:permalinkpage}
  162. margin-left:43%;
  163. width:250px;
  164. {/block:permalinkpage}
  165. }
  166.  
  167. #entry {
  168. width: 250px;
  169. }
  170.  
  171. .post {
  172. float:right;
  173. overflow:hidden;
  174. {block:indexpage}
  175. padding:8px;
  176. margin-bottom:20px;
  177. background-color:{color:post BG};
  178. {block:ifpostbordering}
  179. border:4px solid {color:bordering};
  180. {/block:ifpostbordering}
  181. {block:ifsmallposts}
  182. width:250px;
  183. {/block:ifsmallposts}
  184. {block:ifmediumposts}
  185. width:400px;
  186. {/block:ifmediumposts}
  187. {block:iflargeposts}
  188. width:500px;
  189. {/block:iflargeposts}
  190. {/block:indexpage}
  191. {block:permalinkpage}
  192. margin-left:43%;
  193. width:250px;
  194. {/block:permalinkpage}
  195. }
  196.  
  197. .permalinkbox {
  198. position:relative;
  199. margin-top:-115px;
  200. float:left;
  201. width: 120px;
  202. margin-left: 70px;
  203. letter-spacing: 1px;
  204. background: white;
  205. -webkit-transition: all 0.6s ease-in;
  206. -moz-transition: all 0.6s ease-in;
  207. -o-transition: all 0.6s ease-in;
  208. z-index:1;
  209. opacity:0;
  210. {block:permalinkpage}
  211. display:none;
  212. {/block:permalinkpage}
  213. }
  214.  
  215. .permalink {
  216. background-color: ;
  217. color: white;
  218. text-align:center;
  219. padding:4px;
  220. opacity:0.9;
  221. font-family:calibri;
  222. font-size:9px;
  223. text-transform:uppercase;
  224. -webkit-transition: all 0.6s ease-in;
  225. -moz-transition: all 0.6s ease-in;
  226. -o-transition: all 0.6s ease-in;
  227. }
  228.  
  229. .permalink:hover {
  230. opacity:1;
  231. background: #BEBEBE;
  232. color: white;
  233. }
  234.  
  235. .post:hover .permalinkbox {
  236. opacity:1;
  237. margin-top: -75px;
  238. }
  239.  
  240. .reblogbox {
  241. position:relative;
  242. margin-top:-95px;
  243. float:left;
  244. width: 120px;
  245. margin-left: 70px;
  246. letter-spacing: 1px;
  247. background: white;
  248. -webkit-transition: all 0.6s ease-in;
  249. -moz-transition: all 0.6s ease-in;
  250. -o-transition: all 0.6s ease-in;
  251. z-index:1;
  252. opacity:0;
  253. {block:permalinkpage}
  254. display:none;
  255. {/block:permalinkpage}
  256. }
  257.  
  258. .reblog {
  259. background-color: ;
  260. color: black;
  261. text-align: left;
  262. padding:4px;
  263. opacity:0.9;
  264. font-family:calibri;
  265. font-size:9px;
  266. text-transform:uppercase;
  267. -webkit-transition: all 0.6s ease-in;
  268. -moz-transition: all 0.6s ease-in;
  269. -o-transition: all 0.6s ease-in
  270. }
  271.  
  272. .reblog:hover {
  273. opacity:1;
  274. background: #BEBEBE;
  275. color: black;
  276. }
  277.  
  278. .post:hover .reblogbox {
  279. opacity:1;
  280. }
  281.  
  282. .notes img {
  283. height:15px;
  284. width:15px;
  285. }
  286.  
  287. .notes {
  288. text-transform: center;
  289. }
  290.  
  291. .img {
  292. position:fixed;
  293. {block:indexpage}
  294. {block:ifsmallposts}
  295. left:43%;
  296. {/block:ifsmallposts}
  297. {block:ifmediumposts}
  298. left:34%;
  299. {/block:ifmediumposts}
  300. {block:iflargeposts}
  301. left:32%;
  302. {/block:iflargeposts}
  303. {/block:indexpage}
  304. {block:permalinkpage}
  305. left:43%;
  306. {/block:permalinkpage}
  307. top:30%;
  308. width:123px;
  309. height:98px;
  310. overflow:hidden;
  311. border-top: 3px solid #BEBEBE;
  312. border-bottom: 3px solid #BEBEBE;
  313. border-right: 3px solid #BEBEBE;
  314. border-left: 3px solid #BEBEBE;
  315. border-right:
  316. padding:10px 10px 10px 10px;
  317. background-color: none;
  318. border-radius:10px 10px 0px 0px;
  319. margin-top:55px;
  320. margin-left:-283px;
  321. }
  322.  
  323. .img:hover {
  324. border-radius: 10px 10px 0px 0px;
  325. }
  326.  
  327. #side {
  328. width:250px;
  329. position:fixed;
  330. {block:indexpage}
  331. {block:ifsmallposts}
  332. left:43%;
  333. {/block:ifsmallposts}
  334. {block:ifmediumposts}
  335. left:34%;
  336. {/block:ifmediumposts}
  337. {block:iflargeposts}
  338. left:32%;
  339. {/block:iflargeposts}
  340. {/block:indexpage}
  341. {block:permalinkpage}
  342. left:43%;
  343. {/block:permalinkpage}
  344. top:30%;
  345. margin-left:-284px;
  346. }
  347.  
  348. .desc {
  349. margin-top: 133px;
  350. margin-left: 108px;
  351. width: 30px;
  352. float:left;
  353. position: fixed;
  354. }
  355.  
  356. .descri {
  357. position:fixed;
  358. margin-top:-65px;
  359. float:right;
  360. text-transform: lowercase;
  361. width: 123px;
  362. height: 70px;
  363. font-size: 10px;
  364. font: arsenal white;
  365. margin-left: -104px;
  366. background: white;
  367. border-top: 4px solid #BEBEBE;
  368. border-bottom: 4px solid #BEBEBE;
  369. border-radius: 0px 0px 0px 0px;
  370. -webkit-transition: all 0.2s ease-in;
  371. -moz-transition: all 0.2s ease-in;
  372. -o-transition: all 0.2s ease-in;
  373. z-index:1;
  374. opacity:0;
  375. }
  376.  
  377. .descri:hover {
  378. border-radius: 0px 0px 0px 0px;
  379. opacity:2;
  380. border-top: 4px solid #BEBEBE;
  381. border-bottom: 4px solid #BEBEBE;
  382. background: white;
  383. position: fixed;
  384. color:black;
  385. -webkit-transition: all 0.5s ease-in;
  386. -moz-transition: all 0.5s ease-in;
  387. -o-transition: all 0.5s ease-in;
  388. opacity:2;
  389. }
  390.  
  391. .descri2 {
  392. position:fixed;
  393. margin-top:0px;
  394. float:right;
  395. text-transform: lowercase;
  396. width: 140px;
  397. height: 90px;
  398. font-size: 10px;
  399. font: arsenal white;
  400. margin-left: -68px;
  401. background: #EEE9E9;
  402. border-top: 4px solid #8B8989;
  403. border-bottom: 4px solid #8B8989;
  404. -webkit-transition: all 0.2s ease-in;
  405. -moz-transition: all 0.2s ease-in;
  406. -o-transition: all 0.2s ease-in;
  407. z-index:1;
  408. opacity:2;
  409. }
  410.  
  411. .descri2:hover {
  412. border-radius: 0px 0px 0px 0px;
  413. opacity:2;
  414. border-top: 4px solid #CDC1C5;
  415. border-bottom: 4px solid #CDC1C5;
  416. background: #EEE9E9;
  417. position: fixed;
  418. color:black;
  419. -webkit-transition: all 0.5s ease-in;
  420. -moz-transition: all 0.5s ease-in;
  421. -o-transition: all 0.5s ease-in;
  422. opacity:0;
  423. }
  424.  
  425. .link {
  426. z-index:1;
  427. float:left;
  428. margin-bottom:2px;
  429. background: white;
  430. color: white;
  431. font: ar julian;
  432. font-color: white;
  433. font-size: 8px;
  434. letter-spacing: 6px;
  435. text-transform: lowercase;
  436. height:45px;
  437. width:10px;
  438. padding-left:10px;
  439. margin-top:53px;
  440. margin-left:-123px;
  441. border-left: 2px solid gray;
  442. border-bottom: 2px solid gray;
  443. border-top: 2px solid gray;
  444. border-radius:0px 0px 0px 10px;
  445. -webkit-transition: all 0.2s ease-in;
  446. -moz-transition: all 0.2s ease-in;
  447. -o-transition: all 0.2s ease-in;
  448. opacity:1;
  449. }
  450.  
  451. .link:hover {
  452. background-color:{color:side links BG hover};
  453. height: 45px;
  454. width:10px;
  455. font-color: black;
  456. letter-spacing: 6px;
  457. border-radius:0px 0px 0px 10px;
  458. background: #BEBEBE;
  459. color: #EED5D2;
  460. opacity:2;
  461. border-top: 2px solid gray;
  462. border-bottom: 2px solid gray;
  463. border-left: 2px solid gray;
  464. -webkit-transition: all 0.1s ease-in;
  465. -moz-transition: all 0.1s ease-in;
  466. -o-transition: all 0.1s ease-in;
  467. }
  468.  
  469.  
  470. .link2 {
  471. z-index:1;
  472. float:left;
  473. margin-bottom:2px;
  474. background: white;
  475. color:{color:side links TXT};
  476. font: calibri;
  477. font-color: white;
  478. font-size: 8px;
  479. letter-spacing: 6px;
  480. text-transform: lowercase;
  481. height:45px;
  482. width:10px;
  483. padding-left:10px;
  484. margin-top:53px;
  485. margin-left:-101px;
  486. border-top: 2px solid gray;
  487. border-bottom: 2px solid gray;
  488. border-radius:0px 0px 0px 0px;
  489. -webkit-transition: all 0.2s ease-in;
  490. -moz-transition: all 0.2s ease-in;
  491. -o-transition: all 0.2s ease-in;
  492. opacity:1;
  493. }
  494.  
  495. .link2:hover {
  496. background-color:{color:side links BG hover};
  497. height: 45px;
  498. width:10px;
  499. font-color: black;
  500. letter-spacing: 6px;
  501. border-radius:0px 0px 0px 0px;
  502. background: #BEBEBE;
  503. color: #EED5D2;
  504. opacity:2;
  505. border-top: 2px solid gray;
  506. border-bottom: 2px solid gray;
  507. -webkit-transition: all 0.1s ease-in;
  508. -moz-transition: all 0.1s ease-in;
  509. -o-transition: all 0.1s ease-in;
  510. }
  511.  
  512. .link3 {
  513. z-index:1;
  514. float:left;
  515. margin-bottom:2px;
  516. background: white;
  517. color:{color:side links TXT};
  518. font: calibri;
  519. font-color: white;
  520. font-size: 8px;
  521. letter-spacing: 6px;
  522. text-transform: lowercase;
  523. height:45px;
  524. width:10px;
  525. padding-left:10px;
  526. margin-top:53px;
  527. margin-left:-81px;
  528. border-top: 2px solid gray;
  529. border-bottom: 2px solid gray;
  530. border-radius:0px 0px 0px 0px;
  531. -webkit-transition: all 0.2s ease-in;
  532. -moz-transition: all 0.2s ease-in;
  533. -o-transition: all 0.2s ease-in;
  534. opacity:1;
  535. }
  536.  
  537. .link3:hover {
  538. background-color:{color:side links BG hover};
  539. height: 45px;
  540. width:10px;
  541. font-color: black;
  542. letter-spacing: 6px;
  543. border-radius:0px 0px 0px 0px;
  544. background: #BEBEBE;
  545. color: #EED5D2;
  546. opacity:2;
  547. border-top: 2px solid gray;
  548. border-bottom: 2px solid gray;
  549. -webkit-transition: all 0.1s ease-in;
  550. -moz-transition: all 0.1s ease-in;
  551. -o-transition: all 0.1s ease-in;
  552. }
  553.  
  554. .link4 {
  555. z-index:1;
  556. float:left;
  557. margin-bottom:2px;
  558. background: white;
  559. color:{color:side links TXT};
  560. font: calibri;
  561. font-color: white;
  562. font-size: 8px;
  563. letter-spacing: 6px;
  564. text-transform: lowercase;
  565. height:45px;
  566. width:10px;
  567. padding-left:10px;
  568. margin-top:53px;
  569. margin-left:-61px;
  570. border-top: 2px solid gray;
  571. border-bottom: 2px solid gray;
  572. border-radius:0px 0px 0px 0px;
  573. -webkit-transition: all 0.2s ease-in;
  574. -moz-transition: all 0.2s ease-in;
  575. -o-transition: all 0.2s ease-in;
  576. opacity:1;
  577. }
  578.  
  579. .link4:hover {
  580. background-color:{color:side links BG hover};
  581. height: 45px;
  582. width:10px;
  583. font-color: black;
  584. letter-spacing: 6px;
  585. border-radius:0px 0px 0px 0px;
  586. background: #BEBEBE;
  587. color: #EED5D2;
  588. opacity:2;
  589. border-top: 2px solid gray;
  590. border-bottom: 2px solid gray;
  591. -webkit-transition: all 0.1s ease-in;
  592. -moz-transition: all 0.1s ease-in;
  593. -o-transition: all 0.1s ease-in;
  594. }
  595.  
  596. .link5 {
  597. z-index:1;
  598. float:left;
  599. margin-bottom:2px;
  600. background: white;
  601. color:{color:side links TXT};
  602. font: calibri;
  603. font-color: white;
  604. font-size: 8px;
  605. letter-spacing: 6px;
  606. text-transform: lowercase;
  607. height:45px;
  608. width:10px;
  609. padding-left:10px;
  610. margin-top:53px;
  611. margin-left:-41px;
  612. border-top: 2px solid gray;
  613. border-bottom: 2px solid gray;
  614. border-right: 2px solid gray;
  615. border-radius:0px 0px 10px 0px;
  616. -webkit-transition: all 0.2s ease-in;
  617. -moz-transition: all 0.2s ease-in;
  618. -o-transition: all 0.2s ease-in;
  619. opacity:1;
  620. }
  621.  
  622. .link5:hover {
  623. background-color:{color:side links BG hover};
  624. height: 45px;
  625. width:10px;
  626. font-color: black;
  627. letter-spacing: 6px;
  628. border-radius:0px 0px 10px 0px;
  629. background: #BEBEBE;
  630. color: #EED5D2;
  631. opacity:2;
  632. border-top: 2px solid gray;
  633. border-bottom: 2px solid gray;
  634. border-right: 2px solid gray;
  635. -webkit-transition: all 0.1s ease-in;
  636. -moz-transition: all 0.1s ease-in;
  637. -o-transition: all 0.1s ease-in;
  638. }
  639.  
  640. .titleholder {
  641. height:15px;
  642. width:15px;
  643. border-top:2px solid #EED5D2;
  644. border-bottom:2px solid #EED5D2;
  645. border-right:2px solid #EED5D2;
  646. border-left:2px solid #EED5D2;
  647. text-align:center;
  648. background: #E6E6FA;
  649. position: fixed;
  650. color: black;
  651. margin-top:15px;
  652. margin-left:92px;
  653. border-radius: 10px 10px 10px 10px;
  654. }
  655.  
  656. .title a {
  657. font-family:constantia;
  658. text-transform: lowercase;
  659. font-size:10px;
  660. background: ;
  661. font: ar julian;
  662. color: black;
  663. text-transform:uppercase;
  664. }
  665.  
  666. .title:hover {
  667. color: #000000;
  668. opacity: 2px;
  669. letter-spacing: 0px;
  670. border-radius: 0px 0px 0px 0px;
  671. }
  672.  
  673. .titleholder:hover {
  674. opacity:0.9px;
  675. height: 15px;
  676. width:15px;
  677. border-radius: 10px 10px 10px 10px;
  678. background: #E6E6FA;
  679. -webkit-transition: all 0.4s ease-in;
  680. -moz-transition: all 0.4s ease-in;
  681. -o-transition: all 0.4s ease-in;
  682. }
  683.  
  684. .readholder {
  685. z-index:1;
  686. float:left;
  687. margin-bottom:2px;
  688. background: none;
  689. color:{color:side links TXT};
  690. font: calibri;
  691. font-color: white;
  692. font-size: 8px;
  693. letter-spacing: 3px;
  694. text-transform: uppercase;
  695. height:12px;
  696. width:130px;
  697. padding-left:10px;
  698. margin-top:30px;
  699. margin-left:-115px;
  700. border-bottom: 3px solid #BEBEBE;
  701. border-top: 3px solid #BEBEBE;
  702. border-right: 2px solid #BEBEBE;
  703. border-left: 2px solid #BEBEBE;
  704. border-radius:10px 10px 10px 10px;
  705. -webkit-transition: all 0.2s ease-in;
  706. -moz-transition: all 0.2s ease-in;
  707. -o-transition: all 0.2s ease-in;
  708. opacity:1;
  709. }
  710.  
  711. .read {
  712. font-family: constantia;
  713. font-size: 3px;
  714. background: ;
  715. color: black;
  716. margin-top: -12px;
  717. text-align: center;
  718. }
  719.  
  720. .read:hover {
  721. color: #000000;
  722. opacity: 2px;
  723. font-size: 3px;
  724. }
  725.  
  726. .readholder:hover {
  727. background-color:{color:side links BG hover};
  728. text-transform: uppercase;
  729. width:130px;
  730. letter-spacing: 3px;
  731. border-radius:10px 10px 10px 10px;
  732. background: none;
  733. border-bottom: 3px solid #BEBEBE;
  734. color: #EED5D2;
  735. opacity:2;
  736. -webkit-transition: all 0.1s ease-in;
  737. -moz-transition: all 0.1s ease-in;
  738. -o-transition: all 0.1s ease-in;
  739. }
  740. .player {
  741. margin-top: -98px;
  742. margin-left: -255px;
  743. font-size: 9px;
  744. background: #FFDEAD;
  745. text-transform: uppercase;
  746. border-top: 2px solid;
  747. border-bottom: 2px solid;
  748. width: 80px;
  749. height: 12px;
  750. border-radius: 0px 0px 0px 0px;
  751. position: fixed;
  752. }
  753.  
  754. .pgna {
  755. position:fixed;
  756. {block:indexpage}
  757. {block:ifsmallposts}
  758. left:43%;
  759. {/block:ifsmallposts}
  760. {block:ifmediumposts}
  761. left:34%;
  762. {/block:ifmediumposts}
  763. {block:iflargeposts}
  764. left:32%;
  765. {/block:iflargeposts}
  766. {/block:indexpage}
  767. {block:permalinkpage}
  768. left:32%;
  769. {/block:permalinkpage}
  770. top:30%;
  771. margin-left:56px;
  772. margin-top:15px;
  773. text-align:right;
  774. margin-top:79px;
  775. }
  776.  
  777. .pops {
  778. font-size: 11px;
  779. line-height:13px;
  780. font-family: Arial;
  781. }
  782.  
  783. #fade { /*--Transparent background layer--*/
  784. display: none; /*--hidden by default--*/
  785. background: #000000;
  786. position: fixed; left: 0; top: 0;
  787. width: 100%; height: 100%;
  788. opacity: .80;
  789. z-index: 9999;
  790. }
  791. .popup_block{
  792. display: none; /*--hidden by default--*/
  793. background: #FFFAFA;
  794. padding: 10px;
  795. border: 1px solid #555;
  796. float: left;
  797. position: fixed;
  798. top: 50%; left: 50%;
  799. z-index: 99999;
  800. /*--CSS3 Box Shadows--*/
  801. -webkit-box-shadow: 0px 0px 20px #000;
  802. -moz-box-shadow: 0px 0px 20px #000;
  803. box-shadow: 0px 0px 20px #000;
  804. /*--CSS3 Rounded Corners--*/
  805. -webkit-border-radius: 0px;
  806. -moz-border-radius: 0px;
  807. border-radius: 0px;
  808. }
  809. img.btn_close {
  810. float: right;
  811. margin: -5px -5px 0px 0px;
  812. padding:none;
  813. }
  814. /*--Making IE6 Understand Fixed Positioning--*/
  815. *html #fade {
  816. position: absolute;
  817. }
  818. *html .popup_block {
  819. position: absolute;
  820. }
  821.  
  822.  
  823. .description {
  824. display: block;
  825. writing-mode: lr-tb;
  826. -webkit-transform: rotate(-360deg);
  827. -moz-transform: rotate(-360deg);
  828. -ms-transform: rotate(-360deg);
  829. -o-transform: rotate(-360deg);
  830. transform: rotate(-360deg);
  831. position: absolute;
  832. left: 54px;
  833. top: 4px;
  834. font-family:"georgia";
  835. font-size: 11px;
  836. text-transform: lowercase;
  837. letter-spacing: -1px;}
  838.  
  839. </style>
  840. {block:ifendlessscroll}
  841. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  842. {/block:ifendlessscroll}
  843. </head>
  844.  
  845. <!-- Back to top button by tiovani start -->
  846. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  847.  
  848. <script type="text/javascript" src="scrolltopcontrol.js">
  849. </script>
  850.  
  851. <script type="text/javascript" src="http://static.tumblr.com/rs5pbx8/3qKlwv8fz/love3.txt"></script>
  852. <!-- Back to top button by tiovani end -->
  853. <body>
  854.  
  855.  
  856. </div>
  857. </div>
  858.  
  859.  
  860. {block:ifnotendlessscroll}
  861. {block:Pagination}
  862. <div class="pgna">
  863. {block:NextPage}
  864. <a href="{NextPage}">FURTHER</a><br>
  865. {/block:NextPage}
  866. {block:PreviousPage}
  867. <a href="{PreviousPage}">ESCAPE</a>
  868. {/block:PreviousPage}
  869. </div>
  870. {/block:Pagination}
  871. {/block:ifnotendlessscroll}
  872.  
  873.  
  874. <div id="side">
  875. <div class="img">
  876. <img style="width:135px; margin-left: -9px; height: 99px; border-radius:120px 120px 0px 0px;" src="{image:side}">
  877. </div>
  878. <div class="desc">{Des}
  879. <div style="">
  880. </div>
  881. <div class="descri"><center>“Imperfection is beauty, madness is genius and it's better to be absolutely ridiculous than absolutely boring. [ <script language="JavaScript">
  882. var ref = (''+document.referrer+'');
  883. document.write('<script src="http://freehostedscripts1.net/ocounter.php?site=ID1349135&e1=&e2=&r=' + ref + '"><\/script>');
  884. </script> ]” </center></div>
  885. <div class="readholder" title="the blogger :)">
  886. <a href="#?w=200" rel="01" class="poplight"><center>THE TRIBUTE</center></a>
  887. </div>
  888.  
  889. <div class="link" title="home">
  890. <center><a href="/">H<br>O<br>M<br>E<br></a>
  891. </div>
  892. <div class="link2" title="message">
  893. <center><a href="#?w=200" rel="07" class="poplight">M<br>S<br>S<br>G<br></a></center>
  894. </div>
  895. <div class="link3" title="frequently asked">
  896. <center><a href="#?w=200" rel="03" class="poplight">F<br>A<br>Q<br>S<br></a></center>
  897. </div>
  898. <div class="link4" title="credits">
  899. <center><a href="#?w=200" rel="06" class="poplight">C<br>R<br>E<br>D</a></center>
  900. </div>
  901. <div class="link5" title="personal blog">
  902. <center><a href="#?w=200" rel="05" class="poplight">P<br>E<br>R<br>S<br></a></center>
  903. </div>
  904. <div id style="font-size: 13px; margin-left: -105px; margin-top: -118px; width: 125px;"><center><img src="http://fontmeme.com/create.php?text=awkward&name=angelina.ttf&size=30&style_color=000000" alt="Script Fonts" title="Oh, I See." /></a></center></div>
  905. {block:iflinkone}<a href="{text:link one}" title="{text:link one title}"><div class="link">{text:link one title}</div></a>{/block:iflinkone}{block:iflinktwo}<a href="{text:link two}" title="{text:link two title}"><div class="link">{text:link two title}</div></a>{/block:iflinktwo}{block:iflinkthree}<a href="{text:link three}" title="{text:link three title}"><div class="link">{text:link three title}</div></a>{/block:iflinkthree}
  906. {block:iflinkfour}<a href="{text:link four}" title="{text:link four title}"><div class="link">{text:link four title}</div></a>{/block:iflinkfour}{block:iflinkfive}<a href="{text:link five}" title="{text:link five title}"><div class="link">{text:link five title}</div></a>{/block:iflinkfive}
  907. </div>
  908. </div>
  909.  
  910.  
  911. <div id="content">
  912.  
  913. {block:Posts}
  914.  
  915. {block:Text}
  916. <div class="post">
  917. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  918. {body}
  919. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  920. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  921. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  922. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  923. {block:indexpage}
  924. {block:ifshowcaptions}
  925. {Caption}
  926. {/block:ifshowcaptions}
  927. {/block:indexpage}
  928. {block:permalinkpage}
  929. {Caption}
  930. {/block:permalinkpage}
  931. </div>
  932. {/block:Text}
  933.  
  934. {block:Photo}
  935. <div style="padding-bottom:5px;" class="post">
  936. {block:indexpage}
  937. {LinkOpenTag}
  938. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  939. {block:ifsmallposts}
  940. <img src="{PhotoURL-250}">
  941. {/block:ifsmallposts}
  942. {block:ifmediumposts}
  943. <img style="width:400px;" src="{PhotoURL-500}">
  944. {/block:ifmediumposts}
  945. {block:iflargeposts}
  946. <img src="{PhotoURL-500}">
  947. {/block:iflargeposts}
  948. {LinkCloseTag}
  949. {/block:indexpage}
  950. {block:permalinkpage}
  951. <img src="{PhotoURL-250}">
  952. {/block:permalinkpage}
  953. <div class="permalinkbox">
  954. <div class="permalink">
  955. <a href="{Permalink}">{NoteCountWithLabel}</a>
  956. </div>
  957. </div>
  958. <div class="reblogbox">
  959. <div class="reblog">
  960. <a href="{ReblogURL}"target="_blank"><center>REBLOG</center></a>
  961. </div>
  962. </div>
  963. {block:indexpage}
  964. {block:ifshowcaptions}
  965. {Caption}
  966. {/block:ifshowcaptions}
  967. {/block:indexpage}
  968. {block:permalinkpage}
  969. {Caption}
  970. {/block:permalinkpage}
  971. </div>
  972. {/block:Photo}
  973.  
  974. {block:Photoset}
  975. <div class="post">
  976. {block:indexpage}
  977. {block:ifsmallposts}
  978. {Photoset-250}
  979. {/block:ifsmallposts}
  980. {block:ifmediumposts}
  981. {Photoset-400}
  982. {/block:ifmediumposts}
  983. {block:iflargeposts}
  984. {Photoset-500}
  985. {/block:iflargeposts}
  986. {/block:indexpage}
  987. {block:permalinkpage}
  988. {Photoset-250}
  989. {/block:permalinkpage}
  990. <div class="permalinkbox">
  991. <div class="permalink">
  992. <a href="{Permalink}">{NoteCountWithLabel}</a>
  993. </div>
  994. </div>
  995. <div class="reblogbox">
  996. <div class="reblog">
  997. <a href="{ReblogURL}"target="_blank"><center>REBLOG</center></a>
  998. </div>
  999. </div>
  1000. {block:indexpage}
  1001. {block:ifshowcaptions}
  1002. {Caption}
  1003. {/block:ifshowcaptions}
  1004. {/block:indexpage}
  1005. {block:permalinkpage}
  1006. {Caption}
  1007. {/block:permalinkpage}
  1008. </div>
  1009. {/block:Photoset}
  1010.  
  1011. {block:Chat}
  1012. <div class="post">
  1013. {block:Title}<h1 style="margin-bottom:5px;">{Title}</h1>{/block:Title}
  1014. {block:Lines}
  1015. <li style="list-style:none;">
  1016. {block:Label}
  1017. {Label}
  1018. {/block:Label}
  1019. <i>
  1020. {Line}
  1021. </i>
  1022. </li>
  1023. {/block:Lines}
  1024.  
  1025. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1026. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1027. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1028. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1029. {block:indexpage}
  1030. {block:ifshowcaptions}
  1031. {Caption}
  1032. {/block:ifshowcaptions}
  1033. {/block:indexpage}
  1034. {block:permalinkpage}
  1035. {Caption}
  1036. {/block:permalinkpage}
  1037. </div>
  1038. {/block:Chat}
  1039.  
  1040. {block:Link}
  1041. <div class="post">
  1042. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1043. {block:Description}
  1044. {Description}
  1045. {/block:Description}
  1046.  
  1047.  
  1048. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1049. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1050. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1051. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1052. {block:indexpage}
  1053. {block:ifshowcaptions}
  1054. {Caption}
  1055. {/block:ifshowcaptions}
  1056. {/block:indexpage}
  1057. {block:permalinkpage}
  1058. {Caption}
  1059. {/block:permalinkpage}
  1060. </div>
  1061. {/block:Link}
  1062.  
  1063. {block:Video}
  1064. <div class="post">
  1065. {block:indexpage}
  1066. {block:ifsmallposts}
  1067. {Video-250}
  1068. {/block:ifsmallposts}
  1069. {block:ifmediumposts}
  1070. {Video-400}
  1071. {/block:ifmediumposts}
  1072. {block:iflargeposts}
  1073. {Video-500}
  1074. {/block:iflargeposts}
  1075. {/block:indexpage}
  1076. {block:permalinkpage}
  1077. {Video-500}
  1078. {/block:permalinkpage}
  1079. <div class="permalinkbox">
  1080. <div class="permalink">
  1081. <a href="{Permalink}">{NoteCountWithLabel} |</a>
  1082. <a href="{ReblogURL}"target="_blank">REBLOG</a>
  1083. </div>
  1084. </div>
  1085. {block:indexpage}
  1086. {block:ifshowcaptions}
  1087. {Caption}
  1088. {/block:ifshowcaptions}
  1089. {/block:indexpage}
  1090. {block:permalinkpage}
  1091. {Caption}
  1092. {/block:permalinkpage}
  1093. </div>
  1094. {/block:Video}
  1095.  
  1096. {block:Audio}
  1097. <div class="post">
  1098. <div style="margin-bottom:5px;background-color:#000;width:100%;">{AudioPlayerBlack}</div><div class="audi">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>{block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>{block:Album}<b>ALBUM:</b> {Album}{/block:Album}<br>{Block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}</p><b>PLAYS:</b> {PlayCountWithLabel}
  1099. <div class="permalinkbox">
  1100. <div class="permalink">
  1101. <a href="{Permalink}">{NoteCountWithLabel} |</a>
  1102. <a href="{ReblogURL}"target="_blank">REBLOG</a>
  1103. </div>
  1104. </div>
  1105. {block:indexpage}
  1106. {block:ifshowcaptions}
  1107. {Caption}
  1108. {/block:ifshowcaptions}
  1109. {/block:indexpage}
  1110. {block:permalinkpage}
  1111. {Caption}
  1112. {/block:permalinkpage}
  1113. </div>
  1114. {/block:Audio}
  1115.  
  1116. {block:Quote}
  1117. <div class="post">
  1118. "{Quote}"
  1119. <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div><div style="text-align:right;">
  1120. {block:Source}― <i>{Source}</i>{/block:Source}</div>
  1121. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1122. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1123. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1124. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1125. {block:indexpage}
  1126. {block:ifshowcaptions}
  1127. {Caption}
  1128. {/block:ifshowcaptions}
  1129. {/block:indexpage}
  1130. {block:permalinkpage}
  1131. {Caption}
  1132. {/block:permalinkpage}
  1133. </div>
  1134. {/block:Quote}
  1135.  
  1136. {block:Answer}
  1137. <div class="post">
  1138. <div style="padding:5px;background-color: #EEE9E9;">{Asker}: {Question}</div>{Answer}
  1139. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1140. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1141. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1142. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1143. {block:indexpage}
  1144. {block:ifshowcaptions}
  1145. {Caption}
  1146. {/block:ifshowcaptions}
  1147. {/block:indexpage}
  1148. {block:permalinkpage}
  1149. {Caption}
  1150. {/block:permalinkpage}
  1151. </div>
  1152. {/block:Answer}
  1153.  
  1154. {block:PermalinkPage}
  1155. <div style="float:left;width:250px;">{block:Date}
  1156. <div style="font-weight:bold;font-size:12px;border-bottom:1px solid {color:bordering};margin-bottom:3px;text-transform:uppercase;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({12Hour}:{Minutes}{AmPm})</div>{/block:Date}{block:PostNotes}{NoteCountWithLabel}<br>{block:PostNotes}{block:HasTags}tagged:{block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a>{/block:Tags}<br>{/block:HasTags}{block:RebloggedFrom}via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:Date}<div style="border-bottom:1px solid {color:bordering};padding-top:3px;margin-bottom:3px;"></div>navigation: <a href="{ReblogURL}" title="reblog this post">reblog</a>, <a href="/">index</a>, <a href="/random" title="random post">random</a>{/block:Date}{block:NoteCount}<div style="border-bottom:1px solid {color:bordering};padding-top:3px;"></div><div class="notes">{PostNotes}</div>{/block:NoteCount}</div>
  1157. {/block:PermalinkPage}
  1158.  
  1159. {/block:Posts}
  1160.  
  1161. </div>
  1162.  
  1163.  
  1164.  
  1165. <div id="01" class="popup_block">
  1166. <div class="pops">
  1167.  
  1168. <center><img src="http://fontmeme.com/create.php?text=Myself&name=Arista2.0.ttf&size=30&style_color=000000" alt="Futuristic Fonts" /></a><br /></center>
  1169. Rein is my name, I live somewhere in South-East Asia called Little Philippines. A blogger at the age of 14. The Gender is Male, as well as gay. I'm also a wizard and Hufflepuff is my house. Charms has been my favorite course. I love the smell of the pizza and everything that smells good. I hate being judged, of course. I hate the RATS and I love the CATS. I love being called Reindrops, (which have been my url reindrop-s) and I love being free. I admire vintage, photography and typos. Also a Swiftie, Katniss Wannabe, Lermaniac, Bicycle Addict. I hate school and everything about school. Feel free to send messages in my olwery
  1170. <center>FACTS ABOUT ME : <a href="/tagged/facts">GO HERE</a></center>
  1171. <center>MY ENVIRONMENT : <a href="/tagged/kabuang">GO HERE</a></center>
  1172.  
  1173.  
  1174. </div>
  1175. </div></div>
  1176. <div id="02" class="popup_block">
  1177. <div class="pops">
  1178.  
  1179. <center><bold>READ THIS PLEASE.</bold></center>
  1180. I will be less active this coming next week due to starting of classes (like all of us too). Don't worry guys, I will still post photos but only limited and your messages will still be answered. I will open my blog in noontime or in the evening but only half-hour or what. Godbless and thank you for taking time reading this.
  1181. <center><a href="/ask">MESSAGE ME REGARDING ABOUT THIS</a></center>
  1182. <center><a href="/submit">SUBMIT ANYTHING U WANT</a></center>
  1183.  
  1184. </div>
  1185. </div></div>
  1186. <div id="03" class="popup_block">
  1187. <div class="pops">
  1188.  
  1189. <center><img src="http://fontmeme.com/create.php?text=Faqs&name=Arista2.0.ttf&size=30&style_color=000000" alt="Futuristic Fonts" /></a><br /></center>
  1190. <li>I'm Rein, from Phils. 14 and Male</li>
  1191. <li>I surely check blogs</li>
  1192. <li>Follow back messages will be ignored</li>
  1193. <li>I only have 4 digit followers</li>
  1194. <li>P4P is a sure thing :)</li>
  1195. <li>F4F, depends in my mood.</li>
  1196. <li>I will vote for you but MBF me</li>
  1197. <li>Haters gonna hate</li>
  1198. <li>And also, I HATE FANMAILS</li>
  1199.  
  1200.  
  1201. </div>
  1202. </div></div>
  1203. <div id="04" class="popup_block">
  1204. <div class="pops">
  1205.  
  1206. <center><img src="http://fontmeme.com/create.php?text=Other Links&name=Arista2.0.ttf&size=30&style_color=000000" alt="Futuristic Fonts" /></a><br /></center>
  1207. <b>OTHER ACCOUNTS :</b>
  1208.  
  1209. <li><a href="http://www.facebook.com/ReinDropz08" target="_blank">Le Facebook</a></li>
  1210. <li><a href="http://www.twitter.com/ReinTweetaholic" target="_blank">Le Twitter</a></li>
  1211. <li><a href="http://leswaggers.tumblr.com" target="_blank">Group Blog 1</a></li>
  1212. <li><a href="http://epicwonderstruck.tumblr.com" target="_blank">Group Blog 2</a></li>
  1213. <li><a href="http://notanother-diary.tumblr.com" target="_blank">Personal Blog</a></li>
  1214.  
  1215.  
  1216.  
  1217. <b>RELATED TO BLOGS :</b>
  1218. <li><a href="http://reindrop-s.tumblr.com/tagged/replies">Replies</a></li>
  1219. <li><a href="http://reindrop-s.tumblr.com/tagged/fansigns">Fansigns</a></li>
  1220. <li><a href="/blogroll">Blogroll</a></li>
  1221. <li><a href="/vips">Vips</a></li>
  1222.  
  1223.  
  1224.  
  1225. <b>MAIN CATEGORIES :</b>
  1226.  
  1227. <li><a href="/tagged/food">Food</a></li>
  1228. <li><a href="/tagged/photography">Fave Photographs</a></li>
  1229. <li><a href="/tagged/hearts">Hearts</a></li>
  1230. <li><a href="/tagged/puppy">My puppies</a></li>
  1231. <li><a href="/tagged/kabuang">District 12</a></li>
  1232. <li><a href="/tagged/bohol">Bohol, Phils. my place</a></li>
  1233.  
  1234. </div>
  1235. </div></div>
  1236. <div id="05" class="popup_block">
  1237. <div class="pops">
  1238.  
  1239. <center><img src="http://fontmeme.com/create.php?text=Personal&name=Arista2.0.ttf&size=30&style_color=000000" alt="Futuristic Fonts" /></a><br /></center>
  1240. <b>Here in my personal blog, I often speak my own dialect. Filipino and Visaya [Fil. Language] but if you are open in any languages, feel free to proceed. But if you're really interested, now go and proceed too.
  1241.  
  1242.  
  1243.  
  1244. <center><i><a href="http://theothersideof-rein.tumblr.com" target="_blank">PROCEED TO MY PERSONAL BLOG</a></i></center>
  1245.  
  1246. </div>
  1247. </div></div>
  1248. <div id="06" class="popup_block">
  1249. <div class="pops">
  1250.  
  1251. <center><img src="http://fontmeme.com/create.php?text=Credits&name=Arista2.0.ttf&size=30&style_color=000000" alt="Futuristic Fonts" /></a><br /></center>
  1252. <center>THEME : <a href="http://noctos.tumblr.com">Noctos</a></center>
  1253. <center>HEAVILY TWEAKED : <a href="http://reindrop-s.tumblr.com">18bicycles</a></center>
  1254. <center>SCROLL TO TOP: <a href="http://eccentricshutters.tumblr.com">Hannah</a></center>
  1255. <center>SIDEBAR PICTS : <a href="http://itsallabouttaylorswift.tumblr.com">Swifties</a></center>
  1256. <center>POWERED BY : <a href="http://www.tumblr.com">Tumblr</a></center>
  1257.  
  1258. <i>All photos here are not mine unless stated. If you have any seen copycats in your opinion then feel free to talk with me so I can explain you.</i>
  1259.  
  1260.  
  1261. </div>
  1262. </div></div>
  1263. <div id="07" class="popup_block">
  1264. <div class="pops">
  1265. <center><img src="http://fontmeme.com/create.php?text=Message&name=Arista2.0.ttf&size=30&style_color=000000" alt="Futuristic Fonts" /></a><br /></center>
  1266. <center><b>PLEASE READ FAQS FIRST</b></center>
  1267.  
  1268. <center><a href="http://reindrop-s.tumblr.com/ask">PROCEED TO ASKBOX</a></center>
  1269. </div>
  1270. </div></div>
  1271.  
  1272.  
  1273. </div></div></div></div></div></div></div></div></div></div>
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279. </body>
  1280. </html>
Advertisement
Add Comment
Please, Sign In to add comment