reindropz

theme #3

Jun 27th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.88 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. .circlelink {
  91.  
  92. left:6px;
  93.  
  94. border-radius:100px;
  95.  
  96. bottom:5px;
  97.  
  98. background:transparent;
  99.  
  100. width:70px;
  101.  
  102. height:40px;
  103.  
  104. margin-left:2px;
  105.  
  106. text-align:center;
  107.  
  108. font-color:#fff;
  109.  
  110. margin-bottom:10px;
  111.  
  112. padding-top:30px;
  113.  
  114. -webkit-transition-timing-function: ease-out;
  115.  
  116. -webkit-transition-duration: .7s;
  117.  
  118. -moz-transition-timing-function: ease-out;
  119.  
  120. -moz-transition-duration: .7s;
  121.  
  122. moz-box-shadow: 0 0 1px #E799A3;
  123.  
  124. -webkit-box-shadow: 0 0 8px #C48793;
  125.  
  126. text-transform:uppercase;
  127.  
  128. position:fixed;
  129.  
  130. }
  131.  
  132. .circlelink:hover {
  133.  
  134. border-radius:100px;
  135.  
  136. position:fixed;
  137.  
  138. background-color:transparent;
  139.  
  140. width:70px;
  141.  
  142. height:40px;
  143.  
  144. margin-left:2px;
  145.  
  146. text-align:center;
  147.  
  148. padding-top:30px;
  149.  
  150. -webkit-transition-timing-function: ease-out;
  151.  
  152. -webkit-transition-duration: .7s;
  153.  
  154. -moz-transition-timing-function: ease-out;
  155.  
  156. -moz-transition-duration: .7s;
  157.  
  158. moz-box-shadow: 0 0 1px #E799A3;
  159.  
  160. -webkit-box-shadow: 0 0 8px #C48793;
  161.  
  162. }
  163.  
  164. .circlelink2 {
  165.  
  166. left:66px;
  167.  
  168. background-color:transparent;
  169.  
  170. border-radius:100px;
  171.  
  172. bottom:5px;
  173.  
  174. width:70px;
  175.  
  176. height:40px;
  177.  
  178. margin-left:2px;
  179.  
  180. text-align:center;
  181.  
  182. font-color:#fff;
  183.  
  184. margin-bottom:10px;
  185.  
  186. padding-top:30px;
  187.  
  188. -webkit-transition-timing-function: ease-out;
  189.  
  190. -webkit-transition-duration: .7s;
  191.  
  192. -moz-transition-timing-function: ease-out;
  193.  
  194. -moz-transition-duration: .7s;
  195.  
  196. text-transform:uppercase;
  197.  
  198. position:fixed;
  199.  
  200. moz-box-shadow: 0 0 1px #E799A3;
  201.  
  202. -webkit-box-shadow: 0 0 8px #C48793;
  203.  
  204. }
  205.  
  206. .circlelink2:hover {
  207.  
  208. border-radius:100px;
  209.  
  210. position:fixed;
  211.  
  212. background: #FBBBB9;
  213.  
  214. width:70px;
  215.  
  216. height:40px;
  217.  
  218. margin-left:2px;
  219.  
  220. text-align:center;
  221.  
  222. padding-top:30px;
  223.  
  224. -webkit-transition-timing-function: ease-out;
  225.  
  226. -webkit-transition-duration: .7s;
  227.  
  228. -moz-transition-timing-function: ease-out;
  229.  
  230. -moz-transition-duration: .7s;
  231.  
  232. }
  233.  
  234. {CustomCSS}
  235.  
  236. ::-webkit-scrollbar-thumb:vertical {background-color:{color:bordering};width:6px;border:1px solid #fff;}
  237. ::-webkit-scrollbar {height:0px;width:5px;background-color:{color:background};}
  238.  
  239. 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;}
  240.  
  241. 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;}
  242.  
  243.  
  244. body {
  245. background-image: url('{image:background}');
  246. background-attachment:fixed;
  247. background-color:{color:background};
  248. font-family:Leelawadee;
  249. font-size:9px;
  250. color:{color:text};
  251. }
  252.  
  253. a {
  254. color:{color:links};
  255. opacity:0.2px;
  256. text-decoration:none;
  257. -webkit-transition: all 0.6s ease-in;
  258. -moz-transition: all 0.6s ease-in;
  259. -o-transition: all 0.6s ease-in;
  260. }
  261.  
  262. a:hover {
  263. color:{color:links hover};
  264. opacity:0.2px;
  265. }
  266.  
  267. h1 {
  268. margin-top:0px;
  269. margin-bottom:-5px;
  270. font-size:16px;
  271. font-weight:lighter;
  272. letter-spacing:-1.5px;
  273. text-transform:uppercase;
  274. background-color:{color:post title BG};
  275. padding-left:6px;
  276. }
  277.  
  278. blockquote {
  279. padding-left:10px;
  280. border-left:1px solid {color:text};
  281. }
  282.  
  283. .audi img {
  284. max-width:100px;
  285. float:left;
  286. margin-right:5px;
  287. }
  288.  
  289. #content {
  290. {block:indexpage}
  291. {block:ifsmallposts}
  292. margin-left:43%;
  293. width:250px;
  294. {/block:ifsmallposts}
  295. {block:ifmediumposts}
  296. margin-left:34%;
  297. width:400px;
  298. {/block:ifmediumposts}
  299. {block:iflargeposts}
  300. margin-left:32%;
  301. width:500px;
  302. {/block:iflargeposts}
  303. {/block:indexpage}
  304. {block:permalinkpage}
  305. margin-left:43%;
  306. width:250px;
  307. {/block:permalinkpage}
  308. }
  309.  
  310. #entry {
  311. width: 250px;
  312. }
  313.  
  314. .post {
  315. float:right;
  316. overflow:hidden;
  317. {block:indexpage}
  318. padding:8px;
  319. margin-bottom:20px;
  320. background-color:{color:post BG};
  321. {block:ifpostbordering}
  322. border:4px solid {color:bordering};
  323. {/block:ifpostbordering}
  324. {block:ifsmallposts}
  325. width:250px;
  326. {/block:ifsmallposts}
  327. {block:ifmediumposts}
  328. width:400px;
  329. {/block:ifmediumposts}
  330. {block:iflargeposts}
  331. width:500px;
  332. {/block:iflargeposts}
  333. {/block:indexpage}
  334. {block:permalinkpage}
  335. margin-left:43%;
  336. width:250px;
  337. {/block:permalinkpage}
  338. }
  339.  
  340. .permalinkbox {
  341. position:relative;
  342. margin-top:-115px;
  343. float:left;
  344. width: 120px;
  345. margin-left: 70px;
  346. letter-spacing: 1px;
  347. background: white;
  348. -webkit-transition: all 0.6s ease-in;
  349. -moz-transition: all 0.6s ease-in;
  350. -o-transition: all 0.6s ease-in;
  351. z-index:1;
  352. opacity:0;
  353. {block:permalinkpage}
  354. display:none;
  355. {/block:permalinkpage}
  356. }
  357.  
  358. .permalink {
  359. background-color: ;
  360. color: white;
  361. text-align:center;
  362. padding:4px;
  363. opacity:0.9;
  364. font-family:calibri;
  365. font-size:9px;
  366. text-transform:uppercase;
  367. -webkit-transition: all 0.6s ease-in;
  368. -moz-transition: all 0.6s ease-in;
  369. -o-transition: all 0.6s ease-in;
  370. }
  371.  
  372. .permalink:hover {
  373. opacity:1;
  374. background: white;
  375. color: white;
  376. }
  377.  
  378. .post:hover .permalinkbox {
  379. opacity:1;
  380. margin-top: -75px;
  381. }
  382.  
  383. .reblogbox {
  384. position:relative;
  385. margin-top:-95px;
  386. float:left;
  387. width: 120px;
  388. margin-left: 70px;
  389. letter-spacing: 1px;
  390. background: white;
  391. -webkit-transition: all 0.6s ease-in;
  392. -moz-transition: all 0.6s ease-in;
  393. -o-transition: all 0.6s ease-in;
  394. z-index:1;
  395. opacity:0;
  396. {block:permalinkpage}
  397. display:none;
  398. {/block:permalinkpage}
  399. }
  400.  
  401. .reblog {
  402. background-color: ;
  403. color: white;
  404. text-align:center;
  405. padding:4px;
  406. opacity:0.9;
  407. font-family:calibri;
  408. font-size:9px;
  409. text-transform:uppercase;
  410. -webkit-transition: all 0.6s ease-in;
  411. -moz-transition: all 0.6s ease-in;
  412. -o-transition: all 0.6s ease-in
  413. }
  414.  
  415. .reblog:hover {
  416. opacity:1;
  417. background: white;
  418. color: white;
  419. }
  420.  
  421. .post:hover .reblogbox {
  422. opacity:1;
  423. margin-left: 70px;
  424. }
  425.  
  426. .notes img {
  427. height:20px;
  428. width:20px;
  429. }
  430.  
  431.  
  432. .img {
  433. position:fixed;
  434. {block:indexpage}
  435. {block:ifsmallposts}
  436. left:43%;
  437. {/block:ifsmallposts}
  438. {block:ifmediumposts}
  439. left:34%;
  440. {/block:ifmediumposts}
  441. {block:iflargeposts}
  442. left:32%;
  443. {/block:iflargeposts}
  444. {/block:indexpage}
  445. {block:permalinkpage}
  446. left:43%;
  447. {/block:permalinkpage}
  448. top:30%;
  449. width:123px;
  450. height:98px;
  451. overflow:hidden;
  452. border-top: 3px solid #BEBEBE;
  453. border-bottom: 3px solid #BEBEBE;
  454. border-right: 3px solid #BEBEBE;
  455. border-left: 3px solid #BEBEBE;
  456. border-right:
  457. padding:10px 10px 10px 10px;
  458. background-color: none;
  459. border-radius:0px 0px 0px 0px;
  460. margin-top:55px;
  461. margin-left:-283px;
  462. }
  463.  
  464. .img:hover {
  465. border-radius: 0px 0px 0px 0px;
  466. }
  467.  
  468. #side {
  469. width:250px;
  470. position:fixed;
  471. {block:indexpage}
  472. {block:ifsmallposts}
  473. left:43%;
  474. {/block:ifsmallposts}
  475. {block:ifmediumposts}
  476. left:34%;
  477. {/block:ifmediumposts}
  478. {block:iflargeposts}
  479. left:32%;
  480. {/block:iflargeposts}
  481. {/block:indexpage}
  482. {block:permalinkpage}
  483. left:43%;
  484. {/block:permalinkpage}
  485. top:30%;
  486. margin-left:-284px;
  487. }
  488.  
  489. .desc {
  490. margin-top: 133px;
  491. margin-left: 108px;
  492. width: 30px;
  493. float:left;
  494. position: fixed;
  495. }
  496.  
  497. .descri {
  498. position:fixed;
  499. margin-top:-65px;
  500. float:right;
  501. text-transform: lowercase;
  502. width: 123px;
  503. height: 70px;
  504. font-size: 10px;
  505. font: arsenal white;
  506. margin-left: -104px;
  507. background: #FFF8DC;
  508. border-top: 4px solid #BEBEBE;
  509. border-bottom: 4px solid #BEBEBE;
  510. border-radius: 0px 0px 0px 0px;
  511. -webkit-transition: all 0.2s ease-in;
  512. -moz-transition: all 0.2s ease-in;
  513. -o-transition: all 0.2s ease-in;
  514. z-index:1;
  515. opacity:0;
  516. }
  517.  
  518. .descri:hover {
  519. border-radius: 0px 0px 0px 0px;
  520. opacity:2;
  521. border-top: 4px solid #BEBEBE;
  522. border-bottom: 4px solid #BEBEBE;
  523. background: #FFF8DC;
  524. position: fixed;
  525. color:black;
  526. -webkit-transition: all 0.5s ease-in;
  527. -moz-transition: all 0.5s ease-in;
  528. -o-transition: all 0.5s ease-in;
  529. opacity:2;
  530. }
  531.  
  532. .descri2 {
  533. position:fixed;
  534. margin-top:0px;
  535. float:right;
  536. text-transform: lowercase;
  537. width: 140px;
  538. height: 90px;
  539. font-size: 10px;
  540. font: arsenal white;
  541. margin-left: -68px;
  542. background: #EEE9E9;
  543. border-top: 4px solid #8B8989;
  544. border-bottom: 4px solid #8B8989;
  545. -webkit-transition: all 0.2s ease-in;
  546. -moz-transition: all 0.2s ease-in;
  547. -o-transition: all 0.2s ease-in;
  548. z-index:1;
  549. opacity:2;
  550. }
  551.  
  552. .descri2:hover {
  553. border-radius: 0px 0px 0px 0px;
  554. opacity:2;
  555. border-top: 4px solid #CDC1C5;
  556. border-bottom: 4px solid #CDC1C5;
  557. background: #EEE9E9;
  558. position: fixed;
  559. color:black;
  560. -webkit-transition: all 0.5s ease-in;
  561. -moz-transition: all 0.5s ease-in;
  562. -o-transition: all 0.5s ease-in;
  563. opacity:0;
  564. }
  565.  
  566. .link {
  567. z-index:1;
  568. float:left;
  569. margin-bottom:2px;
  570. background: #BEBEBE;
  571. color: white;
  572. font: ar julian;
  573. font-color: white;
  574. font-size: 8px;
  575. letter-spacing: 6px;
  576. text-transform: lowercase;
  577. height:45px;
  578. width:10px;
  579. padding-left:10px;
  580. margin-top:55px;
  581. margin-left:-116px;
  582. border-left: 2px solid gray;
  583. border-bottom: 2px solid gray;
  584. border-top: 2px solid gray;
  585. border-radius:0px 0px 0px 0px;
  586. -webkit-transition: all 0.2s ease-in;
  587. -moz-transition: all 0.2s ease-in;
  588. -o-transition: all 0.2s ease-in;
  589. opacity:1;
  590. }
  591.  
  592. .link:hover {
  593. background-color:{color:side links BG hover};
  594. height: 65px;
  595. width:10px;
  596. font-color: black;
  597. letter-spacing: 6px;
  598. border-radius:0px 0px 0px 0px;
  599. background: #BEBEBE;
  600. color: #EED5D2;
  601. opacity:0.6;
  602. border-top: 2px solid gray;
  603. border-bottom: 2px solid gray;
  604. border-left: 2px solid gray;
  605. -webkit-transition: all 0.1s ease-in;
  606. -moz-transition: all 0.1s ease-in;
  607. -o-transition: all 0.1s ease-in;
  608. }
  609.  
  610.  
  611. .link2 {
  612. z-index:1;
  613. float:left;
  614. margin-bottom:2px;
  615. background: #FFF8DC;
  616. color:{color:side links TXT};
  617. font: calibri;
  618. font-color: white;
  619. font-size: 8px;
  620. letter-spacing: 6px;
  621. text-transform: lowercase;
  622. height:45px;
  623. width:10px;
  624. padding-left:10px;
  625. margin-top:55px;
  626. margin-left:-94px;
  627. border-top: 2px solid gray;
  628. border-bottom: 2px solid gray;
  629. border-radius:0px 0px 0px 0px;
  630. -webkit-transition: all 0.2s ease-in;
  631. -moz-transition: all 0.2s ease-in;
  632. -o-transition: all 0.2s ease-in;
  633. opacity:1;
  634. }
  635.  
  636. .link2:hover {
  637. background-color:{color:side links BG hover};
  638. height: 65px;
  639. width:10px;
  640. font-color: black;
  641. letter-spacing: 6px;
  642. border-radius:0px 0px 0px 0px;
  643. background:#FFF8DC;
  644. color: #EED5D2;
  645. opacity:0.6;
  646. border-top: 2px solid gray;
  647. border-bottom: 2px solid gray;
  648. -webkit-transition: all 0.1s ease-in;
  649. -moz-transition: all 0.1s ease-in;
  650. -o-transition: all 0.1s ease-in;
  651. }
  652.  
  653. .link3 {
  654. z-index:1;
  655. float:left;
  656. margin-bottom:2px;
  657. background: #BEBEBE;
  658. color:{color:side links TXT};
  659. font: calibri;
  660. font-color: white;
  661. font-size: 8px;
  662. letter-spacing: 6px;
  663. text-transform: lowercase;
  664. height:45px;
  665. width:10px;
  666. padding-left:10px;
  667. margin-top:55px;
  668. margin-left:-74px;
  669. border-top: 2px solid gray;
  670. border-bottom: 2px solid gray;
  671. border-radius:0px 0px 0px 0px;
  672. -webkit-transition: all 0.2s ease-in;
  673. -moz-transition: all 0.2s ease-in;
  674. -o-transition: all 0.2s ease-in;
  675. opacity:1;
  676. }
  677.  
  678. .link3:hover {
  679. background-color:{color:side links BG hover};
  680. height: 65px;
  681. width:10px;
  682. font-color: black;
  683. letter-spacing: 6px;
  684. border-radius:0px 0px 0px 0px;
  685. background: #BEBEBE;
  686. color: #EED5D2;
  687. opacity:0.6;
  688. border-top: 2px solid gray;
  689. border-bottom: 2px solid gray;
  690. -webkit-transition: all 0.1s ease-in;
  691. -moz-transition: all 0.1s ease-in;
  692. -o-transition: all 0.1s ease-in;
  693. }
  694.  
  695. .link4 {
  696. z-index:1;
  697. float:left;
  698. margin-bottom:2px;
  699. background: #FFF8DC;
  700. color:{color:side links TXT};
  701. font: calibri;
  702. font-color: white;
  703. font-size: 8px;
  704. letter-spacing: 6px;
  705. text-transform: lowercase;
  706. height:45px;
  707. width:10px;
  708. padding-left:10px;
  709. margin-top:55px;
  710. margin-left:-54px;
  711. border-top: 2px solid gray;
  712. border-bottom: 2px solid gray;
  713. border-radius:0px 0px 0px 0px;
  714. -webkit-transition: all 0.2s ease-in;
  715. -moz-transition: all 0.2s ease-in;
  716. -o-transition: all 0.2s ease-in;
  717. opacity:1;
  718. }
  719.  
  720. .link4:hover {
  721. background-color:{color:side links BG hover};
  722. height: 65px;
  723. width:10px;
  724. font-color: black;
  725. letter-spacing: 6px;
  726. border-radius:0px 0px 0px 0px;
  727. background: #FFF8DC;
  728. color: #EED5D2;
  729. opacity:0.6;
  730. border-top: 2px solid gray;
  731. border-bottom: 2px solid gray;
  732. -webkit-transition: all 0.1s ease-in;
  733. -moz-transition: all 0.1s ease-in;
  734. -o-transition: all 0.1s ease-in;
  735. }
  736.  
  737. .link5 {
  738. z-index:1;
  739. float:left;
  740. margin-bottom:2px;
  741. background: #BEBEBE;
  742. color:{color:side links TXT};
  743. font: calibri;
  744. font-color: white;
  745. font-size: 8px;
  746. letter-spacing: 6px;
  747. text-transform: lowercase;
  748. height:45px;
  749. width:10px;
  750. padding-left:10px;
  751. margin-top:55px;
  752. margin-left:-34px;
  753. border-top: 2px solid gray;
  754. border-bottom: 2px solid gray;
  755. border-right: 2px solid gray;
  756. border-radius:0px 0px 0px 0px;
  757. -webkit-transition: all 0.2s ease-in;
  758. -moz-transition: all 0.2s ease-in;
  759. -o-transition: all 0.2s ease-in;
  760. opacity:1;
  761. }
  762.  
  763. .link5:hover {
  764. background-color:{color:side links BG hover};
  765. height: 65px;
  766. width:10px;
  767. font-color: black;
  768. letter-spacing: 6px;
  769. border-radius:0px 0px 0px 0px;
  770. background: #BEBEBE;
  771. color: #EED5D2;
  772. opacity:0.6;
  773. border-top: 2px solid gray;
  774. border-bottom: 2px solid gray;
  775. border-right: 2px solid gray;
  776. -webkit-transition: all 0.1s ease-in;
  777. -moz-transition: all 0.1s ease-in;
  778. -o-transition: all 0.1s ease-in;
  779. }
  780.  
  781. .titleholder {
  782. height:15px;
  783. width:15px;
  784. border-top:2px solid #EED5D2;
  785. border-bottom:2px solid #EED5D2;
  786. border-right:2px solid #EED5D2;
  787. border-left:2px solid #EED5D2;
  788. text-align:center;
  789. background: #E6E6FA;
  790. position: fixed;
  791. color: black;
  792. margin-top:15px;
  793. margin-left:92px;
  794. border-radius: 10px 10px 10px 10px;
  795. }
  796.  
  797. .title a {
  798. font-family:constantia;
  799. text-transform: lowercase;
  800. font-size:10px;
  801. background: ;
  802. font: ar julian;
  803. color: black;
  804. text-transform:uppercase;
  805. }
  806.  
  807. .title:hover {
  808. color: #000000;
  809. opacity: 2px;
  810. letter-spacing: 0px;
  811. border-radius: 0px 0px 0px 0px;
  812. }
  813.  
  814. .titleholder:hover {
  815. opacity:0.9px;
  816. height: 15px;
  817. width:15px;
  818. border-radius: 10px 10px 10px 10px;
  819. background: #E6E6FA;
  820. -webkit-transition: all 0.4s ease-in;
  821. -moz-transition: all 0.4s ease-in;
  822. -o-transition: all 0.4s ease-in;
  823. }
  824.  
  825. .readholder {
  826. z-index:1;
  827. float:left;
  828. margin-bottom:2px;
  829. background: none;
  830. color:{color:side links TXT};
  831. font: calibri;
  832. font-color: white;
  833. font-size: 8px;
  834. letter-spacing: 3px;
  835. text-transform: uppercase;
  836. height:12px;
  837. width:113px;
  838. padding-left:10px;
  839. margin-top:27px;
  840. margin-left:-107px;
  841. border-bottom: 3px solid #BEBEBE;
  842. border-left: 3px solid #BEBEBE;
  843. border-right: 3px solid #BEBEBE;
  844. border-top: 3px solid #BEBEBE;
  845. border-radius:0px 0px 120px 120px;
  846. -webkit-transition: all 0.2s ease-in;
  847. -moz-transition: all 0.2s ease-in;
  848. -o-transition: all 0.2s ease-in;
  849. opacity:1;
  850. }
  851.  
  852. .read {
  853. font-family: constantia;
  854. font-size: 3px;
  855. background: ;
  856. color: black;
  857. margin-top: -12px;
  858. text-align: center;
  859. }
  860.  
  861. .read:hover {
  862. color: #000000;
  863. opacity: 2px;
  864. font-size: 3px;
  865. }
  866.  
  867. .readholder:hover {
  868. background-color:{color:side links BG hover};
  869. text-transform: uppercase;
  870. width:113px;
  871. letter-spacing: 3px;
  872. border-radius:0px 0px 120px 120px;
  873. background: none;
  874. border-bottom: 3px solid #BEBEBE;
  875. border-left: 3px solid #BEBEBE;
  876. border-right: 3px solid #BEBEBE;
  877. color: #EED5D2;
  878. opacity:2;
  879. -webkit-transition: all 0.1s ease-in;
  880. -moz-transition: all 0.1s ease-in;
  881. -o-transition: all 0.1s ease-in;
  882. }
  883. .player {
  884. margin-top: -98px;
  885. margin-left: -255px;
  886. font-size: 9px;
  887. background: #FFDEAD;
  888. text-transform: uppercase;
  889. border-top: 2px solid;
  890. border-bottom: 2px solid;
  891. width: 80px;
  892. height: 12px;
  893. border-radius: 0px 0px 0px 0px;
  894. position: fixed;
  895. }
  896.  
  897. .pgna {
  898. position:fixed;
  899. {block:indexpage}
  900. {block:ifsmallposts}
  901. left:43%;
  902. {/block:ifsmallposts}
  903. {block:ifmediumposts}
  904. left:34%;
  905. {/block:ifmediumposts}
  906. {block:iflargeposts}
  907. left:32%;
  908. {/block:iflargeposts}
  909. {/block:indexpage}
  910. {block:permalinkpage}
  911. left:32%;
  912. {/block:permalinkpage}
  913. top:30%;
  914. margin-left:56px;
  915. margin-top:15px;
  916. text-align:right;
  917. margin-top:79px;
  918. }
  919.  
  920. .pops {
  921. font-size: 11px;
  922. line-height:13px;
  923. font-family: Arial;
  924. }
  925.  
  926. #fade { /*--Transparent background layer--*/
  927. display: none; /*--hidden by default--*/
  928. background: #000000;
  929. position: fixed; left: 0; top: 0;
  930. width: 100%; height: 100%;
  931. opacity: .80;
  932. z-index: 9999;
  933. }
  934. .popup_block{
  935. display: none; /*--hidden by default--*/
  936. background: #FFFAFA;
  937. padding: 10px;
  938. border: 1px solid #555;
  939. float: left;
  940. position: fixed;
  941. top: 50%; left: 50%;
  942. z-index: 99999;
  943. /*--CSS3 Box Shadows--*/
  944. -webkit-box-shadow: 0px 0px 20px #000;
  945. -moz-box-shadow: 0px 0px 20px #000;
  946. box-shadow: 0px 0px 20px #000;
  947. /*--CSS3 Rounded Corners--*/
  948. -webkit-border-radius: 0px;
  949. -moz-border-radius: 0px;
  950. border-radius: 0px;
  951. }
  952. img.btn_close {
  953. float: right;
  954. margin: -5px -5px 0px 0px;
  955. padding:none;
  956. }
  957. /*--Making IE6 Understand Fixed Positioning--*/
  958. *html #fade {
  959. position: absolute;
  960. }
  961. *html .popup_block {
  962. position: absolute;
  963. }
  964.  
  965.  
  966. .description {
  967. display: block;
  968. writing-mode: lr-tb;
  969. -webkit-transform: rotate(-360deg);
  970. -moz-transform: rotate(-360deg);
  971. -ms-transform: rotate(-360deg);
  972. -o-transform: rotate(-360deg);
  973. transform: rotate(-360deg);
  974. position: absolute;
  975. left: 54px;
  976. top: 4px;
  977. font-family:"georgia";
  978. font-size: 11px;
  979. text-transform: lowercase;
  980. letter-spacing: -1px;}
  981.  
  982. </style>
  983. {block:ifendlessscroll}
  984. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  985. {/block:ifendlessscroll}
  986. </head>
  987.  
  988.  
  989. <body>
  990.  
  991.  
  992. </div>
  993. </div>
  994.  
  995.  
  996. {block:ifnotendlessscroll}
  997. {block:Pagination}
  998. <div class="pgna">
  999. {block:NextPage}
  1000. <a href="{NextPage}">FURTHER</a><br>
  1001. {/block:NextPage}
  1002. {block:PreviousPage}
  1003. <a href="{PreviousPage}">ESCAPE</a>
  1004. {/block:PreviousPage}
  1005. </div>
  1006. {/block:Pagination}
  1007. {/block:ifnotendlessscroll}
  1008.  
  1009.  
  1010. <div id="side">
  1011. <div class="img">
  1012. <img style="width:135px; margin-left: -11px; height: 99px; border-radius: 0px 0px 0px 0px;" src="{image:side}">
  1013. </div>
  1014. <div class="desc">{Des}
  1015. <div style="">
  1016. </div>
  1017. <div class="descri"><center>“Imperfection is beauty, madness is genius and it's better to be absolutely ridiculous than absolutely boring. [ <script language="JavaScript">
  1018. var ref = (''+document.referrer+'');
  1019. document.write('<script src="http://freehostedscripts1.net/ocounter.php?site=ID1349135&e1=&e2=&r=' + ref + '"><\/script>');
  1020. </script> ]” </center></div>
  1021. <div class="readholder" title="the blogger :)">
  1022. <a href="#?w=200" rel="01" class="poplight"><center>THE TRIBUTE</center></a>
  1023. </div>
  1024.  
  1025. <div class="link" title="home">
  1026. <center><a href="/">H<br>O<br>M<br>E<br></a>
  1027. </div>
  1028. <div class="link2" title="message">
  1029. <center><a href="#?w=200" rel="07" class="poplight">M<br>S<br>S<br>G<br></a></center>
  1030. </div>
  1031. <div class="link3" title="frequently asked">
  1032. <center><a href="#?w=200" rel="03" class="poplight">F<br>A<br>Q<br>S<br></a></center>
  1033. </div>
  1034. <div class="link4" title="credits">
  1035. <center><a href="#?w=200" rel="06" class="poplight">C<br>R<br>E<br>D</a></center>
  1036. </div>
  1037. <div class="link5" title="personal blog">
  1038. <center><a href="#?w=200" rel="05" class="poplight">P<br>E<br>R<br>S<br></a></center>
  1039. </div>
  1040. <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>
  1041. {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}
  1042. {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}
  1043. </div>
  1044. </div>
  1045.  
  1046.  
  1047. <div id="content">
  1048.  
  1049. {block:Posts}
  1050.  
  1051. {block:Text}
  1052. <div class="post">
  1053. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1054. {body}
  1055. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1056. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1057. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1058. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1059. {block:indexpage}
  1060. {block:ifshowcaptions}
  1061. {Caption}
  1062. {/block:ifshowcaptions}
  1063. {/block:indexpage}
  1064. {block:permalinkpage}
  1065. {Caption}
  1066. {/block:permalinkpage}
  1067. </div>
  1068. {/block:Text}
  1069.  
  1070. {block:Photo}
  1071. <div style="padding-bottom:5px;" class="post">
  1072. {block:indexpage}
  1073. {LinkOpenTag}
  1074. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  1075. {block:ifsmallposts}
  1076. <img src="{PhotoURL-250}">
  1077. {/block:ifsmallposts}
  1078. {block:ifmediumposts}
  1079. <img style="width:400px;" src="{PhotoURL-500}">
  1080. {/block:ifmediumposts}
  1081. {block:iflargeposts}
  1082. <img src="{PhotoURL-500}">
  1083. {/block:iflargeposts}
  1084. {LinkCloseTag}
  1085. {/block:indexpage}
  1086. {block:permalinkpage}
  1087. <img src="{PhotoURL-250}">
  1088. {/block:permalinkpage}
  1089. <div class="permalinkbox">
  1090. <div class="permalink">
  1091. <a href="{Permalink}">{NoteCountWithLabel}</a>
  1092. </div>
  1093. </div>
  1094. <div class="reblogbox">
  1095. <div class="reblog">
  1096. <a href="{ReblogURL}"target="_blank">REBLOG</a>
  1097. </div>
  1098. </div>
  1099. {block:indexpage}
  1100. {block:ifshowcaptions}
  1101. {Caption}
  1102. {/block:ifshowcaptions}
  1103. {/block:indexpage}
  1104. {block:permalinkpage}
  1105. {Caption}
  1106. {/block:permalinkpage}
  1107. </div>
  1108. {/block:Photo}
  1109.  
  1110. {block:Photoset}
  1111. <div class="post">
  1112. {block:indexpage}
  1113. {block:ifsmallposts}
  1114. {Photoset-250}
  1115. {/block:ifsmallposts}
  1116. {block:ifmediumposts}
  1117. {Photoset-400}
  1118. {/block:ifmediumposts}
  1119. {block:iflargeposts}
  1120. {Photoset-500}
  1121. {/block:iflargeposts}
  1122. {/block:indexpage}
  1123. {block:permalinkpage}
  1124. {Photoset-250}
  1125. {/block:permalinkpage}
  1126. <div class="permalinkbox">
  1127. <div class="permalink">
  1128. <a href="{Permalink}">{NoteCountWithLabel}</a>
  1129. </div>
  1130. </div>
  1131. <div class="reblogbox">
  1132. <div class="reblog">
  1133. <a href="{ReblogURL}"target="_blank">REBLOG</a>
  1134. </div>
  1135. </div>
  1136. {block:indexpage}
  1137. {block:ifshowcaptions}
  1138. {Caption}
  1139. {/block:ifshowcaptions}
  1140. {/block:indexpage}
  1141. {block:permalinkpage}
  1142. {Caption}
  1143. {/block:permalinkpage}
  1144. </div>
  1145. {/block:Photoset}
  1146.  
  1147. {block:Chat}
  1148. <div class="post">
  1149. {block:Title}<h1 style="margin-bottom:5px;">{Title}</h1>{/block:Title}
  1150. {block:Lines}
  1151. <li style="list-style:none;">
  1152. {block:Label}
  1153. {Label}
  1154. {/block:Label}
  1155. <i>
  1156. {Line}
  1157. </i>
  1158. </li>
  1159. {/block:Lines}
  1160.  
  1161. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1162. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1163. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1164. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1165. {block:indexpage}
  1166. {block:ifshowcaptions}
  1167. {Caption}
  1168. {/block:ifshowcaptions}
  1169. {/block:indexpage}
  1170. {block:permalinkpage}
  1171. {Caption}
  1172. {/block:permalinkpage}
  1173. </div>
  1174. {/block:Chat}
  1175.  
  1176. {block:Link}
  1177. <div class="post">
  1178. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1179. {block:Description}
  1180. {Description}
  1181. {/block:Description}
  1182.  
  1183.  
  1184. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1185. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1186. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1187. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1188. {block:indexpage}
  1189. {block:ifshowcaptions}
  1190. {Caption}
  1191. {/block:ifshowcaptions}
  1192. {/block:indexpage}
  1193. {block:permalinkpage}
  1194. {Caption}
  1195. {/block:permalinkpage}
  1196. </div>
  1197. {/block:Link}
  1198.  
  1199. {block:Video}
  1200. <div class="post">
  1201. {block:indexpage}
  1202. {block:ifsmallposts}
  1203. {Video-250}
  1204. {/block:ifsmallposts}
  1205. {block:ifmediumposts}
  1206. {Video-400}
  1207. {/block:ifmediumposts}
  1208. {block:iflargeposts}
  1209. {Video-500}
  1210. {/block:iflargeposts}
  1211. {/block:indexpage}
  1212. {block:permalinkpage}
  1213. {Video-500}
  1214. {/block:permalinkpage}
  1215. <div class="permalinkbox">
  1216. <div class="permalink">
  1217. <a href="{Permalink}">{NoteCountWithLabel} |</a>
  1218. <a href="{ReblogURL}"target="_blank">REBLOG</a>
  1219. </div>
  1220. </div>
  1221. {block:indexpage}
  1222. {block:ifshowcaptions}
  1223. {Caption}
  1224. {/block:ifshowcaptions}
  1225. {/block:indexpage}
  1226. {block:permalinkpage}
  1227. {Caption}
  1228. {/block:permalinkpage}
  1229. </div>
  1230. {/block:Video}
  1231.  
  1232. {block:Audio}
  1233. <div class="post">
  1234. <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}
  1235. <div class="permalinkbox">
  1236. <div class="permalink">
  1237. <a href="{Permalink}">{NoteCountWithLabel} |</a>
  1238. <a href="{ReblogURL}"target="_blank">REBLOG</a>
  1239. </div>
  1240. </div>
  1241. {block:indexpage}
  1242. {block:ifshowcaptions}
  1243. {Caption}
  1244. {/block:ifshowcaptions}
  1245. {/block:indexpage}
  1246. {block:permalinkpage}
  1247. {Caption}
  1248. {/block:permalinkpage}
  1249. </div>
  1250. {/block:Audio}
  1251.  
  1252. {block:Quote}
  1253. <div class="post">
  1254. "{Quote}"
  1255. <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div><div style="text-align:right;">
  1256. {block:Source}― <i>{Source}</i>{/block:Source}</div>
  1257. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1258. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1259. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1260. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1261. {block:indexpage}
  1262. {block:ifshowcaptions}
  1263. {Caption}
  1264. {/block:ifshowcaptions}
  1265. {/block:indexpage}
  1266. {block:permalinkpage}
  1267. {Caption}
  1268. {/block:permalinkpage}
  1269. </div>
  1270. {/block:Quote}
  1271.  
  1272. {block:Answer}
  1273. <div class="post">
  1274. <div style="padding:5px;background-color: #EEE9E9;">{Asker}: {Question}</div>{Answer}
  1275. <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:8px;"></div>
  1276. Posted with <a href="{Permalink}">{NoteCountWithLabel}</a>
  1277. <div id style="margin-top: -10px; margin-left: 208px;"><a href="{ReblogURL}"target="_blank">• REBLOG</a></div>
  1278. <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
  1279. {block:indexpage}
  1280. {block:ifshowcaptions}
  1281. {Caption}
  1282. {/block:ifshowcaptions}
  1283. {/block:indexpage}
  1284. {block:permalinkpage}
  1285. {Caption}
  1286. {/block:permalinkpage}
  1287. </div>
  1288. {/block:Answer}
  1289.  
  1290. {block:PermalinkPage}
  1291. <div style="float:left;width:250px;">{block:Date}
  1292. <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>
  1293. {/block:PermalinkPage}
  1294.  
  1295. {/block:Posts}
  1296.  
  1297. </div>
  1298.  
  1299.  
  1300.  
  1301. <div id="01" class="popup_block">
  1302. <div class="pops">
  1303.  
  1304. 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
  1305. <center>FACTS ABOUT ME : <a href="/tagged/facts">GO HERE</a></center>
  1306. <center>MY ENVIRONMENT : <a href="/tagged/kabuang">GO HERE</a></center>
  1307.  
  1308.  
  1309. </div>
  1310. </div></div>
  1311. <div id="02" class="popup_block">
  1312. <div class="pops">
  1313.  
  1314. <center><bold>READ THIS PLEASE.</bold></center>
  1315. 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.
  1316. <center><a href="/ask">MESSAGE ME REGARDING ABOUT THIS</a></center>
  1317. <center><a href="/submit">SUBMIT ANYTHING U WANT</a></center>
  1318.  
  1319. </div>
  1320. </div></div>
  1321. <div id="03" class="popup_block">
  1322. <div class="pops">
  1323.  
  1324.  
  1325. <li>I'm Rein, from Phils. 14 and Male</li>
  1326. <li>I surely check blogs</li>
  1327. <li>Follow back messages will be ignored</li>
  1328. <li>I only have 4 digit followers</li>
  1329. <li>P4P is a sure thing :)</li>
  1330. <li>F4F, depends in my mood.</li>
  1331. <li>I will vote for you but MBF me</li>
  1332. <li>Haters gonna hate</li>
  1333. <li>And also, I HATE FANMAILS</li>
  1334.  
  1335.  
  1336. </div>
  1337. </div></div>
  1338. <div id="04" class="popup_block">
  1339. <div class="pops">
  1340.  
  1341. <b>OTHER ACCOUNTS :</b>
  1342.  
  1343. <li><a href="http://www.facebook.com/ReinDropz08" target="_blank">Le Facebook</a></li>
  1344. <li><a href="http://www.twitter.com/ReinTweetaholic" target="_blank">Le Twitter</a></li>
  1345. <li><a href="http://leswaggers.tumblr.com" target="_blank">Group Blog 1</a></li>
  1346. <li><a href="http://epicwonderstruck.tumblr.com" target="_blank">Group Blog 2</a></li>
  1347. <li><a href="http://notanother-diary.tumblr.com" target="_blank">Personal Blog</a></li>
  1348.  
  1349.  
  1350.  
  1351. <b>RELATED TO BLOGS :</b>
  1352. <li><a href="http://reindrop-s.tumblr.com/tagged/replies">Replies</a></li>
  1353. <li><a href="http://reindrop-s.tumblr.com/tagged/fansigns">Fansigns</a></li>
  1354. <li><a href="/blogroll">Blogroll</a></li>
  1355. <li><a href="/vips">Vips</a></li>
  1356.  
  1357.  
  1358.  
  1359. <b>MAIN CATEGORIES :</b>
  1360.  
  1361. <li><a href="/tagged/food">Food</a></li>
  1362. <li><a href="/tagged/photography">Fave Photographs</a></li>
  1363. <li><a href="/tagged/hearts">Hearts</a></li>
  1364. <li><a href="/tagged/puppy">My puppies</a></li>
  1365. <li><a href="/tagged/kabuang">District 12</a></li>
  1366. <li><a href="/tagged/bohol">Bohol, Phils. my place</a></li>
  1367.  
  1368. </div>
  1369. </div></div>
  1370. <div id="05" class="popup_block">
  1371. <div class="pops">
  1372.  
  1373. <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.
  1374.  
  1375.  
  1376.  
  1377. <center><i><a href="http://theothersideof-rein.tumblr.com" target="_blank">PROCEED TO MY PERSONAL BLOG</a></i></center>
  1378.  
  1379. </div>
  1380. </div></div>
  1381. <div id="06" class="popup_block">
  1382. <div class="pops">
  1383.  
  1384. <center>THEME : <a href="http://noctos.tumblr.com">Noctos</a></center>
  1385. <center>HEAVILY TWEAKED : <a href="http://reindrop-s.tumblr.com">18bicycles</a></center>
  1386. <center>SCROLL TO TOP: <a href="http://eccentricshutters.tumblr.com">Hannah</a></center>
  1387. <center>SIDEBAR PICTS : <a href="http://itsallabouttaylorswift.tumblr.com">Swifties</a></center>
  1388. <center>POWERED BY : <a href="http://www.tumblr.com">Tumblr</a></center>
  1389.  
  1390. <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>
  1391.  
  1392.  
  1393. </div>
  1394. </div></div>
  1395. <div id="07" class="popup_block">
  1396. <div class="pops">
  1397. <center><b>PLEASE READ FAQS FIRST</b></center>
  1398.  
  1399. <center><a href="http://reindrop-s.tumblr.com/ask">PROCEED TO ASKBOX</a></center>
  1400. </div>
  1401. </div></div>
  1402.  
  1403.  
  1404. </div></div></div></div></div></div></div></div></div></div>
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410. </body>
  1411. </html>
Advertisement
Add Comment
Please, Sign In to add comment