Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

68 lines
1.5KB

  1. body {
  2. background: #fffcf5;
  3. }
  4. @media screen and (min-width: 1615px) {
  5. #disqus_thread{
  6. position: absolute;
  7. top:50px;
  8. right: 10px;
  9. width: calc(100rem - 75rem);
  10. }
  11. }
  12. .hack, .hack blockquote, .hack code, .hack em, .hack h1, .hack h2, .hack h3, .hack h4, .hack h5, .hack h6, .hack strong {
  13. font-family: 'Roboto Mono', monospace;
  14. }
  15. .hack {
  16. font-family: "Roboto Slab", serif;
  17. }
  18. a[rel*="external"]::after {
  19. content: " " url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20class='i-external'%20viewBox='0%200%2032%2032'%20width='14'%20height='14'%20fill='none'%20stroke='%23ff9800'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='9.38%'%3E%3Cpath%20d='M14%209%20L3%209%203%2029%2023%2029%2023%2018%20M18%204%20L28%204%2028%2014%20M28%204%20L14%2018'/%3E%3C/svg%3E");
  20. }
  21. nav a.active {
  22. background-color: inherit;
  23. color: #000;
  24. }
  25. a {
  26. color: #422eff;
  27. border-bottom: 1px solid #00ff9c;
  28. }
  29. a:hover {
  30. color: #000;
  31. background-color: #00ff9c;
  32. }
  33. .muted, .help-block {
  34. opacity: 0.70;
  35. }
  36. .hack .muted,
  37. .hack .help-block {
  38. color: #0e0e0e;
  39. }
  40. .hack > header {
  41. display: grid;
  42. grid-template-columns: 1fr minmax(min-content, auto);
  43. column-gap: 20px;
  44. grid-template-areas: "nav nav";
  45. }
  46. .leader{
  47. display: flex;
  48. align-items: center;
  49. justify-content: center;
  50. }
  51. .myimage{
  52. margin-right: 10px;
  53. box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
  54. border-width: 1px;
  55. border-radius: 9999px;
  56. border-color: #22292f;
  57. border-style: solid;
  58. height: 4rem;
  59. width: 4rem;
  60. }