_website.scss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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. section {
  130. h2 {
  131. color: #E7A151;
  132. }
  133. h3 {
  134. color: #89B7CD;
  135. }
  136. h4 {
  137. color: #5CBC86;
  138. font-size: 1.5em;
  139. }
  140. }
  141. .brand-heading {
  142. font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
  143. font-weight: normal;
  144. font-size: 2em;
  145. text-align: center;
  146. margin-top: 2.5em;
  147. }
  148. .brand-heading .icon-conversejs {
  149. font-size: 60%;
  150. }
  151. .brand-heading-embedded {
  152. margin-top: 1.5em;
  153. }
  154. .intro-text {
  155. font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
  156. font-size: 18px;
  157. }
  158. @media (min-width: 767px) {
  159. .intro {
  160. height: 100%;
  161. padding: 0;
  162. }
  163. .brand-heading {
  164. font-size: 80px;
  165. }
  166. .intro-text {
  167. font-size: 25px;
  168. }
  169. }
  170. .btn-circle {
  171. width: 70px;
  172. height: 70px;
  173. margin-top: 15px;
  174. padding: 7px 16px;
  175. border: 2px solid #ffffff;
  176. border-radius: 35px;
  177. font-size: 40px;
  178. color: #ffffff;
  179. background: transparent;
  180. -webkit-transition: background 0.3s ease-in-out;
  181. -moz-transition: background 0.3s ease-in-out;
  182. transition: background 0.3s ease-in-out;
  183. }
  184. .btn-circle:hover,
  185. .btn-circle:focus {
  186. outline: none;
  187. color: #ffffff;
  188. background: rgba(255, 255, 255, 0.1);
  189. }
  190. .page-scroll .btn-circle i.animated {
  191. -webkit-transition-property: -webkit-transform;
  192. -webkit-transition-duration: 1s;
  193. -moz-transition-property: -moz-transform;
  194. -moz-transition-duration: 1s;
  195. }
  196. .page-scroll .btn-circle:hover i.animated {
  197. -webkit-animation-name: pulse;
  198. -moz-animation-name: pulse;
  199. -webkit-animation-duration: 1.5s;
  200. -moz-animation-duration: 1.5s;
  201. -webkit-animation-iteration-count: infinite;
  202. -moz-animation-iteration-count: infinite;
  203. -webkit-animation-timing-function: linear;
  204. -moz-animation-timing-function: linear;
  205. }
  206. .content-section {
  207. padding-top: 100px;
  208. padding-top: 100px;
  209. min-height: 100vh;
  210. .privacy-policy {
  211. padding-top: 2em;
  212. h4 {
  213. padding-top: 1.5em;
  214. }
  215. p {
  216. font-size: 1.2em;
  217. padding-bottom: 0;
  218. margin-bottom: 1em;
  219. }
  220. }
  221. }
  222. .donate-section {
  223. width: 100%;
  224. padding: 50px 0;
  225. color: #ffffff;
  226. background-color: #211018;
  227. }
  228. .donate-section p.bitcoin-header {
  229. margin: 0 0 5px;
  230. }
  231. @media (min-width: 767px) {
  232. .content-section {
  233. padding-bottom: 50px;
  234. }
  235. .donate-section {
  236. padding: 100px 0;
  237. }
  238. }
  239. .btn {
  240. font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
  241. font-weight: 400;
  242. -webkit-transition: all 0.3s ease-in-out;
  243. -moz-transition: all 0.3s ease-in-out;
  244. transition: all 0.3s ease-in-out;
  245. }
  246. .btn-default {
  247. border: 1px solid #82B397;
  248. color: #82B397;
  249. background-color: transparent;
  250. }
  251. .btn-default:hover,
  252. .btn-default:focus {
  253. border: 1px solid #82B397;
  254. outline: none;
  255. color: #211018;
  256. background-color: #82B397;
  257. }
  258. .btn-huge {
  259. padding: 25px;
  260. font-size: 26px;
  261. }
  262. .banner-social-buttons {
  263. padding-top: 3em;
  264. }
  265. ::-moz-selection {
  266. text-shadow: none;
  267. background: #fcfcfc;
  268. background: rgba(255, 255, 255, 0.2);
  269. }
  270. ::selection {
  271. text-shadow: none;
  272. background: #fcfcfc;
  273. background: rgba(255, 255, 255, 0.2);
  274. }
  275. img::selection {
  276. background: transparent;
  277. }
  278. img::-moz-selection {
  279. background: transparent;
  280. }
  281. body {
  282. webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  283. }
  284. ul.contact,
  285. ul.integration,
  286. ul.screencasts,
  287. ul.features {
  288. text-align: left;
  289. font-size: 19px;
  290. }
  291. .feature-icon {
  292. display: inline-block;
  293. position: relative;
  294. padding-bottom: 5em;
  295. margin-bottom: 2.75em;
  296. cursor: default;
  297. color: #fff;
  298. }
  299. .feature-icon .fa {
  300. display: inline-block;
  301. width: 2em;
  302. height: 2em;
  303. font-size: 4em;
  304. border-radius: 100%;
  305. box-shadow: inset 0 0 0 1px white;
  306. color: white;
  307. line-height: 2.1em;
  308. }
  309. .feature-icon:before {
  310. content: '';
  311. background: white;
  312. position: absolute;
  313. bottom: 0;
  314. left: 50%;
  315. margin-left: -0.325em;
  316. width: 0.65em;
  317. height: 0.65em;
  318. display: block;
  319. border-radius: 100%;
  320. }
  321. .feature-icon:after {
  322. content: '';
  323. position: absolute;
  324. left: 50%;
  325. bottom: 0.65em;
  326. width: 1px;
  327. height: 4.35em;
  328. background: white;
  329. margin-left: -0.5px;
  330. }
  331. .row {
  332. margin-left: 0;
  333. margin-right: 0;
  334. }
  335. .mastodon {
  336. width: 4em;
  337. height: 4em;
  338. margin-top: 0.9em;
  339. }
  340. .sponsors {
  341. clear: both;
  342. font-size: 1.4em;
  343. padding: 2em 0 6em 0;
  344. ul {
  345. padding: 0;
  346. }
  347. }
  348. .sponsors h2 {
  349. text-align: center;
  350. }
  351. .sponsors ul {
  352. margin: 0 0 1em 0;
  353. }
  354. .sponsors ul li {
  355. margin: 1em 0;
  356. list-style: none;
  357. }
  358. .sponsors-text {
  359. text-align: left;
  360. padding: 0 0 2em 0;
  361. }