The code powering m.abunchtell.com https://m.abunchtell.com
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

765 linhas
16 KiB

  1. .about-body {
  2. .wrapper {
  3. max-width: 600px;
  4. margin: 0 auto;
  5. color: $ui-primary-color;
  6. padding-top: 50px;
  7. padding-bottom: 50px;
  8. &.thicc {
  9. max-width: 800px;
  10. }
  11. }
  12. h1 {
  13. font: 46px/52px 'mastodon-font-sans-serif', sans-serif;
  14. font-weight: 600;
  15. margin-bottom: 20px;
  16. color: $ui-highlight-color;
  17. padding: 20px 0;
  18. img {
  19. margin-bottom: -5px;
  20. margin-right: 5px;
  21. width: 46px;
  22. height: 46px;
  23. }
  24. }
  25. h2 {
  26. font-family: 'mastodon-font-display', sans-serif;
  27. font-size: 24px;
  28. line-height: 28px;
  29. font-weight: 400;
  30. margin-bottom: 20px;
  31. color: $primary-text-color;
  32. }
  33. h3 {
  34. font-family: 'mastodon-font-display', sans-serif;
  35. font-size: 20px;
  36. line-height: 28px;
  37. font-weight: 400;
  38. margin-bottom: 20px;
  39. color: $ui-secondary-color;
  40. }
  41. ul,
  42. ol {
  43. list-style: inherit;
  44. margin-left: 20px;
  45. &[type='a'] {
  46. list-style-type: lower-alpha;
  47. }
  48. &[type='i'] {
  49. list-style-type: lower-roman;
  50. }
  51. }
  52. li > ol,
  53. li > ul {
  54. margin-top: 20px;
  55. }
  56. p,
  57. li {
  58. font: 16px/28px 'mastodon-font-sans-serif', sans-serif;
  59. font-weight: 400;
  60. margin-bottom: 12px;
  61. a {
  62. color: $ui-highlight-color;
  63. text-decoration: underline;
  64. }
  65. }
  66. em {
  67. display: inline-block;
  68. padding: 7px 7px 5px;
  69. margin: 0 2px;
  70. background: $ui-primary-color;
  71. color: $ui-base-color;
  72. font: 16px/16px 'mastodon-font-sans-serif', sans-serif;
  73. font-weight: 300;
  74. }
  75. .screenshot {
  76. box-shadow: 0 0 15px rgba($base-shadow-color, 0.4);
  77. margin-bottom: 26px;
  78. img {
  79. max-width: 100%;
  80. height: auto;
  81. display: block;
  82. }
  83. }
  84. .actions {
  85. overflow: hidden;
  86. margin-bottom: 20px;
  87. .info {
  88. float: right;
  89. text-align: right;
  90. line-height: 36px;
  91. a {
  92. color: $ui-primary-color;
  93. text-decoration: underline;
  94. }
  95. }
  96. }
  97. @media screen and (max-width: 625px) {
  98. .wrapper {
  99. padding: 20px;
  100. }
  101. }
  102. }
  103. .information-board {
  104. background: darken($ui-base-color, 4%);
  105. padding: 40px 0;
  106. .panel {
  107. position: absolute;
  108. width: 280px;
  109. box-sizing: border-box;
  110. background: darken($ui-base-color, 8%);
  111. padding: 20px;
  112. padding-top: 10px;
  113. border-radius: 4px 4px 0 0;
  114. right: 0;
  115. bottom: -40px;
  116. .panel-header {
  117. font-family: 'mastodon-font-display', sans-serif;
  118. font-size: 14px;
  119. line-height: 24px;
  120. font-weight: 500;
  121. color: $ui-base-lighter-color;
  122. padding-bottom: 5px;
  123. margin-bottom: 15px;
  124. border-bottom: 1px solid lighten($ui-base-color, 4%);
  125. text-overflow: ellipsis;
  126. white-space: nowrap;
  127. overflow: hidden;
  128. span {
  129. font-weight: 400;
  130. color: lighten($ui-base-color, 34%);
  131. }
  132. }
  133. }
  134. .container {
  135. position: relative;
  136. padding-right: 280px + 15px;
  137. }
  138. .information-board-sections {
  139. display: flex;
  140. justify-content: space-between;
  141. }
  142. .section {
  143. flex: 1 0 0;
  144. font: 16px/28px 'mastodon-font-sans-serif', sans-serif;
  145. text-align: right;
  146. padding: 0 15px;
  147. span,
  148. strong {
  149. display: block;
  150. }
  151. span {
  152. font-size: 16px;
  153. &:last-child {
  154. color: $ui-secondary-color;
  155. }
  156. }
  157. strong {
  158. font-weight: 500;
  159. font-size: 32px;
  160. line-height: 48px;
  161. color: $primary-text-color;
  162. }
  163. }
  164. @media screen and (max-width: 500px) {
  165. flex-direction: column;
  166. .section {
  167. text-align: left;
  168. }
  169. }
  170. }
  171. .owner {
  172. text-align: center;
  173. .avatar {
  174. width: 80px;
  175. height: 80px;
  176. margin: 0 auto;
  177. margin-bottom: 15px;
  178. img {
  179. display: block;
  180. width: 80px;
  181. height: 80px;
  182. border-radius: 48px;
  183. }
  184. }
  185. .name {
  186. font-size: 14px;
  187. a {
  188. display: block;
  189. color: $primary-text-color;
  190. text-decoration: none;
  191. &:hover {
  192. .display_name {
  193. text-decoration: underline;
  194. }
  195. }
  196. }
  197. .username {
  198. display: block;
  199. color: $ui-primary-color;
  200. }
  201. }
  202. }
  203. .features-list__row {
  204. display: flex;
  205. padding: 10px 0;
  206. justify-content: space-between;
  207. &:first-child {
  208. padding-top: 0;
  209. }
  210. .visual {
  211. flex: 0 0 auto;
  212. display: flex;
  213. align-items: center;
  214. margin-left: 15px;
  215. .fa {
  216. display: block;
  217. color: $ui-primary-color;
  218. font-size: 48px;
  219. }
  220. }
  221. .text {
  222. font-size: 16px;
  223. line-height: 30px;
  224. color: $ui-base-lighter-color;
  225. h6 {
  226. font-weight: 500;
  227. color: $ui-primary-color;
  228. }
  229. }
  230. }
  231. .landing-page {
  232. .header-wrapper {
  233. padding-top: 15px;
  234. background: $ui-base-color;
  235. background: linear-gradient(150deg, lighten($ui-base-color, 8%), $ui-base-color);
  236. position: relative;
  237. &.compact {
  238. background: $ui-base-color;
  239. padding-bottom: 15px;
  240. .hero .heading {
  241. padding-bottom: 30px;
  242. }
  243. }
  244. .mascot-container {
  245. max-width: 800px;
  246. margin: 0 auto;
  247. position: absolute;
  248. top: 0;
  249. left: 0;
  250. right: 0;
  251. height: 100%;
  252. }
  253. .mascot {
  254. position: absolute;
  255. bottom: -14px;
  256. width: auto;
  257. height: auto;
  258. left: 60px;
  259. z-index: 3;
  260. }
  261. }
  262. p,
  263. li {
  264. font: inherit;
  265. font-weight: inherit;
  266. margin-bottom: 0;
  267. }
  268. .header {
  269. line-height: 30px;
  270. overflow: hidden;
  271. .container {
  272. display: flex;
  273. justify-content: space-between;
  274. }
  275. .hero {
  276. margin-top: 50px;
  277. align-items: center;
  278. position: relative;
  279. .floats {
  280. position: absolute;
  281. width: 100%;
  282. height: 100%;
  283. top: 0;
  284. left: 0;
  285. div {
  286. position: absolute;
  287. transition: all 0.1s linear;
  288. animation-name: floating;
  289. animation-iteration-count: infinite;
  290. animation-direction: alternate;
  291. animation-timing-function: ease-in-out;
  292. z-index: 2;
  293. }
  294. .float-1 {
  295. width: 324px;
  296. height: 170px;
  297. right: -120px;
  298. bottom: 0;
  299. animation-duration: 3s;
  300. background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 447.1875 234.375" height="170" width="324"><path fill="#{hex-color($ui-base-lighter-color)}" d="M21.69 233.366c-6.45-1.268-13.347-5.63-16.704-10.564-10.705-15.734-1.513-37.724 18.632-44.57l4.8-1.632.173-17.753c.146-14.77.515-19.063 2.2-25.55 6.736-25.944 24.46-46.032 47.766-54.137 11.913-4.143 19.558-5.366 34.178-5.47l13.828-.096V71.12c0-4.755 2.853-17.457 5.238-23.327 8.588-21.137 26.735-35.957 52.153-42.593 23.248-6.07 50.153-6.415 71.863-.923 11.14 2.82 25.686 9.957 33.857 16.615 19.335 15.756 31.82 41.05 35.183 71.275.59 5.305.672 5.435 3.11 4.926 11.833-2.474 30.4-3.132 40.065-1.42 24.388 4.32 40.568 19.076 47.214 43.058 2.16 7.8 3.953 23.894 3.59 32.237l-.24 5.498 5.156 1.317c6.392 1.633 14.55 7.098 18.003 12.062 1.435 2.062 3.305 6.597 4.156 10.078 1.428 5.84 1.43 6.8.04 12.44-1.807 7.318-5.672 13.252-10.872 16.694-8.508 5.63 3.756 5.33-211.916 5.216-108.56-.056-199.22-.464-201.47-.906z"/></svg>');
  301. }
  302. .float-2 {
  303. width: 241px;
  304. height: 100px;
  305. right: 210px;
  306. bottom: 0;
  307. animation-duration: 3.5s;
  308. animation-delay: 0.2s;
  309. background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 536.25 222.1875" height="100" width="241"><path fill="#{hex-color($ui-base-lighter-color)}" d="M42.626 221.23c-14.104-1.174-26.442-5.133-32.825-10.534-4.194-3.548-7.684-10.66-8.868-18.075-1.934-12.102.633-22.265 7.528-29.81 7.61-8.328 19.998-12.76 39.855-14.257l8.47-.638-2.08-6.223c-4.826-14.422-6.357-24.813-6.37-43.255-.012-14.923.28-18.513 2.1-25.724 2.283-9.048 8.483-23.034 13.345-30.1 14.76-21.45 43.505-38.425 70.535-41.65 30.628-3.655 64.47 12.073 89.668 41.673l5.955 6.995 2.765-4.174c1.52-2.296 5.74-6.93 9.376-10.295 18.382-17.02 43.436-20.676 73.352-10.705 12.158 4.052 21.315 9.53 29.64 17.733 12.752 12.562 18.16 25.718 18.19 44.26l.02 10.98 2.312-3.01c15.64-20.365 42.29-20.485 62.438-.28 3.644 3.653 7.558 8.593 8.697 10.976 4.895 10.24 5.932 25.688 2.486 37.046-.76 2.507-1.388 4.816-1.393 5.13-.006.316 6.845.87 15.224 1.234 53.06 2.297 76.356 12.98 81.817 37.526 3.554 15.973-3.71 28.604-19.566 34.02-4.554 1.555-17.922 1.655-234.517 1.757-126.327.06-233.497-.21-238.154-.597z"/></svg>');
  310. }
  311. .float-3 {
  312. width: 267px;
  313. height: 140px;
  314. right: 110px;
  315. top: -30px;
  316. animation-duration: 4s;
  317. animation-delay: 0.5s;
  318. background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 388.125 202.5" height="140" width="267"><path fill="#{hex-color($ui-base-lighter-color)}" d="M181.37 201.458c-17.184-1.81-36.762-8.944-49.523-18.05l-5.774-4.12-8.074 2.63c-11.468 3.738-21.382 4.962-35.815 4.422-14.79-.554-24.577-2.845-36.716-8.594-15.483-7.332-28.498-19.98-35.985-34.968C2.44 128.675-.94 108.435.9 91.356c3.362-31.234 18.197-53.698 43.63-66.074 12.803-6.23 22.384-8.55 37.655-9.122 14.433-.54 24.347.684 35.814 4.42l8.073 2.633 5.635-4.01c24.81-17.656 60.007-23.332 92.914-14.985 10.11 2.565 25.498 9.62 33.102 15.178l5.068 3.704 7.632-2.564c10.89-3.66 21.086-4.916 35.516-4.376 45.816 1.716 76.422 30.03 81.285 75.196 1.84 17.08-1.54 37.32-8.585 51.422-7.487 14.99-20.502 27.636-35.984 34.968-12.14 5.75-21.926 8.04-36.716 8.593-14.43.54-24.626-.716-35.516-4.376l-7.632-2.564-5.068 3.704c-12.844 9.387-32.714 16.488-51.545 18.42-10.607 1.09-13.916 1.08-24.81-.066z"/></svg>');
  319. }
  320. }
  321. .simple_form,
  322. .closed-registrations-message {
  323. background: darken($ui-base-color, 4%);
  324. width: 280px;
  325. padding: 15px 20px;
  326. border-radius: 4px 4px 0 0;
  327. line-height: initial;
  328. position: relative;
  329. z-index: 4;
  330. .actions {
  331. margin-bottom: 0;
  332. button,
  333. .button,
  334. .block-button {
  335. margin-bottom: 0;
  336. }
  337. }
  338. }
  339. .heading {
  340. position: relative;
  341. z-index: 4;
  342. padding-bottom: 150px;
  343. }
  344. .closed-registrations-message {
  345. min-height: 330px;
  346. display: flex;
  347. flex-direction: column;
  348. justify-content: space-between;
  349. }
  350. }
  351. ul {
  352. list-style: none;
  353. margin: 0;
  354. li {
  355. display: inline-block;
  356. vertical-align: bottom;
  357. margin: 0;
  358. &:first-child a {
  359. padding-left: 0;
  360. }
  361. &:last-child a {
  362. padding-right: 0;
  363. }
  364. }
  365. }
  366. .links {
  367. position: relative;
  368. z-index: 4;
  369. a {
  370. display: flex;
  371. justify-content: center;
  372. align-items: center;
  373. color: $ui-primary-color;
  374. text-decoration: none;
  375. padding: 12px 16px;
  376. line-height: 32px;
  377. font-family: 'mastodon-font-display', sans-serif;
  378. font-weight: 500;
  379. font-size: 14px;
  380. &:hover {
  381. color: $ui-secondary-color;
  382. }
  383. }
  384. .brand {
  385. a {
  386. padding-left: 0;
  387. padding-right: 0;
  388. color: $white;
  389. }
  390. img {
  391. height: 32px;
  392. position: relative;
  393. top: 4px;
  394. left: -10px;
  395. }
  396. }
  397. }
  398. }
  399. .container {
  400. width: 100%;
  401. box-sizing: border-box;
  402. max-width: 800px;
  403. margin: 0 auto;
  404. }
  405. .wrapper {
  406. max-width: 800px;
  407. margin: 0 auto;
  408. padding: 0;
  409. }
  410. .learn-more-cta {
  411. background: darken($ui-base-color, 4%);
  412. padding: 50px 0;
  413. }
  414. .extended-description {
  415. padding: 50px 0;
  416. ul,
  417. ol {
  418. list-style: inherit;
  419. margin-left: 20px;
  420. &[type='a'] {
  421. list-style-type: lower-alpha;
  422. }
  423. &[type='i'] {
  424. list-style-type: lower-roman;
  425. }
  426. }
  427. li > ol,
  428. li > ul {
  429. margin-top: 20px;
  430. }
  431. p,
  432. li {
  433. font: 16px/28px 'mastodon-font-sans-serif', sans-serif;
  434. font-weight: 400;
  435. margin-bottom: 12px;
  436. color: $ui-base-lighter-color;
  437. a {
  438. color: $ui-highlight-color;
  439. text-decoration: underline;
  440. }
  441. }
  442. }
  443. h3 {
  444. font-family: 'mastodon-font-display', sans-serif;
  445. font-size: 16px;
  446. line-height: 24px;
  447. font-weight: 500;
  448. margin-bottom: 20px;
  449. color: $ui-primary-color;
  450. }
  451. p {
  452. font-size: 16px;
  453. line-height: 30px;
  454. color: $ui-base-lighter-color;
  455. }
  456. .features {
  457. padding: 50px 0;
  458. .container {
  459. display: flex;
  460. }
  461. }
  462. #mastodon-timeline {
  463. -webkit-overflow-scrolling: touch;
  464. -ms-overflow-style: -ms-autohiding-scrollbar;
  465. font-family: 'mastodon-font-sans-serif', sans-serif;
  466. font-size: 13px;
  467. line-height: 18px;
  468. font-weight: 400;
  469. color: $primary-text-color;
  470. width: 330px;
  471. margin-right: 30px;
  472. flex: 0 0 auto;
  473. background: $ui-base-color;
  474. overflow: hidden;
  475. box-shadow: 0 0 6px rgba($black, 0.1);
  476. .column {
  477. padding: 0;
  478. border-radius: 4px;
  479. overflow: hidden;
  480. height: 100%;
  481. }
  482. .scrollable {
  483. height: 400px;
  484. }
  485. p {
  486. font-size: inherit;
  487. line-height: inherit;
  488. font-weight: inherit;
  489. color: $primary-text-color;
  490. margin-bottom: 20px;
  491. &:last-child {
  492. margin-bottom: 0;
  493. }
  494. a {
  495. color: $ui-secondary-color;
  496. text-decoration: none;
  497. }
  498. }
  499. }
  500. .about-mastodon {
  501. max-width: 675px;
  502. p {
  503. margin-bottom: 20px;
  504. }
  505. .features-list {
  506. margin-top: 20px;
  507. }
  508. }
  509. em {
  510. display: inline;
  511. margin: 0;
  512. padding: 0;
  513. font-weight: 500;
  514. background: transparent;
  515. font-family: inherit;
  516. font-size: inherit;
  517. line-height: inherit;
  518. color: $ui-primary-color;
  519. }
  520. h1 {
  521. font-family: 'mastodon-font-display', sans-serif;
  522. font-size: 26px;
  523. line-height: 30px;
  524. margin-bottom: 0;
  525. font-weight: 500;
  526. color: $ui-secondary-color;
  527. small {
  528. font-family: 'mastodon-font-sans-serif', sans-serif;
  529. display: block;
  530. font-size: 18px;
  531. font-weight: 400;
  532. color: $ui-base-lighter-color;
  533. }
  534. }
  535. .footer-links {
  536. padding-bottom: 50px;
  537. text-align: right;
  538. color: $ui-base-lighter-color;
  539. p {
  540. font-size: 14px;
  541. }
  542. a {
  543. color: inherit;
  544. text-decoration: underline;
  545. }
  546. }
  547. @media screen and (max-width: 800px) {
  548. .container {
  549. padding: 0 20px;
  550. }
  551. .information-board {
  552. padding-bottom: 20px;
  553. }
  554. .information-board .container {
  555. padding-right: 20px;
  556. .panel {
  557. position: static;
  558. margin-top: 30px;
  559. width: 100%;
  560. border-radius: 4px;
  561. .panel-header {
  562. text-align: center;
  563. }
  564. }
  565. }
  566. .information-board .section {
  567. text-align: center;
  568. }
  569. .header-wrapper .mascot {
  570. left: 20px;
  571. }
  572. }
  573. @media screen and (max-width: 689px) {
  574. .header-wrapper .mascot {
  575. display: none;
  576. }
  577. }
  578. @media screen and (max-width: 675px) {
  579. .header-wrapper {
  580. padding-top: 0;
  581. }
  582. .header .container,
  583. .features .container {
  584. display: block;
  585. }
  586. .links {
  587. padding-top: 15px;
  588. background: darken($ui-base-color, 4%);
  589. }
  590. .header {
  591. padding-top: 0;
  592. .hero {
  593. margin-top: 30px;
  594. padding: 0;
  595. .heading {
  596. padding-bottom: 20px;
  597. }
  598. }
  599. .floats {
  600. display: none;
  601. }
  602. .heading,
  603. .nav {
  604. text-align: center;
  605. }
  606. .heading h1 {
  607. padding: 30px 0;
  608. }
  609. .links .brand img {
  610. left: 0;
  611. top: 0;
  612. }
  613. .hero {
  614. .simple_form,
  615. .closed-registrations-message {
  616. background: darken($ui-base-color, 8%);
  617. width: 100%;
  618. border-radius: 0;
  619. box-sizing: border-box;
  620. }
  621. }
  622. }
  623. #mastodon-timeline {
  624. height: 70vh;
  625. width: 100%;
  626. margin-bottom: 50px;
  627. }
  628. }
  629. }
  630. @keyframes floating {
  631. from {
  632. transform: translate(0, 0);
  633. }
  634. 65% {
  635. transform: translate(0, 4px);
  636. }
  637. to {
  638. transform: translate(0, -0);
  639. }
  640. }