A semantic search engine for source code https://bitshift.benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

196 rivejä
4.0 KiB

  1. /*
  2. Stylesheet for index.html.
  3. */
  4. @import mixins
  5. @import variables
  6. .ui-datepicker
  7. font-size: 70%
  8. .twitter-typeahead
  9. width: 100%
  10. .tt-hint
  11. color: $baseColor2
  12. .tt-dropdown-menu
  13. width: 100%
  14. padding: 4px 0
  15. background-color: white
  16. border: 1px solid $baseColor2
  17. .tt-suggestion
  18. padding: 4px
  19. p
  20. margin: 0
  21. strong
  22. color: $baseColor1
  23. &.tt-cursor
  24. @extend .t1
  25. background-color: $baseColor1
  26. *
  27. color: white
  28. div#search-field
  29. @extend .t2
  30. bottom: 0
  31. height: 50%
  32. left: 0
  33. margin: auto
  34. margin-top: 15%
  35. max-height: 100px
  36. right: 0
  37. position: absolute
  38. top: 0
  39. width: 40%
  40. a#title
  41. text-decoration: none
  42. div#title
  43. font-size: 400%
  44. padding-bottom: 0.2em
  45. text-align: center
  46. #title-bit
  47. color: $baseColor1
  48. #title-angle
  49. color: $baseColor3
  50. #title-shift
  51. color: $baseColor2
  52. font-style: italic
  53. form#search-bar
  54. input[type="text"], button
  55. @extend .t3
  56. @include vendor(box-sizing, border-box)
  57. border: 1px solid $baseColor2
  58. font-size: 110%
  59. margin-bottom: 0px
  60. padding: 6px
  61. input[type="text"]
  62. width: 85%
  63. &:hover
  64. border-color: $baseColor1
  65. button#advanced-search
  66. background-color: white
  67. border: 1px solid white
  68. width: 15%
  69. height: 10%
  70. padding: 0px
  71. float: right
  72. &.clicked, &:hover
  73. img
  74. @extend .t3
  75. background-color: black
  76. cursor: pointer
  77. &:focus
  78. outline: 0
  79. img
  80. background-color: $baseColor2
  81. margin-top: 5px
  82. width: 26px
  83. height: 26px
  84. div#advanced-search
  85. background-color: white
  86. border: 1px solid $baseColor3
  87. padding-top: 0px
  88. overflow: auto
  89. >div
  90. @include vendor(box-sizing, border-box)
  91. display: inline-block
  92. float: left
  93. #sidebar
  94. padding-left: 1%
  95. width: 20%
  96. *
  97. font-size: 95%
  98. >div
  99. color: $baseColor2
  100. font-size: 107%
  101. padding-top: 5%
  102. >ul
  103. list-style: none
  104. padding-left: 0
  105. margin-bottom: 8%
  106. margin-top: 2%
  107. li button
  108. background-color: #F1F1F1
  109. border: none
  110. width: 80%
  111. &.clicked, &:hover
  112. @extend .t2
  113. background-color: $baseColor1
  114. color: white
  115. width: 90%
  116. >button#add-group
  117. #search-groups
  118. background-color: blue
  119. width: 80%
  120. &.partly-visible
  121. margin-top: 0%
  122. padding-bottom: 3%
  123. position: absolute
  124. width: 100%
  125. #title
  126. position: absolute
  127. top: -1%
  128. left: 1%
  129. span
  130. font-size: 50%
  131. form#search-bar
  132. padding-top: 3%
  133. margin-left: auto
  134. margin-right: auto
  135. width: 60%
  136. div#results
  137. margin: 3% auto 0 auto
  138. margin-left: auto
  139. margin-right: auto
  140. width: 80%
  141. div.result
  142. background-color: #F8F8F8
  143. margin-bottom: 10%
  144. margin-top: 1%
  145. padding: 1%
  146. &.cascade
  147. @extend .t3
  148. margin-bottom: 0%