reindropz

theme omg

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