.calendar-listing>p { white-space: pre-wrap; cursor: pointer; position: relative; display: block; margin: 2px 0 0 0; padding: 0.5em 0.2em 0.5em 0.7em; min-height: 0; background-color: rgb(22,22,22); background: linear-gradient( rgb(20,20,20), rgb(25,25,25) 60%, rgb(17,17,17) ); min-width: 0; border-radius: 0.4em; } .calendar-listing>p.onetime { background-color: rgb(50,50,100); background: linear-gradient( rgb(50,50,100), rgb(60,60,120) 60%, rgb(45,45,90) ); } .calendar-listing .date { font-size: 0.8em; } .calendar-head .name:before { content: '\A'; } .calendar-listing .name { font-weight: bold; } .calendar-listing>div { margin: 2px 0 0 0; padding: 0.5em 0.2em 0.1em 0.7em; }