Files @ 2dd5f5d2503a
Branch filter:

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

Dennis Fink
Update texts
@page {
    size: A4;
    margin-top: 1cm;
    margin-left: 2cm;
    margin-right: 2cm;
    margin-bottom: 1cm;
}

body {
    font-size: 1em;
}

img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1.5em;
}

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

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

dl {
    margin-top: 0;
    margin-bottom: 1em;
}

dt {
    float: left;
    width: 360px;
    clear: left;
    text-align: left;
    font-weight: 700;
    margin-bottom: 1px;
}

dd {
    margin-left: 240px;
    margin-bottom: 1px;
}

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

.membersignature {
    height: 2em;
    width: 45%;
    border-bottom: 1px solid #000;
    padding-bottom: 4em;
    margin-top: -1em;
    position: relative;
    float: left;
}

.adminsignature {
    height: 2em;
    width: 45%;
    border-top: 1px solid #000;
    padding-top: 1px;
    margin-top: 5em;
    position: relative;
    float: left;
    margin-left: 2em;
}

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

.btctext {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 45%;
}

.btcqrcode {
    position: relative;
    float: left;
    width: 25%;
    padding-left: 10em;
}

a {
    text-decoration: none;
}