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.
 
 
 
 
 
 

154 lines
2.8 KiB

  1. /*
  2. Stylesheet for index.html.
  3. */
  4. @import mixins
  5. @import variables
  6. .ui-datepicker
  7. font-size: 0.7em
  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. position: absolute
  37. right: 0
  38. top: 0
  39. width: 34%
  40. #title
  41. font-size: 4em
  42. padding-bottom: 0.5em
  43. text-align: center
  44. #title-bit
  45. color: $baseColor1
  46. #title-angle
  47. color: $baseColor3
  48. #title-shift
  49. color: $baseColor2
  50. font-style: italic
  51. form#search-bar
  52. input[type="text"]
  53. @include vendor(box-sizing, border-box)
  54. border: 1px solid $baseColor1
  55. font-size: 1.1em
  56. margin-bottom: 0px
  57. padding: 6px
  58. width: 100%
  59. div#advanced-search
  60. background-color: white
  61. border: 1px solid $baseColor2
  62. margin: 0px
  63. overflow: auto
  64. >div
  65. @include vendor(box-sizing, border-box)
  66. float: left
  67. height: 100%
  68. >#col1
  69. width: 10%
  70. >#col2
  71. width: 84%
  72. ul
  73. list-style: none
  74. li
  75. margin-bottom: 0.5em
  76. label
  77. display: block
  78. font-size: 1.1em
  79. input[type="text"]
  80. @extend .t2
  81. border-color: $baseColor3
  82. font-size: 1em
  83. padding: 2px
  84. width: 100%
  85. &:hover
  86. border-color: $baseColor2
  87. &:focus
  88. border-color: $baseColor1
  89. #upper-half
  90. >div
  91. float: left
  92. width: 50%
  93. #col2
  94. input[type="text"]
  95. width: 50%
  96. &.partly-visible
  97. height: 1%
  98. margin-top: 3%
  99. width: 60%
  100. #title
  101. display: none
  102. div#results
  103. margin-left: auto
  104. margin-right: auto
  105. width: 80%
  106. div.result
  107. background-color: #F8F8F8
  108. margin-bottom: 10%
  109. margin-top: 1%
  110. padding: 1%
  111. &.cascade
  112. @extend .t3
  113. margin-bottom: 0%