Initial commit

This commit is contained in:
Torsten Schulz
2024-07-17 22:24:56 +02:00
commit 3880a265eb
126 changed files with 10959 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
html,
body {
height: 100%;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
a {
text-decoration: none;
color: inherit;
}
button {
margin-left: 10px;
padding: 5px 12px;
cursor: pointer;
background: #F9A22C;
color: #000000;
border: none;
border-radius: 4px;
transition: background 0.05s;
border: 1px solid transparent;
}
button:hover {
background: #fdf1db;
color: #7E471B;
border: 1px solid #7E471B;
}
.rc-system {
font-style: italic;
}
.rc-self {
color: #ff0000;
font-weight: bold;
}
.rc-partner {
color: #0000ff;
font-weight: bold;
}