Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

167 rindas
3.0 KiB

  1. @media print {
  2. html:not(.print-pdf) {
  3. overflow: visible;
  4. width: auto;
  5. height: auto;
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. overflow: visible;
  10. }
  11. }
  12. html:not(.print-pdf) .reveal {
  13. background: #fff;
  14. font-size: 20pt;
  15. .controls,
  16. .state-background,
  17. .progress,
  18. .backgrounds,
  19. .slide-number {
  20. display: none !important;
  21. }
  22. p, td, li {
  23. font-size: 20pt!important;
  24. color: #000;
  25. }
  26. h1,h2,h3,h4,h5,h6 {
  27. color: #000!important;
  28. height: auto;
  29. line-height: normal;
  30. text-align: left;
  31. letter-spacing: normal;
  32. }
  33. h1 { font-size: 28pt !important; }
  34. h2 { font-size: 24pt !important; }
  35. h3 { font-size: 22pt !important; }
  36. h4 { font-size: 22pt !important; font-variant: small-caps; }
  37. h5 { font-size: 21pt !important; }
  38. h6 { font-size: 20pt !important; font-style: italic; }
  39. a:link,
  40. a:visited {
  41. color: #000 !important;
  42. font-weight: bold;
  43. text-decoration: underline;
  44. }
  45. ul, ol, div, p {
  46. visibility: visible;
  47. position: static;
  48. width: auto;
  49. height: auto;
  50. display: block;
  51. overflow: visible;
  52. margin: 0;
  53. text-align: left !important;
  54. }
  55. pre,
  56. table {
  57. margin-left: 0;
  58. margin-right: 0;
  59. }
  60. pre code {
  61. padding: 20px;
  62. }
  63. blockquote {
  64. margin: 20px 0;
  65. }
  66. .slides {
  67. position: static !important;
  68. width: auto !important;
  69. height: auto !important;
  70. left: 0 !important;
  71. top: 0 !important;
  72. margin-left: 0 !important;
  73. margin-top: 0 !important;
  74. padding: 0 !important;
  75. zoom: 1 !important;
  76. transform: none !important;
  77. overflow: visible !important;
  78. display: block !important;
  79. text-align: left !important;
  80. perspective: none;
  81. perspective-origin: 50% 50%;
  82. }
  83. .slides section {
  84. visibility: visible !important;
  85. position: static !important;
  86. width: auto !important;
  87. height: auto !important;
  88. display: block !important;
  89. overflow: visible !important;
  90. left: 0 !important;
  91. top: 0 !important;
  92. margin-left: 0 !important;
  93. margin-top: 0 !important;
  94. padding: 60px 20px !important;
  95. z-index: auto !important;
  96. opacity: 1 !important;
  97. page-break-after: always !important;
  98. transform-style: flat !important;
  99. transform: none !important;
  100. transition: none !important;
  101. }
  102. .slides section.stack {
  103. padding: 0 !important;
  104. }
  105. .slides section:last-of-type {
  106. page-break-after: avoid !important;
  107. }
  108. .slides section .fragment {
  109. opacity: 1 !important;
  110. visibility: visible !important;
  111. transform: none !important;
  112. }
  113. .r-fit-text {
  114. white-space: normal !important;
  115. }
  116. section img {
  117. display: block;
  118. margin: 15px 0px;
  119. background: rgba(255,255,255,1);
  120. border: 1px solid #666;
  121. box-shadow: none;
  122. }
  123. section small {
  124. font-size: 0.8em;
  125. }
  126. .hljs {
  127. max-height: 100%;
  128. white-space: pre-wrap;
  129. word-wrap: break-word;
  130. word-break: break-word;
  131. font-size: 15pt;
  132. }
  133. .hljs .hljs-ln-numbers {
  134. white-space: nowrap;
  135. }
  136. .hljs td {
  137. font-size: inherit !important;
  138. color: inherit !important;
  139. }
  140. }
  141. }