_website.scss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. html {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. body {
  6. width: 100%;
  7. height: 100%;
  8. font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  9. color: #ffffff;
  10. background-color: #211018;
  11. }
  12. h1, h2, h3, h4, h5, h6 {
  13. margin: 0 0 35px;
  14. font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
  15. font-weight: normal;
  16. letter-spacing: 1px;
  17. }
  18. p {
  19. margin: 0 0 25px;
  20. font-size: 18px;
  21. line-height: 1.5;
  22. }
  23. @media (min-width: 767px) {
  24. p {
  25. margin: 0 0 35px;
  26. font-size: 20px;
  27. line-height: 1.6;
  28. }
  29. }
  30. a {
  31. color: #82B397;
  32. -webkit-transition: all 0.2s ease-in-out;
  33. -moz-transition: all 0.2s ease-in-out;
  34. transition: all 0.2s ease-in-out;
  35. }
  36. a:hover, a:focus {
  37. text-decoration: none;
  38. color: #00aaff;
  39. }
  40. .light {
  41. font-weight: 400;
  42. }
  43. .navbar {
  44. font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
  45. margin-bottom: 0;
  46. border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  47. text-transform: uppercase;
  48. background-color: #211018;
  49. }
  50. .navbar-brand {
  51. font-weight: 700;
  52. &:focus {
  53. outline: none;
  54. }
  55. }
  56. .navbar-custom {
  57. a {
  58. color: #ffffff;
  59. }
  60. }
  61. .navbar-custom .nav li a {
  62. -webkit-transition: background 0.3s ease-in-out;
  63. -moz-transition: background 0.3s ease-in-out;
  64. transition: background 0.3s ease-in-out;
  65. }
  66. .navbar-custom .nav li a:hover,
  67. .navbar-custom .nav li a:focus,
  68. .navbar-custom .nav li.active {
  69. outline: none;
  70. background-color: rgba(255, 255, 255, 0.2);
  71. }
  72. .navbar-toggle {
  73. padding: 4px 6px;
  74. font-size: 16px;
  75. color: #ffffff;
  76. }
  77. .navbar-toggle:focus,
  78. .navbar-toggle:active {
  79. outline: none;
  80. }
  81. @media (min-width: 767px) {
  82. .navbar {
  83. padding: 20px 0;
  84. border-bottom: none;
  85. letter-spacing: 1px;
  86. background: transparent;
  87. -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  88. -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  89. transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  90. }
  91. .top-nav-collapse {
  92. padding: 0;
  93. background-color: #211018;
  94. }
  95. .navbar-custom.top-nav-collapse {
  96. border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  97. }
  98. }
  99. @media (max-width: 480px) {
  100. .navbar {
  101. display: none;
  102. }
  103. }
  104. .features-section,
  105. .outro,
  106. .intro {
  107. width: 100%;
  108. padding: 100px 0;
  109. text-align: center;
  110. color: #fff;
  111. }
  112. .intro {
  113. background: url(images/header.jpg) no-repeat bottom center scroll;
  114. background-color: #211018;
  115. -webkit-background-size: cover;
  116. -moz-background-size: cover;
  117. background-size: cover;
  118. -o-background-size: cover;
  119. }
  120. .features-section {
  121. background: url('images/bgtr.svg') top right no-repeat, url('images/bgbl.svg') bottom left no-repeat, url('images/bgbl.svg') bottom left no-repeat, url('images/overlay.png'), linear-gradient(45deg, #85505f, #384955, #655361);
  122. }
  123. .features-section a {
  124. color: #82B397;
  125. }
  126. .outro {
  127. background: url('images/bgtr.svg') top right no-repeat, url('images/bgbl.svg') bottom left no-repeat, url('images/overlay.png'), linear-gradient(45deg, #384955, #655361, #85505f);
  128. }
  129. .brand-heading {
  130. font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
  131. font-weight: normal;
  132. font-size: 2em;
  133. text-align: center;
  134. margin-top: 2.5em;
  135. }
  136. .brand-heading .icon-conversejs {
  137. font-size: 60%;
  138. }
  139. .brand-heading-embedded {
  140. margin-top: 1.5em;
  141. }
  142. .intro-text {
  143. font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
  144. font-size: 18px;
  145. }
  146. @media (min-width: 767px) {
  147. .intro {
  148. height: 100%;
  149. padding: 0;
  150. }
  151. .brand-heading {
  152. font-size: 80px;
  153. }
  154. .intro-text {
  155. font-size: 25px;
  156. }
  157. }
  158. .btn-circle {
  159. width: 70px;
  160. height: 70px;
  161. margin-top: 15px;
  162. padding: 7px 16px;
  163. border: 2px solid #ffffff;
  164. border-radius: 35px;
  165. font-size: 40px;
  166. color: #ffffff;
  167. background: transparent;
  168. -webkit-transition: background 0.3s ease-in-out;
  169. -moz-transition: background 0.3s ease-in-out;
  170. transition: background 0.3s ease-in-out;
  171. }
  172. .btn-circle:hover,
  173. .btn-circle:focus {
  174. outline: none;
  175. color: #ffffff;
  176. background: rgba(255, 255, 255, 0.1);
  177. }
  178. .page-scroll .btn-circle i.animated {
  179. -webkit-transition-property: -webkit-transform;
  180. -webkit-transition-duration: 1s;
  181. -moz-transition-property: -moz-transform;
  182. -moz-transition-duration: 1s;
  183. }
  184. .page-scroll .btn-circle:hover i.animated {
  185. -webkit-animation-name: pulse;
  186. -moz-animation-name: pulse;
  187. -webkit-animation-duration: 1.5s;
  188. -moz-animation-duration: 1.5s;
  189. -webkit-animation-iteration-count: infinite;
  190. -moz-animation-iteration-count: infinite;
  191. -webkit-animation-timing-function: linear;
  192. -moz-animation-timing-function: linear;
  193. }
  194. .content-section {
  195. padding-top: 100px;
  196. }
  197. .donate-section {
  198. width: 100%;
  199. padding: 50px 0;
  200. color: #ffffff;
  201. background-color: #211018;
  202. }
  203. .donate-section p.bitcoin-header {
  204. margin: 0 0 5px;
  205. }
  206. @media (min-width: 767px) {
  207. .content-section {
  208. padding-top: 150px;
  209. padding-bottom: 50px;
  210. }
  211. .donate-section {
  212. padding: 100px 0;
  213. }
  214. }
  215. .btn {
  216. font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
  217. font-weight: 400;
  218. -webkit-transition: all 0.3s ease-in-out;
  219. -moz-transition: all 0.3s ease-in-out;
  220. transition: all 0.3s ease-in-out;
  221. }
  222. .btn-default {
  223. border: 1px solid #82B397;
  224. color: #82B397;
  225. background-color: transparent;
  226. }
  227. .btn-default:hover,
  228. .btn-default:focus {
  229. border: 1px solid #82B397;
  230. outline: none;
  231. color: #211018;
  232. background-color: #82B397;
  233. }
  234. .btn-huge {
  235. padding: 25px;
  236. font-size: 26px;
  237. }
  238. .banner-social-buttons {
  239. padding-top: 3em;
  240. }
  241. ::-moz-selection {
  242. text-shadow: none;
  243. background: #fcfcfc;
  244. background: rgba(255, 255, 255, 0.2);
  245. }
  246. ::selection {
  247. text-shadow: none;
  248. background: #fcfcfc;
  249. background: rgba(255, 255, 255, 0.2);
  250. }
  251. img::selection {
  252. background: transparent;
  253. }
  254. img::-moz-selection {
  255. background: transparent;
  256. }
  257. body {
  258. webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  259. }
  260. ul.contact,
  261. ul.integration,
  262. ul.screencasts,
  263. ul.features {
  264. text-align: left;
  265. font-size: 19px;
  266. }
  267. .feature-icon {
  268. display: inline-block;
  269. position: relative;
  270. padding-bottom: 5em;
  271. margin-bottom: 2.75em;
  272. cursor: default;
  273. color: #fff;
  274. }
  275. .feature-icon .fa {
  276. display: inline-block;
  277. width: 2em;
  278. height: 2em;
  279. font-size: 4em;
  280. border-radius: 100%;
  281. box-shadow: inset 0 0 0 1px white;
  282. color: white;
  283. line-height: 2.1em;
  284. }
  285. .feature-icon:before {
  286. content: '';
  287. background: white;
  288. position: absolute;
  289. bottom: 0;
  290. left: 50%;
  291. margin-left: -0.325em;
  292. width: 0.65em;
  293. height: 0.65em;
  294. display: block;
  295. border-radius: 100%;
  296. }
  297. .feature-icon:after {
  298. content: '';
  299. position: absolute;
  300. left: 50%;
  301. bottom: 0.65em;
  302. width: 1px;
  303. height: 4.35em;
  304. background: white;
  305. margin-left: -0.5px;
  306. }
  307. .row {
  308. margin-left: 0;
  309. margin-right: 0;
  310. }
  311. .mastodon {
  312. width: 4em;
  313. height: 4em;
  314. margin-top: 0.9em;
  315. }
  316. .sponsors {
  317. clear: both;
  318. font-size: 1.4em;
  319. padding: 2em 0 6em 0;
  320. }
  321. .sponsors h2 {
  322. text-align: center;
  323. }
  324. .sponsors ul {
  325. margin: 0 0 1em 0;
  326. }
  327. .sponsors ul li {
  328. margin: 1em 0;
  329. list-style: none;
  330. }
  331. .sponsors-text {
  332. text-align: left;
  333. padding: 0 0 2em 0;
  334. }