Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

73 lines
1.3KB

  1. a, a > code {
  2. color: rgb(249, 38, 114);
  3. text-decoration: none;
  4. }
  5. .footnote {
  6. position: absolute;
  7. bottom: 3em;
  8. padding-right: 4em;
  9. font-size: 90%;
  10. }
  11. .remark-code-line-highlighted { background-color: #ffff88; }
  12. .inverse {
  13. background-color: #272822;
  14. color: #d6d6d6;
  15. text-shadow: 0 0 20px #333;
  16. }
  17. .inverse h1, .inverse h2, .inverse h3 {
  18. color: #f3f3f3;
  19. }
  20. /* Two-column layout */
  21. .left-column {
  22. color: #777;
  23. width: 20%;
  24. height: 92%;
  25. float: left;
  26. }
  27. .left-column h2:last-of-type, .left-column h3:last-child {
  28. color: #000;
  29. }
  30. .right-column {
  31. width: 75%;
  32. float: right;
  33. padding-top: 1em;
  34. }
  35. .pull-left {
  36. float: left;
  37. width: 47%;
  38. }
  39. .pull-right {
  40. float: right;
  41. width: 47%;
  42. }
  43. .pull-right + * {
  44. clear: both;
  45. }
  46. img, video, iframe {
  47. max-width: 100%;
  48. }
  49. blockquote {
  50. border-left: solid 5px lightgray;
  51. padding-left: 1em;
  52. }
  53. .remark-slide table {
  54. margin: auto;
  55. border-top: 1px solid #666;
  56. border-bottom: 1px solid #666;
  57. }
  58. .remark-slide table thead th { border-bottom: 1px solid #ddd; }
  59. th, td { padding: 5px; }
  60. .remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee }
  61. @page { margin: 0; }
  62. @media print {
  63. .remark-slide-scaler {
  64. width: 100% !important;
  65. height: 100% !important;
  66. transform: scale(1) !important;
  67. top: 0 !important;
  68. left: 0 !important;
  69. }
  70. }