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.
 
 
 
 
 
 

66 lines
1.1 KiB

  1. /*
  2. Global project stylesheet.
  3. */
  4. @import mixins
  5. @import variables
  6. html, body
  7. height: 100%
  8. margin: 0
  9. padding: 0
  10. font-family: sans-serif
  11. div#container
  12. min-height: 100%
  13. position: relative
  14. div#header
  15. padding: 10px
  16. div#body
  17. height: 100%
  18. padding-bottom: 110px
  19. padding-top: 4%
  20. div#center
  21. margin-left: auto
  22. margin-right: auto
  23. width: 75%
  24. div#footer
  25. @extend .t3
  26. @include delay(1s)
  27. background-color: $baseColor1
  28. bottom: -30px
  29. height: 60px
  30. padding-bottom: 5px
  31. padding-top: 15px
  32. position: fixed
  33. text-align: center
  34. width: 100%
  35. z-index: 100
  36. &:hover
  37. @include delay(0s)
  38. bottom: 0
  39. *
  40. color: white
  41. a
  42. @extend .t3
  43. font-size: 1.2em
  44. margin-left: 5%
  45. margin-right: 5%
  46. text-decoration: none
  47. &:hover
  48. text-decoration: underline
  49. p span
  50. font-size: 0.7em