Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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