added notes

This commit is contained in:
Jörg Henke
2022-05-02 14:43:43 +02:00
parent 3e363cc4bb
commit 2f51c93cfe
10 changed files with 637 additions and 6 deletions

View File

@ -4,13 +4,17 @@ html {
body {
background-color: #99c1f1;
height: calc(100% - 76px);
height: calc(100% - 56px);
}
.float-right {
float: right;
}
.noty {
background-image: linear-gradient(to bottom, #ffc, #ee0) !important;
}
.glassy {
background-color: rgba(1,1,1,0.1);
}
@ -128,6 +132,10 @@ body {
.version {
font-size: small;
color: silver;
position: absolute;
padding-top: 36px;
padding-left: 22px;
z-index: 0;
}
.fc-content {