2010-03-05 08:01:38 +01:00
|
|
|
|
/*
|
2017-10-01 13:21:40 +02:00
|
|
|
|
* Copyright 2008-2017, Haiku. All rights reserved.
|
2010-03-05 08:01:38 +01:00
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
|
*
|
|
|
|
|
* Authors:
|
|
|
|
|
* François Revol <revol@free.fr>
|
|
|
|
|
* Stephan Aßmus <superstippi@gmx.de>
|
|
|
|
|
* Braden Ewing <brewin@gmail.com>
|
|
|
|
|
* Humdinger <humdingerb@gmail.com>
|
|
|
|
|
* Vincent Duvert <vincent.duvert@free.fr>
|
2017-10-01 13:21:40 +02:00
|
|
|
|
* Augustin Cavalier <waddlesplash>
|
2023-01-23 08:24:46 +01:00
|
|
|
|
* Pascal R. G. Abresch <nep@packageloss.eu>
|
2010-03-05 08:01:38 +01:00
|
|
|
|
*/
|
|
|
|
|
|
2023-01-23 08:24:46 +01:00
|
|
|
|
/* don't use @media (prefers-color-scheme: light) here, so it runs correctly in browsers that don't
|
|
|
|
|
understand it and thus expect a light mode as is the default for html */
|
|
|
|
|
:root {
|
|
|
|
|
color-scheme: light dark;
|
|
|
|
|
|
|
|
|
|
--CanvasBackground: #FFF;
|
|
|
|
|
--CanvasText: #333333;
|
|
|
|
|
--LinkText: #dc3c01;
|
|
|
|
|
--VisitedLinkText: #892601;
|
|
|
|
|
--TableBackground: #ff4500;
|
|
|
|
|
--TableHeaderBackground: #e0e0e0;
|
|
|
|
|
--HeaderColor: #0c3762;
|
|
|
|
|
--MenuColor: #24225e;
|
|
|
|
|
--ActiveLinkText: #ff4500;
|
|
|
|
|
--HeaderText: #0c3762;
|
|
|
|
|
--ButtonBackground: #e8e8e8;
|
|
|
|
|
--ButtonBorder: #c7c7c7;
|
|
|
|
|
--InfoBackground: #e4ffde;
|
|
|
|
|
--WarningBackground: #fffbc6;
|
|
|
|
|
--StopBackground: #ffeae6;
|
|
|
|
|
--SecondaryCanvas: #e0e0e0;
|
|
|
|
|
--TertiaryCanvas: #eeeeee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
:root {
|
|
|
|
|
--CanvasBackground: #000;
|
|
|
|
|
--LinkText: #f24000;
|
|
|
|
|
--VisitedLinkText: #bf3401;
|
|
|
|
|
--ActiveLinkText: #ff4500;
|
|
|
|
|
--HeaderText: #1b80e5;
|
|
|
|
|
--ButtonBorder: #666;
|
|
|
|
|
--InfoBackground: #0d2f3f;
|
|
|
|
|
--WarningBackground: #453b07;
|
|
|
|
|
--StopBackground: #4d0000;
|
|
|
|
|
--MenuColor: #5c57f2;
|
|
|
|
|
}
|
|
|
|
|
@media (prefers-contrast: no-preference) {
|
|
|
|
|
:root {
|
|
|
|
|
--CanvasText: #DDD;
|
|
|
|
|
--ButtonBackground: #444;
|
|
|
|
|
--SecondaryCanvas: #222;
|
|
|
|
|
--TertiaryCanvas: #131313;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (prefers-contrast: more) {
|
|
|
|
|
:root {
|
|
|
|
|
--CanvasText: #EFEFEF;
|
|
|
|
|
--ButtonBackground: #222;
|
|
|
|
|
--SecondaryCanvas: #111;
|
|
|
|
|
--TertiaryCanvas: #080808;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media (prefers-contrast: less) {
|
|
|
|
|
:root {
|
|
|
|
|
--CanvasText: #AAA;
|
|
|
|
|
--ButtonBackground: #444;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (forced-colors: active) {
|
|
|
|
|
:root {
|
|
|
|
|
/* Userguide specific */
|
|
|
|
|
/* "Normal values" */
|
|
|
|
|
--HeaderText: LinkText;
|
|
|
|
|
--CanvasBackground: Canvas;
|
|
|
|
|
--CanvasText: CanvasText;
|
|
|
|
|
--LinkText: LinkText;
|
|
|
|
|
--VisitedLinkText: VisitedText;
|
|
|
|
|
--ActiveLinkText: ActiveText;
|
|
|
|
|
--ButtonBackground: ButtonFace;
|
|
|
|
|
--ButtonBorder: ButtonBorder;
|
|
|
|
|
--InputBackground: Field;
|
|
|
|
|
--InputText: FieldText;
|
|
|
|
|
--HighlightBackground: Highlight;
|
|
|
|
|
--HighlightText: HighlightText;
|
|
|
|
|
--SelectedBackground: SelectedItem;
|
|
|
|
|
--SelectedText: SelectedItemText;
|
|
|
|
|
--MarkBackground: Mark;
|
|
|
|
|
--MarkText: MarkText;
|
|
|
|
|
--DisabledText: GrayText;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2010-03-05 08:01:38 +01:00
|
|
|
|
html {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background: var(--CanvasBackground);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--CanvasText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
line-height: 1.5;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2017-04-15 22:38:49 +02:00
|
|
|
|
font-family: "Noto Sans", Arial, Helvetica, sans-serif;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* link colors and text decoration */
|
|
|
|
|
|
2017-10-01 13:21:40 +02:00
|
|
|
|
a:link {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: none;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--LinkText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
a:visited {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: none;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--VisitedLinkText)
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
a:hover, a:active {
|
|
|
|
|
text-decoration: underline;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--ActiveLinkText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Some headers act as anchors, don't give them a hover effect */
|
|
|
|
|
|
|
|
|
|
h2 a:hover, a:active {
|
|
|
|
|
text-decoration: none;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
h3 a:hover, a:active {
|
|
|
|
|
text-decoration: none;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
h4 a:hover, a:active {
|
|
|
|
|
text-decoration: none;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
h5 a:hover, a:active {
|
|
|
|
|
text-decoration: none;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* heading and navigation */
|
|
|
|
|
|
|
|
|
|
#banner {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
height: 84px;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background: var(--TertiaryCanvas);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#banner div {
|
|
|
|
|
background: transparent url(images/logo.png) no-repeat scroll 10px 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
2023-01-23 08:24:46 +01:00
|
|
|
|
|
|
|
|
|
/* HaikuDark.svg -> Haiku logo - white on black - normal; canvas resize to width 254 */
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
#banner div {
|
|
|
|
|
background: url(images/HaikuDark.svg) no-repeat scroll 6px 8px, url(images/LeafDark.png) no-repeat scroll 10px 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
@media (min-width:768px) {
|
|
|
|
|
#banner {
|
|
|
|
|
min-width: 59em;
|
|
|
|
|
}
|
|
|
|
|
#banner div {
|
|
|
|
|
min-width: 59em;
|
|
|
|
|
max-width: 70em;
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-03-05 08:01:38 +01:00
|
|
|
|
|
|
|
|
|
#banner span {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 51px;
|
|
|
|
|
left: 272px;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--CanvasText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
letter-spacing: 3px;
|
|
|
|
|
font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;
|
|
|
|
|
font-weight: normal;
|
2017-10-01 13:21:40 +02:00
|
|
|
|
font-size: 16px;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.nav {
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background: var(--SecondaryCanvas);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
@media (min-width:768px) {
|
|
|
|
|
div.nav {
|
|
|
|
|
min-width: 59em;
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-03-05 08:01:38 +01:00
|
|
|
|
|
|
|
|
|
div.nav div.inner {
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
@media (min-width:768px) {
|
|
|
|
|
div.nav div.inner {
|
|
|
|
|
min-width: 59em;
|
|
|
|
|
max-width: 70em;
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-03-05 08:01:38 +01:00
|
|
|
|
|
|
|
|
|
div.nav div.inner span {
|
|
|
|
|
margin-right: 40px;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
}
|
|
|
|
|
|
2017-10-01 13:21:40 +02:00
|
|
|
|
div.nav div.inner span a.uplink {
|
|
|
|
|
font-weight: normal;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Language selection menu */
|
|
|
|
|
|
|
|
|
|
ul.lang-menu {
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: left;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.lang-menu img {
|
|
|
|
|
border: 0;
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.lang-menu li {
|
|
|
|
|
margin-left: 10px;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--SecondaryCanvas);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.lang-menu:hover li {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.lang-menu li:hover {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--TertiaryCanvas);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.lang-menu li.now {
|
|
|
|
|
padding: 5px 5px 0 5px;
|
|
|
|
|
display: block;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-31 08:05:33 +02:00
|
|
|
|
ul.lang-menu li.now span.dropdown-caret {
|
|
|
|
|
color: #aaaaaa;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -0.1em;
|
|
|
|
|
}
|
|
|
|
|
|
2010-03-05 08:01:38 +01:00
|
|
|
|
ul.lang-menu li a {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--CanvasText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: normal;
|
2017-10-01 13:21:40 +02:00
|
|
|
|
display: block;
|
|
|
|
|
padding: 2px 5px 2px 5px;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* main content */
|
|
|
|
|
#content {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
#content img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width:768px) {
|
|
|
|
|
#content {
|
|
|
|
|
min-width: 59em;
|
|
|
|
|
max-width: 70em;
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-03-05 08:01:38 +01:00
|
|
|
|
|
2017-04-15 22:38:49 +02:00
|
|
|
|
#content > div {
|
2017-10-01 13:21:40 +02:00
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
margin-bottom: 25px;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
@media (min-width:768px) {
|
|
|
|
|
#content > div {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
margin-left: 40px;
|
|
|
|
|
margin-right: 40px;
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-03-05 08:01:38 +01:00
|
|
|
|
|
|
|
|
|
/* contents box */
|
|
|
|
|
|
|
|
|
|
table.index {
|
|
|
|
|
margin: 0px 0px 30px 30px;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-style: dotted;
|
|
|
|
|
border-color: #e0e0e0;
|
2021-07-21 09:51:26 +02:00
|
|
|
|
float: right;
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 10;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
table.index tr.heading {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--SecondaryCanvas);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
}
|
|
|
|
|
table.index tr.index {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--TertiaryCanvas);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
table.index td {
|
|
|
|
|
padding: 5px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-10-01 13:21:40 +02:00
|
|
|
|
table.index a:link, table.index a:visited {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-decoration: none;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--VisitedLinkText)
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
table.index a:hover, table.index a:active {
|
|
|
|
|
text-decoration: underline;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--ActiveLinkText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Haiku User Guide styles and layout */
|
|
|
|
|
|
|
|
|
|
/* Rounded corner boxes */
|
|
|
|
|
/* Common declarations */
|
|
|
|
|
.box-info, .box-stop, .box-warning {
|
|
|
|
|
-webkit-border-radius: 10px;
|
2017-10-01 13:21:40 +02:00
|
|
|
|
-khtml-border-radius: 10px;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
border-style: dotted;
|
|
|
|
|
border-width: thin;
|
|
|
|
|
border-color: #dcdcdc;
|
|
|
|
|
padding: 10px 15px 10px 80px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
margin-top: 15px;
|
2017-04-15 22:38:49 +02:00
|
|
|
|
margin-left: 40px;
|
|
|
|
|
margin-right: 40px;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
min-height: 42px;
|
|
|
|
|
}
|
|
|
|
|
.box-info {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background: var(--InfoBackground) url(images/alert_info_32.png) 15px 15px no-repeat;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
.box-warning {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background: var(--WarningBackground) url(images/alert_warning_32.png) 15px 15px no-repeat;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
.box-stop {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background: var(--StopBackground) url(images/alert_stop_32.png) 15px 15px no-repeat;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* More layout and styles */
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 1.3em;
|
|
|
|
|
font-weight: bold;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
border-bottom: dotted thin #e0e0e0;
|
|
|
|
|
margin-bottom: 25px;
|
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 1.3em;
|
|
|
|
|
font-weight: normal;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
border-bottom: dotted thin #e0e0e0;
|
2017-10-01 13:21:40 +02:00
|
|
|
|
margin-top: 18px;
|
|
|
|
|
}
|
|
|
|
|
@media (min-width:768px) {
|
|
|
|
|
h2 {
|
|
|
|
|
margin-top: 35px;
|
|
|
|
|
}
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
font-weight: normal;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
border-bottom: dotted thin #e0e0e0;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
|
|
|
|
h4 {
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
font-weight: normal;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
|
|
|
|
h5 {
|
|
|
|
|
font-size: 1.0em;
|
|
|
|
|
font-weight: normal;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
margin-top: 30px;
|
|
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
text-align: justify;
|
|
|
|
|
}
|
|
|
|
|
ol {
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
ul {
|
|
|
|
|
padding-left: 14px;
|
|
|
|
|
}
|
|
|
|
|
li {
|
|
|
|
|
line-height: 1.3;
|
|
|
|
|
}
|
|
|
|
|
td {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
td.onelinetop {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
tt {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--SecondaryCanvas);
|
|
|
|
|
font-size: 1.0em;
|
|
|
|
|
font-family: monospace;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
pre {
|
2023-01-23 08:24:46 +01:00
|
|
|
|
border-color: var(--HeaderText);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
border-style: dotted;
|
|
|
|
|
border-width: thin;
|
|
|
|
|
margin: 0em;
|
|
|
|
|
padding: 1.5em;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--SecondaryCanvas);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
pre.terminal { /* Terminal output*/
|
|
|
|
|
border-color: #ffb11f;
|
|
|
|
|
border-style: dotted;
|
|
|
|
|
border-width: thin;
|
|
|
|
|
margin: 0em;
|
|
|
|
|
padding: 1.5em;
|
|
|
|
|
background-color: #3a3a3a;
|
|
|
|
|
color: #ffb11f;
|
|
|
|
|
}
|
|
|
|
|
.menu { /* Menu */
|
2023-01-23 08:24:46 +01:00
|
|
|
|
font-size: 1.0em;
|
|
|
|
|
font-family: serif;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
color: var(--MenuColor);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
.button { /* Button */
|
2023-01-23 08:24:46 +01:00
|
|
|
|
font-size: 1.0em;
|
|
|
|
|
font-family: serif;
|
|
|
|
|
font-style: italic;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
color: #33583c;
|
|
|
|
|
}
|
|
|
|
|
.app { /* GUI Application name */
|
2023-01-23 08:24:46 +01:00
|
|
|
|
font-size: 1.0em;
|
|
|
|
|
font-family: serif;
|
|
|
|
|
font-style: italic;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
color: #5e1c1c;
|
|
|
|
|
}
|
|
|
|
|
.cli { /* Shell command or file */
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--SecondaryCanvas);
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
font-family: monospace;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
.path { /* File path */
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--SecondaryCanvas);
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
font-family: monospace;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
}
|
|
|
|
|
.key { /* Shortcut (separate with */
|
|
|
|
|
-webkit-border-radius: 3px;
|
2017-10-01 13:21:40 +02:00
|
|
|
|
-khtml-border-radius: 3px;
|
2010-03-05 08:01:38 +01:00
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
|
border-radius: 3px;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
border-color: var(--ButtonBorder);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
padding: 0px 2px 0px 2px;
|
2023-01-23 08:24:46 +01:00
|
|
|
|
background-color: var(--ButtonBackground);
|
2010-03-05 08:01:38 +01:00
|
|
|
|
font-family: serif;
|
|
|
|
|
font-variant: small-caps;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* printer only pretty stuff */
|
|
|
|
|
@media /*screen,*/print {
|
|
|
|
|
/* suggest page orientation */
|
|
|
|
|
@page { size: portrait; }
|
|
|
|
|
.noprint {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
/* hide header and nav bar */
|
|
|
|
|
#banner {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
|
2010-03-05 08:01:38 +01:00
|
|
|
|
div.nav {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
2017-10-01 13:21:40 +02:00
|
|
|
|
|
2010-03-05 08:01:38 +01:00
|
|
|
|
/* some links we want to print the url along with (CSS2) */
|
|
|
|
|
a.printurl:after {
|
2017-04-15 22:38:49 +02:00
|
|
|
|
content: " <" attr(href) ">";
|
2010-03-05 08:01:38 +01:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: small;
|
|
|
|
|
}
|
|
|
|
|
/* override for those we really don't want to print */
|
|
|
|
|
a.noprinturl:after {
|
|
|
|
|
content: "";
|
|
|
|
|
}
|
|
|
|
|
/* for acronyms we want their definitions inlined at print time */
|
|
|
|
|
acronym[title]:after {
|
|
|
|
|
font-size: small;
|
|
|
|
|
content: " (" attr(title) ")";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
/* and not have mozilla dotted underline */
|
|
|
|
|
acronym {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
pre.terminal { /* Terminal output black on white*/
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
|
|
|
|
#content {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
html {
|
|
|
|
|
background: #FFF;
|
|
|
|
|
}
|
|
|
|
|
}
|