/* Layout CSS */
-.header {
+.cups-header {
background: rgba(46,46,46,.9);
box-shadow: 0 2px 5px rgba(0,0,0,0.25);
color: white;
top: 0;
width: 100%;
}
-.header ul {
+.cups-header ul {
list-style: none;
margin: 0;
-webkit-margin-before: 0;
-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);
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;
}
}
blockquote {
+ background: rgba(191,191,191,0.1);
border-left: solid 2px #777;
margin: 1em 0;
padding: 10px;
width: 100%;
}
-td.body {
+td.cups-body {
height: 100%;
vertical-align: top;
}
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;
}
}
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%;
}
table.inset td {
- padding: 2px;
+ padding: 2px 5px;
}
dt {
}
/* 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 {
}
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;
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;
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;
}
<title>Hjem - CUPS @CUPS_VERSION@</title>
</head>
<body>
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">Hjem</a></li>
<li><a href="/printers/">Printere</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>CUPS @CUPS_VERSION@</h1>
<p>CUPS er det standardbaseret, open source-udskrivningssystem som er udviklet af <a class="jumbolink" href="https://openprinting.github.io/" target="_blank">OpenPrinting</a> til Linux® og andre UNIX<sup>®</sup>-lignende styresystemer. CUPS uses <a href="https://www.pwg.org/ipp/everywhere.html" target="_blank">IPP Everywhere™</a> to support printing to local and network printers</p>
</div>
</div>
</div>
- <div class="footer">Ophavsret © 2021-2022 OpenPrinting. Alle rettigheder forbeholdt.</div>
+ <div class="cups-footer">Ophavsret © 2021-2022 OpenPrinting. Alle rettigheder forbeholdt.</div>
</body>
</html>
<title>Startseite - CUPS @CUPS_VERSION@</title>
</head>
<body>
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">Startseite</a></li>
<li><a href="/printers/">Drucker</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>OpenPrinting CUPS @CUPS_VERSION@</h1>
<p>CUPS basiert auf Standards, Open Source Drucksystem entwickelt durch <a class="jumbolink" href="https://openprinting.github.io/" target="_blank">OpenPrinting</a> für Linux® und andere UNIX®-artige Betriebssysteme. CUPS benutzt <a href="https://www.pwg.org/ipp/everywhere.html" target="_blank">IPP Everywhere™</a> zur Unterstützung lokaler und Netzwerkdrucker.</p>
</div>
</div>
</div>
- <div class="footer">Copyright © 2021-2022 OpenPrinting. Alle Rechte vorbehalten.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. Alle Rechte vorbehalten.</div>
</body>
</html>
<title>Inicio - CUPS @CUPS_VERSION@</title>
</head>
<body>
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">Inicio</a></li>
<li><a href="/printers/">Impresoras</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>CUPS @CUPS_VERSION@</h1>
<p>CUPS es el sistema de impresión de código abierto basado en estándares desarrollado por <a class="jumbolink" href="https://openprinting.github.io/" target="_blank">OpenPrinting</a> para macOS<sup>®</sup> y otros sistemas operativos tipo UNIX<sup>®</sup>. CUPS uses <a href="https://www.pwg.org/ipp/everywhere.html" target="_blank">IPP Everywhere™</a> to support printing to local and network printers.</p>
</div>
</div>
</div>
- <div class="footer">Derechos de autor © 2021-2022 OpenPrinting. Todos los derechos reservados.</div>
+ <div class="cups-footer">Derechos de autor © 2021-2022 OpenPrinting. Todos los derechos reservados.</div>
</body>
</html>
<title>Home - CUPS @CUPS_VERSION@</title>
</head>
<body>
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">Home</a></li>
<li><a href="/printers/">Imprimantes</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>OpenPrinting CUPS @CUPS_VERSION@</h1>
<p>Le système d'impression open source basé sur des normes, développé par <a class="jumbolink" href="https://openprinting.github.io/" target="_blank">OpenPrinting</a> for Linux® and other Unix®-like operating systems. CUPS uses <a href="https://www.pwg.org/ipp/everywhere.html" target="_blank">IPP Everywhere™</a> pour prendre en charge l'impression vers des imprimantes locales et de réseau.</p>
</div>
</div>
</div>
- <div class="footer">Copyright © 2021-2022 OpenPrinting. All rights reserved.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. All rights reserved.</div>
</body>
</html>
<title>Home - CUPS @CUPS_VERSION@</title>
</head>
<body>
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">Home</a></li>
<li><a href="/printers/">Printers</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>OpenPrinting CUPS @CUPS_VERSION@</h1>
<p>The standards-based, open source printing system developed by <a class="jumbolink" href="https://openprinting.github.io/" target="_blank">OpenPrinting</a> for Linux® and other Unix®-like operating systems. CUPS uses <a href="https://www.pwg.org/ipp/everywhere.html" target="_blank">IPP Everywhere™</a> to support printing to local and network printers.</p>
</div>
</div>
</div>
- <div class="footer">Copyright © 2021-2022 OpenPrinting. All rights reserved.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. All rights reserved.</div>
</body>
</html>
<title>ホーム - CUPS @CUPS_VERSION@</title>
</head>
<body>
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">ホーム</a></li>
<li><a href="/printers/">プリンター</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>CUPS @CUPS_VERSION@</h1>
<p>CUPS は、macOS<sup>®</sup> およびその他の UNIX <SUP>®</sup> 系 OS のために、<a href="http://www.apple.com/">Apple Inc.</a> によって開発された標準ベースのオープンソース印刷システムです。</p>
</div>
</div>
</div>
- <div class="footer">Copyright © 2021-2022 OpenPrinting. All rights reserved.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. All rights reserved.</div>
</body>
</html>
<title>Início - CUPS @CUPS_VERSION@</title>
</head>
<body>
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">Início</a></li>
<li><a href="/printers/">Impressoras</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>CUPS @CUPS_VERSION@</h1>
<p>CUPS é o sistema de impressão baseado em padrões e de código aberto desenvolvido pela <a class="jumbolink" href="https://openprinting.github.io/" target="_blank">OpenPrinting</a> para Linux® e outros sistemas operacionais similares ao UNIX<sup>®</sup>. CUPS uses <a href="https://www.pwg.org/ipp/everywhere.html" target="_blank">IPP Everywhere™</a> to support printing to local and network printers.</p>
</div>
</div>
</div>
- <div class="footer">Copyright © 2021-2022 OpenPrinting. Todos os direitos reservados.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. Todos os direitos reservados.</div>
</body>
</html>
<title>Home - CUPS @CUPS_VERSION@</title>
</head>
<body>
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a class="active" href="/">Начало</a></li>
<li><a href="/printers/">Принтеры</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>OpenPrinting CUPS @CUPS_VERSION@</h1>
<P>CUPS — поддерживающая большинство стандартов, свободная подсистема печати, разрабатываемая компанией <a class="jumbolink" href="https://openprinting.github.io/" target="_blank">OpenPrinting</a> для операционной системы Linux® и других UNIX<SUP>®</SUP>-подобных операционных систем. CUPS uses <a href="https://www.pwg.org/ipp/everywhere.html" target="_blank">IPP Everywhere™</a> to support printing to local and network printers</P>
</div>
</div>
</div>
- <div class="footer"> Авторские права на CUPS принадлежат (2021) компании OpenPrinting Все права защищены.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. All Rights Reserved.</div>
</body>
</html>
<title>{title} - CUPS @CUPS_VERSION@</title>
</head>
<body onload="check_cookies();">
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a href="/">Hjem</a></li>
<li><a {SECTION=printers?class="active" :}href="/printers/">Printere</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>{title}</h1>
</div>
</div>
- <div class="footer">CUPS og CUPS-logoet er varemærker som tilhører <a href="http://www.apple.com">Apple Inc.</a> Ophavsret © 2007-2019 Apple Inc. Alle rettigheder forbeholdt.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. Alle rettigheder forbeholdt.</div>
</body>
</html>
<title>{title} - CUPS @CUPS_VERSION@</title>
</head>
<body onload="check_cookies();">
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a href="/">Startseite</a></li>
<li><a {SECTION=printers?class="active" :}href="/printers/">Drucker</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>{title}</h1>
</div>
</div>
- <div class="footer">CUPS und das CUPS-Logo sind Warenzeichen der <a href="https://www.apple.com/">Apple Inc.</a> Copyright © 2007-2019 Apple Inc. Alle Rechte vorbehalten.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. Alle Rechte vorbehalten.</div>
</body>
</html>
<title>{title} - CUPS @CUPS_VERSION@</title>
</head>
<body onload="check_cookies();">
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a href="/">Inicio</a></li>
<li><a {SECTION=printers?class="active" :}href="/printers/">Impresoras</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>{title}</h1>
</div>
</div>
- <div class="footer">CUPS y el logo de CUPS son marcas registradas de <a href="http://www.apple.com">Apple Inc.</a> Derechos de autor © 2007-2019 Apple Inc. Todos los derechos reservados.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. Todos los derechos reservados.</div>
</body>
</html>
<title>{title} - CUPS @CUPS_VERSION@</title>
</head>
<body onload="check_cookies();">
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a href="/">Home</a></li>
<li><a {SECTION=printers?class="active" :}href="/printers/">Imprimantes</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>{title}</h1>
</div>
</div>
- <div class="footer">CUPS et le logo CUPS sont des marques déposées de <a href="http://www.apple.com">Apple Inc.</a> CUPS est sous copyright 2007-2019 Apple Inc. Tous droits réservés.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. Tous droits réservés.</div>
</body>
</html>
<title>{title} - CUPS @CUPS_VERSION@</title>
</head>
<body onload="check_cookies();">
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a href="/">Home</a></li>
<li><a {SECTION=printers?class="active" :}href="/printers/">Printers</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>{title}</h1>
<title>{title} - CUPS @CUPS_VERSION@</title>
</head>
<body onload="check_cookies();">
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a href="/">ホーム</a></li>
<li><a {SECTION=printers?class="active" :}href="/printers/">プリンター</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>{title}</h1>
</div>
</div>
- <div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple Inc.</a> Copyright © 2007-2019 Apple Inc. All rights reserved.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. All Rights Reserved.</div>
</body>
</html>
<title>{title} - CUPS @CUPS_VERSION@</title>
</head>
<body onload="check_cookies();">
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a href="/">Início</a></li>
<li><a {SECTION=printers?class="active" :}href="/printers/">Impressoras</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>{title}</h1>
</div>
</div>
- <div class="footer">CUPS e sua logo são marcas registradas da <a href="http://www.apple.com">Apple Inc.</a> Copyright © 2007-2019 Apple Inc. Todos os direitos reservados.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. Todos os direitos reservados.</div>
</body>
</html>
<title>{title} - CUPS @CUPS_VERSION@</title>
</head>
<body onload="check_cookies();">
- <div class="header">
+ <div class="cups-header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a href="/">Начало</a></li>
<li><a {SECTION=printers?class="active" :}href="/printers/">Принтеры</a></li>
</ul>
</div>
- <div class="body">
+ <div class="cups-body">
<div class="row">
<h1>{title}</h1>
</div>
</div>
- <div class="footer">CUPS, а так же логотип CUPS являются зарегистрированными торговыми марками
-<A HREF="http://www.apple.com">Apple Inc.</A> Авторские права на CUPS принадлежат (2007-2019) компании Apple Inc. Все права защищены.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. All Rights Reserved.</div>
</body>
</html>
</div>
</div>
- <div class="footer">Copyright © 2021-2022 OpenPrinting. All rights reserved.</div>
+ <div class="cups-footer">Copyright © 2021-2022 OpenPrinting. All rights reserved.</div>
</body>
</html>