diff -up cups-2.4.1/doc/cups.css.css-issues cups-2.4.1/doc/cups.css --- cups-2.4.1/doc/cups.css.css-issues 2022-01-27 12:11:42.000000000 +0100 +++ cups-2.4.1/doc/cups.css 2022-03-08 13:55:16.075624812 +0100 @@ -1,5 +1,5 @@ /* Layout CSS */ -.header { +.cups-header { background: rgba(46,46,46,.9); box-shadow: 0 2px 5px rgba(0,0,0,0.25); color: white; @@ -11,7 +11,7 @@ top: 0; width: 100%; } -.header ul { +.cups-header ul { list-style: none; margin: 0; -webkit-margin-before: 0; @@ -20,37 +20,37 @@ -webkit-margin-end: 5px; -webkit-padding-start: 0; } -.header ul li { +.cups-header ul li { float: left; } -.header a { +.cups-header a { display: block; padding: 5px 10px !important; } -.header a:link, .header a:visited { +.cups-header a:link, .cups-header a:visited { color: white !important; text-decoration: none !important; } -.header a:hover { +.cups-header a:hover { background: #cccccc !important; color: #333333 !important; text-decoration: none !important; } -.header a.active { +.cups-header a.active { background: white !important; box-shadow: rgba(0,0,0,0.1) 0 0 10px 0 inset; color: black !important; text-decoration: none !important; } -.body { +.cups-body { padding: 40px 20px; } -.row .body { +.row .cups-body { padding: 0; } -.footer { +.cups-footer { background: rgba(46,46,46,.9); bottom: 0; box-shadow: 0 -2px 5px rgba(0,0,0,0.25); @@ -62,7 +62,7 @@ position: fixed; width: 100%; } -.footer a:link, footer a:hover, .footer a:visited { +.cups-footer a:link, footer a:hover, .cups-footer a:visited { color: white !important; text-decoration: none !important; } @@ -131,6 +131,7 @@ pre { } blockquote { + background: rgba(191,191,191,0.1); border-left: solid 2px #777; margin: 1em 0; padding: 10px; @@ -207,7 +208,7 @@ table.page { width: 100%; } -td.body { +td.cups-body { height: 100%; vertical-align: top; } @@ -365,7 +366,7 @@ h1.title { display: none; } -h2.title, h3.title, .row .body h2, .row .body h3 { +h2.title, h3.title, .row .cups-body h2, .row .cups-body h3 { border-bottom: solid 2pt black; } @@ -451,8 +452,8 @@ div.sidebar p.l2 { } table.inset { - background: rgba(191,191,191,0.15); - border: thin solid rgba(191,191,191,0.3); + background: #f4f4f4; + border: thin solid rgba(191,191,191,0.5); margin-top: 1em; padding: 0; width: 100%; @@ -471,7 +472,7 @@ table.inset caption { } table.inset td { - padding: 2px; + padding: 2px 5px; } dt { @@ -525,15 +526,15 @@ div.tab { } /* API documentation styles... */ -div.body h1 { +div.cups-body h1 { } -div.body h2 { +div.cups-body h2 { } -div.body h3 { +div.cups-body h3 { } -div.body h4 { +div.cups-body h4 { } -div.body h5 { +div.cups-body h5 { } div.contents { } @@ -589,9 +590,14 @@ h1, h2, h3, h4, h5, h6 { blockquote { page-break-inside: avoid; } -p code, li code, p.code, pre, ul.code li { - background: rgba(127,127,127,0.1); +p.code, pre, ul.code li { border-left: thin dotted gray; + background: rgba(191,191,191,0.1); +} +p code, li code { + background: rgba(191,191,191,0.3); +} +p code, li code, p.code, pre, ul.code li { font-family: monospace; hyphens: manual; margin: 18pt 0; @@ -644,19 +650,19 @@ ul.contents li ul.code, ul.contents li u display: none; } - .header { + .cups-header { margin: 0; position: relative; } - .header ul li { + .cups-header ul li { float: none; } - .body { + .cups-body { padding: 0; } - .footer { + .cups-footer { font-size: 10px; height: auto; position: relative; @@ -715,6 +721,12 @@ ul.contents li ul.code, ul.contents li u hr { color: #666; } + table.inset { + background: #1d1d1d; + } + h2.title, h3.title, .row .cups-body h2, .row .cups-body h3 { + border-bottom: solid 2pt #ccc; + } div.table table td, table.list th { background: black; } diff -up cups-2.4.1/doc/da/index.html.in.css-issues cups-2.4.1/doc/da/index.html.in --- cups-2.4.1/doc/da/index.html.in.css-issues 2022-01-27 12:11:42.000000000 +0100 +++ cups-2.4.1/doc/da/index.html.in 2022-03-08 13:55:16.075624812 +0100 @@ -10,7 +10,7 @@
CUPS er det standardbaseret, open source-udskrivningssystem som er udviklet af OpenPrinting til Linux® og andre UNIX®-lignende styresystemer. CUPS uses IPP Everywhere™ to support printing to local and network printers
@@ -47,6 +47,6 @@