Advertisement
Deanmon

HHCSS

Mar 13th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. #profile-container { width:1500px;background:none; }
  2.  
  3. ::-webkit-scrollbar {
  4. width: 5px;
  5. }
  6. ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); border-radius: 0px; }
  7. ::-webkit-scrollbar-thumb:vertical { background-color: #fff; -webkit-border-radius: 0px; }
  8.  
  9. ::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5);
  10. }
  11.  
  12.  
  13. body {
  14. background:url(https://365wallpapers.files.wordpress.com/2010/03/smolder.png);
  15. background-size: 100% 100%;
  16. background-repeat: no-repeat;
  17. }
  18.  
  19.  
  20. body {
  21. cursor: url('http://www.cursor.cc/cursor/220/26/cursor.png'), default;
  22. }
  23.  
  24. a{
  25. text-decoration:none;
  26. }
  27.  
  28. .Reg{
  29. position:relative;
  30. left: 60px;
  31. top:5px;
  32. overflow:hidden;
  33. width:480px;
  34. height:480px;
  35. border:4px groove #D44E06;
  36. -webkit-transition: all 0.7s ease;
  37. transition: all 0.7s ease;
  38. font-family: Georgia;
  39. background:url(http://i.imgur.com/DQNS1Oc.gif);
  40. background-size: 100% 100%;
  41. background-repeat: no-repeat;
  42. }
  43. .Reg .textbox {
  44. position:absolute;
  45. top:0px;
  46. left:59px;
  47. width:475px;
  48. height:472px;
  49. margin-left:-543px;
  50. font-size:14px;
  51. border:4px groove #fff;
  52. background: #000;
  53. overflow: auto;
  54. }
  55. .Reg:hover .textbox {
  56. margin-left:-60px;
  57. }
  58. .Reg img {
  59. margin-left:0px;
  60. }
  61. .Daea:hover img {
  62. margin-left:0px;
  63. }
  64. .text {
  65. padding-top: 30px;
  66. text-shadow: 0px 0px 3px #D44E06;
  67. }
  68. .Reg img, .textbox {
  69. -webkit-transition: all 0.7s ease;
  70. transition: all 0.7s ease;
  71. }
  72.  
  73. .Reg:hover {
  74. border-width:0px;
  75. }
  76.  
  77. .RegBox {
  78. background-color:#000;
  79. border-color:#D44E06;
  80. border-width:2px;
  81. border-style:groove;
  82. position:absolute;
  83. width:300px;
  84. height:450px;
  85. padding:5px;
  86. overflow:auto;
  87. }
  88.  
  89. .RegBox img {
  90. border-style: double;
  91. border-width:4px;
  92. border-color:#D44E06;
  93. }
  94.  
  95.  
  96. .tooltip{
  97. display: inline;
  98. position: relative;
  99. text-align:center;
  100. }
  101.  
  102. .tooltip:hover:after{
  103. background: #333;
  104. background: rgba(0,0,0,.8);
  105. border-color:#fff;
  106. border-width:1px;
  107. border-style:solid;
  108. border-radius: 0px;
  109. top: 16px;
  110. color: #fff;
  111. content: attr(title);
  112. left: 3.5%;
  113. padding: 0px 3px;
  114. position: absolute;
  115. z-index: 98;
  116. width: 280px;
  117. }
  118.  
  119. .tooltip:hover:before{
  120. border: solid;
  121. border-color: transparent;
  122. border-width: 6px 6px 0 6px;
  123. bottom: 20px;
  124. content: "";
  125. left: 50%;
  126. position: absolute;
  127. z-index: 99;
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement