[installation] Init with inital config for global
This commit is contained in:
33
share/doc/caps/html/_static/caps.css
Normal file
33
share/doc/caps/html/_static/caps.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user