docs/src/ucx.css

Fri, 07 Jul 2023 17:31:25 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 07 Jul 2023 17:31:25 +0200
changeset 734
6f757d839534
parent 267
f4789572c9d6
permissions
-rw-r--r--

slightly improve CSS

     1 a {
     2     color: #2e2eaf;
     3     text-decoration: none;
     4 }
     6 a:hover {
     7     text-decoration: underline;
     8     text-decoration-style: dotted;
     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     margin-right: 0.5em;
    67     padding: 0;
    68     font-family: serif;
    69     font-size: 1em;
    70     min-width: 16em;
    71 }
    73 #content h1 {
    74     color: white;
    75     background-color: #5b6f7a;
    76     font-size: 1.2em;
    77     padding: 0.2em 0 0.2em 0.5em;
    78     margin-top: 0;
    79 }
    81 #content h2 {
    82     color: #2e2e2e;
    83     font-size: 1.2em;
    84     border-bottom-color: #5b6f7a;
    85     border-bottom-style: solid;
    86     border-bottom-width: 1pt;
    87     width: 100%;
    88 }
    90 #content h3 {
    91     font-size: 1.05em;
    92 }
    94 #modules table {
    95     border-collapse: separate;
    96     border-spacing: .25em;
    97 }
    99 #modules td > a {
   100     display: table-cell;
   101     text-align: center;
   102     vertical-align: middle;
   103     width: 10em;
   104     height: 2em;
   105     border-style: solid;
   106     border-width: 1pt;
   107     border-color: #2e2e2e;
   108 }
   110 #modules td > a:hover {
   111     background: #e9ebec;
   112 }

mercurial