reindropz

WOW

Jun 29th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.78 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:-28px;
  200. float:right;
  201. margin-right:8px;
  202. -webkit-transition: all 0.6s ease-in;
  203. -moz-transition: all 0.6s ease-in;
  204. -o-transition: all 0.6s ease-in;
  205. z-index:999;
  206. opacity:0;
  207. {block:permalinkpage}
  208. display:none;
  209. {/block:permalinkpage}
  210. }
  211.  
  212. .permalink {
  213. background-color:{color:post BG};
  214. text-align:center;
  215. padding:4px;
  216. opacity:0.9;
  217. font-family:calibri;
  218. font-size:9px;
  219. text-transform:uppercase;
  220. -webkit-transition: all 0.6s ease-in;
  221. -moz-transition: all 0.6s ease-in;
  222. -o-transition: all 0.6s ease-in;
  223. }
  224.  
  225. .permalink:hover {
  226. opacity:1;
  227. }
  228.  
  229. .post:hover .permalinkbox {
  230. opacity:1;
  231. }
  232.  
  233.  
  234. .notes img {
  235. height:15px;
  236. width:15px;
  237. }
  238.  
  239. .notes {
  240. text-transform: center;
  241. }
  242.  
  243. .img {
  244. position:fixed;
  245. {block:indexpage}
  246. {block:ifsmallposts}
  247. left:43%;
  248. {/block:ifsmallposts}
  249. {block:ifmediumposts}
  250. left:34%;
  251. {/block:ifmediumposts}
  252. {block:iflargeposts}
  253. left:32%;
  254. {/block:iflargeposts}
  255. {/block:indexpage}
  256. {block:permalinkpage}
  257. left:43%;
  258. {/block:permalinkpage}
  259. top:30%;
  260. width:500px;
  261. height:500px;
  262. overflow:hidden;
  263. border-right:
  264. padding:10px 10px 10px 10px;
  265. background-color: none;
  266. border-radius:10px 10px 0px 0px;
  267. margin-top:-35px;
  268. margin-left:-250px;
  269. }
  270.  
  271. .img:hover {
  272. border-radius: 10px 10px 0px 0px;
  273. }
  274.  
  275. #side {
  276. width:250px;
  277. position:fixed;
  278. {block:indexpage}
  279. {block:ifsmallposts}
  280. left:43%;
  281. {/block:ifsmallposts}
  282. {block:ifmediumposts}
  283. left:34%;
  284. {/block:ifmediumposts}
  285. {block:iflargeposts}
  286. left:32%;
  287. {/block:iflargeposts}
  288. {/block:indexpage}
  289. {block:permalinkpage}
  290. left:43%;
  291. {/block:permalinkpage}
  292. top:30%;
  293. margin-left:-284px;
  294. }
  295.  
  296. .desc {
  297. margin-top: 133px;
  298. margin-left: 108px;
  299. width: 30px;
  300. float:left;
  301. position: fixed;
  302. }
  303.  
  304. .descri {
  305. position:fixed;
  306. margin-top:-41px;
  307. float:right;
  308. text-transform: lowercase;
  309. width: 260px;
  310. height: 75px;
  311. font-size: 10px;
  312. font: arsenal white;
  313. margin-left: -248px;
  314. background: white;
  315. color: black;
  316. border-top: 4px solid #BEBEBE;
  317. border-bottom: 4px solid #BEBEBE;
  318. border-right: 4px solid #BEBEBE;
  319. border-left: 4px solid #BEBEBE;
  320. border-radius: 0px 0px 0px 0px;
  321. -webkit-transition: all 0.2s ease-in;
  322. -moz-transition: all 0.2s ease-in;
  323. -o-transition: all 0.2s ease-in;
  324. z-index:1;
  325. opacity:0;
  326. }
  327.  
  328. .descri:hover {
  329. border-radius: 0px 0px 0px 0px;
  330. opacity:4;
  331. border-top: 4px solid #BEBEBE;
  332. border-bottom: 4px solid #BEBEBE;
  333. background: white;
  334. position:fixed;
  335. color:black;
  336. -webkit-transition: all 0.5s ease-in;
  337. -moz-transition: all 0.5s ease-in;
  338. -o-transition: all 0.5s ease-in;
  339. z-index:1;
  340. opacity:2;
  341. }
  342.  
  343. .descri2 {
  344. position:fixed;
  345. margin-top:0px;
  346. float:right;
  347. text-transform: lowercase;
  348. width: 140px;
  349. height: 90px;
  350. font-size: 10px;
  351. font: arsenal white;
  352. margin-left: -68px;
  353. background: #EEE9E9;
  354. border-top: 4px solid #8B8989;
  355. border-bottom: 4px solid #8B8989;
  356. border-right: 4px solid #8B8989;
  357. border-left: 4px solid #8B8989;
  358. -webkit-transition: all 0.2s ease-in;
  359. -moz-transition: all 0.2s ease-in;
  360. -o-transition: all 0.2s ease-in;
  361. z-index:1;
  362. opacity:2;
  363. }
  364.  
  365. .descri2:hover {
  366. border-radius: 0px 0px 0px 0px;
  367. opacity:2;
  368. border-top: 4px solid #CDC1C5;
  369. border-bottom: 4px solid #CDC1C5;
  370. background: #EEE9E9;
  371. position: fixed;
  372. color:black;
  373. -webkit-transition: all 0.5s ease-in;
  374. -moz-transition: all 0.5s ease-in;
  375. -o-transition: all 0.5s ease-in;
  376. opacity:0;
  377. }
  378.  
  379. .link {
  380. z-index:1;
  381. float:left;
  382. margin-bottom:2px;
  383. background: white;
  384. color: white;
  385. font: ar julian;
  386. font-color: white;
  387. font-size: 8px;
  388. letter-spacing: 2px;
  389. text-transform: uppercase;
  390. height:5px;
  391. width:40px;
  392. padding-left:10px;
  393. margin-top:45px;
  394. margin-left:-245px;
  395. border-top: 2px solid gray;
  396. border-radius:0px 0px 0px 10px;
  397. -webkit-transition: all 0.2s ease-in;
  398. -moz-transition: all 0.2s ease-in;
  399. -o-transition: all 0.2s ease-in;
  400. opacity:1;
  401. }
  402.  
  403. .link:hover {
  404. background-color:{color:side links BG hover};
  405. height: 5px;
  406. width:40px;
  407. font-color: black;
  408. letter-spacing: 2px;
  409. border-radius:0px 0px 0px 0px;
  410. background: none;
  411. color: none;
  412. opacity:2;
  413. border-top: 2px solid gray;
  414. -webkit-transition: all 0.1s ease-in;
  415. -moz-transition: all 0.1s ease-in;
  416. -o-transition: all 0.1s ease-in;
  417. }
  418.  
  419.  
  420. .link2 {
  421. z-index:1;
  422. float:left;
  423. margin-bottom:2px;
  424. background: white;
  425. color:{color:side links TXT};
  426. font: calibri;
  427. font-color: white;
  428. font-size: 8px;
  429. letter-spacing: 2px;
  430. text-transform: uppercase;
  431. height:5px;
  432. width:50px;
  433. padding-left:10px;
  434. margin-top:45px;
  435. margin-left:-200px;
  436. border-top: 2px solid gray;
  437. border-radius:0px 0px 0px 0px;
  438. -webkit-transition: all 0.2s ease-in;
  439. -moz-transition: all 0.2s ease-in;
  440. -o-transition: all 0.2s ease-in;
  441. opacity:1;
  442. }
  443.  
  444. .link2:hover {
  445. background-color:{color:side links BG hover};
  446. height: 5px;
  447. width:50px;
  448. font-color: black;
  449. letter-spacing: 2px;
  450. border-radius:0px 0px 0px 0px;
  451. background: none;
  452. color: none;
  453. opacity:2;
  454. border-top: 2px solid gray;
  455. -webkit-transition: all 0.1s ease-in;
  456. -moz-transition: all 0.1s ease-in;
  457. -o-transition: all 0.1s ease-in;
  458. }
  459.  
  460. .link3 {
  461. z-index:1;
  462. float:left;
  463. margin-bottom:2px;
  464. background: white;
  465. color:{color:side links TXT};
  466. font: calibri;
  467. font-color: white;
  468. font-size: 8px;
  469. letter-spacing: 2px;
  470. text-transform: uppercase;
  471. height:5px;
  472. width:30px;
  473. padding-left:10px;
  474. margin-top:45px;
  475. margin-left:-140px;
  476. border-top: 2px solid gray;
  477. border-radius:0px 0px 0px 0px;
  478. -webkit-transition: all 0.2s ease-in;
  479. -moz-transition: all 0.2s ease-in;
  480. -o-transition: all 0.2s ease-in;
  481. opacity:1;
  482. }
  483.  
  484. .link3:hover {
  485. background-color:{color:side links BG hover};
  486. height: 5px;
  487. width:30px;
  488. font-color: black;
  489. letter-spacing: 2px;
  490. border-radius:0px 0px 0px 0px;
  491. background: none;
  492. color: none;
  493. opacity:2;
  494. border-top: 2px solid gray;
  495. -webkit-transition: all 0.1s ease-in;
  496. -moz-transition: all 0.1s ease-in;
  497. -o-transition: all 0.1s ease-in;
  498. }
  499.  
  500. .link4 {
  501. z-index:1;
  502. float:left;
  503. margin-bottom:2px;
  504. background: white;
  505. color:{color:side links TXT};
  506. font: calibri;
  507. font-color: white;
  508. font-size: 8px;
  509. letter-spacing: 2px;
  510. text-transform: uppercase;
  511. height:5px;
  512. width:50px;
  513. padding-left:10px;
  514. margin-top:45px;
  515. margin-left:-103px;
  516. border-top: 2px solid gray;
  517. border-radius:0px 0px 0px 0px;
  518. -webkit-transition: all 0.2s ease-in;
  519. -moz-transition: all 0.2s ease-in;
  520. -o-transition: all 0.2s ease-in;
  521. opacity:1;
  522. }
  523.  
  524. .link4:hover {
  525. background-color:{color:side links BG hover};
  526. height: 5px;
  527. width:50px;
  528. font-color: black;
  529. letter-spacing: 2px;
  530. border-radius:0px 0px 0px 0px;
  531. background: none;
  532. color: none;
  533. opacity:2;
  534. border-top: 2px solid gray;
  535. -webkit-transition: all 0.1s ease-in;
  536. -moz-transition: all 0.1s ease-in;
  537. -o-transition: all 0.1s ease-in;
  538. }
  539.  
  540. .link5 {
  541. z-index:1;
  542. float:left;
  543. margin-bottom:2px;
  544. background: white;
  545. color:{color:side links TXT};
  546. font: calibri;
  547. font-color: white;
  548. font-size: 8px;
  549. letter-spacing: 2px;
  550. text-transform: uppercase;
  551. height:5px;
  552. width:55px;
  553. padding-left:10px;
  554. margin-top:45px;
  555. margin-left:-50px;
  556. border-top: 2px solid gray;
  557. border-radius:0px 0px 10px 0px;
  558. -webkit-transition: all 0.2s ease-in;
  559. -moz-transition: all 0.2s ease-in;
  560. -o-transition: all 0.2s ease-in;
  561. opacity:1;
  562. }
  563.  
  564. .link5:hover {
  565. background-color:{color:side links BG hover};
  566. height: 5px;
  567. width:55px;
  568. font-color: black;
  569. letter-spacing: 2px;
  570. border-radius:0px 0px 10px 0px;
  571. background: none;
  572. color: none;
  573. opacity:2;
  574. border-top: 2px solid gray;
  575. -webkit-transition: all 0.1s ease-in;
  576. -moz-transition: all 0.1s ease-in;
  577. -o-transition: all 0.1s ease-in;
  578. }
  579.  
  580. .titleholder {
  581. height:15px;
  582. width:15px;
  583. border-top:2px solid #EED5D2;
  584. border-bottom:2px solid #EED5D2;
  585. border-right:2px solid #EED5D2;
  586. border-left:2px solid #EED5D2;
  587. text-align:center;
  588. background: #E6E6FA;
  589. position: fixed;
  590. color: black;
  591. margin-top:15px;
  592. margin-left:92px;
  593. border-radius: 10px 10px 10px 10px;
  594. }
  595.  
  596. .title a {
  597. font-family:constantia;
  598. text-transform: lowercase;
  599. font-size:10px;
  600. background: ;
  601. font: ar julian;
  602. color: black;
  603. text-transform:uppercase;
  604. }
  605.  
  606. .title:hover {
  607. color: #000000;
  608. opacity: 2px;
  609. letter-spacing: 0px;
  610. border-radius: 0px 0px 0px 0px;
  611. }
  612.  
  613. .titleholder:hover {
  614. opacity:0.9px;
  615. height: 15px;
  616. width:15px;
  617. border-radius: 10px 10px 10px 10px;
  618. background: #E6E6FA;
  619. -webkit-transition: all 0.4s ease-in;
  620. -moz-transition: all 0.4s ease-in;
  621. -o-transition: all 0.4s ease-in;
  622. }
  623.  
  624. .readholder {
  625. z-index:1;
  626. float:left;
  627. margin-bottom:2px;
  628. background: none;
  629. color:{color:side links TXT};
  630. font: calibri;
  631. font-color: white;
  632. font-size: 8px;
  633. letter-spacing: 3px;
  634. text-transform: uppercase;
  635. height:12px;
  636. width:130px;
  637. position: fixed;
  638. padding-left:10px;
  639. margin-top:-10px;
  640. margin-left:-185px;
  641. border-bottom: 3px solid #BEBEBE;
  642. border-top: 3px solid #BEBEBE;
  643. border-right: 2px solid #BEBEBE;
  644. border-left: 2px solid #BEBEBE;
  645. border-radius:0px 0px 0px 0px;
  646. -webkit-transition: all 0.2s ease-in;
  647. -moz-transition: all 0.2s ease-in;
  648. -o-transition: all 0.2s ease-in;
  649. opacity:1;
  650. }
  651.  
  652. .read {
  653. font-family: constantia;
  654. font-size: 3px;
  655. background: ;
  656. color: black;
  657. margin-top: -12px;
  658. text-align: center;
  659. }
  660.  
  661. .read:hover {
  662. color: #000000;
  663. opacity: 2px;
  664. font-size: 3px;
  665. }
  666.  
  667. .readholder:hover {
  668. background-color:{color:side links BG hover};
  669. text-transform: uppercase;
  670. width:130px;
  671. letter-spacing: 3px;
  672. border-radius:0px 0px 0px 0px;
  673. background: none;
  674. border-bottom: 3px solid #BEBEBE;
  675. color: #EED5D2;
  676. opacity:2;
  677. -webkit-transition: all 0.1s ease-in;
  678. -moz-transition: all 0.1s ease-in;
  679. -o-transition: all 0.1s ease-in;
  680. }
  681. .player {
  682. margin-top: -98px;
  683. margin-left: -255px;
  684. font-size: 9px;
  685. background: #FFDEAD;
  686. text-transform: uppercase;
  687. border-top: 2px solid;
  688. border-bottom: 2px solid;
  689. width: 80px;
  690. height: 12px;
  691. border-radius: 0px 0px 0px 0px;
  692. position: fixed;
  693. }
  694.  
  695. .pgna {
  696. position:fixed;
  697. {block:indexpage}
  698. {block:ifsmallposts}
  699. left:43%;
  700. {/block:ifsmallposts}
  701. {block:ifmediumposts}
  702. left:34%;
  703. {/block:ifmediumposts}
  704. {block:iflargeposts}
  705. left:32%;
  706. {/block:iflargeposts}
  707. {/block:indexpage}
  708. {block:permalinkpage}
  709. left:32%;
  710. {/block:permalinkpage}
  711. top:30%;
  712. margin-left:56px;
  713. margin-top:15px;
  714. text-align:right;
  715. margin-top:79px;
  716. }
  717.  
  718. .pops {
  719. font-size: 11px;
  720. line-height:13px;
  721. font-family: Arial;
  722. }
  723.  
  724. #fade { /*--Transparent background layer--*/
  725. display: none; /*--hidden by default--*/
  726. background: #000000;
  727. position: fixed; left: 0; top: 0;
  728. width: 100%; height: 100%;
  729. opacity: .80;
  730. z-index: 9999;
  731. }
  732. .popup_block{
  733. display: none; /*--hidden by default--*/
  734. background: #FFFAFA;
  735. padding: 10px;
  736. border: 1px solid #555;
  737. float: left;
  738. position: fixed;
  739. top: 50%; left: 50%;
  740. z-index: 99999;
  741. /*--CSS3 Box Shadows--*/
  742. -webkit-box-shadow: 0px 0px 20px #000;
  743. -moz-box-shadow: 0px 0px 20px #000;
  744. box-shadow: 0px 0px 20px #000;
  745. /*--CSS3 Rounded Corners--*/
  746. -webkit-border-radius: 0px;
  747. -moz-border-radius: 0px;
  748. border-radius: 0px;
  749. }
  750. img.btn_close {
  751. float: right;
  752. margin: -5px -5px 0px 0px;
  753. padding:none;
  754. }
  755. /*--Making IE6 Understand Fixed Positioning--*/
  756. *html #fade {
  757. position: absolute;
  758. }
  759. *html .popup_block {
  760. position: absolute;
  761. }
  762.  
  763.  
  764. .description {
  765. display: block;
  766. writing-mode: lr-tb;
  767. -webkit-transform: rotate(-360deg);
  768. -moz-transform: rotate(-360deg);
  769. -ms-transform: rotate(-360deg);
  770. -o-transform: rotate(-360deg);
  771. transform: rotate(-360deg);
  772. position: absolute;
  773. left: 54px;
  774. top: 4px;
  775. font-family:"georgia";
  776. font-size: 11px;
  777. text-transform: lowercase;
  778. letter-spacing: -1px;}
  779.  
  780. </style>
  781. {block:ifendlessscroll}
  782. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  783. {/block:ifendlessscroll}
  784. </head>
  785.  
  786. <!-- Back to top button by tiovani start -->
  787. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  788.  
  789. <script type="text/javascript" src="scrolltopcontrol.js">
  790. </script>
  791.  
  792. <script type="text/javascript" src="http://static.tumblr.com/rs5pbx8/3qKlwv8fz/love3.txt"></script>
  793. <!-- Back to top button by tiovani end -->
  794. <body>
  795.  
  796.  
  797. </div>
  798. </div>
  799.  
  800.  
  801. {block:ifnotendlessscroll}
  802. {block:Pagination}
  803. <div class="pgna">
  804. {block:NextPage}
  805. <a href="{NextPage}">FURTHER</a><br>
  806. {/block:NextPage}
  807. {block:PreviousPage}
  808. <a href="{PreviousPage}">ESCAPE</a>
  809. {/block:PreviousPage}
  810. </div>
  811. {/block:Pagination}
  812. {/block:ifnotendlessscroll}
  813.  
  814.  
  815. <div id="side">
  816. <div class="img">
  817. <img style="width:170px;" src="{image:side}"></div>
  818. <div class="desc">{Des}
  819. <div style="">
  820. </div>
  821. <div class="descri"><center><i>“Imperfection is beauty, madness is genius and it's better to be absolutely ridiculous than absolutely boring."</i><br> <br> <br>This blogger is somewhere to be seen in Hogwarts. District 8 and Aphrodite's Cabin. Enough said.[ <script language="JavaScript">
  822. var ref = (''+document.referrer+'');
  823. document.write('<script src="http://freehostedscripts1.net/ocounter.php?site=ID1349135&e1=&e2=&r=' + ref + '"><\/script>');
  824. </script> ]” </center></div>
  825. <div class="readholder" title="the blogger :)">
  826. <a href="#?w=200" rel="01" class="poplight"><center>THE TRIBUTE</center></a>
  827. </div>
  828.  
  829. <div class="link" title="home">
  830. <a href="/">index</a>
  831. </div>
  832. <div class="link2" title="message">
  833. <a href="/ask">message</a>
  834. </div>
  835. <div class="link3" title="frequently asked">
  836. <a href="#?w=200" rel="03" class="poplight">faqs</a>
  837. </div>
  838. <div class="link4" title="credits">
  839. <a href="#?w=200" rel="06" class="poplight">credits</a>
  840. </div>
  841. <div class="link5" title="personal blog">
  842. <a href="#?w=200" rel="05" class="poplight">personal</a>
  843. </div>
  844. <div id style="font-size: 13px; margin-left: -120px; margin-top: -80px; 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>
  845. {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}
  846. {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}
  847. </div>
  848. </div>
  849.  
  850.  
  851. <div id="content">
  852.  
  853. {block:Posts}
  854.  
  855. {block:Text}
  856. <div class="post">
  857. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  858. {body}
  859. <div class="permalinkbox">
  860. <div class="permalink">
  861. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
  862. </div>
  863. </div>
  864. {block:indexpage}
  865. {block:ifshowcaptions}
  866. {Caption}
  867. {/block:ifshowcaptions}
  868. {/block:indexpage}
  869. {block:permalinkpage}
  870. {Caption}
  871. {/block:permalinkpage}
  872. </div>
  873. {/block:Text}
  874.  
  875. {block:Photo}
  876. <div style="padding-bottom:5px;" class="post">
  877. {block:indexpage}
  878. {LinkOpenTag}
  879. <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  880. {block:ifsmallposts}
  881. <img src="{PhotoURL-250}">
  882. {/block:ifsmallposts}
  883. {block:ifmediumposts}
  884. <img style="width:400px;" src="{PhotoURL-500}">
  885. {/block:ifmediumposts}
  886. {block:iflargeposts}
  887. <img src="{PhotoURL-500}">
  888. {/block:iflargeposts}
  889. {LinkCloseTag}
  890. {/block:indexpage}
  891. {block:permalinkpage}
  892. <img src="{PhotoURL-250}">
  893. {/block:permalinkpage}
  894. <div class="permalinkbox">
  895. <div class="permalink">
  896. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
  897. </div>
  898. </div>
  899. {block:indexpage}
  900. {block:ifshowcaptions}
  901. {Caption}
  902. {/block:ifshowcaptions}
  903. {/block:indexpage}
  904. {block:permalinkpage}
  905. {Caption}
  906. {/block:permalinkpage}
  907. </div>
  908. {/block:Photo}
  909.  
  910. {block:Photoset}
  911. <div class="post">
  912. {block:indexpage}
  913. {block:ifsmallposts}
  914. {Photoset-250}
  915. {/block:ifsmallposts}
  916. {block:ifmediumposts}
  917. {Photoset-400}
  918. {/block:ifmediumposts}
  919. {block:iflargeposts}
  920. {Photoset-500}
  921. {/block:iflargeposts}
  922. {/block:indexpage}
  923. {block:permalinkpage}
  924. {Photoset-250}
  925. {/block:permalinkpage}
  926. <div class="permalinkbox">
  927. <div class="permalink">
  928. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
  929. </div>
  930. </div>
  931. {block:indexpage}
  932. {block:ifshowcaptions}
  933. {Caption}
  934. {/block:ifshowcaptions}
  935. {/block:indexpage}
  936. {block:permalinkpage}
  937. {Caption}
  938. {/block:permalinkpage}
  939. </div>
  940. {/block:Photoset}
  941.  
  942. {block:Chat}
  943. <div class="post">
  944. {block:Title}<h1 style="margin-bottom:5px;">{Title}</h1>{/block:Title}
  945. {block:Lines}
  946. <li style="list-style:none;">
  947. {block:Label}
  948. {Label}
  949. {/block:Label}
  950. <i>
  951. {Line}
  952. </i>
  953. </li>
  954. {/block:Lines}
  955. <div class="permalinkbox">
  956. <div class="permalink">
  957. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{ShortYear}</a> [ {NoteCountWithLabel} ]
  958. </div>
  959. </div>
  960. {block:indexpage}
  961. {block:ifshowcaptions}
  962. {Caption}
  963. {/block:ifshowcaptions}
  964. {/block:indexpage}
  965. {block:permalinkpage}
  966. {Caption}
  967. {/block:permalinkpage}
  968. </div>
  969. {/block:Chat}
  970.  
  971. {block:Link}
  972. <div class="post">
  973. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  974. {block:Description}
  975. {Description}
  976. {/block:Description}
  977. <div class="permalinkbox">
  978. <div class="permalink">
  979. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
  980. </div>
  981. </div>
  982. {block:indexpage}
  983. {block:ifshowcaptions}
  984. {Caption}
  985. {/block:ifshowcaptions}
  986. {/block:indexpage}
  987. {block:permalinkpage}
  988. {Caption}
  989. {/block:permalinkpage}
  990. </div>
  991. {/block:Link}
  992.  
  993. {block:Video}
  994. <div class="post">
  995. {block:indexpage}
  996. {block:ifsmallposts}
  997. {Video-250}
  998. {/block:ifsmallposts}
  999. {block:ifmediumposts}
  1000. {Video-400}
  1001. {/block:ifmediumposts}
  1002. {block:iflargeposts}
  1003. {Video-500}
  1004. {/block:iflargeposts}
  1005. {/block:indexpage}
  1006. {block:permalinkpage}
  1007. {Video-500}
  1008. {/block:permalinkpage}
  1009. <div class="permalinkbox">
  1010. <div class="permalink">
  1011. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
  1012. </div>
  1013. </div>
  1014. {block:indexpage}
  1015. {block:ifshowcaptions}
  1016. {Caption}
  1017. {/block:ifshowcaptions}
  1018. {/block:indexpage}
  1019. {block:permalinkpage}
  1020. {Caption}
  1021. {/block:permalinkpage}
  1022. </div>
  1023. {/block:Video}
  1024.  
  1025. {block:Audio}
  1026. <div class="post">
  1027. <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}
  1028. <div class="permalinkbox">
  1029. <div class="permalink">
  1030. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
  1031. </div>
  1032. </div>
  1033. {block:indexpage}
  1034. {block:ifshowcaptions}
  1035. {Caption}
  1036. {/block:ifshowcaptions}
  1037. {/block:indexpage}
  1038. {block:permalinkpage}
  1039. {Caption}
  1040. {/block:permalinkpage}
  1041. </div>
  1042. {/block:Audio}
  1043.  
  1044. {block:Quote}
  1045. <div class="post">
  1046. "{Quote}"
  1047. <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div><div style="text-align:right;">
  1048. {block:Source}― <i>{Source}</i>{/block:Source}</div>
  1049. <div class="permalinkbox">
  1050. <div class="permalink">
  1051. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
  1052. </div>
  1053. </div>
  1054. {block:indexpage}
  1055. {block:ifshowcaptions}
  1056. {Caption}
  1057. {/block:ifshowcaptions}
  1058. {/block:indexpage}
  1059. {block:permalinkpage}
  1060. {Caption}
  1061. {/block:permalinkpage}
  1062. </div>
  1063. {/block:Quote}
  1064.  
  1065. {block:Answer}
  1066. <div class="post">
  1067. <div style="padding:5px;background-color:{color:post title BG};">{Asker}: {Question}</div>{Answer}
  1068. <div class="permalinkbox">
  1069. <div class="permalink">
  1070. <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> [ {NoteCountWithLabel} ]
  1071. </div>
  1072. </div>
  1073. {block:indexpage}
  1074. {block:ifshowcaptions}
  1075. {Caption}
  1076. {/block:ifshowcaptions}
  1077. {/block:indexpage}
  1078. {block:permalinkpage}
  1079. {Caption}
  1080. {/block:permalinkpage}
  1081. </div>
  1082. {/block:Answer}
  1083.  
  1084. {block:PermalinkPage}
  1085. <div style="float:left;width:250px;">{block:Date}
  1086. <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>
  1087. {/block:PermalinkPage}
  1088.  
  1089. {/block:Posts}
  1090.  
  1091. </div>
  1092.  
  1093.  
  1094. <div id="01" class="popup_block">
  1095. <div class="pops">
  1096.  
  1097.  
  1098. 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
  1099. <center>FACTS ABOUT ME : <a href="/tagged/facts">GO HERE</a></center>
  1100. <center>MY ENVIRONMENT : <a href="/tagged/kabuang">GO HERE</a></center>
  1101.  
  1102.  
  1103. </div>
  1104. </div></div>
  1105. <div id="02" class="popup_block">
  1106. <div class="pops">
  1107.  
  1108. <center><bold>READ THIS PLEASE.</bold></center>
  1109. 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.
  1110. <center><a href="/ask">MESSAGE ME REGARDING ABOUT THIS</a></center>
  1111. <center><a href="/submit">SUBMIT ANYTHING U WANT</a></center>
  1112.  
  1113. </div>
  1114. </div></div>
  1115. <div id="03" class="popup_block">
  1116. <div class="pops">
  1117.  
  1118.  
  1119. <li>I'm Rein, from Phils. 14 and Male</li>
  1120. <li>I surely check blogs</li>
  1121. <li>Follow back messages will be ignored</li>
  1122. <li>I only have 4 digit followers</li>
  1123. <li>P4P is a sure thing :)</li>
  1124. <li>F4F, depends in my mood.</li>
  1125. <li>I will vote for you but MBF me</li>
  1126. <li>Haters gonna hate</li>
  1127. <li>And also, I HATE FANMAILS</li>
  1128.  
  1129.  
  1130. </div>
  1131. </div></div>
  1132. <div id="04" class="popup_block">
  1133. <div class="pops">
  1134.  
  1135. <b>OTHER ACCOUNTS :</b>
  1136.  
  1137. <li><a href="http://www.facebook.com/ReinDropz08" target="_blank">Le Facebook</a></li>
  1138. <li><a href="http://www.twitter.com/ReinTweetaholic" target="_blank">Le Twitter</a></li>
  1139. <li><a href="http://leswaggers.tumblr.com" target="_blank">Group Blog 1</a></li>
  1140. <li><a href="http://epicwonderstruck.tumblr.com" target="_blank">Group Blog 2</a></li>
  1141. <li><a href="http://notanother-diary.tumblr.com" target="_blank">Personal Blog</a></li>
  1142.  
  1143.  
  1144.  
  1145. <b>RELATED TO BLOGS :</b>
  1146. <li><a href="http://reindrop-s.tumblr.com/tagged/replies">Replies</a></li>
  1147. <li><a href="http://reindrop-s.tumblr.com/tagged/fansigns">Fansigns</a></li>
  1148. <li><a href="/blogroll">Blogroll</a></li>
  1149. <li><a href="/vips">Vips</a></li>
  1150.  
  1151.  
  1152.  
  1153. <b>MAIN CATEGORIES :</b>
  1154.  
  1155. <li><a href="/tagged/food">Food</a></li>
  1156. <li><a href="/tagged/photography">Fave Photographs</a></li>
  1157. <li><a href="/tagged/hearts">Hearts</a></li>
  1158. <li><a href="/tagged/puppy">My puppies</a></li>
  1159. <li><a href="/tagged/kabuang">District 12</a></li>
  1160. <li><a href="/tagged/bohol">Bohol, Phils. my place</a></li>
  1161.  
  1162. </div>
  1163. </div></div>
  1164. <div id="05" class="popup_block">
  1165. <div class="pops">
  1166.  
  1167. <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.
  1168.  
  1169.  
  1170.  
  1171. <center><i><a href="http://theothersideof-rein.tumblr.com" target="_blank">PROCEED TO MY PERSONAL BLOG</a></i></center>
  1172.  
  1173. </div>
  1174. </div></div>
  1175. <div id="06" class="popup_block">
  1176. <div class="pops">
  1177.  
  1178. <center>THEME : <a href="http://noctos.tumblr.com">Noctos</a></center>
  1179. <center>HEAVILY TWEAKED : <a href="http://reindrop-s.tumblr.com">18bicycles</a></center>
  1180. <center>SCROLL TO TOP: <a href="http://eccentricshutters.tumblr.com">Hannah</a></center>
  1181. <center>SIDEBAR PICTS : <a href="http://itsallabouttaylorswift.tumblr.com">Swifties</a></center>
  1182. <center>POWERED BY : <a href="http://www.tumblr.com">Tumblr</a></center>
  1183.  
  1184. <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>
  1185.  
  1186.  
  1187. </div>
  1188. </div></div>
  1189. <div id="07" class="popup_block">
  1190. <div class="pops">
  1191. <center><b>PLEASE READ FAQS FIRST</b></center>
  1192.  
  1193. <center><a href="http://reindrop-s.tumblr.com/ask">PROCEED TO ASKBOX</a></center>
  1194. </div>
  1195. </div></div>
  1196.  
  1197.  
  1198. </div></div></div></div></div></div></div></div></div></div>
  1199.  
  1200.  
  1201.  
  1202. </body>
  1203. </html>
Advertisement
Add Comment
Please, Sign In to add comment