Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. .card {
  2. border: 2mm solid;
  3. border-radius: 4px;
  4. box-sizing: border-box;
  5. position: relative;
  6. display: flex;
  7. flex-direction: column;
  8. font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
  9. font-size: 8pt;
  10. }
  11. .card-content-container {
  12. padding:2mm;
  13. padding-top:1mm;
  14. border-radius: 2mm;
  15. margin-top:0px;
  16. background-color: white;
  17. border-color: inherit;
  18. display: flex;
  19. flex-direction: column;
  20. flex: 1;
  21. font-size: inherit;
  22. }
  23. .card-back {
  24. background-color: white;
  25. border-radius: 4mm;
  26. border-color: inherit;
  27. margin: 3mm;
  28. flex: 1;
  29. display: flex;
  30. }
  31. .card-back-inner {
  32. margin: 3mm;
  33. border: 1mm solid;
  34. border-color: inherit;
  35. border-radius: 4mm;
  36. flex: 1;
  37. display: flex;
  38. flex-direction: row;
  39. flex-wrap: wrap;
  40. justify-content: center;
  41. align-items: center;
  42. }
  43. .card-back-icon {
  44. width: 1in;
  45. height: 1in;
  46. border: 4mm solid;
  47. border-color: inherit;
  48. border-radius: 4mm;
  49. background-repeat: no-repeat;
  50. background-size: contain;
  51. }
  52. .card-title-icon {
  53. width: 12mm;
  54. height: 12mm;
  55. background-repeat: no-repeat;
  56. background-size: contain;
  57. background-color: inherit;
  58. border-color: inherit;
  59. }
  60. .card-title-icon-container {
  61. position: absolute;
  62. right: -1mm;
  63. top: -1mm;
  64. border: 1mm solid;
  65. border-radius: 1mm;
  66. background-color: inherit;
  67. border-color: inherit;
  68. }
  69. .card-title-inlineicon {
  70. width: 7mm;
  71. height: 7mm;
  72. background-repeat: no-repeat;
  73. background-size: contain;
  74. background-color: inherit;
  75. border-color: inherit;
  76. }
  77. .card-title-inlineicon-container {
  78. position: absolute;
  79. right: -1mm;
  80. top: -1mm;
  81. border: 1mm solid;
  82. border-radius: 1mm;
  83. background-color: inherit;
  84. border-color: inherit;
  85. }
  86. .card-title {
  87. height: 8mm;
  88. padding-left: 2mm;
  89. font-family: Lora, 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
  90. font-variant: small-caps;
  91. font-weight: bold;
  92. background-color: inherit;
  93. color: white;
  94. }
  95. .card-title-16 {
  96. font-size: 16pt;
  97. line-height: 6.5mm;
  98. }
  99. .card-title-15 {
  100. font-size: 15pt;
  101. line-height: 6.5mm;
  102. }
  103. .card-title-14 {
  104. font-size: 14pt;
  105. line-height: 6.5mm;
  106. }
  107. .card-title-13 {
  108. font-size: 13pt;
  109. line-height: 7mm;
  110. }
  111. .card-title-12 {
  112. font-size: 12pt;
  113. line-height: 7mm;
  114. }
  115. .card-title-11 {
  116. font-size: 11pt;
  117. line-height: 7.5mm;
  118. }
  119. .card-title-10 {
  120. font-size: 10pt;
  121. line-height: 7.5mm;
  122. }
  123. .card-subtitle {
  124. height: 18px;
  125. line-height: 18px;
  126. margin-bottom: 0.0em;
  127. font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
  128. font-size: 10pt;
  129. font-style: italic;
  130. }
  131. .card-property-line {
  132. text-indent: -1em;
  133. margin-left: 1em;
  134. font-size: inherit;
  135. color: black;
  136. }
  137. .card-property-name {
  138. display: inline;
  139. font-size: inherit;
  140. }
  141. .card-property-text {
  142. display: inline;
  143. }
  144. .card-section {
  145. border-bottom: 1px solid;
  146. font-size: 10pt;
  147. font-variant: small-caps;
  148. font-weight: normal;
  149. letter-spacing: 1px;
  150. margin: 0;
  151. border-color: inherit;
  152. }
  153. .card-section + .card-element {
  154. margin-top: 0.3em;
  155. }
  156. .card-p {
  157. }
  158. .card-fill {flex:1;}
  159. .card-description-line {
  160. margin-top: 0.5em;
  161. margin-bottom: 0.0em;
  162. font-size: inherit;
  163. color: black;
  164. }
  165. .card-description-name {
  166. display: inline;
  167. font-size: inherit;
  168. font-style: italic;
  169. }
  170. .card-description-name::after {
  171. content: ".";
  172. }
  173. .card-description-text {
  174. display: inline;
  175. }
  176. .card-ruler {
  177. width: 100%;
  178. height: 1.0mm;
  179. margin-top: 0.3em;
  180. margin-bottom: 0.3em;
  181. }
  182. .card-box {
  183. display: inline;
  184. height: 10mm;
  185. width: 10mm;
  186. margin-right: 0.3em;
  187. }
  188. .card-stats {
  189. width: 100%
  190. }
  191. .card-stats-header {
  192. text-align: center;
  193. padding: 0;
  194. width: 16.6%;
  195. }
  196. .card-stats-cell {
  197. text-align: center;
  198. padding: 0;
  199. }
  200. .card-bullet-line {
  201. font-size: inherit;
  202. color: black;
  203. padding-left: 16px;
  204. padding-bottom: 0;
  205. margin-bottom: 0;
  206. margin-top: 0;
  207. }
  208. .card-bullet {
  209. margin-bottom: 0;
  210. margin-top: 0;
  211. font-size: inherit;
  212. }