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.
 
 
 
 
 
 

129 lines
2.5 KiB

  1. /*
  2. Stylesheet for `templates/about.html`
  3. */
  4. @import mixins
  5. @import variables
  6. $centered-section-min-width: 500px
  7. div.bg
  8. $img-height: 650px
  9. position: fixed
  10. width: 100%
  11. left: 0
  12. z-index: -1
  13. &#img-1
  14. background: url(../img/about/bg1.png) no-repeat
  15. background-size: cover
  16. height: 600px
  17. top: -300px
  18. &#img-2
  19. background: url(../img/about/bg2.png) no-repeat
  20. background-size: cover
  21. height: $img-height + 300
  22. top: 1150px
  23. &#img-3
  24. background: url(../img/about/bg3.png) no-repeat
  25. background-size: cover
  26. height: $img-height + 300
  27. top: 2050px
  28. &#img-4
  29. background: url(../img/about/bg4.png) no-repeat
  30. background-size: cover
  31. height: $img-height + 400
  32. top: 3200px
  33. div.section
  34. background-color: white
  35. border: 1px solid $baseColor2
  36. margin-bottom: 200px
  37. margin-top: 300px
  38. padding-bottom: 80px
  39. padding-top: 20px
  40. overflow: hidden
  41. &#top
  42. margin-top: 0px
  43. iframe#vimeo
  44. border: 1px solid $baseColor3
  45. margin-top: 40px
  46. div.centered
  47. font-size: 110%
  48. line-height: 150%
  49. margin-left: auto
  50. margin-right: auto
  51. min-width: 500px
  52. width: 65%
  53. &#how
  54. b
  55. font-family: monospace
  56. font-size: 110%
  57. ul
  58. list-style: none
  59. span
  60. color: $baseColor1
  61. font-weight: bold
  62. h1
  63. color: $baseColor1
  64. span
  65. color: $baseColor2
  66. a
  67. color: #727070
  68. font-style: italic
  69. text-decoration: none
  70. &:hover
  71. @extend .t3
  72. color: #575757
  73. span#title
  74. color: $baseColor1
  75. font-weight: bold
  76. div.person
  77. font-size: 80%
  78. overflow: hidden
  79. &#top
  80. margin-top: 40px
  81. >div
  82. $image-min-width: 100px
  83. display: inline-block
  84. height: 100%
  85. margin-bottom: 40px
  86. vertical-align: top
  87. &.photo
  88. margin-right: 40px
  89. width: $image-min-width
  90. img
  91. display: block
  92. height: $image-min-width
  93. width: $image-min-width
  94. &.bio
  95. min-width: $centered-section-min-width - $image-min-width - 50px
  96. width: 70%
  97. h1
  98. font-size: 130%
  99. margin: 0