Initial commit

This commit is contained in:
2021-04-20 07:16:22 +02:00
commit 588032b1dc
1709 changed files with 6660083 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
.crExceptionBorder
{
background-color: #A3A3BC;
}
.crExceptionHeader
{
background-color: #E4E4EC;
color: black
font-family: Arial;
font-weight: bold;
font-size: 11pt;
}
.crExceptionElement
{
background-color: #E4E4EC;
border-top:1px solid #FFFFFF;
}
.crExceptionText
{
color: black;
font-family: Arial;
font-size: 11pt;
}