Advertisement
tragical

FOR MERLINLOVER1997 - - Custom Profile

May 18th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. <style type="text/css">
  2. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;}
  3.  
  4. #vanigation
  5. {
  6. display:block;
  7. width:80px;
  8. top:300px;
  9. left:-73px;
  10. position:absolute;
  11. padding:0px,0px,10px,0px;
  12. background-color:#FFF;
  13. border:3px solid #000;
  14. border-radius:3px;
  15. }
  16.  
  17. #body, #box1, #box2, #box3, #box4{
  18. border:3px solid #000;
  19. border-radius:3px;
  20. }
  21.  
  22. #box1, #box2, #box3{
  23. height:190px;
  24. width:300px;
  25. overflow:auto;
  26. right:-315px;
  27. background-color:#FFF;
  28. position:absolute;
  29. }
  30.  
  31. #box1{
  32. top:15px;
  33. }
  34. #box2{
  35. top:250px;
  36. }
  37. #box3{
  38. top:490px;
  39. }
  40. #box4{
  41. top:15px;
  42. height:190px;
  43. width:300px;
  44. overflow:auto;
  45. left:-315px;
  46. background-color:#FFF;
  47. position:absolute;
  48. }
  49.  
  50.  
  51. a:link{
  52. color:#000;
  53. -webkit-transition: all 1s ease;
  54. -moz-transition: all 1s ease;
  55. -ms-transition: all 1s ease;
  56. -o-transition: all 1s ease;
  57. transition: all 1s ease;
  58. }
  59. a:visited{
  60. color:#000;
  61. }
  62. a:hover{
  63. color:#510087;
  64. text-decoration:line-through;
  65. }
  66. .head{
  67. background-color:#000;
  68. font-size:large;
  69. }
  70.  
  71. #content{
  72. font-size:xx-large;
  73. left:190px;
  74. top:5px;
  75. -webkit-opacity: 0.4;
  76. -moz-opacity: 0.4;
  77. opacity: 0.4;
  78. -webkit-transition: all 1s ease;
  79. -moz-transition: all 1s ease;
  80. -ms-transition: all 1s ease;
  81. -o-transition: all 1s ease;
  82. transition: all 1s ease;
  83. }
  84.  
  85. #content:hover{
  86. -webkit-opacity: 0.8;
  87. -moz-opacity: 0.8;
  88. opacity: 0.8;
  89. }
  90.  
  91. body{
  92. letter-spacing:1px;
  93. font-family: Matura MT Script Capitals;
  94. background:url(http://fc05.deviantart.net/fs71/i/2011/091/c/c/industrial_avenue__lilydale_by_daveyhavoklova4lyf-d3d05fx.jpg);
  95. background-color:#C8C8C8;
  96. background-repeat:no-repeat;
  97. background-position:center;
  98. background-attachment:fixed;
  99. }
  100. </style><br><center>
  101. <font size=2>[music]
  102. [src=http://k004.kiwi6.com/hotlink/0qw8dqyx03/merlinmp3.mp3]infamous
  103. [/src][/music]
  104.  
  105. <!--LE TEXTBOXES--!>
  106.  
  107. <div id="box1">this is a box</div>
  108.  
  109. <div id="box2">this is also a box</div>
  110.  
  111. <div id="box3">this is a triangle okay</div>
  112.  
  113. <div id="box4">this is a circle oh my gosh</div>
  114.  
  115. <!--NAVIGATION LINKS!--!>
  116.  
  117. <div id="vanigation"><ul>
  118. <li><a href="hatchery">hatchery</a></li>
  119. <li><a href="explore.php">explore</a></li>
  120. <li><a href="forum">forums</a></li>
  121. <li><a href="rmail">rmail</a></li>
  122. </li></ul>
  123. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement