Added events on day page
This commit is contained in:
@@ -53,3 +53,34 @@ table.month {
|
||||
width: 350px;
|
||||
max-width: 350px;
|
||||
}
|
||||
|
||||
div.event {
|
||||
border: 1px solid black;
|
||||
padding: 20px;
|
||||
margin: 20px;
|
||||
border-radius: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.event-time {
|
||||
border: 1px solid black;
|
||||
border-radius: 3px;
|
||||
padding: 3px 5px;
|
||||
margin-right: 15px;
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
background: DeepSkyBlue;
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
div.event-title {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
font-size: 200%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
p.event-description {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user