A semantic search engine for source code https://bitshift.benkurtovic.com/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

52 lines
835 B

  1. /*
  2. Global project stylesheet.
  3. */
  4. @import mixins
  5. @import variables
  6. body
  7. margin: 0px
  8. *
  9. font-family: sans-serif
  10. div#main
  11. padding-top: 4%
  12. div#center
  13. margin-left: auto
  14. margin-right: auto
  15. margin-top: 0px
  16. width: 75%
  17. div#footer
  18. @extend .t3
  19. background-color: $lightBlue
  20. bottom: -50px
  21. padding-top: 12px
  22. position: fixed
  23. width: 100%
  24. text-align: center
  25. *
  26. color: white
  27. a
  28. @extend .t3
  29. text-decoration: none
  30. font-size: 1.2em
  31. margin-left: 5%
  32. margin-right: 5%
  33. &:hover
  34. text-decoration: underline
  35. p span
  36. font-size: 0.7em
  37. &:hover
  38. bottom: 0px