[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

View File

@ -0,0 +1,33 @@
dl.confval dt {
border: 1px solid red;
background-color: #f0f0f0;
border: 1px solid #d0d0d0;
padding: 2px;
}
dl.confval dd {
margin-left: 0;
}
table.docutils {
margin-left: 0px;
border: 1px solid #AAAAAA;
}
table.docutils th.head {
background-color: rgb(175, 193, 196);
color: white;
}
table.docutils td {
border-left: 1px solid #AAAAAA;
border-right: 1px solid #AAAAAA;
}
table.docutils tr.row-event {
background-color: white;
}
table.docutils tr.row-odd {
background-color: rgb(242, 242, 242);
}