選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

75 行
1.6KB

  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 {
  22. padding: 2px;
  23. }
  24. nav a.active {
  25. background-color: inherit;
  26. color: #000;
  27. }
  28. a {
  29. color: #422eff;
  30. border-bottom: 1px solid #00ff9c;
  31. }
  32. a:hover {
  33. color: #000;
  34. background-color: #00ff9c;
  35. }
  36. .muted, .help-block {
  37. opacity: 0.70;
  38. }
  39. .hack .muted,
  40. .hack .help-block {
  41. color: #0e0e0e;
  42. }
  43. .hack > header {
  44. display: grid;
  45. grid-template-columns: 1fr minmax(min-content, auto);
  46. column-gap: 20px;
  47. grid-template-areas: "nav nav";
  48. }
  49. .leader{
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. }
  54. .myimage{
  55. margin-right: 10px;
  56. box-shadow: 0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);
  57. border-width: 1px;
  58. border-radius: 9999px;
  59. border-color: #22292f;
  60. border-style: solid;
  61. height: 4rem;
  62. width: 4rem;
  63. }
  64. small {
  65. font-weight: 400;
  66. }