Files @ 15ae859b8261
Branch filter:

Location: C3L/C3L-Membership-Online-Form/c3l_membership/static/pdf.css - annotation

Dennis Fink
Update dependencies and fix PDF
6f06fc328a13
846c20be2a97
c289280dd5fd
846c20be2a97
846c20be2a97
c289280dd5fd
6f06fc328a13
6f06fc328a13
6f06fc328a13
846c20be2a97
6f06fc328a13
6f06fc328a13
6f06fc328a13
846c20be2a97
846c20be2a97
c289280dd5fd
6f06fc328a13
6f06fc328a13
6f06fc328a13
846c20be2a97
846c20be2a97
6f06fc328a13
6f06fc328a13
6f06fc328a13
846c20be2a97
846c20be2a97
6f06fc328a13
6f06fc328a13
587a9a50643f
846c20be2a97
846c20be2a97
846c20be2a97
6f06fc328a13
6f06fc328a13
8211ce13b42e
8211ce13b42e
8211ce13b42e
8211ce13b42e
587a9a50643f
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
6f06fc328a13
6f06fc328a13
587a9a50643f
846c20be2a97
846c20be2a97
587a9a50643f
587a9a50643f
587a9a50643f
846c20be2a97
6f06fc328a13
6f06fc328a13
6f06fc328a13
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
6f06fc328a13
6f06fc328a13
587a9a50643f
8211ce13b42e
8211ce13b42e
8211ce13b42e
8211ce13b42e
587a9a50643f
587a9a50643f
6f06fc328a13
846c20be2a97
846c20be2a97
846c20be2a97
15ae859b8261
6f06fc328a13
6f06fc328a13
6f06fc328a13
846c20be2a97
846c20be2a97
8211ce13b42e
15ae859b8261
6f06fc328a13
6f06fc328a13
6f06fc328a13
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
6f06fc328a13
6f06fc328a13
846c20be2a97
846c20be2a97
846c20be2a97
846c20be2a97
542c6144e68f
542c6144e68f
542c6144e68f
542c6144e68f
542c6144e68f
542c6144e68f
587a9a50643f
587a9a50643f
846c20be2a97
8211ce13b42e
8211ce13b42e
587a9a50643f
587a9a50643f
587a9a50643f
846c20be2a97
846c20be2a97
587a9a50643f
587a9a50643f
587a9a50643f
8211ce13b42e
8211ce13b42e
6f06fc328a13
6f06fc328a13
6f06fc328a13
846c20be2a97
6f06fc328a13
@page {
  size: A4;
  margin-top: 0.5cm;
  margin-left: 2cm;
  margin-right: 2cm;
  margin-bottom: 0.5cm;
}

body {
  font-size: 1em;
}

img {
  width: 250px;
  display: block;
  margin-bottom: 1em;
}

h1 {
  text-decoration: underline;
  font-size: 1.2em;
}

p {
  text-align: justify;
  margin-bottom: 1em;
}

.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logos img {
  margin-bottom: 0em;
}

.data {
  margin-top: 0;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.data > div {
  display: flex;
  justify-content: space-between;
}

.data > div > div:first-child {
  font-weight: 700;
}

footer {
  position: fixed;
  bottom: 0;
  font-size: 0.75em;
  text-align: center;
  width: 100%;
}

.signature {
  margin-top: 0.25em;
  padding-top: 0em;
  display: flex;
  justify-content: space-evenly;
}

.membersignature {
  height: 2em;
  width: 45%;
  border-bottom: 1px solid #000;
  padding-bottom: 3em;
}

.adminsignature {
  height: 2em;
  width: 45%;
  border-bottom: 1px solid #000;
  padding-bottom: 3em;
}

.bank {
  list-style-type: none;
  padding: 0;
}

.cryptocontainer {
  display: flex;
  justify-content: space-between;
}

.cryptotext {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 20em;
}

.cryptotext li {
  word-break: break-all;
  overflow-wrap: break-word;
}

.cryptoqrcode {
  width: 12em;
  margin-bottom: 0em;
}

.digicash {
  display: flex;
  justify-content: space-evenly;
}

.digicash img {
  width: 12em;
  margin-bottom: 0em;
}

a {
  text-decoration: none;
}