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.
 
 
 
 
 
 

64 lines
1.0 KiB

  1. /*
  2. Stylesheet for index.html.
  3. */
  4. @import mixins
  5. @import variables
  6. div#search-field
  7. @extend .t2
  8. bottom: 0
  9. height: 50%
  10. left: 0
  11. margin: auto
  12. margin-top: 15%
  13. position: absolute
  14. right: 0
  15. top: 0
  16. width: 34%
  17. #title
  18. font-size: 4em
  19. padding-bottom: 0.5em
  20. text-align: center
  21. #title-bit
  22. color: $baseColor1
  23. #title-angle
  24. color: $baseColor3
  25. #title-shift
  26. color: $baseColor2
  27. font-style: italic
  28. form input[type="text"]
  29. border: 1px solid $baseColor1
  30. font-size: 1.1em
  31. padding: 3px
  32. width: 100%
  33. &.partly-visible
  34. margin-top: 3%
  35. width: 46%
  36. #title
  37. display: none
  38. div#results
  39. margin-left: auto
  40. margin-right: auto
  41. width: 80%
  42. div.result
  43. background-color: #F8F8F8
  44. margin-bottom: 10%
  45. margin-top: 1%
  46. padding: 1%
  47. &.cascade
  48. @extend .t3
  49. margin-bottom: 0%