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

universe@259 1 a {
universe@259 2 color: #2e2eaf;
universe@259 3 text-decoration: none;
universe@259 4 }
universe@259 5
universe@259 6 a:hover {
universe@259 7 text-decoration: underline;
universe@734 8 text-decoration-style: dotted;
universe@259 9 }
universe@259 10
universe@264 11 #page-header, h1, h2, h3, #sidebar {
universe@226 12 font-family: sans-serif;
universe@226 13 }
universe@226 14
universe@264 15 #page-header {
universe@226 16 padding-top: 0.3em;
universe@226 17 padding-bottom: 0.5em;
universe@226 18 margin-bottom: 2em;
universe@226 19 border: none;
universe@259 20 border-bottom-width: 1pt;
universe@259 21 border-bottom-style: solid;
universe@259 22 border-bottom-color: #2e2e2e;
universe@226 23 }
universe@226 24
universe@264 25 #page-header span {
universe@226 26 font-size: 2em;
universe@226 27 font-weight: bold;
universe@264 28 color: #2e2e2e;
universe@226 29 }
universe@226 30
universe@264 31 #page-header img {
universe@226 32 float: right;
universe@226 33 }
universe@226 34
universe@256 35 #sidebar {
universe@226 36 float: left;
universe@226 37 width: 15em;
universe@226 38 }
universe@226 39
universe@256 40 .nav {
universe@226 41 color: black;
universe@259 42 background-color: #e9ebec;
universe@226 43 margin-bottom: 1em;
universe@226 44 padding-bottom: 0.1em;
universe@226 45 }
universe@226 46
universe@256 47 .nav h3 {
universe@226 48 color: white;
universe@259 49 background-color: #5b6f7a;
universe@226 50 font-size: 1.2em;
universe@226 51 padding-top: 0.2em;
universe@226 52 padding-bottom: 0.2em;
universe@226 53 padding-left: 0.5em;
universe@226 54 margin-top: 0;
universe@226 55 }
universe@226 56
universe@256 57 .nav ul {
universe@226 58 margin-top: 0;
universe@226 59 padding-top: 0;
universe@264 60 padding-left: 2em;
universe@226 61 font-size: 0.95em;
universe@226 62 }
universe@226 63
universe@256 64 #content {
universe@226 65 margin-left: 16em;
universe@734 66 margin-right: 0.5em;
universe@226 67 padding: 0;
universe@226 68 font-family: serif;
universe@226 69 font-size: 1em;
universe@226 70 min-width: 16em;
universe@226 71 }
universe@226 72
universe@256 73 #content h1 {
universe@226 74 color: white;
universe@259 75 background-color: #5b6f7a;
universe@226 76 font-size: 1.2em;
universe@734 77 padding: 0.2em 0 0.2em 0.5em;
universe@226 78 margin-top: 0;
universe@226 79 }
universe@226 80
universe@256 81 #content h2 {
universe@259 82 color: #2e2e2e;
universe@226 83 font-size: 1.2em;
universe@259 84 border-bottom-color: #5b6f7a;
universe@259 85 border-bottom-style: solid;
universe@259 86 border-bottom-width: 1pt;
universe@259 87 width: 100%;
universe@226 88 }
universe@226 89
universe@256 90 #content h3 {
universe@226 91 font-size: 1.05em;
universe@226 92 }
universe@267 93
universe@267 94 #modules table {
universe@267 95 border-collapse: separate;
universe@267 96 border-spacing: .25em;
universe@267 97 }
universe@267 98
universe@267 99 #modules td > a {
universe@267 100 display: table-cell;
universe@267 101 text-align: center;
universe@267 102 vertical-align: middle;
universe@267 103 width: 10em;
universe@267 104 height: 2em;
universe@267 105 border-style: solid;
universe@267 106 border-width: 1pt;
universe@267 107 border-color: #2e2e2e;
universe@267 108 }
universe@267 109
universe@267 110 #modules td > a:hover {
universe@267 111 background: #e9ebec;
universe@267 112 }

mercurial