Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

50 lines
1.2KB

  1. body {
  2. background: #fffcf5;
  3. }
  4. a[rel*="external"]::after {
  5. 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");
  6. }
  7. nav a.active {
  8. background-color: inherit;
  9. color: #000;
  10. }
  11. a {
  12. color: #422eff;
  13. border-bottom: 1px solid #00ff9c;
  14. }
  15. a:hover {
  16. color: #000;
  17. background-color: #00ff9c;
  18. }
  19. .muted, .help-block {
  20. opacity: 0.70;
  21. }
  22. .hack .muted,
  23. .hack .help-block {
  24. color: #0e0e0e;
  25. }
  26. .hack > header {
  27. display: grid;
  28. grid-template-columns: 1fr minmax(min-content, auto);
  29. column-gap: 20px;
  30. grid-template-areas: "nav nav";
  31. }
  32. .leader{
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. }
  37. .myimage{
  38. margin-right: 10px;
  39. box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
  40. border-width: 1px;
  41. border-radius: 9999px;
  42. border-color: #22292f;
  43. border-style: solid;
  44. height: 4rem;
  45. width: 4rem;
  46. }