Advertisement
Guest User

Ras Coding (RPC)

a guest
Oct 21st, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(http://fonts.googleapis.com/css?family=Great+Vibes);
  3. @import url(http://fonts.googleapis.com/css?family=Honey+Script);
  4. .pfor {
  5. display: none;}
  6.  
  7.  
  8. #profile {
  9. background-color:transparent;
  10. border: 0px;}
  11.  
  12.  
  13. body {
  14. background-color: #000000;
  15.  
  16. color: #FF00FF;
  17. font: 10px meiryo;
  18. cursor: url(http://i47.tinypic.com/33d9w6e.png),default;}
  19. h3 {color: #FFFFFF; font-size: 20pt; font-family: Honey Script; font-weight: lighter; letter-spacing: 5px; line-height: 10px; text-shadow: 0px 0px 8px #FF6666;}
  20.  
  21. h4 {color: #FFFFFF; font-size: 20pt; font-family: Great Vibes; font-weight: normal; letter-spacing: 5px; line-height: 30px; text-shadow: 0px 0px 8px #FF6666;}
  22. a.type {color: #FFFFFF; text-decoration: none;}
  23.  
  24. span {cursor: crosshair;}
  25.  
  26. b {color: #FFFFFF; font: 14px consolas; font-weight: bold;}
  27.  
  28. #araimg {
  29. position: fixed;
  30. overflow: hidden;
  31. top: 120px;
  32. right: 480px;
  33. width: 300px;
  34. height: 350px;
  35. color: #FF00FF;
  36. text-align: left;
  37. background: url('http://i61.tinypic.com/2aipp51.png');
  38. background-color: transparent;
  39. background-size: 100%;
  40. border-radius: 50px 50px 50px 50px;
  41. border: 10px double #FFFFFF;
  42. margin-bottom: 40px;
  43.  
  44.  
  45. }
  46.  
  47.  
  48. #araooc {
  49. position: fixed;
  50. overflow: auto;
  51. top: 120px;
  52. right: 480px;
  53. width: 260px;
  54. height: 300px;
  55. color: #ffffff;
  56. text-align: left;
  57. background: #000000;
  58. opacity: 0.0;
  59. font: 18px dotumche;
  60. font-family: "sueellen";
  61. z-index: 999;
  62. -webkit-transition: all 0.5s ease-in-out;
  63. -moz-transition: all 0.5s ease-in-out;
  64. -o-transition: all 0.5s ease-in-out;
  65. -ms-transition: all 0.5s ease-in-out;
  66. transition: all 0.5s ease-in-out;
  67. border-radius: 50px 50px 50px 50px;
  68. border: 10px double #FFFFFF;
  69. margin-bottom: 40px;
  70. padding-top: 25px;
  71. padding-bottom: 25px;
  72. padding-right: 20px;
  73. padding-left: 20px;}
  74.  
  75.  
  76. #araooc:hover {
  77. opacity: 0.6;
  78. top: 120px;
  79. right: 480px;
  80. -webkit-transition: all 0.5s ease-in-out;
  81. -moz-transition: all 0.5s ease-in-out;
  82. -o-transition: all 0.5s ease-in-out;
  83. -ms-transition: all 0.5s ease-in-out;
  84. transition: all 0.5s ease-in-out;}
  85.  
  86.  
  87.  
  88.  
  89. </style>
  90.  
  91. <div id="ara">
  92. <div style="position: fixed; top: -20px; right: 300px;">
  93. <h3> . . .Do You Believe In Dalaketnon's? . . .</h3>
  94. </div>
  95. <div style="position: fixed; top: 28px; right: 495px;"><h4> ...Dare You Taste...</h4></div>
  96.  
  97.  
  98. <div id="araimg">
  99.  
  100. </div>
  101.  
  102. <div id="araooc">
  103. dd
  104. </div>
  105. <div style="position: fixed; bottom: -10px; right: 500px;"> <h4> ...Something So Pure...</h4> </div>
  106.  
  107. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement