Advertisement
Guest User

Untitled

a guest
Apr 21st, 2012
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/nature/nat-10/nat983.cur), progress !important;} /* End http://www.cursors-4u.com */
  2. #profile-container {background:none;}.
  3. .pfor {display: none;}
  4.  
  5. #profile { background-color: transparent; border: 0px; }
  6.  
  7. body {
  8.  
  9. background-color: #;
  10.  
  11. background-image: url();
  12.  
  13. background-repeat: repeat;
  14.  
  15. background-attachment:fixed;
  16.  
  17. background-position: top center;
  18. }
  19.  
  20.  
  21. .text2 {
  22.  
  23. font-family: arial;
  24.  
  25. font-size:12px; color:black;
  26.  
  27. text-transform:smallcaps;
  28.  
  29. line-height:130%;
  30.  
  31. text-align:justify;
  32.  
  33. }
  34.  
  35.  
  36.  
  37.  
  38.  
  39. A:link, A:visited, A:active
  40.  
  41. { background-color: #;
  42.  
  43. font: normal 24px;
  44.  
  45. font-family georgia;
  46.  
  47. color: #310e31;
  48.  
  49. text-align: left;
  50.  
  51. text-decoration: none;
  52.  
  53. text-transform: uppercase;
  54.  
  55. letter-spacing: 3px;}
  56.  
  57.  
  58.  
  59. A:hover
  60.  
  61. { background-color: white;
  62.  
  63. background-image:url(http://p5.piczo.com/img/i50176417_52989_5.gif);
  64. font: normal 24px;
  65.  
  66. font-family georgia;
  67.  
  68. color: #ffffff;
  69.  
  70. text-align: right;
  71.  
  72. text-decoration: none;
  73.  
  74. text-transform: lowercase;
  75.  
  76. letter-spacing: 3px;
  77.  
  78. cursor:crosshair;}
  79.  
  80. ::-webkit-scrollbar {
  81. progress;}::-webkit-scrollbar {
  82. width: 7px;
  83. }
  84.  
  85. ::-webkit-scrollbar-track {
  86. -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  87. border-radius: 5px;
  88. }
  89. ::-webkit-scrollbar-thumb:vertical {
  90. height: 10px;
  91. background-color: black;
  92. border: 1px solid #eee;
  93. border-color: #000000;
  94. -webkit-border-radius: 1px;
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb {
  98. border-radius: 3px;
  99. -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);th: 12px;
  100. }
  101.  
  102. ::-webkit-scrollbar-track {
  103. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  104. border-radius: 10px;
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb {
  108. border-radius: 10px;
  109. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement