Guest User

layout by replaying!

a guest
Oct 19th, 2013
972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.60 KB | None | 0 0
  1. <!--
  2. Go to tumblr.com/docs/en/custom_themes for assistance.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11. <!--
  12.  
  13. // Disable Right Click Script
  14.  
  15. function IE(e)
  16. {
  17. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  18. {
  19. return false;
  20. }
  21. }
  22. function NS(e)
  23. {
  24. if (document.layers || (document.getElementById && !document.all))
  25. {
  26. if (e.which == "2" || e.which == "3")
  27. {
  28. return false;
  29. }
  30. }
  31. }
  32. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  33.  
  34. //-->
  35. </script>
  36.  
  37.  
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40.  
  41. <!--DEFAULT VARIABLES-->
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  50.  
  51. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  52.  
  53. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  54.  
  55. p {
  56. margin:0px;
  57. margin-top:0px;
  58. }
  59.  
  60.  
  61. body {
  62. padding: 0px;
  63. margin: 0px;
  64. color:{color:text};
  65. font-family: dixel;
  66. line-height:7px;
  67. font-size:8px;
  68. background-color: {color:Background};
  69. background-image:url(http://24.media.tumblr.com/31f152bd3c1099f88578ac1b68897dbc/tumblr_msrkjp0QxP1sbgxdlo1_400.png);
  70. background-attachment: fixed;
  71. background-repeat: repeat;
  72. }
  73.  
  74.  
  75. a:link, a:active, a:visited{
  76. text-decoration: none;
  77. -webkit-transition: color 0.3s ease-out;
  78. -moz-transition: color 0.3s ease-out;
  79. transition: color 0.3s ease-out;
  80. color:{color:link};
  81. }
  82.  
  83. a:hover {
  84. text-decoration: none;
  85. font-style:;
  86. color: {color:Hover};
  87. }
  88.  
  89. div#center{
  90. margin:auto;
  91. position:relative;
  92. width:1000px;
  93. background-color:;
  94. overflow:auto;
  95. overflow-y:hidden;
  96. }
  97.  
  98.  
  99. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  100.  
  101.  
  102.  
  103. /*CUSTOMIZE SIDEBAR HERE*/
  104. #sidebar{
  105. position:fixed !important;
  106. width:170px;
  107. padding: 7px;
  108. z-index: 9999999999999999999999999999999999999999999999;
  109. -webkit-transform: rotate(5deg);
  110. border: 1px solid #ddd;
  111. box-shadow: 5px 5px 5px #888;
  112. opacity: 0px;
  113. background:white;
  114. width: 150px;
  115. height:170px;
  116. margin-top:250px;
  117. margin-left:30px;
  118. text-align:center;
  119. }
  120.  
  121. .backy{
  122. -webkit-animation:fadeInDownBig ease-in-out 3s;
  123. -moz-animation:fadeInDownBig ease-in-out 3s;
  124. -ms-animation:fadeInDownBig ease-in-out 3s;
  125.  
  126.  
  127. position:fixed;
  128. margin-left: 632px;
  129. margin-top: 0px;
  130. z-index:9999999999999999999;
  131. background: #;
  132. background-position: left;
  133. background-image: linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  134. background-image: -o-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  135. background-image: -moz-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  136. background-image: -webkit-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  137. background-image: -ms-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  138.  
  139. background-image: -webkit-gradient(
  140. linear,
  141. left bottom,
  142. left top,
  143. color-stop(0.26, rgb(247,248,250)),
  144. color-stop(0.53, rgb(189,209,230))
  145. );
  146. height:100%;
  147.  
  148. opacity:1;
  149. width:630px;
  150. -webkit-transition: opacity .4s linear;
  151. -webkit-transition: all .4s ease-in-out;
  152. -moz-transition: all .4s ease-in-out;
  153. -o-transition: all .4s ease-in-out;
  154. border: 3px double white;
  155.  
  156. }
  157.  
  158.  
  159.  
  160.  
  161. .omgbackground{
  162. -webkit-animation:fadeInDownBig ease-in-out 3s;
  163. -moz-animation:fadeInDownBig ease-in-out 3s;
  164. -ms-animation:fadeInDownBig ease-in-out 3s;
  165.  
  166.  
  167. position:fixed;
  168. margin-left: 80px;
  169. margin-top: 220px;
  170. z-index:9999999999999999999;
  171. background: #;
  172. background-position: left;
  173. background-image: linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  174. background-image: -o-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  175. background-image: -moz-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  176. background-image: -webkit-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  177. background-image: -ms-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  178.  
  179. background-image: -webkit-gradient(
  180. linear,
  181. left bottom,
  182. left top,
  183. color-stop(0.26, rgb(247,248,250)),
  184. color-stop(0.53, rgb(189,209,230))
  185. );
  186. height:300px;
  187.  
  188. opacity:1;
  189. width:450px;
  190. -webkit-transition: opacity .4s linear;
  191. -webkit-transition: all .4s ease-in-out;
  192. -moz-transition: all .4s ease-in-out;
  193. -o-transition: all .4s ease-in-out;
  194. border: 3px double white;
  195.  
  196. }
  197.  
  198.  
  199. .omgbackground2{
  200. -webkit-animation:fadeInDownBig ease-in-out 3s;
  201. -moz-animation:fadeInDownBig ease-in-out 3s;
  202. -ms-animation:fadeInDownBig ease-in-out 3s;
  203.  
  204.  
  205. position:fixed;
  206. margin-left: 80px;
  207. margin-top: 550px;
  208. z-index:1;
  209. background: #;
  210. background-position: left;
  211. background-image: linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  212. background-image: -o-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  213. background-image: -moz-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  214. background-image: -webkit-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  215. background-image: -ms-linear-gradient(bottom, rgb(247,248,250) 26%, rgb(189,209,230) 53%);
  216.  
  217. background-image: -webkit-gradient(
  218. linear,
  219. left bottom,
  220. left top,
  221. color-stop(0.26, rgb(247,248,250)),
  222. color-stop(0.53, rgb(189,209,230))
  223. );
  224. height:80px;
  225.  
  226. opacity:1;
  227. width:450px;
  228. -webkit-transition: opacity .4s linear;
  229. -webkit-transition: all .4s ease-in-out;
  230. -moz-transition: all .4s ease-in-out;
  231. -o-transition: all .4s ease-in-out;
  232. border: 3px double white;
  233.  
  234. }
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257. ::-webkit-scrollbar-thumb{
  258. background-color: {color:scrollbar};
  259. border: 2px solid #C5D4E4;
  260. height:auto;
  261. -moz-border-radius: 10px;
  262. border-radius: 10px;
  263. }
  264.  
  265. ::-webkit-scrollbar {
  266. height:3px;
  267. width:4px;
  268. background-color:#fffff;
  269. }
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277. #info{
  278. position:fixed !important;
  279. padding-top:30px;
  280. bottom: 0px;
  281. padding-bottom:20px;
  282. margin-left:630px;
  283. text-align:center;
  284. font-family:seann;
  285. font-size:30px;
  286. color: #888;
  287. letter-spacing: 1px;
  288. height:20px;
  289. width:640px;
  290. line-height: 15px;
  291. background: #F5F5F5;
  292. -moz-border-radius: 0px 0px 0px 0px;
  293. border-radius: 0px 0px 0px 0px;
  294. overflow:hidden;
  295. -webkit-transition: opacity .7s linear;
  296. -webkit-transition: all .7s ease-in-out;
  297. -moz-transition: all .7s ease-in-out;
  298. -o-transition: all .7s ease-in-out;
  299. z-index:99999999999999999999;
  300. border-top: 3px solid #C5D4E4;
  301. border-top-left-radius: 20px;
  302. border-top-right-radius: 20px;
  303.  
  304. }
  305.  
  306. #info:hover{
  307. border-top: 3px solid #C5D4E4;
  308. border-top-left-radius: 20px;
  309. border-top-right-radius: 20px;
  310. text-transform: normal;
  311. height:250px;
  312. background: #F5F5F5;
  313. z-index:999999999999999999999999;
  314.  
  315. }
  316.  
  317.  
  318.  
  319. wop{
  320. padding-top: 10px;
  321. text-shadow: -1px 0 #898989, 0 1px #898989, 1px 0 #898989, 0 -1px #898989;
  322. font-family: "seann";
  323. font-size: 35px;
  324. text-align:left;
  325. letter-spacing: 2px;
  326. line height:25px;
  327. color: white;
  328. z-index: 9999999999999999999999;
  329. }
  330.  
  331.  
  332.  
  333. #happy6 {
  334. position: fixed;
  335. background-image:url('http://31.media.tumblr.com/2b68fe9d6a96763363e96b6914f782f0/tumblr_msgi6d9OEG1sbgxdlo1_100.png');
  336. repeat:repeat-x;
  337. margin-left:617px;
  338. width:100%;
  339. margin-top: -100px;
  340. width: 15px;
  341. height:10000px;
  342. position: fixed;
  343. z-index: 0;
  344. opacity:1;
  345. -webkit-transform: rotate(180deg);
  346. }
  347.  
  348.  
  349. #happy7 {
  350. position: fixed;
  351. background-image:url('http://31.media.tumblr.com/2b68fe9d6a96763363e96b6914f782f0/tumblr_msgi6d9OEG1sbgxdlo1_100.png');
  352. repeat:repeat-x;
  353. margin-left:1085px;
  354. width:100%;
  355. margin-top: -100px;
  356. width: 15px;
  357. height:10000px;
  358. position: fixed;
  359. z-index:0
  360. opacity:1;
  361. }
  362.  
  363.  
  364.  
  365.  
  366.  
  367. .omgz{
  368. -webkit-animation:fadeInDownBig ease-in-out 3s;
  369. -moz-animation:fadeInDownBig ease-in-out 3s;
  370. -ms-animation:fadeInDownBig ease-in-out 3s;
  371.  
  372.  
  373. position:fixed;
  374. margin-left: 230px;
  375. margin-top: 240px;
  376. padding: 5px;
  377. z-index:9999999999999999999;
  378. background: #F5F5F5;
  379. width: 250px;
  380. height:250px;
  381. overflow-y:scroll;
  382. overflow-x:hidden;
  383. font-family: calibri;
  384. line-height: 20px;
  385. font-size: 15px;
  386. opacity:1;
  387. width:270px;
  388. -webkit-transition: opacity .4s linear;
  389. -webkit-transition: all .4s ease-in-out;
  390. -moz-transition: all .4s ease-in-out;
  391. -o-transition: all .4s ease-in-out;
  392. border: 4px double #E0E0E0;
  393.  
  394. }
  395.  
  396.  
  397.  
  398.  
  399. .linkies{
  400. position:fixed;
  401.  
  402.  
  403. color: #FFFFFF;
  404. font-size: 25px;
  405. text-shadow: -1px 0 #898989, 0 1px #898989, 1px 0 #898989, 0 -1px #898989;
  406. position:fixed;
  407. margin-left: -85px;
  408. margin-top: 565px;
  409. padding: 5px;
  410. padding-top: 15px;
  411. z-index:99999999999999;
  412. background: #F5F5F5;
  413. width: 250px;
  414. height:30px;
  415. font-family: seann;
  416. line-height: 20px;
  417. opacity:1;
  418. width:400px;
  419. border: 4px double #E0E0E0;
  420.  
  421. }
  422.  
  423. .linkies a{ color: #fff;}
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439. .backy2{
  440. -webkit-animation:fadeInDownBig ease-in-out 3s;
  441. -moz-animation:fadeInDownBig ease-in-out 3s;
  442. -ms-animation:fadeInDownBig ease-in-out 3s;
  443.  
  444.  
  445. position:fixed;
  446. margin-left: 650px;
  447. margin-top: 20px;
  448. padding: 5px;
  449. z-index:9999999999999999999;
  450. background: #F5F5F5;
  451. width: 250px;
  452. height:250px;
  453. overflow-y:scroll;
  454. overflow-x:hidden;
  455. font-family: calibri;
  456. line-height: 20px;
  457. font-size: 15px;
  458. opacity:1;
  459. width:270px;
  460. -webkit-transition: opacity .4s linear;
  461. -webkit-transition: all .4s ease-in-out;
  462. -moz-transition: all .4s ease-in-out;
  463. -o-transition: all .4s ease-in-out;
  464. border: 4px double #E0E0E0;
  465.  
  466. }
  467.  
  468.  
  469. .backy3{
  470. -webkit-animation:fadeInDownBig ease-in-out 3s;
  471. -moz-animation:fadeInDownBig ease-in-out 3s;
  472. -ms-animation:fadeInDownBig ease-in-out 3s;
  473.  
  474.  
  475. position:fixed;
  476. margin-left: 960px;
  477. margin-top: 20px;
  478. padding: 5px;
  479. z-index:9999999999999999999;
  480. background: #F5F5F5;
  481. width: 270px;
  482. height:250px;
  483. overflow-y:scroll;
  484. overflow-x:hidden;
  485. font-family: calibri;
  486. line-height: 20px;
  487. font-size: 15px;
  488. opacity:1;
  489. width:270px;
  490. -webkit-transition: opacity .4s linear;
  491. -webkit-transition: all .4s ease-in-out;
  492. -moz-transition: all .4s ease-in-out;
  493. -o-transition: all .4s ease-in-out;
  494. border: 4px double #E0E0E0;
  495.  
  496. }
  497.  
  498.  
  499.  
  500. .backy4{
  501. -webkit-animation:fadeInDownBig ease-in-out 3s;
  502. -moz-animation:fadeInDownBig ease-in-out 3s;
  503. -ms-animation:fadeInDownBig ease-in-out 3s;
  504.  
  505.  
  506. position:fixed;
  507. margin-left: 652px;
  508. margin-top: 305px;
  509. padding: 5px;
  510. z-index:9999999999999999999;
  511. background: #F5F5F5;
  512. width: 250px;
  513. height:250px;
  514. overflow-y:scroll;
  515. overflow-x:hidden;
  516. font-family: calibri;
  517. line-height: 20px;
  518. font-size: 15px;
  519. opacity:1;
  520. width:270px;
  521. -webkit-transition: opacity .4s linear;
  522. -webkit-transition: all .4s ease-in-out;
  523. -moz-transition: all .4s ease-in-out;
  524. -o-transition: all .4s ease-in-out;
  525. border: 4px double #E0E0E0;
  526.  
  527. }
  528.  
  529.  
  530. .backy5{
  531. -webkit-animation:fadeInDownBig ease-in-out 3s;
  532. -moz-animation:fadeInDownBig ease-in-out 3s;
  533. -ms-animation:fadeInDownBig ease-in-out 3s;
  534.  
  535.  
  536. position:fixed;
  537. margin-left: 960px;
  538. margin-top: 305px;
  539. padding: 5px;
  540. z-index:9999999999999999999;
  541. background: #F5F5F5;
  542. width: 270px;
  543. height:250px;
  544. overflow-y:scroll;
  545. overflow-x:hidden;
  546. font-family: calibri;
  547. line-height: 20px;
  548. font-size: 15px;
  549. opacity:1;
  550. width:270px;
  551. -webkit-transition: opacity .4s linear;
  552. -webkit-transition: all .4s ease-in-out;
  553. -moz-transition: all .4s ease-in-out;
  554. -o-transition: all .4s ease-in-out;
  555. border: 4px double #E0E0E0;
  556.  
  557. }
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564. #title1{
  565. position:fixed !important;
  566. z-index:9999999999999999999999999999999999999999999;
  567. width:220px;
  568. height:30px;
  569. opacity: 1;
  570. padding:5px;
  571. padding-left: 12px;
  572. margin-top:80px;
  573. margin-left:50px;
  574. background:transperant;
  575. line-height:40px;
  576. text-align:center;
  577. border: 0px solid {color:borders};
  578. border-bottom: 0px solid #BDD1F2;
  579. border-bottom-right-radius: 32px 8px;
  580. border-bottom-left-radius: 32px 8px;
  581. text-shadow: -1px 0 #979797, 0 1px #979797, 1px 0 #979797, 0 -1px #979797;
  582. color: #AAC7E6;
  583. letter-spacing:6px;
  584. font-size: 110px;
  585. font-family: 'seann';
  586. -webkit-transform: rotate(-5deg);
  587. -o-transition-transition: all 0.6s ease-out;
  588. -webkit-transition: all 0.6s ease-out;
  589. -moz-transition: all 0.6s ease-out;
  590. }
  591.  
  592.  
  593.  
  594. #thing{
  595.  
  596.  
  597. position:fixed;
  598. float: left;
  599. height: 50px;
  600. z-index:1;
  601. margin-left:-500px;
  602. opacity:1;
  603. margin-top:-300px;
  604. z-index: 1;
  605. background: transparent;
  606. -webkit-transform: rotate(0deg);
  607. }
  608.  
  609.  
  610.  
  611.  
  612. @font-face{font-family:"seann";src:url("http://static.tumblr.com/prbmsvf/fPJmsm49g/handsean.ttf");}
  613.  
  614.  
  615.  
  616.  
  617. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  618.  
  619.  
  620. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  621. .title{
  622. line-height: 12px;
  623. color:{color:Title};
  624. font-weight: normal;
  625. }
  626.  
  627.  
  628. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  629. .permalink{
  630. text-transform: normal;
  631. display: block;
  632. text-align: right;
  633. text-decoration: none;
  634. }
  635.  
  636.  
  637. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  638. #infscr-loading{
  639. bottom: -70px;
  640. position: absolute;
  641. left: 50%;
  642. margin-left:-8px;
  643. width:16px;
  644. height:11px;
  645. overflow:hidden;
  646. margin-bottom: 50px;
  647. }
  648.  
  649. #postnotes{
  650. text-align: justify;}
  651.  
  652. #postnotes blockquote{
  653. border: 0px;}
  654.  
  655. blockquote{
  656. padding:0px 0px 2px 5px;
  657. margin:0px 0px 2px 10px;
  658. border-left: 1px dotted #555555;
  659. }
  660.  
  661. blockquote p, ul{
  662. margin:0px;
  663. padding:0px;
  664. }
  665.  
  666. a img{border: 0px;}
  667.  
  668.  
  669. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  670.  
  671. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  672. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  673.  
  674. .notes img{width:10px; position:relative; top:3px;}
  675. <--ses-->
  676. small{font-size: 90%;}
  677.  
  678. {CustomCSS}
  679.  
  680. </style>
  681.  
  682. {block:IndexPage}
  683. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  684. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  685.  
  686.  
  687.  
  688.  
  689. {/block:IndexPage}
  690.  
  691.  
  692. <title>{title}</title>
  693.  
  694. <link rel="shortcut icon" href="{Favicon}" />
  695. <meta name="viewport" content="width=820" />
  696. </head>
  697.  
  698.  
  699. <body onkeydown="return false">
  700. <BODY onselectstart="return false;" ondragstart="return false;">
  701. <div class="wrapper">
  702. <div class="header">
  703. </div>
  704.  
  705.  
  706.  
  707.  
  708.  
  709. <div id="cage">
  710. <div id="center">
  711. <div id="happy7"></div>
  712. <div class="linkies">
  713.  
  714. <a href="put your url here">home</a> - <a href="put url here">etcetera</a> - <a href="http://tumblr.com/dashboard">dash</a> - <a href="http://replaying.tumblr.com">credit</a>
  715. </div></div></div></div></div></div></div></div></div></div></div>
  716.  
  717.  
  718.  
  719.  
  720. <div id="happy6"></div>
  721. <div id="happy7"></div>
  722.  
  723.  
  724. <div class="omgbackground"></div>
  725. <div class="omgbackground2"></div>
  726.  
  727. <div class="backy"></div>
  728. <div class="backy2">
  729.  
  730. <br><center><div style="font-family: seann; color: #FFFFFF; font-size: 35px;text-shadow: -1px 0 #898989, 0 1px #898989, 1px 0 #898989, 0 -1px #898989; padding: 3px; letter-spacing: 2px; width: 200px; border-bottom: 1px solid #BEBFBF; border-bottom-right-radius: 32px 8px; border-bottom-left-radius: 32px 8px; padding-left: 5px; padding-right: 5px; padding-bottom: 20px;">basics:<br></center>
  731.  
  732. put all basic info or wtvr here
  733.  
  734.  
  735. </div></div></div></div></div></div></div></div></div></div>
  736.  
  737.  
  738. <div class="backy3">
  739.  
  740. <br><center><div style="font-family: seann; color: #FFFFFF; font-size: 35px;text-shadow: -1px 0 #898989, 0 1px #898989, 1px 0 #898989, 0 -1px #898989; padding: 3px; letter-spacing: 2px; width: 200px; border-bottom: 1px solid #BEBFBF; border-bottom-right-radius: 32px 8px; border-bottom-left-radius: 32px 8px; padding-left: 5px; padding-right: 5px; padding-bottom: 20px;">unfollow:<br></center>
  741.  
  742. why you unfollowed here
  743.  
  744.  
  745.  
  746. </div></div></div></div></div></div></div></div></div></div>
  747.  
  748.  
  749. <div class="backy4">
  750.  
  751. <br><center><div style="font-family: seann; color: #FFFFFF; font-size: 35px;text-shadow: -1px 0 #898989, 0 1px #898989, 1px 0 #898989, 0 -1px #898989; padding: 3px; letter-spacing: 2px; width: 250px; border-bottom: 1px solid #BEBFBF; border-bottom-right-radius: 32px 8px; border-bottom-left-radius: 32px 8px; padding-left: 5px; padding-right: 5px; padding-bottom: 20px;">things i do:<br></center>
  752.  
  753.  
  754. <br>
  755. put things you do here blehhhh
  756. </div></div></div></div></div></div></div></div></div></div>
  757.  
  758.  
  759. <div class="backy5">
  760.  
  761. <br><center><div style="font-family: seann; color: #FFFFFF; font-size: 35px;text-shadow: -1px 0 #898989, 0 1px #898989, 1px 0 #898989, 0 -1px #898989; padding: 3px; letter-spacing: 2px; width: 250px; border-bottom: 1px solid #BEBFBF; border-bottom-right-radius: 32px 8px; border-bottom-left-radius: 32px 8px; padding-left: 5px; padding-right: 5px; padding-bottom: 20px;">things I dont:<br></center>
  762.  
  763.  
  764. <br>
  765. - put whatever you dont do here woootttt
  766.  
  767.  
  768. </div></div></div></div></div></div></div></div></div></div>
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775. <div class="omgz">
  776.  
  777. <br><center><div style="font-family: seann; color: #FFFFFF; font-size: 35px;text-shadow: -1px 0 #898989, 0 1px #898989, 1px 0 #898989, 0 -1px #898989; padding: 3px; letter-spacing: 2px; width: 200px; border-bottom: 1px solid #BEBFBF; border-bottom-right-radius: 32px 8px; border-bottom-left-radius: 32px 8px; padding-left: 5px; padding-right: 5px; padding-bottom: 20px;">about me:<br></center>
  778. <br>
  779.  
  780. PUT ALL ABOUT YOURSELF HERE, IF IT GETS TOO LONG THERE'S SCROLL TO SAVE THE DAY YAY
  781. <br>
  782. also please dont remove the credit i put in the links below, it's the only form of credit i put on the layout and I put a lot of work into this so the least you can do is keep it there.
  783.  
  784. </div></div></div></div></div></div></div></div></div></div>
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794. <div id="title1">Mailbox</div>
  795.  
  796.  
  797.  
  798. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  799. <div id="sidebar">
  800. <center>
  801. <a href="/"><img src="http://static.tumblr.com/xokichi/Jm5muwqhp/nessa.jpg" width=150px height=150px></a>
  802.  
  803.  
  804. </center>
  805. </div>
  806. <!------------------------------------->
  807.  
  808.  
  809.  
  810.  
  811. <div id="thing"><img src="http://31.media.tumblr.com/1d7dd79cf06bf008f93ddb8e84496c1c/tumblr_ms91h9gLAY1sbgxdlo1_500.png" height=500px width=1000px;</a></div>
  812.  
  813.  
  814.  
  815.  
  816.  
  817. <div id="info">
  818. <center><wop><background>Hover here for ask box!</background></wop></center>
  819. <div id="box"><br>
  820.  
  821. <br>
  822.  
  823. <Center><iframe frameborder="0" scrolling="yes" width="500" height="200" src="PUT YOUR URL HERE" style="background-color:transparent; overflow:hidden;" id="ask_form">
  824. </center></div>
  825.  
  826. </div></div></div>
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837. </body>
  838. </html>
Advertisement
Add Comment
Please, Sign In to add comment