Skip to content
Snippets Groups Projects
beitritt.css 1.8 KiB
Newer Older
  • Learn to ignore specific revisions
  •     .container {
            width: auto !important;
            margin: 0px;
            padding: 0px;
        }
        hr {
            display: none !important;
        }
    
            display: none !important;
        }
        header {
            display: none !important;
    
        }
        * {
            font-size: 12px!important;
        }
        input[type=text], input[type=email] {
    
            margin: 0px !important;
            padding: 0px !important;
            height: initial !important;
    
        .beitritt-form-group {
            margin: 0px !important;
            padding: 0px !important;
            margin-bottom: 0px !important;
        }
        .sign {
            margin-top: 10px;
        }
        .donation-amount-input {
            padding-top: 5px;
        }
    
            margin-top: 0 !important;
            padding-top: 0 !important;
        }
    
        /* Skalierung für Firefox, absolut für die anderen Browser */
    
        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;
    
        input:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: transparent !important;