Advertisement
hekirei

cssBarryr

Aug 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1.  
  2.  
  3. .barry::-webkit-scrollbar {
  4. display: none;
  5. width: 0px;fff
  6. height: 0px;
  7.  
  8. opacity:0.1;
  9. }
  10.  
  11. .barry{
  12. position:fixed;
  13. left:0%;
  14. top:10%;
  15. height:80%;
  16. width:18%;
  17. background-color:black;
  18. overflow:scroll;
  19. width: auto;
  20. min-width: 230px;
  21.  
  22. background-repeat:no-repeat;
  23. background-size:270% 100%;
  24. background-position: 50% 0%;
  25. }
  26. #vl_menu ,#vl_header{
  27. color: #000;
  28. height: 30px;
  29. display: none;
  30. }
  31. #visitlogger, #visitlogger table {
  32. color: #000 !important;
  33. text-shadow: 0px 0px 5px;
  34. -webkit-transition: width 2s; /* Safari */
  35. transition: width 2s;
  36. }
  37.  
  38. #visitlogger a, #visitlogger table a, .vl_link {
  39. -webkit-transition: all 0.7s ease-out;
  40. -moz-transition: all 0.7s ease-out;
  41. transition: all 0.7s ease-out;
  42. color: #bd4a4a !important;
  43. }
  44. #vl_page .vl_visit .vl_visit_name {
  45. display: inline-block;
  46. line-height: 30px;
  47. vertical-align: top;
  48. width: 105px;
  49. overflow: hidden;
  50. opacity:0.5;
  51. }
  52. #vl_page .vl_visit .vl_visit_name {
  53. opacity:1;
  54. width: auto;
  55. }
  56.  
  57.  
  58.  
  59. #visitlogger {
  60. position: relative;
  61. display: inline-block;
  62. background-color: rgba(255, 255, 255, 0.6);
  63. border: 0px solid #BDBDBD;
  64. padding: 0px;
  65. margin: 0px;
  66. width: auto;
  67. min-width: 230px;
  68. height: auto;
  69. color: #000000;
  70. font-size: 13px;
  71. text-align: left;
  72. -webkit-border-radius: 0px 0px 0 0;
  73. -moz-border-radius: 0px 0px 0 0;
  74. border-radius: 0px 0px 0 0;
  75. -webkit-touch-callout: none;
  76. -webkit-user-select: none;
  77. -khtml-user-select: none;
  78. -moz-user-select: none;
  79. -ms-user-select: none;
  80. user-select: none;
  81. }
  82. #vl_page #vl_nav {
  83. position: relative;
  84. height: 22px;
  85. display: none;
  86. line-height: 22px;
  87. background: rgba(255, 255, 255, 0.2);
  88. border-bottom: 0px solid #BDBDBD;
  89. }
  90. #vl_page .vl_visit:nth-child(even) {
  91. background: rgba(255, 255, 255, 0);
  92.  
  93. }
  94. #vl_page .vl_visit:nth-child(even):hover{
  95. background: rgba(255, 255, 255, 0);
  96. -webkit-filter: grayscale(100%);
  97. filter: grayscale(100%);
  98. -webkit-transition: 0.5s ease-in-out;
  99. transition: 0.5s ease-in-out;
  100. }
  101.  
  102. #vl_page .vl_visit {
  103. height: 31px;
  104. border-bottom: 1px solid #770000;
  105. -webkit-touch-callout: text;
  106. -webkit-user-select: text;
  107. -khtml-user-select: text;
  108. -moz-user-select: text;
  109. -ms-user-select: text;
  110. user-select: text;
  111. background: rgb(0, 0, 0);
  112. -webkit-transition: 1s ease-in-out;
  113. transition: 1s ease-in-out;
  114. }
  115. #vl_page .vl_visit:hover {
  116. -webkit-filter: grayscale(100%);
  117. filter: grayscale(100%);
  118. -webkit-transition: 0.5s ease-in-out;
  119. transition: 0.5s ease-in-out;
  120. color:#000;
  121. }
  122. #vl_page .vl_visit .vl_visit_time {
  123. float: right;
  124. line-height: 15px;
  125. width: 50px;
  126. transition: width 2s;
  127.  
  128. }
  129.  
  130. #vl_page .vl_visit:hover {
  131. color:#888888;
  132.  
  133. }
  134. #vl_page .vl_visit .vl_visit_thumb img {
  135. width: 30px;
  136. height: 30px;
  137. border-radius: 100%;
  138. border: none;
  139. }
  140. #visitlogger a, #visitlogger .vl_link {
  141. text-decoration: none;
  142. cursor: unset;
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement