Advertisement
tragical

FOR SHINOHARA - - Custom Profile

Jul 25th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <!-- Coding by Owly for the use of Shinohara only --!>
  2.  
  3. <link href='http://fonts.googleapis.com/css?family=Bigelow+Rules' rel='stylesheet' type='text/css'>
  4.  
  5. <style type="text/css">
  6. #header, #search, #main-navbar, #sidebar, #sidetabs, #alerts, #navigation, #chatroom_mini,#chatroom, #footer_bg, #breadcrumbs, #footer_bg, .wrapper{display: none;}div.wraper{ background:none;}
  7.  
  8. .head{
  9. color:#990000;
  10. }
  11.  
  12. #box{
  13. height:560px;
  14. width:300px;
  15. background-color:#333333;
  16. top:3px;
  17. right:-350px;
  18. overflow:auto;
  19. position:absolute;
  20. -webkit-transition: all 1s ease;
  21. -moz-transition: all 1s ease;
  22. -ms-transition: all 1s ease;
  23. -o-transition: all 1s ease;
  24. transition: all 1s ease;
  25. opacity:0;
  26. }
  27.  
  28. #box:hover{
  29. opacity:1;
  30. }
  31.  
  32. a:link, a:visited{
  33. color:#A8A8A8;
  34. -webkit-transition: all 1s ease;
  35. -moz-transition: all 1s ease;
  36. -ms-transition: all 1s ease;
  37. -o-transition: all 1s ease;
  38. transition: all 1s ease;
  39. }
  40.  
  41. a:hover{
  42. color:#990000;
  43. text-decoration:line-through;
  44. }
  45.  
  46.  
  47. #madness{
  48. height:auto;
  49. width:auto;
  50. position:absolute;
  51. top:-30px;
  52. left:50px;
  53. font-family: 'Bigelow Rules', cursive;
  54. color:#B30000;
  55. font-size:40px;
  56. text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF;
  57. }
  58.  
  59. #content #body{
  60. background:none;
  61. }
  62.  
  63. #content{
  64. top:75px;
  65. left:150px;
  66. -webkit-opacity: 0.6;
  67. -moz-opacity: 0.6;
  68. opacity: 0.6;
  69. -webkit-transition: all 1s ease;
  70. -moz-transition: all 1s ease;
  71. -ms-transition: all 1s ease;
  72. -o-transition: all 1s ease;
  73. transition: all 1s ease;
  74. }
  75.  
  76. #content:hover{
  77. -webkit-opacity: 0.8;
  78. -moz-opacity: 0.8;
  79. opacity: 0.8;
  80. }
  81.  
  82.  
  83. #content td, #content table{
  84. background-color:#333333;
  85. border:1px solid #333333;
  86. }
  87.  
  88. body{
  89. background:url(http://i41.tinypic.com/307otpe.jpg);
  90. background-repeat:no-repeat;
  91. background-position:center;
  92. background-attachment:fixed;
  93. background-color:#000;
  94. font-family:"Lucida Bright";
  95. }
  96.  
  97. </style>
  98.  
  99. <font color=#A8A8A8>
  100.  
  101. <div id="madness">Madness is not a state of mind, it's a place..</div>
  102.  
  103. <div id="box"><center><br>where you can put extra information if needed.</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement