Newer
Older
@media print {
.container {
width: auto !important;
margin: 0px;
padding: 0px;
}
hr {
display: none !important;
}
#spendenaufruf {

Karl
committed
display: none !important;
}
header {
display: none !important;
}
footer {

Karl
committed
display: none !important;
}
.wrapper {

Karl
committed
padding-top: 0 !important;
}
* {
font-size: 12px!important;
}
input[type=text], input[type=email] {

Karl
committed
margin: 0px !important;
padding: 0px !important;
height: initial !important;
border: 0;
}

Karl
committed
.beitritt-form-group {
margin: 0px !important;
padding: 0px !important;
margin-bottom: 0px !important;
}
.sign {
margin-top: 10px;
}
.donation-amount-input {
padding-top: 5px;
}
h1 {

Karl
committed
margin-top: 0 !important;
padding-top: 0 !important;
}
/* Skalierung für Firefox, absolut für die anderen Browser */

Karl
committed
input[type=radio] {
transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
width: 20px !important;
height: 20px !important;
margin-top: 0px !important;
padding-top: 0px !important;
}
input::-webkit-input-placeholder {
/* WebKit browsers */
color: transparent !important;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: transparent !important;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: transparent !important;

Karl
committed
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: transparent !important;
.pagebreak {
page-break-before: always;
}