Advertisement
tragical

FOR MANGADREAMER - - Flowers Premade Profile

May 7th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. <style type="text/css">
  2. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #chatroom_mini,#chatroom, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;}
  3.  
  4. #navi{
  5. position:absolute;
  6. height:auto;
  7. width:auto;
  8. top:-20px;
  9. right:50px;
  10. }
  11. #box1{
  12. background:#44cc99;
  13. width:185px;
  14. height:150px;
  15. top:30px;
  16. left:-190px;
  17. position:absolute;
  18. overflow:auto;
  19. border:3px solid #006688;
  20. border-radius:3px;
  21. }
  22.  
  23. #box2{
  24. background:#44cc99;
  25. width:185px;
  26. height:150px;
  27. top:200px;
  28. left:-190px;
  29. position:absolute;
  30. overflow:auto;
  31. border:3px solid #006688;
  32. border-radius:3px;
  33. }
  34.  
  35.  
  36. #box3{
  37. background:#44cc99;
  38. width:185px;
  39. height:150px;
  40. top:370px;
  41. left:-190px;
  42. position:absolute;
  43. overflow:auto;
  44. border:3px solid #006688;
  45. border-radius:3px;
  46. }
  47.  
  48. .head{
  49. color:#005566;
  50. }
  51.  
  52. #content #body{
  53. background:#44cc99;
  54. border:5px solid #006688;
  55. border-radius:3px;
  56. }
  57.  
  58. #content table, #content td{
  59. border:1px solid #44cc99;
  60. background-color:#44cc99;
  61. }
  62.  
  63. #content{
  64. top:60px;
  65. left:500px;
  66. -webkit-opacity: 0.7;
  67. -moz-opacity: 0.7;
  68. opacity: 0.7;
  69. }
  70.  
  71. a:link{
  72. color:#006688;
  73. -webkit-transition: all 1s ease;
  74. -moz-transition: all 1s ease;
  75. -ms-transition: all 1s ease;
  76. -o-transition: all 1s ease;
  77. transition: all 1s ease;
  78. }
  79. a:visited{
  80. color:#006688;
  81. }
  82. a:hover{
  83. text-decoration:none;
  84. color:#0099cc;
  85. font-style:italic;
  86. }
  87.  
  88. body{
  89. background:url(http://i40.tinypic.com/8yi4a0.jpg);
  90. background-repeat:no-repeat;
  91. background-position:center left;
  92. background-attachment:fixed;
  93. font-family: "Lucida Bright", Georgia, serif;
  94. text-transform:lowercase;
  95. }
  96. </style><font color=#006688><center><div id="box1"><h3>box 1</h3>
  97. <br>hello! this is box 1. when you put enough text in it, it will automatically scroll. c:</div>
  98.  
  99. <div id="box2"><h3>box 2</h3>
  100. <br>hello! this is box 2. when you put enough text in it, it will automatically scroll. c:
  101. <br>(optional box)</div>
  102.  
  103. <div id="box3"><h3>box 3</h3>
  104. <br>hello! this is box 3. when you put enough text in it, it will automatically scroll. c:
  105. <br>(optional box)</div>
  106.  
  107. <div id="navi"><b><a href="hatchery">hatchery</a> ยป <a href="explore.php">explore</a> ยป <a href="forum">forums</a> ยป <a href="rmail">rmail</a></b></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement