docs/src/ucx.css

Mon, 13 Nov 2017 12:21:55 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Nov 2017 12:21:55 +0100
changeset 264
24f5484bae97
parent 259
2f5dea574a75
child 267
f4789572c9d6
permissions
-rw-r--r--

web doc has now proper titles

     1 a {
     2     color: #2e2eaf;
     3     text-decoration: none;
     4 }
     6 a:hover {
     7     text-decoration: underline;
     8     text-decoration-style: dotted; // not supported in IE / Edge
     9 }
    11 #page-header, h1, h2, h3, #sidebar {
    12     font-family: sans-serif;
    13 }
    15 #page-header {
    16     padding-top: 0.3em;
    17     padding-bottom: 0.5em;
    18     margin-bottom: 2em;
    19     border: none;
    20     border-bottom-width: 1pt;
    21     border-bottom-style: solid;
    22     border-bottom-color: #2e2e2e;
    23 }
    25 #page-header span {
    26     font-size: 2em;
    27     font-weight: bold;
    28     color: #2e2e2e;
    29 }
    31 #page-header img {
    32     float: right;
    33 }
    35 #sidebar {
    36     float: left;
    37     width: 15em;
    38 }
    40 .nav {
    41     color: black;
    42     background-color: #e9ebec;
    43     margin-bottom: 1em;
    44     padding-bottom: 0.1em;
    45 }
    47 .nav h3 {
    48     color: white;
    49     background-color: #5b6f7a;
    50     font-size: 1.2em;
    51     padding-top: 0.2em;
    52     padding-bottom: 0.2em;
    53     padding-left: 0.5em;
    54     margin-top: 0;
    55 }
    57 .nav ul {
    58     margin-top: 0;
    59     padding-top: 0;
    60     padding-left: 2em;
    61     font-size: 0.95em;
    62 }
    64 #content {
    65     margin-left: 16em;
    66     padding: 0;
    67     font-family: serif;
    68     font-size: 1em;
    69     min-width: 16em;
    70 }
    72 #content h1 {
    73     color: white;
    74     background-color: #5b6f7a;
    75     font-size: 1.2em;
    76     padding-top: 0.2em;
    77     padding-bottom: 0.2em;
    78     padding-left: 0.5em;
    79     padding-right: 0;
    80     margin-top: 0;
    81 }
    83 #content h2 {
    84     color: #2e2e2e;
    85     font-size: 1.2em;
    86     border-bottom-color: #5b6f7a;
    87     border-bottom-style: solid;
    88     border-bottom-width: 1pt;
    89     width: 100%;
    90 }
    92 #content h3 {
    93     font-size: 1.05em;
    94 }

mercurial