pfisjs/public/stylesheets/style_day.css

82 lines
1.3 KiB
CSS

.eventbox {
padding: 8px;
border-radius: 15px;
margin-bottom: 5px;
}
.eventbox_punit_name {
color: darkblue;
font-size: 9pt;
font-weight: bold;
font-style: italic;
}
.eventbox_time {
text-align: left;
/*width: 65%;*/
/*float: left;*/
font-weight: bold;
font-style: italic;
}
.timelineevent_time {
font-size: 65%;
}
.eventbox_visibility, .timelineevent_visibility {
text-align: right;
/*width: 15%;*/
/*float: right;*/
font-weight: bold;
}
.timelineevent_visibility {
font-size: 65%;
}
.eventbox_name, .timelineevent_name {
font-size: 115%;
font-weight: bold;
margin-bottom: 1px;
margin-top: -3px;
}
.timelineevent_name {
font-size: 85%;
margin-bottom: 0px;
}
.eventbox_name_secondary, .timelineevent_name_secondary {
font-size: 75%;
font-weight: bold;
}
.timelineevent_name_secondary {
font-size: 75%;
}
.eventbox_locations, .timelineevent_locations {
font-size: 90%;
color: darkblue;
font-weight: bold;
margin-bottom: 0px;
}
.timelineevent_locations {
font-size: 70%;
}
.eventbox_involved, .timelineevent_involved {
font-size: 90%;
color: green;
font-style: italic;
margin-bottom: 0px;
}
.timelineevent_involved {
font-size: 70%;
}
.eventbox_description {
margin-top: 2px;
margin-bottom: 2px;
}
.eventbox_annotations {
font-size: 90%;
}