Advertisement
hekirei

QueTeImportaCtm

Dec 5th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. <style>
  2. #visitlogger a, #visitlogger .vl_link {
  3. color: #1f678d;
  4. text-decoration: none;
  5. cursor: hand;
  6. font-family: century gothic;
  7. text-shadow: 2px 2px #3d91bd;
  8. }
  9.  
  10. #visitlogger a, #visitlogger table a, .vl_link {
  11. color: #afe3ff !important;
  12. }
  13.  
  14. vl_page #vl_nav {
  15. position: relative;
  16. height: 22px;
  17. line-height: 1;
  18. background: rgba(172, 55, 55, 0);
  19. border-bottom: 1px solid #BDBDBD;
  20. }
  21.  
  22.  
  23.  
  24. .barry{
  25. height:10%;
  26. width:10%;
  27. left:0%;
  28. position:absolute;
  29. z-index:119;
  30. top:0%;
  31. }
  32. element.style {
  33. background-color: rgba(190, 84, 84, 0.0);
  34. }
  35. #visitlogger {
  36. position: absolute;
  37. display: inline-block;
  38. background-color: rgb(22, 37, 45);
  39. border: 0px solid #BDBDBD;
  40. padding: 0px;
  41. margin: 0px;
  42. width: 25%;
  43. min-width: 230px;
  44. height: 100%;
  45. color: #000000;
  46. font-family: arial;
  47. font-size: 13px;
  48. font-style: nnormal;
  49. text-align: left;
  50. -webkit-border-radius: 10px 10px 0 0;
  51. -moz-border-radius: 10px 10px 0 0;
  52. border-radius: 10px 10px 0 0;
  53. text-shadow: none;
  54. -webkit-touch-callout: none;
  55. -webkit-user-select: none;
  56. -khtml-user-select: none;
  57. -moz-user-select: none;
  58. -ms-user-select: none;
  59. user-select: none;
  60. }
  61. #vl_page .vl_visit {
  62. height: 51px;
  63. border-bottom: 1px solid rgba(189, 189, 189, 0);
  64. -webkit-touch-callout: text;
  65. -webkit-user-select: text;
  66. -khtml-user-select: text;
  67. -moz-user-select: text;
  68. -ms-user-select: text;
  69. user-select: text;
  70. }
  71. #vl_page .vl_visit:nth-child(even) {
  72. background: rgba(255, 255, 255, 0.0);
  73. }
  74. #vl_page .vl_visit .vl_visit_thumb img {
  75. width: 50px;
  76. height: 50px;
  77.  
  78. border-radius: 50%;
  79. }
  80. #visitlogger {
  81. position: absolute;
  82. display: inline-block;
  83. background-color: rgba(95, 121, 134, 0);
  84. border: 0px solid #BDBDBD;
  85. padding: 0px;
  86. margin: 0px;
  87. width: 25%;
  88. min-width: 230px;
  89. height: 100%;
  90. color: #000000;
  91. font-family: arial;
  92. font-size: 13px;
  93. font-style: normal;
  94. text-align: right;
  95. -webkit-border-radius: 10px 10px 0 0;
  96. -moz-border-radius: 10px 10px 0 0;
  97. border-radius: 10px 10px 0 0;
  98. text-shadow: none;
  99. -webkit-touch-callout: none;
  100. -webkit-user-select: none;
  101. -khtml-user-select: none;
  102. -moz-user-select: none;
  103. -ms-user-select: none;
  104. user-select: none;
  105. }
  106. #vl_page #vl_nav {
  107. position: relative;
  108. height: 0px;
  109. line-height: 0px;
  110. background: rgba(213, 127, 127, 0);
  111. border-bottom: 0px solid #BDBDBD;
  112. }
  113. #vl_header #vl_subheader {
  114. line-height: 0;
  115. border-bottom: 0px solid #BDBDBD;
  116. }
  117. #vl_header #vl_subheader #vl_voting {
  118. text-align: right;
  119. position: absolute;
  120. left: 150%;
  121. }
  122. #vl_menu {
  123. color: #000;
  124. height: 0px;
  125. }
  126. #vl_page .vl_visit {
  127. height: 55px;
  128. border-bottom: 1px solid rgba(189, 189, 189, 0);
  129. -webkit-touch-callout: text;
  130. -webkit-user-select: text;
  131. -khtml-user-select: text;
  132. -moz-user-select: text;
  133. -ms-user-select: text;
  134. user-select: text;
  135. }
  136. #vl_menu ul {
  137. display: table;
  138. table-layout: auto;
  139. width: 0%;
  140. margin: 0px;
  141. padding: 0px;
  142. height: 0px;
  143. list-style: none;
  144. border-top: 0px solid #BDBDBD;
  145. opacity: 0.0;
  146. position: absolute;
  147. }
  148. #vl_header #vl_credits {
  149. font-weight: bold;
  150. padding: 0px 0;
  151. text-align: center;
  152. opacity: 0.0;
  153. height: 0%;
  154. }
  155. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement