rpaccount

play code

Dec 17th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <style>
  2. @import url();
  3.  
  4. body{
  5. background-color:#FFF;
  6. background-image:url();
  7. background-size:100% 100%;
  8. background-position: top right;
  9. background-repeat:no-repeat;
  10. background-attachment:fixed;
  11. }
  12.  
  13. .box {position: absolute;
  14. top: 7%;
  15. left: 7%;
  16. background: #transparent;
  17. width: 85%;
  18. height: 86%;
  19. border: 2px solid #transparent;
  20. background-image: url("");
  21. background-repeat: repeat;
  22. background-size: ;
  23. opacity:1;
  24. }
  25.  
  26. ::-webkit-scrollbar {
  27. width:1.5px;
  28. height:1.5px;
  29. background-color:#transparent;
  30. }
  31. ::-webkit-scrollbar-thumb:vertical {
  32. background-color:#888888;
  33. }
  34. ::-webkit-scrollbar-thumb:horizontal {
  35. background-color:#888888;
  36. }
  37.  
  38. h1 {
  39. font: normal 12px 'lucida console';
  40. border-bottom: 1px solid #12080E;}
  41.  
  42. b {
  43. color: #702963;
  44. font-weight:bold;
  45. letter-spacing: 1px;
  46. }
  47.  
  48. i{
  49. color:#714542;
  50. font-family:cambria;
  51. font-weight:light;
  52. letter-spacing: 1px;
  53. font-style:italic;
  54. }
  55.  
  56. u{
  57. text-decoration:none;
  58. text-shadow:0px 0px 2px #823571;
  59. }
  60.  
  61. a:active, a:link, a:visited{
  62. color:#ccff00;
  63. text-decoration:none;
  64. }
  65.  
  66.  
  67.  
  68.  
  69.  
  70. </style>
Add Comment
Please, Sign In to add comment