forked from ScoDoc/ScoDoc
108 lines
2.1 KiB
Django/Jinja
108 lines
2.1 KiB
Django/Jinja
<div class="assiduite-bubble">
|
|
|
|
</div>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style>
|
|
.assiduite-bubble {
|
|
position: fixed;
|
|
display: none;
|
|
background-color: #f9f9f9;
|
|
border-radius: 5px;
|
|
padding: 8px;
|
|
border: 3px solid #ccc;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
font-size: 12px;
|
|
line-height: 1.4;
|
|
z-index: 500;
|
|
}
|
|
|
|
.assiduite-bubble.is-active {
|
|
display: block;
|
|
}
|
|
|
|
.assiduite-bubble::before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 100%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
border-width: 6px;
|
|
border-style: solid;
|
|
border-color: transparent transparent #f9f9f9 transparent;
|
|
}
|
|
|
|
.assiduite-bubble::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 100%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
border-width: 5px;
|
|
border-style: solid;
|
|
border-color: transparent transparent #ccc transparent;
|
|
}
|
|
|
|
.assiduite-id,
|
|
.assiduite-period,
|
|
.assiduite-state,
|
|
.assiduite-user_id {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.assiduite-bubble.absent {
|
|
border-color: #F1A69C !important;
|
|
}
|
|
|
|
.assiduite-bubble.present {
|
|
border-color: #9CF1AF !important;
|
|
}
|
|
|
|
.assiduite-bubble.retard {
|
|
border-color: #F1D99C !important;
|
|
}
|
|
|
|
.mini-timeline {
|
|
height: 7px;
|
|
border: 1px solid black;
|
|
position: relative;
|
|
background-color: white;
|
|
}
|
|
|
|
.mini-timeline.single {
|
|
height: 9px;
|
|
}
|
|
|
|
.mini-timeline-block {
|
|
position: absolute;
|
|
height: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
#page-assiduite-content .mini-timeline-block {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mini_tick {
|
|
position: absolute;
|
|
text-align: center;
|
|
top: -16px;
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
.mini_tick::after {
|
|
display: block;
|
|
content: "|";
|
|
position: absolute;
|
|
bottom: -2px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.mini-timeline-block.creneau {
|
|
outline: 3px solid #7059FF;
|
|
pointer-events: none;
|
|
}
|
|
</style> |