Guest User

comhack

a guest
Nov 18th, 2009
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. .uzbl_highlight {
  2. background-color: yellow !important;
  3. }
  4.  
  5. .uzbl_h_first {
  6. background-color: lightgreen !important;
  7. }
  8.  
  9. .uzbl_follow {
  10. border-style: dotted;
  11. border-width: thin;
  12. }
  13.  
  14. #uzbl_hint > div {
  15. display: inline;
  16. border: 2px solid #4a6600;
  17. background-color: #b9ff00 !important;
  18. color: black;
  19. font-size: 9px;
  20. font-weight: bold;
  21. line-height: 9px;
  22. margin: 0px;
  23. padding: 0px;
  24. position: absolute;
  25. z-index: 1000;
  26. -webkit-border-radius: 6px;
  27. text-decoration: none;
  28. -wekit-transform: scale(1) rotate(0deg) translate(-6px,-5px);
  29. }
  30.  
  31. body {
  32. background-color: #3f3f3f !important;
  33. bgcolor: #3f3f3f !important;
  34. background: #3f3f3f !important;
  35. border: solid #3f3f3f !important;
  36. color: #bbbbbb !important;
  37. font:"DejaVu Sans" !important ;
  38. font-family:"DejaVu Sans", sans-serif !important ;
  39. font-family:"DejaVu Sans", serif !important ;
  40. font-family:"DejaVu Sans", monospace !important ;
  41. font-size:13px;
  42.  
  43. }
  44.  
  45. pre
  46. {
  47. font-family:"DejaVu Sans Mono", monospace !important ;
  48. font-size:13px;
  49. }
  50.  
  51. p {
  52. color: #bbbbbb !important;
  53. background-color: #3f3f3f !important;
  54. border: 0px;
  55. }
  56.  
  57. h1,h2,h3,h4,h5,h6 {
  58. color: #B8DDEA !important;
  59. background-color: #3f3f3f !important;
  60. }
  61.  
  62. a:link {
  63. color: #B8DDEA !important;
  64. background-color: #3f3f3f !important;
  65. text-decoration: none !important;
  66. outline: none;
  67. }
  68.  
  69. a:active {
  70. color: #CC896D !important;
  71. background-color: #3f3f3f !important;
  72. text-decoration: none !important;
  73. outline: none;
  74. }
  75.  
  76. a:hover {
  77. color: #CC896D !important;
  78. background-color: #3f3f3f !important;
  79. text-decoration: none !important;
  80. outline: none;
  81. }
  82.  
  83. a:visited {
  84. color: #CC896D !important;
  85. background-color: #3f3f3f !important;
  86. text-decoration: none !important;
  87. outline: none;
  88. }
  89.  
  90. input {
  91. background-color: #3f3f3f !important;
  92. border: 1px solid #bbbbbb !important;
  93. outline: none !important;
  94. color: #bbbbbb !important;
  95. }
  96.  
  97. input:hover {
  98. background-color: #353535 !important;
  99. border: 1px solid #bbbbbb !important;
  100. outline: none;
  101. color: #bbbbbb;
  102. }
  103.  
  104. img {
  105. border-color: 0px solid #3f3f3f !important;
  106. }
  107.  
  108. textarea {
  109. background-color: #3f3f3f;
  110. border: 1px solid #bbbbbb;
  111. outline: none;
  112. color: #bbbbbb;
  113. }
  114.  
  115. td {
  116. background-color: #3f3f3f !important;
  117. border: 0px solid #bbbbbb !important;
  118. color: #bbbbbb !important;
  119. }
  120.  
  121. tr {
  122. background-color: #3f3f3f !important;
  123. border: 0px solid #bbbbbb !important;
  124. color: #bbbbbb !important;
  125. }
  126.  
  127. dl {
  128. background-color: #3f3f3f !important;
  129. border: 0px;
  130. color: #bbbbbb !important;
  131. }
  132. dd {
  133. background-color: #3f3f3f !important;
  134. border: 0px #bbbbbb !important;
  135. color: #bbbbbb !important;
  136. }
  137.  
  138. th {
  139. background-color: #3f3f3f !important;
  140. border: 0px solid #bbbbbb !important;
  141. color: #bbbbbb !important;
  142. }
  143.  
  144. li {
  145. background-color: #3f3f3f !important;
  146. border: 0px;
  147. color: #bbbbbb !important;
  148. }
  149.  
  150. ul {
  151. background-color: #3f3f3f !important;
  152. border: 0px;
  153. color: #bbbbbb !important;
  154. }
  155.  
  156. ol {
  157. background-color: #3f3f3f !important;
  158. border: 0px;
  159. color: #bbbbbb !important;
  160. }
  161.  
  162. blockquote {
  163. background-color: #505050 !important;
  164. color: #bbbbbb;
  165. border: 0px !important;
  166. }
  167.  
  168. .box {
  169. border: 0px !important;
  170. }
  171.  
  172. div.postright, div.postfootright, div.box {
  173. border-left-color: #3f3f3f !important;
  174. }
  175.  
  176. div {
  177. background-color: #3f3f3f !important;
  178. color: #bbbbbb !important;
  179. border: 1px solid #3f3f3f; !important
  180. }
  181.  
  182. div.incqbox, div.codebox,div.scrollbox {
  183. background-color: #505050 !important;
  184. border: 0px !important;
  185. }
  186.  
Add Comment
Please, Sign In to add comment