Advertisement
tragical

cascadianlove > Profile Layout

Jan 5th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. <!- Graphics & coding (c) Owly 2014 -!>
  2. <style type="text/css">
  3. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #chatroom_mini,#chatroom, #chatroom_closed, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;}
  4.  
  5.  
  6. #img{
  7. height:100px;
  8. width:100px;
  9. top:200px;
  10. left:500px;
  11. position:fixed;
  12. border:5px solid #D8D8D8;
  13. }
  14.  
  15. #lb{
  16. height:100px;
  17. width:200px;
  18. position:fixed;
  19. top:202px;
  20. left:620px;
  21. font:10px calibri;
  22. text-align:center;
  23. text-transform:uppercase;
  24. }
  25.  
  26. #lb a{
  27. background:#fff;
  28. color:#B1000E;
  29. display:block;
  30. max-width:82px;
  31. padding-top:3px;
  32. padding-bottom:5px;
  33. margin-left:3px;
  34. margin-top:2px;
  35. -webkit-transition: all 1s ease;
  36. -moz-transition: all 1s ease;
  37. -ms-transition: all 1s ease;
  38. -o-transition: all 1s ease;
  39. transition: all 1s ease;
  40.  
  41. }
  42.  
  43. #lb2{
  44. height:100px;
  45. width:200px;
  46. position:fixed;
  47. top:202px;
  48. left:710px;
  49. font:10px calibri;
  50. text-align:center;
  51. text-transform:uppercase;
  52. }
  53.  
  54. #lb2 a{
  55. background:#fff;
  56. color:#B1000E;
  57. display:block;
  58. max-width:82px;
  59. padding-top:3px;
  60. padding-bottom:5px;
  61. margin-left:3px;
  62. margin-top:2px;
  63. -webkit-transition: all 1s ease;
  64. -moz-transition: all 1s ease;
  65. -ms-transition: all 1s ease;
  66. -o-transition: all 1s ease;
  67. transition: all 1s ease;
  68. }
  69.  
  70. #lb a:hover, #lb2 a:hover{
  71. text-decoration:none;
  72. font-weight:bold;
  73. background:#B1000E;
  74. color:#fff;
  75. }
  76.  
  77. #box{
  78. font-family: Cambria;
  79. font-style:italic;
  80. height:126px;
  81. width:288px;
  82. position:fixed;
  83. background:#fff;
  84. top:320px;
  85. left:500px;
  86. padding:5px;
  87. }
  88.  
  89. body{
  90. background:url(http://i41.tinypic.com/2h7e32v.jpg);
  91. overflow:hidden;
  92. }
  93.  
  94. .head{
  95. display:none;
  96. }
  97.  
  98. #block1, #block6{
  99. display:none;
  100. }
  101.  
  102. #content #body, #content td, #content table{
  103. background:none;
  104. border:none;
  105. }
  106. </style>
  107. <div id="img"><img src="http://i40.tinypic.com/10rsc39.png"></div>
  108.  
  109. <div id="box"><center><font size=1>boop a doop moop text text text la dee da frick frack diddily dack patty wack snick snack crack pack slack mack quarterback crackerjack biofeedback backtrack thumbtack sidetrack tic-tacboop a doop moop text text text la dee da frick frack diddily dack patty wack snick snack crack pack slack mack quarterback crackerjack biofeedback backtrack thumbtack sidetrack tic-tac boop a doop moop text text text la dee da frick frack diddily dack patty wack snick snack crack pack slack mack quarterback crackerjack biofeedback backtrack thumbtack sidetrack tic-tac</div>
  110.  
  111. <div id="lb">
  112. <a href="hatchery">hatchery</a>
  113. <a href="forum">forums</a>
  114. <br>
  115. <a href="/">petpage 1</a>
  116. <a href="/">petpage 3</a>
  117. </div>
  118. <div id="lb2"><a href="rmail">rmail</a>
  119. <a href="updates">updates</a>
  120. <br>
  121. <a href="/">petpage 2</a>
  122. <a href="/">petpage 4</a>
  123. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement