Advertisement
themesforu

vib0ra

Dec 20th, 2011
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.96 KB | None | 0 0
  1. <!--
  2.  
  3. theme by syruppalin
  4.  
  5. remove my credit i remove you
  6.  
  7. -->
  8.  
  9.  
  10.  
  11. <html lang="en">
  12.  
  13. <head>
  14.  
  15.  
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20.  
  21. <meta name="color:background" content="#DDDDDD"/>
  22.  
  23. <meta name="color:text" content="#000"/>
  24.  
  25. <meta name="color:title" content="#000"/>
  26.  
  27. <meta name="color:link" content="#000"/>
  28.  
  29. <meta name="color:hover" content="#000"/>
  30.  
  31. <meta name="color:scrollbar" content="#000"/>
  32.  
  33. <meta name="image:Background" content="1"/>
  34.  
  35. <meta name="if:tiny cursor" content="1"/>
  36.  
  37. <meta name="if:tiny scrollbar" content="1"/>
  38.  
  39. <meta name="if:underline hover" content="1"/>
  40.  
  41.  
  42.  
  43. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  44.  
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50.  
  51. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  52.  
  53.  
  54.  
  55. ::-webkit-scrollbar {width: 6px; height: 4px; background: #FFFFFF; }
  56.  
  57.  
  58.  
  59. ::-webkit-scrollbar-thumb { background-color: #131313;}
  60.  
  61.  
  62.  
  63.  
  64.  
  65. body {
  66.  
  67. margin:0px;
  68.  
  69. background-color: #FFFFFF;
  70.  
  71. background-image:url(http://static.tumblr.com/zsdkjze/uxblw9hpk/1111111.jpg);
  72.  
  73. background-attachment: fixed;
  74.  
  75. background-repeat: repeat;}
  76.  
  77. body, div, p, textarea, submit, input{
  78.  
  79. font-family: verdana;
  80.  
  81. font-size: 10px;
  82.  
  83. line-height:13px;
  84.  
  85. letter-spacing:0px;
  86.  
  87. color:#000;
  88.  
  89. }
  90.  
  91.  
  92.  
  93. p {
  94.  
  95. margin:0px;
  96.  
  97. margin-top:0px;
  98.  
  99. }
  100.  
  101.  
  102.  
  103.  
  104.  
  105. a:link, a:active, a:visited{
  106.  
  107. color: #000000;
  108.  
  109. text-decoration: none;
  110.  
  111. -webkit-transition: color 0.5s ease-out;
  112.  
  113. -moz-transition: color 0.5s ease-out;
  114.  
  115. }
  116.  
  117.  
  118.  
  119. a:hover{
  120.  
  121. color:#000000;
  122.  
  123.  
  124.  
  125. text-decoration: underline;
  126.  
  127.  
  128.  
  129. }
  130.  
  131.  
  132.  
  133.  
  134.  
  135. div#center{
  136.  
  137. margin:auto;
  138.  
  139. position:relative;
  140.  
  141. width:840px;
  142.  
  143. background-color:;
  144.  
  145. overflow:auto;
  146.  
  147. overflow-y:hidden;
  148.  
  149. }
  150.  
  151.  
  152.  
  153. div#content{
  154.  
  155. float:right;
  156.  
  157. width: 500px;
  158.  
  159. margin-right: 120px;
  160.  
  161. padding:0px;
  162.  
  163. padding-top: 0px;
  164.  
  165. background: transparent;
  166.  
  167. }
  168.  
  169.  
  170.  
  171. div#entry{
  172.  
  173. background-color: white;
  174.  
  175. margin-top: 8px;
  176.  
  177. padding: 0px;
  178.  
  179. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  180.  
  181. -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  182.  
  183. box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  184.  
  185. }
  186.  
  187.  
  188.  
  189. #entry .perma a{
  190.  
  191. overflow:hidden;
  192.  
  193. }
  194.  
  195.  
  196.  
  197. #entry .perma{
  198.  
  199. width:60px;
  200.  
  201. margin-top: 0px;
  202.  
  203. margin-left:505px;
  204.  
  205. padding: 2px;
  206.  
  207. position: absolute;
  208.  
  209. font-family: verdana;
  210.  
  211. font-size: 10px;
  212.  
  213. line-height: 10px;
  214.  
  215. letter-spacing: 1px;
  216.  
  217. text-align:left;
  218.  
  219. overflow:hidden;
  220.  
  221. opacity: 0.0;
  222.  
  223. background-color:transparent;
  224.  
  225. }
  226.  
  227.  
  228.  
  229. #entry:hover .perma{
  230.  
  231. overflow:visible;
  232.  
  233. right:49px;
  234.  
  235. -webkit-transition: all .3s linear; opacity: 1;
  236.  
  237. -webkit-transition: all .3s linear;
  238.  
  239. -moz-transition: all .3s linear;
  240.  
  241. transition: all .3s linear;
  242.  
  243. }
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251. #links{
  252.  
  253. text-align:center;
  254.  
  255. position: fixed;
  256.  
  257. margin-left: -70px;
  258.  
  259. width: 270px;
  260.  
  261. margin-top: 110px;
  262.  
  263. height:auto;
  264.  
  265. padding: 0px;
  266.  
  267. line-height:10px;
  268.  
  269. font-size:10px;
  270.  
  271. font-family: littlefont;
  272.  
  273. font-weight: bold;
  274.  
  275. background-color: transparent;
  276.  
  277. }
  278.  
  279.  
  280.  
  281. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  282.  
  283.  
  284.  
  285. div.navigate a{
  286.  
  287. background: #929090;
  288.  
  289. color: #000;
  290.  
  291. display:block;
  292.  
  293. width: 60px;
  294.  
  295. height: 15px;
  296.  
  297. text-align: center;
  298.  
  299. font-family: littlefont;
  300.  
  301. padding-top:2px;
  302.  
  303. padding-right:0px;
  304.  
  305. margin-top: 5px;
  306.  
  307. z-index:1; ;
  308.  
  309. display: inline-block;
  310.  
  311. border-top-right-radius: 7px;
  312.  
  313. -moz-border-radius-topright: 7px;
  314.  
  315. -webkit-border-top-right-radius: 7px;
  316.  
  317. border-bottom-left-radius: 7px;
  318.  
  319. -moz-border-radius-bottomleft: 7px;
  320.  
  321. -webkit-border-bottom-left-radius: 7px;
  322.  
  323. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  324.  
  325. -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  326.  
  327. box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  328.  
  329. }
  330.  
  331.  
  332.  
  333. div.navigate a:hover{
  334.  
  335. background: #929090;
  336.  
  337. border-top-right-radius: 0px;
  338.  
  339. -moz-border-radius-topright: 0px;
  340.  
  341. -webkit-border-top-right-radius: 0px;
  342.  
  343. border-bottom-left-radius: 0px;
  344.  
  345. -moz-border-radius-bottomleft: 0px;
  346.  
  347. -webkit-border-bottom-left-radius: 0px;
  348.  
  349. border-top-left-radius: 7px;
  350.  
  351. -moz-border-radius-topleft: 7px;
  352.  
  353. -webkit-border-top-left-radius: 7px;
  354.  
  355. border-bottom-right-radius: 7px;
  356.  
  357. -moz-border-radius-bottomright: 7px;
  358.  
  359. -webkit-border-bottom-right-radius: 7px;
  360.  
  361. }
  362.  
  363.  
  364.  
  365. #postnotes{
  366.  
  367. text-align: justify;}
  368.  
  369.  
  370.  
  371. #postnotes blockquote{
  372.  
  373. border: 0px;}
  374.  
  375.  
  376.  
  377. .title{
  378.  
  379. font-family: verdana;
  380.  
  381. font-size: 10px;
  382.  
  383. line-height: 13px;
  384.  
  385. color: #000000;
  386.  
  387. letter-spacing: ;
  388.  
  389. font-weight: normal;
  390.  
  391. padding:0px 0px 0px 0px;
  392.  
  393. }
  394.  
  395.  
  396.  
  397. blockquote{
  398.  
  399. padding:0px 0px 2px 5px;
  400.  
  401. margin:0px 0px 2px 1px;
  402.  
  403. border-left: 1px dotted #555555;
  404.  
  405. }
  406.  
  407.  
  408.  
  409. blockquote p, ul{
  410.  
  411. margin:0px;
  412.  
  413. padding:0px;
  414.  
  415. }
  416.  
  417.  
  418.  
  419.  
  420.  
  421. a img{border: 0px;}
  422.  
  423.  
  424.  
  425. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  426.  
  427.  
  428.  
  429. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  430.  
  431. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  432.  
  433.  
  434.  
  435. .notes img{width:10px; position:relative; top:3px;}
  436.  
  437.  
  438.  
  439. small{font-size: 90%;}
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451. #roundsidebar {width:300px; margin-left:35px; margin-top:55px;
  452.  
  453.  
  454.  
  455. height: 300px;
  456.  
  457.  
  458.  
  459. width: 300px; -moz-border-radius: 300px;
  460.  
  461.  
  462.  
  463. border-radius: 300px;background-color:#F7F4ED;background-image: url('http://static.tumblr.com/ekfbsgu/yAVlw4tmr/trgf.png');
  464.  
  465.  
  466.  
  467. background-position:left; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475. #roundsidebar:hover {height: 300px;
  476.  
  477.  
  478.  
  479. width: 300px; -moz-border-radius: 300px;
  480.  
  481.  
  482.  
  483. border-radius: 300px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491. #sidebar {
  492.  
  493.  
  494.  
  495. width:300px;
  496.  
  497.  
  498.  
  499. margin-left:20px;
  500.  
  501.  
  502.  
  503. bottom:-168px;
  504.  
  505.  
  506.  
  507. position:fixed;
  508.  
  509.  
  510.  
  511. background-color:#F7F4ED; background-position: bottom; background-repeat: no-repeat; background-attachment:fixed;-webkit-border-radius: 8px;
  512.  
  513.  
  514.  
  515. -moz-border-radius: 8px;
  516.  
  517.  
  518.  
  519. border-radius: 8px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;}
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. #sidebar:hover { bottom: 56; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535. #sbar {
  536.  
  537.  
  538.  
  539. width:250px;
  540.  
  541.  
  542.  
  543. height:100%;
  544.  
  545.  
  546.  
  547. margin-left:240px;
  548.  
  549.  
  550.  
  551. top:0px;
  552.  
  553.  
  554.  
  555. position:fixed;
  556.  
  557.  
  558.  
  559. background-color:#F7F4ED; background-position: bottom; background-repeat: no-repeat; background-attachment:fixed;}
  560.  
  561.  
  562.  
  563. #sbarbg {position:fixed; bottom:0px;}
  564.  
  565.  
  566.  
  567. #sbar img {width:250px;}
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575. #madeby {width:250px; position:fixed; bottom:0px; left:248px; text-align:center; background: transparent; font:10px Georgia; color:#000000; text-transform: lowercase; padding-top:2px; padding-bottom:2px;}
  576.  
  577.  
  578.  
  579. #madeby a {text-decoration:none; color: #c0c0c0;}
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587. #hover {position:absolute; z-index:99; opacity:.5; -webkit-transition: opacity 0.9s linear;}
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595. .links:hover #hover {opacity:3}
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603. #sidebarimg img {width:120px; margin-left:5px; margin-top:55px;
  604.  
  605.  
  606.  
  607. height: 120px;
  608.  
  609.  
  610.  
  611. width: 120px; -moz-border-radius: 120px;
  612.  
  613.  
  614.  
  615. border-radius: 10px;background-color:#F7F4ED;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623. #sidebarimg img:hover {height: 165px;
  624.  
  625.  
  626.  
  627. width: 165px; -moz-border-radius: 165px;
  628.  
  629.  
  630.  
  631. border-radius: 165px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643. #sidebarimg img {height: 160px;
  644.  
  645.  
  646.  
  647. width: 160px;
  648.  
  649.  
  650.  
  651. -moz-border-radius: 160px;
  652.  
  653.  
  654.  
  655. border-radius: 160px;
  656.  
  657.  
  658.  
  659. margin-left:72px; margin-top:10px;}
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667. #roundimage img {width:160px; margin-left:45px; margin-top:5px;
  668.  
  669.  
  670.  
  671. height: 160px;
  672.  
  673.  
  674.  
  675. width: 160px;
  676.  
  677.  
  678.  
  679. -moz-border-radius: 160px;
  680.  
  681.  
  682.  
  683. border-radius: 160px;
  684.  
  685.  
  686.  
  687. margin-bottom:8px;}
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695. #sidebarimg1 img {
  696.  
  697.  
  698.  
  699. width: 130px;
  700.  
  701.  
  702.  
  703. border: 4px solid; margin-left:4px; margin-top: 4px; color:#F7F7ED;}
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711. #sidebarimg2 img {
  712.  
  713.  
  714.  
  715. width: 130px;float:left;
  716.  
  717.  
  718.  
  719. border: 4px solid; margin-left:158px; margin-top:-148px; color:#F7F7ED;}
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727. #moveimgs img {
  728.  
  729.  
  730.  
  731. width: 160px;
  732.  
  733.  
  734.  
  735. border: 5px solid; margin-top: 8px; color:#F7F7ED; margin-left:3px;}
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747. #iconright {border: 4px solid; margin-left:4px; margin-top: 30px; margin-bottom:4px;position:fixed; color:#F7F7ED;}
  748.  
  749.  
  750.  
  751. #sideblock {display:block; width:264px; height:22px; margin-top:29px;margin-bottom:6px;margin-left:18px;background-color:#F7F4ED;}
  752.  
  753.  
  754.  
  755. #sideblocklinks {background-color:#ffffff;text-align:center;margin-top:3px; margin-bottom:2px;padding:3px 6px;}
  756.  
  757.  
  758.  
  759. #sideblocklinks a{display:inline-block;padding:3px 6px; background-color:#F7F4ED;margin-top:2px;margin-bottom:2px;font-family:Georgia;font-weight: normal;letter-spacing: 1px; font-size:9px; text-transform: lowercase; -webkit-transition: all 0.5s ease-in-out;
  760.  
  761.  
  762.  
  763. -moz-transition: all 0.5s ease-in-out;
  764.  
  765.  
  766.  
  767. -o-transition: all 0.5s ease-in-out;
  768.  
  769.  
  770.  
  771. transition: all 0.5s ease-in-out;
  772.  
  773.  
  774.  
  775. }
  776.  
  777.  
  778.  
  779. #sideblocklinks a:hover{background-color:#F7F4ED;-webkit-transition: all 0.5s ease-in-out;
  780.  
  781.  
  782.  
  783. -moz-transition: all 0.5s ease-in-out;
  784.  
  785.  
  786.  
  787. -o-transition: all 0.5s ease-in-out;
  788.  
  789.  
  790.  
  791. transition: all 0.5s ease-in-out;}
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807. #sidebar2 {
  808.  
  809.  
  810.  
  811. width:125px;
  812.  
  813.  
  814.  
  815. height: auto;
  816.  
  817.  
  818.  
  819. margin-left:370px;
  820.  
  821.  
  822.  
  823. margin-top:160px;
  824.  
  825.  
  826.  
  827. position:fixed;
  828.  
  829.  
  830.  
  831. overflow:hidden;
  832.  
  833.  
  834.  
  835. background-color:#F7F4ED;
  836.  
  837.  
  838.  
  839. padding:3px;font-family: Georgia; font-style: none; text-transform: lowercase; font-size: 9px; text-align: center ;}
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847. #sidebar3{top: 0px; height: 100%; width: 95px; position: fixed; left: 0px; background-color: #3293A0;background-image:url(''); background-attachment:fixed; border-right: 5px solid; color:#F7F4ED;}
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855. #sidebar3links {display:block; padding: 5px 10px;background-color: #dcd6bc; margin-left:-92px;
  856.  
  857.  
  858.  
  859. margin-top:260px; font-family: Georgia; font-style: italic; font-weight:strong; text-transform: lowercase; font-size: 20px; text-align: right; float:left; letter-spacing: 2px;-webkit-transform: rotate(-90deg);position:fixed;}
  860.  
  861.  
  862.  
  863. #sidebar3links a:hover{background-color:#F7F4ED;-webkit-transition: all 0.5s ease-in-out;
  864.  
  865.  
  866.  
  867. -moz-transition: all 0.5s ease-in-out;
  868.  
  869.  
  870.  
  871. -o-transition: all 0.5s ease-in-out;
  872.  
  873.  
  874.  
  875. transition: all 0.5s ease-in-out;
  876.  
  877.  
  878.  
  879. }
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887. .sidelinks {text-align: center; line-height: 14px;margin-left:5px;margin-top:2px;}
  888.  
  889.  
  890.  
  891. .sidelinks a {display: block; width:100px; font-family: Georgia; letter-spacing: 2px; font-size: 9px; padding:10px; text-align: center; margin-right:1px; margin-bottom: 2px; background-color: #ffffff; font-style:italic; text-transform: lowercase;float:left;}
  892.  
  893.  
  894.  
  895. .sidelinks a:hover{background-color:#C7C0A3;}
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903. #sidebar4 {width:500px; height:100%;
  904.  
  905.  
  906.  
  907. left:0px;
  908.  
  909.  
  910.  
  911. margin-top:203px;
  912.  
  913.  
  914.  
  915. position:fixed;
  916.  
  917.  
  918.  
  919. background-color: transparent;
  920.  
  921.  
  922.  
  923. border:0px solid #F7F4ED;}
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931. #sidebar5 {width:210px;
  932.  
  933.  
  934.  
  935. margin-left:220px;
  936.  
  937.  
  938.  
  939. margin-top:20px;
  940.  
  941.  
  942.  
  943. position:fixed;
  944.  
  945.  
  946.  
  947. background-color: transparent;
  948.  
  949.  
  950.  
  951. border:0px solid #F7F4ED;}
  952.  
  953.  
  954.  
  955.  
  956.  
  957. #sidebarinfo{
  958.  
  959.  
  960.  
  961. color:;
  962.  
  963.  
  964.  
  965. font-family:Georgia;
  966.  
  967.  
  968.  
  969. font-size:10px;
  970.  
  971.  
  972.  
  973. font-weight:smooth;margin-top:20px;
  974.  
  975.  
  976.  
  977. text-align:center;padding-left:20px;padding-right:20px;}
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985. #roundsidebar:hover #sidebarinfo{margin-top:20px;
  986.  
  987.  
  988.  
  989. text-align:center;padding-left:20px;padding-right:20px;}
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997. #posts:hover #notes {opacity: 3;}
  998.  
  999.  
  1000.  
  1001. #notes {font:20px Georgia; color:#3D6578; margin-left:520px;margin-top:15px; position:absolute; opacity:0; -webkit-transition-duration: 0.8s; width:155px ; -moz-border-radius:0px; -webkit-border-radius:4px; z-index:4;}
  1002.  
  1003.  
  1004.  
  1005. #notes a:hover{font-weight:normal;;border-bottom: 1px dotted #A9D4C6;}
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017. h1{
  1018.  
  1019.  
  1020.  
  1021. color:#2E747D;
  1022.  
  1023.  
  1024.  
  1025. font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  1026.  
  1027.  
  1028.  
  1029. font-size:15px;
  1030.  
  1031.  
  1032.  
  1033. line-height:17px;
  1034.  
  1035.  
  1036.  
  1037. letter-spacing:1px;
  1038.  
  1039.  
  1040.  
  1041. font-weight:normal;
  1042.  
  1043.  
  1044.  
  1045. margin:0px;
  1046.  
  1047.  
  1048.  
  1049. padding:0px;
  1050.  
  1051.  
  1052.  
  1053. text-align:center}
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061. h2{
  1062.  
  1063.  
  1064.  
  1065. color:#2E747D;
  1066.  
  1067.  
  1068.  
  1069. font-family:Levimarker;
  1070.  
  1071.  
  1072.  
  1073. font-size:20px;
  1074.  
  1075.  
  1076.  
  1077. line-height:14px;
  1078.  
  1079.  
  1080.  
  1081. letter-spacing:2px;
  1082.  
  1083.  
  1084.  
  1085. font-weight:normal;
  1086.  
  1087.  
  1088.  
  1089. margin:0px;
  1090.  
  1091.  
  1092.  
  1093. padding:1px;
  1094.  
  1095.  
  1096.  
  1097. margin-bottom:0px;
  1098.  
  1099.  
  1100.  
  1101. text-align:center}
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109. #header{ border-bottom: 1px dotted #A9D4C6;
  1110.  
  1111.  
  1112.  
  1113. font-family:;
  1114.  
  1115.  
  1116.  
  1117. font-size:9px;
  1118.  
  1119.  
  1120.  
  1121. text-transform: lowercase;
  1122.  
  1123.  
  1124.  
  1125. color:#1f2424;
  1126.  
  1127.  
  1128.  
  1129. letter-spacing: 2px; text-align:left;
  1130.  
  1131.  
  1132.  
  1133. padding:2px;margin-top:-2px;}
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141. #footer{ border-top: 1px dotted #A9D4C6;
  1142.  
  1143.  
  1144.  
  1145. font-family:;
  1146.  
  1147.  
  1148.  
  1149. font-size:10px;
  1150.  
  1151.  
  1152.  
  1153. text-transform: lowercase;
  1154.  
  1155.  
  1156.  
  1157. color:#1f2424;
  1158.  
  1159.  
  1160.  
  1161. letter-spacing: 2px; text-align:center;
  1162.  
  1163.  
  1164.  
  1165. padding:2px;}
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177. .links a:link, .links a:visited, .links a:active
  1178.  
  1179.  
  1180.  
  1181. {display:block;font-family: Georgia; font-style: none; text-transform: lowercase;}
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189. .links a{position:relative;font-family: Georgia; font-style: none; text-transform: lowercase; font-size: 9px; text-align: center ; margin-top:25px; letter-spacing:2px; color: ;}
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197. #gifs {margin-left:345px;
  1198.  
  1199.  
  1200.  
  1201. height: 65px;
  1202.  
  1203.  
  1204.  
  1205. width: 65px; -moz-border-radius: 65px;
  1206.  
  1207.  
  1208.  
  1209. border-radius: 65px;background-color:#DDF0E8;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217. #gifs:hover {height: 75px;
  1218.  
  1219.  
  1220.  
  1221. width: 75px; -moz-border-radius: 75px;
  1222.  
  1223.  
  1224.  
  1225. border-radius: 75px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237. #graphics {margin-top:70px; margin-left: 320px;
  1238.  
  1239.  
  1240.  
  1241. height: 65px;
  1242.  
  1243.  
  1244.  
  1245. width: 65px; -moz-border-radius: 65px;
  1246.  
  1247.  
  1248.  
  1249. border-radius: 65px;background-color:#C2E2DE;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257. #graphics:hover {height: 75px;
  1258.  
  1259.  
  1260.  
  1261. width: 75px; -moz-border-radius: 75px;
  1262.  
  1263.  
  1264.  
  1265. border-radius: 75px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277. #tagslink {margin-top:125px; margin-left: 270px;
  1278.  
  1279.  
  1280.  
  1281. height: 65px;
  1282.  
  1283.  
  1284.  
  1285. width: 65px; -moz-border-radius: 65px;
  1286.  
  1287.  
  1288.  
  1289. border-radius: 65px;background-color:#BAD8E6;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297. #tagslink:hover {height: 75px;
  1298.  
  1299.  
  1300.  
  1301. width: 75px; -moz-border-radius: 75px;
  1302.  
  1303.  
  1304.  
  1305. border-radius: 75px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313. #dws {margin-top:155px; margin-left:125px;
  1314.  
  1315.  
  1316.  
  1317. height: 65px;
  1318.  
  1319.  
  1320.  
  1321. width: 65px; -moz-border-radius: 65px;
  1322.  
  1323.  
  1324.  
  1325. border-radius: 65px;background-color:#91C9DA;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333. #dws:hover {height: 75px;
  1334.  
  1335.  
  1336.  
  1337. width: 75px; -moz-border-radius: 75px;
  1338.  
  1339.  
  1340.  
  1341. border-radius: 75px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349. #tuts {margin-top:155px; margin-left:200px;
  1350.  
  1351.  
  1352.  
  1353. height: 65px;
  1354.  
  1355.  
  1356.  
  1357. width: 65px; -moz-border-radius: 65px;
  1358.  
  1359.  
  1360.  
  1361. border-radius: 65px;background-color:#98CDD4;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369. #tuts:hover {height: 75px;
  1370.  
  1371.  
  1372.  
  1373. width: 75px; -moz-border-radius: 75px;
  1374.  
  1375.  
  1376.  
  1377. border-radius: 75px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385. #blogroll {margin-top:130px; margin-left:55px;
  1386.  
  1387.  
  1388.  
  1389. height: 65px;
  1390.  
  1391.  
  1392.  
  1393. width: 65px; -moz-border-radius: 65px;
  1394.  
  1395.  
  1396.  
  1397. border-radius: 65px;background-color:#7DB8B8;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405. #blogroll:hover {height: 75px;
  1406.  
  1407.  
  1408.  
  1409. width: 75px; -moz-border-radius: 75px;
  1410.  
  1411.  
  1412.  
  1413. border-radius: 75px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421. #dis {margin-top:455px;
  1422.  
  1423.  
  1424.  
  1425. height: 65px;
  1426.  
  1427.  
  1428.  
  1429. width: 65px; -moz-border-radius: 65px;
  1430.  
  1431.  
  1432.  
  1433. border-radius: 65px;background-color:#DDF0E8;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441. #dis:hover {height: 75px;
  1442.  
  1443.  
  1444.  
  1445. width: 75px; -moz-border-radius: 75px;
  1446.  
  1447.  
  1448.  
  1449. border-radius: 75px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457. #hovermenu{margin-left:3px; text-align:center;font-family:Georgia;font-weight:light; font-style:italic; letter-spacing:1px; display:inline-block; width:61px; color: #3D6578; background-color: #F7F4ED; font-size: 9px;transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;float:left;margin-top:6px;line-height:15px;}
  1458.  
  1459.  
  1460.  
  1461. #hovermenu:hover #fezz a:first-child{border-top:0px solid #fff; }
  1462.  
  1463.  
  1464.  
  1465. #hovermenu:hover #fezz{ opacity:3; margin-top:0px; -webkit-transition-duration:.7s; overflow:hidden; background-color:transparent; z-index:99; height:auto; }
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473. #fezz{position:absolute; margin-top:-15px; opacity:0; margin-left:0px; width:61px; overflow:hidden; height:0px; padding: 2px 0px 2px 0px; transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481. #fezz a{ background-color:#ffffff; color:; text-align:center; display:block; text-transform:lowercase; line-height:20px; font-size: 9px; font-family:Georgia;letter-spacing: 2px; transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489. #fezz a:hover{ border-bottom:0px solid #f5f5f5; Text-transform:lowercase; color:#3D6578; background-color:#F7F4ED; opacity:4; transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501. .llinks{width: 300px; font-size: 9px; text-transform: none; margin-left: 0px; margin-top-4;}
  1502.  
  1503.  
  1504.  
  1505. .llinks a{display: block; text-decoration: none; color: #ffffff; background-color: ; padding: 2px 0px 2px 0px;}
  1506.  
  1507.  
  1508.  
  1509. .llinks a:hover{background-color:; color:#ffffff; text-transform: lowercase; -webkit-box-shadow: 0 0 1em ; box-shadow: 0 0 1em ;}
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517. #tagging {display: block; font-family: Georgia; font-style: none; text-transform: lowercase; font-size: 9px; text-align: left ;border-top: 1px dotted #A9D4C6; background-color: transparent; padding: 2px 10px;}
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525. #audiopost{display:block; background-color:white;}
  1526.  
  1527.  
  1528.  
  1529. #audioimage{float:left; width: 60px; border: 5px solid; color: #ffffff;}
  1530.  
  1531.  
  1532.  
  1533. #audioimage img {max-width: 60px; height: auto;}
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541. #asker {width:500px; text-align:left; text-transform:uppercase; color:#1f2424;}
  1542.  
  1543.  
  1544.  
  1545. #asker a {color:#1f2424;}
  1546.  
  1547.  
  1548.  
  1549. #asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557. #question {background-color:#A9D4C6;font-size: 10px; font-weight: normal;font-family: Georgia; line-height:90%; color: #1f2424; margin: 0 0 11px 0; padding: 10px 15px; position: relative;}
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565. #triangle {width: 12px; height: 6px; font-size:30px; font-family:Georgia; position: absolute;
  1566.  
  1567.  
  1568.  
  1569. color:#A9D4C6; bottom: -1.5px; left: 230px;}
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577. #answer {color:;}
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585. #questions {background-color:#A9D4C6;
  1586.  
  1587.  
  1588.  
  1589. color: #1f2424;
  1590.  
  1591.  
  1592.  
  1593. padding:8px;
  1594.  
  1595.  
  1596.  
  1597. margin-bottom:0px;
  1598.  
  1599.  
  1600.  
  1601. font-size:10px;
  1602.  
  1603.  
  1604.  
  1605. text-align:left;
  1606.  
  1607.  
  1608.  
  1609. font-family:;
  1610.  
  1611.  
  1612.  
  1613. }
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621. #questions a {color:#3D6578}
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629. blockquote {border-left:5px #ffffff solid; padding-left:5px; margin:2px 10px;}
  1630.  
  1631.  
  1632.  
  1633. blockquote img, blockquote a img {max-width: 500px}
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641. #user_1 .label {color:#3D6578; font-weight:bold}
  1642.  
  1643.  
  1644.  
  1645. #user_2 .label {color:#1f2424; font-weight:bold}
  1646.  
  1647.  
  1648.  
  1649. ul.chat, .chat ol, .chat li {display:block; background-color: #F7F4ED; list-style:none; margin:0px; padding:0px;border-bottom: 1px dotted #3D6578;}
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657. </style>
  1658.  
  1659.  
  1660.  
  1661. <style type="text/css">
  1662.  
  1663.  
  1664.  
  1665. iframe#tumblr_controls { right:3px !important; position:fixed !important; }
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673. </style>
  1674.  
  1675.  
  1676.  
  1677. <script type="text/javascript">
  1678.  
  1679.  
  1680.  
  1681. <!--
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689. //(c) Ian Muscat 2007
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697. function IE(e)
  1698.  
  1699.  
  1700.  
  1701. {
  1702.  
  1703.  
  1704.  
  1705. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  1706.  
  1707.  
  1708.  
  1709. {
  1710.  
  1711.  
  1712.  
  1713. return false;
  1714.  
  1715.  
  1716.  
  1717. }
  1718.  
  1719.  
  1720.  
  1721. }
  1722.  
  1723.  
  1724.  
  1725. function NS(e)
  1726.  
  1727.  
  1728.  
  1729. {
  1730.  
  1731.  
  1732.  
  1733. if (document.layers || (document.getElementById && !document.all))
  1734.  
  1735.  
  1736.  
  1737. {
  1738.  
  1739.  
  1740.  
  1741. if (e.which == "2" || e.which == "3")
  1742.  
  1743.  
  1744.  
  1745. {
  1746.  
  1747.  
  1748.  
  1749. return false;
  1750.  
  1751.  
  1752.  
  1753. }
  1754.  
  1755.  
  1756.  
  1757. }
  1758.  
  1759.  
  1760.  
  1761. }
  1762.  
  1763.  
  1764.  
  1765. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773. //-->
  1774.  
  1775.  
  1776.  
  1777. </script>
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785. <meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/><meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793. <body>
  1794.  
  1795.  
  1796.  
  1797. <div id="sidebar4">
  1798.  
  1799.  
  1800.  
  1801. <div class="links">
  1802.  
  1803.  
  1804.  
  1805. <div id="gifs">
  1806.  
  1807.  
  1808.  
  1809. <a href="http://evermore-3.tumblr.com/"><center>bfff</center></a></div>
  1810.  
  1811.  
  1812.  
  1813. <div id="graphics">
  1814.  
  1815.  
  1816.  
  1817. <a href="http://drinktoday.tumblr.com/">love u</a></div>
  1818.  
  1819.  
  1820.  
  1821. <div id="tagslink">
  1822.  
  1823.  
  1824.  
  1825. <a href="http://59minutes.tumblr.com/">thanks</a></div>
  1826.  
  1827.  
  1828.  
  1829. <div id="dws">
  1830.  
  1831.  
  1832.  
  1833. <a href="/tagged/hannapisk">one</a></div>
  1834.  
  1835.  
  1836.  
  1837. <div id="tuts">
  1838.  
  1839.  
  1840.  
  1841. <a href="/tagged/hannapisktwo">two</a></div>
  1842.  
  1843.  
  1844.  
  1845. <div id="blogroll">
  1846.  
  1847.  
  1848.  
  1849. <a href="https://twitter.com/#!/morrafdp">twitter</a></div>
  1850.  
  1851.  
  1852.  
  1853. </div>
  1854.  
  1855.  
  1856.  
  1857. </div>
  1858.  
  1859.  
  1860.  
  1861. <div id="roundsidebar">
  1862.  
  1863.  
  1864.  
  1865. <div id="title"><a href="/">Hi darling, i'm Hanna and you?</a></div>
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881. <div id="sideblock">
  1882.  
  1883.  
  1884.  
  1885. <div id="hovermenu"><a href="#">home</a></a>
  1886.  
  1887.  
  1888.  
  1889. <div id="fezz">
  1890.  
  1891.  
  1892.  
  1893. <a href="/">main</a>
  1894.  
  1895.  
  1896.  
  1897. <a href="http://tumblr.com/dashboard">dash</a>
  1898.  
  1899.  
  1900.  
  1901. </div></div>
  1902.  
  1903.  
  1904.  
  1905. <div id="hovermenu"><a href="#">ask box</a></a>
  1906.  
  1907.  
  1908.  
  1909. <div id="fezz">
  1910.  
  1911.  
  1912.  
  1913. <a href="/faq">faq</a>
  1914.  
  1915.  
  1916.  
  1917. <a href="/ask">message</a>
  1918.  
  1919.  
  1920.  
  1921. </div></div>
  1922.  
  1923.  
  1924.  
  1925. <div id="hovermenu"><a href="#">links</a></a>
  1926.  
  1927.  
  1928.  
  1929. <div id="fezz">
  1930.  
  1931.  
  1932.  
  1933. <a href="/aboutme">about</a>
  1934.  
  1935.  
  1936.  
  1937. <a href="/submit">submit</a>
  1938.  
  1939.  
  1940.  
  1941. <a href="/archive">archive</a>
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947. </div></div>
  1948.  
  1949.  
  1950.  
  1951. <div id="hovermenu"><a href="#">themes</a></a>
  1952.  
  1953.  
  1954.  
  1955. <div id="fezz">
  1956.  
  1957.  
  1958.  
  1959. <a href="/abouthemes">questions</a>
  1960.  
  1961.  
  1962.  
  1963. <a href="/creditos">creditos</a>
  1964.  
  1965.  
  1966.  
  1967. </div></div></div>
  1968.  
  1969.  
  1970.  
  1971. <div id="sidebarinfo">
  1972.  
  1973.  
  1974.  
  1975. <center><big><strong>Hanna | Brazil | God | Stupid</big></strong>
  1976.  
  1977.  
  1978.  
  1979. <br><br></center><center>“I prepare for the noble war. I’m calm, I know the secret. I know what’s coming and I know no one can stop me, including myself. I don’t feel sad. I don’t feel anything. The world is a filthy place. It’s a filthy goddamned horror show. There’s so much pain, you know? There’s so much… You think I’m crazy?”<br></center></small><br>
  1980.  
  1981.  
  1982.  
  1983. <a title ="courtney" href="http://diaryofdelena.tumblr.com/">☆</a> |
  1984.  
  1985.  
  1986.  
  1987. <a title ="jamye ryan"href="http://jamieryandee.com/">☆</a> |<a title ="bruno"href="http://garoto-iluminado.tumblr.com/">☆</a> | <a title ="matt"href="http://pandor4.tumblr.com/">☆</a> | <a title ="mathilda"href="http://thejuicydetails.tumblr.com/">☆</a> | <a title ="adrian"href="http://zombisexual.tumblr.com/">☆</a> | <a title ="gage"href="http://rebecca-black.tumblr.com/">☆</a> | <a title ="the best"href="http://gofuckingnuts.tumblr.com/">☆</a> | <a title ="halline" href="http://katerinabitch.tumblr.com/">☆</a> | <a title ="barbara"href="http://dobrevsboobs.tumblr.com/">☆</a> | <a title ="ash" href="http://ninalooch.tumblr.com/">☆</a>
  1988.  
  1989.  
  1990.  
  1991. <br>
  1992.  
  1993. <br>
  1994.  
  1995. <br>
  1996.  
  1997. "-You miss him?" She smiled "-Everyday"
  1998.  
  1999.  
  2000.  
  2001. </div></div></div>
  2002.  
  2003.  
  2004.  
  2005. <div id="sidebar5">
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013. <div id="sidebarimg"><img src="http://29.media.tumblr.com/tumblr_lv8rhuS3X21qedzelo1_250.gif"></div></div>
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025. </style>
  2026.  
  2027.  
  2028.  
  2029. <link rel="shortcut icon" href="http://25.media.tumblr.com/avatar_deacc8ae49ca_16.png">
  2030.  
  2031. <link rel="alternate" type="application/rss+xml" title="RSS" href="http://vib0ra.tumblr.com/rss" />
  2032.  
  2033. <meta name="viewport" content="width=820" />
  2034.  
  2035.  
  2036.  
  2037. </head>
  2038.  
  2039. <body>
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049. <div id="content">
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057. <div id="entry">
  2058.  
  2059.  
  2060.  
  2061. <div class="perma">
  2062.  
  2063. ←<br><a href="http://vib0ra.tumblr.com/post/14299991907">permalink</a><br><a href="http://vib0ra.tumblr.com/post/14299991907"><a href="http://www.tumblr.com/reblog/14299991907/xQFZ5xa8" target="_blank">reblog</a>
  2064.  
  2065. </div>
  2066.  
  2067. <div id="entries">
  2068.  
  2069. {block:Posts}
  2070.  
  2071. <div id="entry">
  2072.  
  2073. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  2074.  
  2075. {block:Text}{Body}{/block:Text}
  2076.  
  2077. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  2078.  
  2079. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  2080.  
  2081. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  2082.  
  2083. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  2084.  
  2085. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  2086.  
  2087. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  2088.  
  2089. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  2090.  
  2091. {block:Answer}<div id="questions">{Asker} whispered, "{Question}"</div>
  2092.  
  2093. {Answer}{/block:answer}
  2094.  
  2095. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  2096.  
  2097. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> /{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} / © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br />{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  2098.  
  2099. {/block:Posts}
  2100.  
  2101. {block:PostNotes}{PostNotes}{/block:PostNotes}
  2102.  
  2103. </div>
  2104.  
  2105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement