website.css 6.9 KB

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