format.css
author Volker Birk <vb@pep-project.org>
Tue, 15 Dec 2020 11:30:47 +0100
changeset 69 2a1581de91ea
parent 0 76005e62091d
permissions -rw-r--r--
do not need this
0
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     1
html {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     2
    background-color: lightgrey;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     3
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     4
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     5
body {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     6
    margin-left: auto;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     7
    margin-right: auto;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     8
    margin-top: 0;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     9
    width: 900px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    10
    min-height: 768px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    11
    background-color: white;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    12
    font-family: Arial,Helvetica,FreeSans
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    13
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    14
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    15
em {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    16
    color: darkblue;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    17
    font-weight: bold;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    18
    font-style: normal;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    19
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    20
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    21
#headline {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    22
    color: black;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    23
    font-size: x-large;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    24
    font-weight: normal;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    25
    border-bottom-width: 1px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    26
    border-bottom-style: solid;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    27
    padding: 10px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    28
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    29
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    30
td {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    31
    vertical-align: top;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    32
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    33
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    34
#navigation {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    35
    position: relative;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    36
    float: right;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    37
    width: 200px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    38
    border-left-width: 1px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    39
    border-left-style: dotted;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    40
    padding: 10px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    41
    font-size: small;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    42
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    43
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    44
#entries {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    45
    width: 569px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    46
    padding: 10px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    47
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    48
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    49
.statusline {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    50
    width: 569px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    51
    padding-left: 10px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    52
    padding-right: 10px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    53
    font-size: small;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    54
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    55
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    56
#bottom {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    57
    clear: both;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    58
    color: grey;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    59
    padding: 10px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    60
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    61
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    62
h1, h2 {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    63
    font-size: medium;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    64
    color: darkblue;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    65
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    66
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    67
h3 {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    68
    font-size: medium;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    69
    color: black;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    70
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    71
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    72
h4 {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    73
    font-size: medium;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    74
    font-weight: normal;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    75
    font-style: italic;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    76
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    77
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    78
.subscript {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    79
    font-size: small;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    80
    border-bottom-width: 1px;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    81
    border-bottom-style: dotted;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    82
    margin-bottom: 1em;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    83
    padding-bottom: 1em;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    84
}
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    85
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    86
.small {
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    87
    font-size: small;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    88
    margin-bottom: 1em;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    89
    padding-bottom: 1em;
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
    90
}