css/main.css
author Markus Broeker<broeker.markus@googlemail.com>
Sun, 14 Feb 2016 16:49:42 +0100
changeset 41 08414729c5b4
parent 0 4869aea77e21
child 42 015d3f02d4e8
permissions -rw-r--r--
Formulare umgestylt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     1
html, body, p, textarea, input, select {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     2
    margin: 0;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     3
    padding: 0;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     4
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     5
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     6
body {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     7
    font-size: 1.5em;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     8
    font-family: sans-serif;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
     9
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    10
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    11
p {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    12
    padding: 5px;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    13
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    14
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    15
label, input, select, textarea {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    16
    width: 100%;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    17
    line-height: 100%;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    18
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    19
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    20
input, select, textarea {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    21
    padding: 5px;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    22
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    23
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    24
form textarea {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    25
    min-height: 250px;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    26
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    27
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    28
.content {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    29
    margin-bottom: 50px;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    30
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    31
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    32
.text-info {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    33
    color: #080808;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    34
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    35
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    36
.footer-area {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    37
    height: 30px;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    38
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    39
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    40
.knopf input {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    41
    color: #fff;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    42
    background-color: #000;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    43
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    44
    padding: 10px;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    45
    font-size: 1.5em;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    46
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    47
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    48
.footer {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    49
    margin: 0;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    50
    padding: 0;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    51
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    52
    width: 100%;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    53
    text-align: center;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    54
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    55
    position: fixed;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    56
    bottom: 0;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    57
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    58
    color: #080808;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    59
    background-color: #e7e7e7;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    60
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    61
    overflow: hidden;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    62
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    63
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    64
.ellipsis {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    65
    text-overflow: ellipsis;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    66
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    67
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    68
.bold {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    69
    font-size: 1.5em;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    70
    font-weight: bold;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    71
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    72
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    73
.form-inline .form-group {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    74
    width: 100%;
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    75
}
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    76
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    77
.form-inline .form-group {
08414729c5b4 Formulare umgestylt
Markus Broeker<broeker.markus@googlemail.com>
parents: 0
diff changeset
    78
    max-width: 49%;
0
4869aea77e21 Bröker-Framework BFW-1
Markus Bröker <broeker.markus@googlemail.com>
parents:
diff changeset
    79
}