123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- .card {
- border: 2mm solid;
- box-sizing: border-box;
- position: relative;
- display: flex;
- flex-direction: column;
- font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
- font-size: 8pt;
- overflow: hidden;
- }
-
- .card.rounded-corners {
- border-radius: 4mm;
- }
-
- .card-content-container {
- padding:2mm;
- padding-top:1mm;
- border-radius: 2mm;
- margin-top:2mm;
- background-color: white;
- border-color: inherit;
- display: flex;
- flex-direction: column;
- flex: 1;
- font-size: inherit;
- }
-
- .card-back {
- background-color: white;
- border-radius: 4mm;
- border-color: inherit;
- flex: 1;
- display: flex;
- }
-
- .card-back-inner {
- margin: 3mm;
- border: 1mm solid;
- border-color: inherit;
- border-radius: 4mm;
- flex: 1;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- }
-
- .card-back-icon {
- width: 1in;
- height: 1in;
- border: 4mm solid;
- border-color: inherit;
- border-radius: 4mm;
- background-repeat: no-repeat;
- background-size: contain;
- }
-
- .card-title-icon {
- width: 12mm;
- height: 12mm;
- background-repeat: no-repeat;
- background-size: contain;
- background-color: inherit;
- border-color: inherit;
- }
- .card-title-icon-container {
- position: absolute;
- right: -1mm;
- top: -1mm;
- border: 1mm solid;
- border-radius: 1mm;
- background-color: inherit;
- border-color: inherit;
- }
-
- .card-title-inlineicon {
- width: 8mm;
- height: 8mm;
- background-repeat: no-repeat;
- background-size: contain;
- background-color: inherit;
- border-color: inherit;
- display: inline-block;
- font-size: 12pt;
- text-align: center;
- }
- .card-title-inlineicon-container {
- position: absolute;
- right: 1mm;
- color: white;
- font-weight: bold;
- font-size: 12pt;
- line-height: 8mm;
- }
-
- .card-title {
- height: 8mm;
- padding-left: 2mm;
- font-family: Lora, 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
- font-variant: small-caps;
- font-weight: bold;
- background-color: inherit;
- color: white;
- }
- .card-title-16 {
- font-size: 16pt;
- line-height: 6.5mm;
- }
- .card-title-15 {
- font-size: 15pt;
- line-height: 6.5mm;
- }
- .card-title-14 {
- font-size: 14pt;
- line-height: 8mm;
- }
- .card-title-13 {
- font-size: 13pt;
- line-height: 7mm;
- }
- .card-title-12 {
- font-size: 12pt;
- line-height: 7mm;
- }
- .card-title-11 {
- font-size: 11pt;
- line-height: 7.5mm;
- }
- .card-title-10 {
- font-size: 10pt;
- line-height: 7.5mm;
- }
- .card-subtitle {
- height: 18px;
- margin-bottom: 0.0em;
- line-height: 18px;
- font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
- font-size: 10pt;
- font-style: italic;
- }
- .card-challenge {
- position: absolute;
- right: 2mm;
- display: inline;
- }
- .card-picture {
- height: 80px;
- line-height: 18px;
- margin-bottom: 0.0em;
- }
- .card-inline-icon {
- background-size: auto 80%;
- background-repeat: no-repeat;
- background-position: center center;
- position: relative;
- border-radius: 2mm;
- }
-
- .card-inline-icon.align-left {
- align-self: flex-start;
- }
-
- .card-inline-icon.align-right {
- align-self: flex-end;
- }
-
- .card-inline-icon.align-center {
- align-self: center;
- }
-
- .card-property-line {
- text-indent: -1em;
- margin-left: 1em;
- font-size: inherit;
- color: black;
- }
-
- .card-property-name {
- display: inline;
- font-size: inherit;
- }
- .card-property-text {
- display: inline;
- }
-
- .card-section {
- border-bottom: 1px solid;
- font-size: 10pt;
- font-variant: small-caps;
- font-weight: normal;
- letter-spacing: 1px;
- margin: 0;
- border-color: inherit;
- }
-
- .card-section + .card-element {
- margin-top: 0.3em;
- }
-
- .card-p {
-
- }
-
- .card-fill {flex:1;}
-
- .card-description-line {
- margin-top: 0.5em;
- margin-bottom: 0.0em;
- font-size: inherit;
- color: black;
- }
- .card-description-name {
- display: inline;
- font-size: inherit;
- font-style: italic;
- }
- .card-description-name::after {
- content: ".";
- }
- .card-description-text {
- display: inline;
- }
-
- .card-ruler {
- width: 100%;
- height: 1.0mm;
- margin-top: 0.3em;
- margin-bottom: 0.3em;
- }
-
- .card-box {
- display: inline;
- height: 10mm;
- width: 10mm;
- margin-right: 0.3em;
- }
-
- .card-stats {
- width: 100%
- }
-
- .card-stats-header {
- text-align: center;
- padding: 0;
- width: 16.6%;
- }
-
- .card-stats-cell {
- text-align: center;
- padding: 0;
- }
-
- .card-bullet-line {
- font-size: inherit;
- color: black;
- padding-left: 16px;
- padding-bottom: 0;
- margin-bottom: 0;
- margin-top: 0;
- }
-
- .card-bullet {
- margin-bottom: 0;
- margin-top: 0;
- font-size: inherit;
- }
-
- img.inline-logo {
- height: 6mm;
- margin-left: 3px;
- margin-right: 1px;
- }
|