Guest User

Untitled

a guest
Jul 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. /* =Auto Complete
  2. __________________________________*/
  3.  
  4. .ac_input {
  5. width:200px;
  6. }
  7. .ac_results {
  8. z-index:500;
  9. padding:0;
  10. border:solid #fff;
  11. border-width:0 1px 1px;
  12. margin-top: 3px;
  13. }
  14.  
  15. .ac_results h4 {
  16. margin:5px 0 1px 10px;
  17. font-size:.8em; /* 12px */
  18. font-weight:normal;
  19. color:#B8B8B8;
  20. }
  21.  
  22. .ac_results h5 {
  23. position:relative;
  24. margin-right:-8.5em;
  25. font-size:.8em; /* 12px */
  26. line-height:1.66; /* 20px */
  27. font-weight:normal;
  28. color:#75787E;
  29. }
  30.  
  31. .ac_results ul {
  32. width:100%;
  33. list-style:none;
  34. }
  35.  
  36. .ac_results li {
  37. padding:2px 6.8em 2px 20px;
  38. cursor:pointer;
  39. overflow:hidden;
  40. position:relative;
  41. }
  42.  
  43. .ac_results li span {
  44. display:block;
  45. position:relative;
  46. white-space:nowrap;
  47. overflow:hidden;
  48. width:100%;
  49. }
  50.  
  51. .ac_results li ins {
  52. position:absolute;
  53. top:0;
  54. margin-left:100%;
  55. left:-16px;
  56. width:16px;
  57. height:20px;
  58. overflow:hidden;
  59. background:url(../img/ac-grad.png) no-repeat;
  60. }
  61.  
  62. .ac_results li i {
  63. color:#80BA33;
  64. font-size:.8em; /* 12px */
  65. font-style:normal;
  66. position:absolute;
  67. top:.4em;
  68. right:10px;
  69. }
  70.  
  71. .ac_results li h5 i {
  72. top:.1em;
  73. font-size:1em; /* 12px */
  74. }
  75.  
  76. .ac_results hr {
  77. color:#B8B8B8;
  78. background:#B8B8B8;
  79. overflow:hidden;
  80. height:1px;
  81. border:none;
  82. }
  83.  
  84. .ac_results .long {
  85. padding:5px 0 0 0;
  86. }
  87.  
  88. .ac_results .article {
  89. color:#0085BC;
  90. font-size:0.8em;
  91. font-weight:normal;
  92. margin:0;
  93. }
  94.  
  95. .ac_results li .long ins {
  96. left:inherit;
  97. top:inherit;
  98. right:0px;
  99. bottom:0px;
  100. margin:0;
  101. }
  102. .ac_results li .long p {
  103. position:relative;
  104. }
  105.  
  106. .ac_over {
  107. background:url(../img/context-menu-selected-background.png) repeat-x;
  108. }
  109.  
  110. .ac_over, .ac_over i, .ac_over h4, .ac_over h5 {
  111. color:#fff !important;
  112. }
  113.  
  114. .ac_results li strong {
  115. font-weight:normal;
  116. }
  117.  
  118. .ac_over span ins, .ac_over .long ins {
  119. background:none;
  120. }
  121.  
  122. .hand {
  123. cursor:pointer;
  124. }
  125.  
  126. .ac_results_compact li {
  127. padding-right: 0;
  128. }
Add Comment
Please, Sign In to add comment