2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan,
|
|
|
|
.features-treestudyplan {
|
|
|
|
/* we can override these colors in the :root field if needed */
|
|
|
|
--less-light: color-mix(in srgb, var(--light) 80%, #ccc);
|
|
|
|
--highlight-mix: 10%;
|
|
|
|
--highlight: var(--info);
|
|
|
|
--past: var(--purple);
|
|
|
|
--present: var(--blue);
|
|
|
|
--future: var(--gray);
|
|
|
|
--coursecat-list: var(--blue);
|
|
|
|
--course-list: var(--green);
|
|
|
|
--excellent: var(--blue);
|
|
|
|
--pending: var(--gray);
|
|
|
|
--incomplete: var(--gray);
|
2024-05-27 22:11:32 +02:00
|
|
|
--highlight-dropslot: yellow;
|
|
|
|
--highlight-dropslot-hover: var(--success);
|
2023-08-26 23:37:36 +02:00
|
|
|
}
|
|
|
|
|
2023-09-02 23:25:21 +02:00
|
|
|
.path-local-treestudyplan div.tab-pane:target,
|
|
|
|
.features-treestudyplan div.tab-pane:target {
|
2023-08-26 23:37:36 +02:00
|
|
|
margin-top: 0;
|
2023-08-26 17:12:22 +02:00
|
|
|
}
|
2023-09-02 23:25:21 +02:00
|
|
|
.path-local-treestudyplan [v-cloak],
|
|
|
|
.features-treestudyplan [v-cloak] {
|
2023-08-26 23:37:36 +02:00
|
|
|
visibility: hidden;
|
2023-08-26 17:12:22 +02:00
|
|
|
}
|
2023-09-02 23:25:21 +02:00
|
|
|
.path-local-treestudyplan .vue-loader,
|
|
|
|
.features-treestudyplan .vue-loader {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 32px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2023-09-02 23:25:21 +02:00
|
|
|
.path-local-treestudyplan .special,
|
|
|
|
.features-treestudyplan .special {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: gold;
|
2023-08-26 17:12:22 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
|
2024-02-09 11:15:05 +01:00
|
|
|
/* Hide the edit button on studyplan pages */
|
|
|
|
body.path-local-treestudyplan .editmode-switch-form > * {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2023-08-26 17:07:42 +02:00
|
|
|
/*******************
|
|
|
|
*
|
|
|
|
* Invite manager
|
|
|
|
*
|
|
|
|
********************/
|
|
|
|
.path-admin-local-treestudyplan table.m-cohortgrouptable,
|
|
|
|
.path-admin-local-treestudyplan table.m-roomtable {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: auto;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.path-local-treestudyplan table.m-manage_invites {
|
2023-08-26 23:37:36 +02:00
|
|
|
margin-bottom: 2em;
|
|
|
|
width: 80%;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites thead tr {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: #009ee2;
|
|
|
|
color: white;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody tr:nth-child(even) {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: #d4edfc;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody tr:nth-child(odd) {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: white;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td {
|
2023-08-26 23:37:36 +02:00
|
|
|
padding: 5px;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td[data-field=name] {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 20em;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td[data-field=email] {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 10em;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td[data-field=date] {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 10em;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td[data-field=allow_details],
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td[data-field=allow_calendar],
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td[data-field=allow_badges] {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 5em;
|
|
|
|
padding-left: 1em;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td[data-field=control] {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 150px;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.m-manage_invites tbody td[data-field=control] a {
|
2023-08-26 23:37:36 +02:00
|
|
|
margin-left: 7px;
|
|
|
|
margin-right: 7px;
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
|
|
|
|
.path-local-treestudyplan .t-toolbox-preface,
|
|
|
|
.features-treestudyplan .t-toolbox-preface {
|
|
|
|
margin: 10px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-studyplan-container,
|
|
|
|
.features-treestudyplan .t-studyplan-container {
|
|
|
|
margin-top: 16px;
|
|
|
|
min-height: 500px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-content,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-content,
|
|
|
|
.features-treestudyplan .t-studyplan-content,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-content {
|
2023-08-26 23:37:36 +02:00
|
|
|
display: flex;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-headings,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-headings,
|
|
|
|
.features-treestudyplan .t-studyplan-headings,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-headings {
|
2023-08-26 23:37:36 +02:00
|
|
|
display: block;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-wrapper,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-wrapper,
|
|
|
|
.features-treestudyplan .t-studyplan-wrapper,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-wrapper {
|
2023-08-26 23:37:36 +02:00
|
|
|
display: block;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-timeline,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-timeline,
|
|
|
|
.features-treestudyplan .t-studyplan-timeline,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-timeline {
|
2023-08-26 23:37:36 +02:00
|
|
|
display: grid;
|
2024-06-03 23:24:16 +02:00
|
|
|
position: relative; /* Make sure this grid is the offset for all arrows that are drawn by SimpleLine */
|
2023-08-26 23:37:36 +02:00
|
|
|
/* grid-template-columns will be set in the style attribute */
|
|
|
|
/* Use the variables below to specify width for filter spots and course spots */
|
|
|
|
--studyplan-filter-width: auto; /* better leave this at auto for now*/
|
|
|
|
--studyplan-course-width: auto; /* better leave this at auto for now*/
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2024-05-24 13:16:43 +02:00
|
|
|
.path-local-treestudyplan .t-studyplan-limit-width,
|
|
|
|
.features-treestudyplan .t-studyplan-limit-width {
|
|
|
|
max-width: 92vw;
|
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .t-studyplan-scrollable,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-scrollable,
|
|
|
|
.features-treestudyplan .t-studyplan-scrollable,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-scrollable {
|
2024-06-03 23:24:16 +02:00
|
|
|
/* Below lines actually have the important flag set, since we do not want these very specific classes
|
2024-05-24 13:16:43 +02:00
|
|
|
to be overridden anywhere - we always need them to be scrollable */
|
2024-06-03 23:24:16 +02:00
|
|
|
/* stylelint-disable-next-line declaration-no-important */
|
|
|
|
overflow-x: scroll !important;
|
|
|
|
/* To ensure the x scrollbar does not cause an y scrollbar to appear */
|
|
|
|
/* stylelint-disable-next-line declaration-no-important */
|
|
|
|
overflow-y: clip !important;
|
2023-08-26 23:37:36 +02:00
|
|
|
scrollbar-color: var(--primary) color-mix(in srgb, var(--primary) 20%, white);
|
|
|
|
scrollbar-width: thin;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-scrollable::-webkit-scrollbar,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-scrollable::-webkit-scrollbar,
|
|
|
|
.features-treestudyplan .t-studyplan-scrollable::-webkit-scrollbar,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-scrollable::-webkit-scrollbar {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 8px;
|
2023-07-08 07:51:48 +02:00
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .t-studyplan-scrollable::-webkit-scrollbar-track,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-scrollable::-webkit-scrollbar-track,
|
|
|
|
.features-treestudyplan .t-studyplan-scrollable::-webkit-scrollbar-track,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-scrollable::-webkit-scrollbar-track {
|
2023-08-26 23:37:36 +02:00
|
|
|
background: color-mix(in srgb, var(--primary) 20%, white);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-scrollable::-webkit-scrollbar-thumb,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-scrollable::-webkit-scrollbar-thumb,
|
|
|
|
.features-treestudyplan .t-studyplan-scrollable::-webkit-scrollbar-thumb,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-scrollable::-webkit-scrollbar-thumb {
|
2023-08-26 23:37:36 +02:00
|
|
|
background: var(--primary);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-column-heading,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyplan-column-heading,
|
|
|
|
.features-treestudyplan .t-studyplan-column-heading,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyplan-column-heading {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: inherit; /* placeholder */
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan ul.dropdown-menu.show,
|
|
|
|
.features-treestudyplan ul.dropdown-menu.show {
|
|
|
|
background-color: white;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline,
|
|
|
|
.features-treestudyplan .t-studyline,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline {
|
2023-08-26 23:37:36 +02:00
|
|
|
display: grid;
|
|
|
|
grid-auto-flow: column;
|
|
|
|
/*border-bottom-style: solid;*/
|
|
|
|
border-color: #ccc;
|
|
|
|
border-width: 1px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-studyline-drag .t-studyline,
|
|
|
|
.features-treestudyplan .t-studyline-drag .t-studyline {
|
|
|
|
justify-content: start;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline.t-studyline-heading,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline.r-studyline-heading,
|
|
|
|
.features-treestudyplan .t-studyline.t-studyline-heading,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline.r-studyline-heading {
|
2023-08-26 23:37:36 +02:00
|
|
|
border-right-style: none;
|
2024-05-24 09:20:23 +02:00
|
|
|
grid-template-columns: 10px 1fr;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline.end,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline.end,
|
|
|
|
.features-treestudyplan .t-studyline.end,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline.end {
|
2023-08-26 23:37:36 +02:00
|
|
|
border-right-style: solid;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline .t-studyline-editmode-content,
|
|
|
|
.features-treestudyplan .t-studyline .t-studyline-editmode-content {
|
|
|
|
border-right-style: solid;
|
|
|
|
border-color: #ccc;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline .controlbox,
|
|
|
|
.features-treestudyplan .t-studyline .controlbox {
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 64px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline .control,
|
|
|
|
.features-treestudyplan .t-studyline .control {
|
|
|
|
display: inline-block;
|
|
|
|
width: 24px;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-editmode-content,
|
|
|
|
.features-treestudyplan .t-studyline-editmode-content {
|
|
|
|
min-width: 450px;
|
|
|
|
max-width: 700px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-controlbox,
|
|
|
|
.features-treestudyplan .t-studyplan-controlbox {
|
|
|
|
height: 30px;
|
2023-09-03 20:57:14 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
max-width: 80em;
|
2023-08-26 23:37:36 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyplan-controlbox .control,
|
|
|
|
.features-treestudyplan .t-studyplan-controlbox .control {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-drag,
|
|
|
|
.features-treestudyplan .t-studyline-drag {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-add,
|
|
|
|
.features-treestudyplan .t-studyline-add {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 1em;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-title,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-title,
|
|
|
|
.features-treestudyplan .t-studyline-title,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-title {
|
2023-08-26 23:37:36 +02:00
|
|
|
padding-top: 5px;
|
|
|
|
padding-left: 10px;
|
|
|
|
width: 150px;
|
|
|
|
white-space: nowrap;
|
|
|
|
border-color: rgba(0, 0, 0, 0.125);
|
|
|
|
border-width: 1px;
|
|
|
|
border-left-style: solid;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-title abbr,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-title abbr,
|
|
|
|
.features-treestudyplan .t-studyline-title abbr,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-title abbr {
|
2023-09-02 20:34:33 +02:00
|
|
|
display: inline;
|
2023-08-26 23:37:36 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
2023-09-02 20:34:33 +02:00
|
|
|
cursor: default;
|
|
|
|
width: fit-content;
|
2023-08-26 23:37:36 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan svg.empty-slot circle,
|
|
|
|
.features-treestudyplan svg.empty-slot circle {
|
|
|
|
fill: transparent;
|
|
|
|
stroke: #ccc;
|
|
|
|
stroke-width: 4px;
|
|
|
|
stroke-opacity: 0.5;
|
|
|
|
stroke-dasharray: 4 4;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2024-02-03 23:50:58 +01:00
|
|
|
.path-local-treestudyplan ul.t-coursecat-list,
|
|
|
|
.path-local-treestudyplan ul.t-course-list,
|
|
|
|
.features-treestudyplan ul.t-coursecat-list,
|
|
|
|
.features-treestudyplan ul.t-course-list {
|
2024-05-31 22:32:43 +02:00
|
|
|
margin-top: 0.5rem;
|
|
|
|
padding-left: 0;
|
2024-02-03 23:50:58 +01:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan ul.t-coursecat-list ul.t-coursecat-list,
|
|
|
|
.path-local-treestudyplan ul.t-coursecat-list ul.t-course-list,
|
|
|
|
.path-local-treestudyplan ul.t-course-list ul.t-coursecat-list,
|
|
|
|
.path-local-treestudyplan ul.t-course-list ul.t-course-list,
|
|
|
|
.features-treestudyplan ul.t-coursecat-list ul.t-coursecat-list,
|
|
|
|
.features-treestudyplan ul.t-coursecat-list ul.t-course-list,
|
|
|
|
.features-treestudyplan ul.t-course-list ul.t-coursecat-list,
|
|
|
|
.features-treestudyplan ul.t-course-list ul.t-course-list {
|
2024-05-31 22:32:43 +02:00
|
|
|
padding-left: 1rem;
|
2024-02-03 23:50:58 +01:00
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan ul.t-item-module-children,
|
|
|
|
.path-local-treestudyplan ul.t-coursecat-list li,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan ul.t-course-list li,
|
|
|
|
.features-treestudyplan ul.t-item-module-children,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan ul.t-coursecat-list li,
|
|
|
|
.features-treestudyplan ul.t-course-list li {
|
2023-08-26 23:37:36 +02:00
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan li.t-item-course-gradeinfo,
|
|
|
|
.features-treestudyplan li.t-item-course-gradeinfo {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan span.t-item-course-chk-lbl,
|
|
|
|
.features-treestudyplan span.t-item-course-chk-lbl {
|
|
|
|
font-size: 0.7em;
|
|
|
|
display: inline-block;
|
|
|
|
width: 4em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan li.t-item-course-gradeinfo img,
|
|
|
|
.features-treestudyplan li.t-item-course-gradeinfo img {
|
|
|
|
vertical-align: top;
|
|
|
|
top: 3px;
|
|
|
|
position: relative;
|
|
|
|
max-width: 24px;
|
|
|
|
max-height: 24px;
|
|
|
|
}
|
2024-02-03 23:50:58 +01:00
|
|
|
.path-local-treestudyplan li.t-coursecat-list-item i.t-caret,
|
|
|
|
.features-treestudyplan li.t-coursecat-list-item i.t-caret {
|
|
|
|
width: 9px;
|
|
|
|
}
|
2024-04-21 23:08:03 +02:00
|
|
|
.path-local-treestudyplan .t-coursecat-heading,
|
|
|
|
.path-local-treestudyplan .t-course-heading,
|
|
|
|
.features-treestudyplan .t-coursecat-heading,
|
|
|
|
.features-treestudyplan .t-course-heading {
|
|
|
|
min-width: 180px;
|
|
|
|
max-width: 240px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan li.t-coursecat-list-item .draggable-course,
|
2024-02-03 23:50:58 +01:00
|
|
|
.path-local-treestudyplan li.t-course-list-item .draggable-course,
|
2024-04-21 23:08:03 +02:00
|
|
|
.features-treestudyplan li.t-coursecat-list-item .draggable-course,
|
2024-02-03 23:50:58 +01:00
|
|
|
.features-treestudyplan li.t-course-list-item .draggable-course {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2024-04-21 23:08:03 +02:00
|
|
|
.path-local-treestudyplan li.t-coursecat-list-item .draggable-course:hover,
|
2024-02-03 23:50:58 +01:00
|
|
|
.path-local-treestudyplan li.t-course-list-item .draggable-course:hover,
|
2024-04-21 23:08:03 +02:00
|
|
|
.features-treestudyplan li.t-coursecat-list-item .draggable-course:hover,
|
2024-02-03 23:50:58 +01:00
|
|
|
.features-treestudyplan li.t-course-list-item .draggable-course:hover {
|
|
|
|
text-overflow: clip;
|
|
|
|
white-space: normal;
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan i.t-coursecat-list-item,
|
|
|
|
.features-treestudyplan i.t-coursecat-list-item {
|
|
|
|
color: var(--coursecat-list);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan i.t-course-list-item,
|
|
|
|
.features-treestudyplan i.t-course-list-item {
|
|
|
|
color: var(--course-list);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan ul.t-competency-list li,
|
|
|
|
.features-treestudyplan ul.t-competency-list li {
|
|
|
|
list-style: none;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .collapsed > .when-open,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .not-collapsed > .when-closed,
|
|
|
|
.features-treestudyplan .collapsed > .when-open,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .not-collapsed > .when-closed {
|
2023-08-26 23:37:36 +02:00
|
|
|
display: none;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot,
|
|
|
|
.features-treestudyplan .t-studyline-slot,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot {
|
2024-05-23 23:32:59 +02:00
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.filter,
|
|
|
|
.path-local-treestudyplan .r-studyline-slot.filter,
|
|
|
|
.features-treestudyplan .t-studyline-slot.filter,
|
|
|
|
.features-treestudyplan .r-studyline-slot.filter {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 130px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot,
|
|
|
|
.features-treestudyplan .r-studyline-slot {
|
|
|
|
min-height: 32px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot-0.filter .t-slot-item,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot-0.filter .r-slot-item,
|
|
|
|
.features-treestudyplan .t-studyline-slot-0.filter .t-slot-item,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot-0.filter .r-slot-item {
|
2023-08-26 23:37:36 +02:00
|
|
|
margin-left: 0;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.t-studyline-slot-0,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.r-studyline-slot-0,
|
|
|
|
.features-treestudyplan .t-studyline-slot.t-studyline-slot-0,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.r-studyline-slot-0 {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 75px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.t-studyline-slot-0 .t-slot-drop.filter .t-slot-item,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.r-studyline-slot-0 .r-item-base,
|
|
|
|
.features-treestudyplan .t-studyline-slot.t-studyline-slot-0 .t-slot-drop.filter .t-slot-item,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.r-studyline-slot-0 .r-item-base {
|
2023-08-26 23:37:36 +02:00
|
|
|
margin-left: 0;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.gradable.current.odd,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.gradable.current.odd,
|
|
|
|
.features-treestudyplan .t-studyline-slot.gradable.current.odd,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.gradable.current.odd {
|
2023-08-26 23:37:36 +02:00
|
|
|
--hlcol: color-mix(in srgb, var(--less-light), var(--highlight) var(--highlight-mix));
|
|
|
|
background-color: var(--hlcol);
|
|
|
|
position: relative;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.gradable.current.odd:before,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.gradable.current.odd:before,
|
|
|
|
.features-treestudyplan .t-studyline-slot.gradable.current.odd:before,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.gradable.current.odd:before {
|
2023-08-26 23:37:36 +02:00
|
|
|
--hlcol: color-mix(in srgb, var(--less-light), var(--highlight) var(--highlight-mix));
|
|
|
|
box-shadow: -20px 0 10px -7px var(--hlcol) inset;
|
|
|
|
content: " ";
|
|
|
|
height: 100%;
|
|
|
|
left: -20px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 20px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.gradable.current.odd:after,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.gradable.current.odd:after,
|
|
|
|
.features-treestudyplan .t-studyline-slot.gradable.current.odd:after,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.gradable.current.odd:after {
|
2023-08-26 23:37:36 +02:00
|
|
|
--hlcol: color-mix(in srgb, var(--less-light), var(--highlight) var(--highlight-mix));
|
|
|
|
box-shadow: 20px 0 10px -7px var(--hlcol) inset;
|
|
|
|
content: " ";
|
|
|
|
height: 100%;
|
|
|
|
right: -20px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.lastlyr .t-slot-item,
|
|
|
|
.features-treestudyplan .t-studyline-slot.lastlyr .t-slot-item {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2024-01-27 16:21:04 +01:00
|
|
|
.path-local-treestudyplan .s-studyline-period-highlight,
|
|
|
|
.features-treestudyplan .s-studyline-period-highlight {
|
|
|
|
position: absolute;
|
2024-04-21 23:08:03 +02:00
|
|
|
pointer-events: none;
|
2024-01-27 16:21:04 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 50000px;
|
|
|
|
opacity: var(--highlight-mix);
|
|
|
|
box-shadow: 0 0 10px 10px var(--highlight);
|
|
|
|
background-color: var(--highlight);
|
2023-08-26 23:37:36 +02:00
|
|
|
border-top-left-radius: 16px;
|
|
|
|
border-top-right-radius: 16px;
|
2024-01-27 16:21:04 +01:00
|
|
|
border: var(--highlight) 1px solid;
|
|
|
|
z-index: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyline-header-period p,
|
|
|
|
.features-treestudyplan .s-studyline-header-period p {
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
2023-08-26 23:37:36 +02:00
|
|
|
}
|
2023-09-02 20:34:33 +02:00
|
|
|
.path-local-treestudyplan .s-studyline-header-period abbr,
|
|
|
|
.features-treestudyplan .s-studyline-header-period abbr {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .s-studyline-header-heading,
|
|
|
|
.features-treestudyplan .s-studyline-header-heading {
|
2024-05-24 09:20:23 +02:00
|
|
|
white-space: nowrap;
|
2023-08-26 23:37:36 +02:00
|
|
|
margin-top: 16px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.gradable.current.even,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.gradable.current.even,
|
|
|
|
.features-treestudyplan .t-studyline-slot.gradable.current.even,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.gradable.current.even {
|
2023-08-26 23:37:36 +02:00
|
|
|
--hlcol: color-mix(in srgb, var(--white), var(--highlight) var(--highlight-mix));
|
|
|
|
background-color: var(--hlcol);
|
|
|
|
position: relative;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.gradable.current.even:before,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.gradable.current.even:before,
|
|
|
|
.features-treestudyplan .t-studyline-slot.gradable.current.even:before,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.gradable.current.even:before {
|
2023-08-26 23:37:36 +02:00
|
|
|
--hlcol: color-mix(in srgb, var(--white), var(--highlight) var(--highlight-mix));
|
|
|
|
box-shadow: -20px 0 10px -7px var(--hlcol) inset;
|
|
|
|
content: " ";
|
|
|
|
height: 100%;
|
|
|
|
left: -20px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .simpleline,
|
|
|
|
.features-treestudyplan .simpleline {
|
|
|
|
z-index: 20;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.gradable.current.even:after,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.gradable.current.even:after,
|
|
|
|
.features-treestudyplan .t-studyline-slot.gradable.current.even:after,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.gradable.current.even:after {
|
2023-08-26 23:37:36 +02:00
|
|
|
--hlcol: color-mix(in srgb, var(--white), var(--highlight) var(--highlight-mix));
|
|
|
|
box-shadow: 20px 0 10px -7px var(--hlcol) inset;
|
|
|
|
content: " ";
|
|
|
|
height: 100%;
|
|
|
|
right: -20px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop,
|
|
|
|
.features-treestudyplan .t-slot-drop {
|
|
|
|
min-height: 32px;
|
|
|
|
height: 100%;
|
|
|
|
min-width: 50px;
|
2024-05-27 22:11:32 +02:00
|
|
|
opacity: 0.6;
|
2023-08-26 23:37:36 +02:00
|
|
|
flex-direction: column;
|
|
|
|
align-content: center;
|
|
|
|
justify-content: center;
|
2024-05-27 22:11:32 +02:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop > span,
|
|
|
|
.features-treestudyplan .t-slot-drop > span {
|
|
|
|
text-align: center;
|
|
|
|
display: none;
|
2023-08-26 23:37:36 +02:00
|
|
|
}
|
2024-04-21 23:08:03 +02:00
|
|
|
.path-local-treestudyplan .t-slot-drop.hiviz.drop-allowed,
|
|
|
|
.features-treestudyplan .t-slot-drop.hiviz.drop-allowed {
|
|
|
|
min-height: 44px;
|
2024-05-27 22:11:32 +02:00
|
|
|
background-color: var(--highlight-dropslot);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop.hiviz.drop-allowed > span,
|
|
|
|
.features-treestudyplan .t-slot-drop.hiviz.drop-allowed > span {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop.hiviz.drop-allowed.drop-in,
|
|
|
|
.features-treestudyplan .t-slot-drop.hiviz.drop-allowed.drop-in {
|
|
|
|
background-color: var(--highlight-dropslot-hover);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-linedrop,
|
|
|
|
.features-treestudyplan .t-slot-linedrop {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-linedrop.type-allowed.drop-allowed,
|
|
|
|
.features-treestudyplan .t-slot-linedrop.type-allowed.drop-allowed {
|
|
|
|
display: block;
|
|
|
|
z-index: 50;
|
|
|
|
opacity: 0.6;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
2024-04-21 23:08:03 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-slot-drop.competency,
|
|
|
|
.features-treestudyplan .t-slot-drop.competency {
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop.filter,
|
|
|
|
.features-treestudyplan .t-slot-drop.filter {
|
|
|
|
min-width: 50px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop.secondary,
|
|
|
|
.features-treestudyplan .t-slot-drop.secondary {
|
|
|
|
min-height: 5px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop.secondary.drop-allowed,
|
|
|
|
.features-treestudyplan .t-slot-drop.secondary.drop-allowed {
|
|
|
|
min-height: 5px;
|
|
|
|
}
|
2024-04-21 23:08:03 +02:00
|
|
|
.path-local-treestudyplan .t-slot-drop.secondary.drop-allowed.hiviz,
|
|
|
|
.features-treestudyplan .t-slot-drop.secondary.drop-allowed.hiviz {
|
|
|
|
min-height: 44px;
|
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-item-deletebox,
|
|
|
|
.features-treestudyplan .t-item-deletebox {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-deletebox.drop-allowed,
|
|
|
|
.features-treestudyplan .t-item-deletebox.drop-allowed {
|
|
|
|
visibility: visible;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: dashed;
|
|
|
|
color: #f77;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-deletebox.drop-in,
|
|
|
|
.features-treestudyplan .t-item-deletebox.drop-in {
|
|
|
|
visibility: visible;
|
|
|
|
border-style: solid;
|
|
|
|
background-color: #fcc;
|
|
|
|
color: #a00;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .modal-dialog .modal-content,
|
|
|
|
.features-treestudyplan .modal-dialog .modal-content {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .modal-dialog.modal-lg,
|
|
|
|
.features-treestudyplan .modal-dialog.modal-lg {
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .modal-dialog.modal-sm,
|
|
|
|
.features-treestudyplan .modal-dialog.modal-sm {
|
|
|
|
max-width: 300px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .gradable .t-slot-item,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .gradable .r-slot-item,
|
|
|
|
.features-treestudyplan .gradable .t-slot-item,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .gradable .r-slot-item {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 100%;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-item,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-slot-item,
|
|
|
|
.features-treestudyplan .t-slot-item,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-slot-item {
|
2023-08-26 23:37:36 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
display: grid;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-base,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-item-base,
|
|
|
|
.features-treestudyplan .t-item-base,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-item-base {
|
2023-08-26 23:37:36 +02:00
|
|
|
align-self: center;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-connector-start,
|
|
|
|
.features-treestudyplan .t-item-connector-start {
|
|
|
|
position: absolute;
|
|
|
|
top: calc(50% - 5px);
|
|
|
|
right: -1px;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-connector-start svg rect,
|
|
|
|
.features-treestudyplan .t-item-connector-start svg rect {
|
|
|
|
cursor: crosshair;
|
|
|
|
stroke-width: 1px;
|
|
|
|
stroke: #3c3;
|
|
|
|
fill: #3c3;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-connector-start.deleteMode svg rect,
|
|
|
|
.features-treestudyplan .t-item-connector-start.deleteMode svg rect {
|
|
|
|
stroke: #f70;
|
|
|
|
fill: #f70;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-connector-end,
|
|
|
|
.features-treestudyplan .t-item-connector-end {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
transform: translate(0, -50%);
|
|
|
|
left: -1px;
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-connector-end svg rect,
|
|
|
|
.features-treestudyplan .t-item-connector-end svg rect {
|
|
|
|
stroke-width: 1px;
|
|
|
|
stroke: #f00;
|
|
|
|
fill: #f00;
|
|
|
|
}
|
2023-09-03 20:57:14 +02:00
|
|
|
.path-local-treestudyplan .sw-studyplan-toolbar,
|
|
|
|
.features-treestudyplan .sw-studyplan-toolbar {
|
2023-08-26 23:37:36 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-base .deletebox,
|
|
|
|
.features-treestudyplan .t-item-base .deletebox {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
transform: translate(0, -50%);
|
|
|
|
right: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 3px;
|
|
|
|
background-color: rgba(255, 255, 255, 0.4666666667);
|
|
|
|
cursor: default;
|
|
|
|
border-color: #ccc;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
z-index: 20;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-base .deletebox a,
|
|
|
|
.features-treestudyplan .t-item-base .deletebox a {
|
|
|
|
display: block;
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-base .t-item-contextview,
|
|
|
|
.features-treestudyplan .t-item-base .t-item-contextview {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, 100%);
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 25;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-contextview .close-button,
|
|
|
|
.features-treestudyplan .t-item-contextview .close-button {
|
|
|
|
float: right;
|
|
|
|
}
|
2024-05-31 22:32:43 +02:00
|
|
|
.path-local-treestudyplan #p-sidebar-wrapper .p-sidebar.shown,
|
|
|
|
.features-treestudyplan #p-sidebar-wrapper .p-sidebar.shown {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan #p-sidebar-wrapper .p-sidebar.shown .t-toolbox-tabs,
|
|
|
|
.features-treestudyplan #p-sidebar-wrapper .p-sidebar.shown .t-toolbox-tabs {
|
|
|
|
flex-grow: 4;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-tabs,
|
|
|
|
.features-treestudyplan .t-toolbox-tabs {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-tabs .tab-content,
|
|
|
|
.features-treestudyplan .t-toolbox-tabs .tab-content {
|
|
|
|
flex: 1 0 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-tabs .tab-pane,
|
|
|
|
.features-treestudyplan .t-toolbox-tabs .tab-pane {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-courses,
|
|
|
|
.features-treestudyplan .t-toolbox-courses {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
min-width: 0;
|
|
|
|
min-height: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-courses > *,
|
|
|
|
.features-treestudyplan .t-toolbox-courses > * {
|
|
|
|
min-width: 0;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-courses .t-toolbox-courselist,
|
|
|
|
.features-treestudyplan .t-toolbox-courses .t-toolbox-courselist {
|
|
|
|
flex: 1 1 0;
|
|
|
|
min-width: 0;
|
|
|
|
min-height: 0;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan ul.t-flow,
|
|
|
|
.features-treestudyplan ul.t-flow {
|
|
|
|
padding-left: 1rem;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan ul.t-flow li,
|
|
|
|
.features-treestudyplan ul.t-flow li {
|
2023-08-26 23:37:36 +02:00
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-filter,
|
|
|
|
.features-treestudyplan .t-item-filter {
|
|
|
|
display: inline-block;
|
|
|
|
height: 1em;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 2em;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-filter i,
|
|
|
|
.features-treestudyplan .t-item-filter i {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox .t-item-filter,
|
|
|
|
.features-treestudyplan .t-toolbox .t-item-filter {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-junction i,
|
|
|
|
.features-treestudyplan .t-item-junction i {
|
|
|
|
color: var(--warning);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-finish i,
|
|
|
|
.features-treestudyplan .t-item-finish i {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-start i,
|
|
|
|
.features-treestudyplan .t-item-start i {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-badge svg,
|
|
|
|
.features-treestudyplan .t-item-badge svg {
|
|
|
|
color: var(--warning);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop.type-allowed,
|
|
|
|
.features-treestudyplan .t-slot-drop.type-allowed {
|
|
|
|
border-color: var(--success);
|
|
|
|
border-style: dashed;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop.type-allowed.drop-forbidden,
|
|
|
|
.features-treestudyplan .t-slot-drop.type-allowed.drop-forbidden {
|
|
|
|
border-color: var(--danger);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-slot-drop.filter .t-item-base,
|
|
|
|
.features-treestudyplan .t-slot-drop.filter .t-item-base {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
line-height: 1px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot-0.filter .t-slot-drop.filter .t-item-base,
|
|
|
|
.features-treestudyplan .t-studyline-slot-0.filter .t-slot-drop.filter .t-item-base {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan a.t-item-config,
|
|
|
|
.features-treestudyplan a.t-item-config {
|
|
|
|
position: absolute;
|
2023-09-02 23:25:21 +02:00
|
|
|
top: -10px;
|
2023-08-26 23:37:36 +02:00
|
|
|
right: -5px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan a.t-item-config.badge,
|
|
|
|
.features-treestudyplan a.t-item-config.badge {
|
|
|
|
top: -5px;
|
|
|
|
right: -5px;
|
|
|
|
font-size: 16px;
|
2024-02-02 23:09:16 +01:00
|
|
|
background-color: transparent;
|
2023-08-26 23:37:36 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan a.t-item-course-config,
|
|
|
|
.features-treestudyplan a.t-item-course-config {
|
|
|
|
font-size: 21px;
|
|
|
|
vertical-align: middle;
|
2024-05-23 23:32:59 +02:00
|
|
|
float: none;
|
2023-08-26 23:37:36 +02:00
|
|
|
margin-right: 2px;
|
2024-05-23 23:32:59 +02:00
|
|
|
margin-top: 0;
|
2023-08-26 23:37:36 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-connector-end,
|
|
|
|
.features-treestudyplan .t-item-connector-end {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-connector-end.type-allowed.drop-allowed,
|
|
|
|
.features-treestudyplan .t-item-connector-end.type-allowed.drop-allowed {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
2023-12-02 23:22:00 +01:00
|
|
|
.path-local-treestudyplan ul.t-badges,
|
|
|
|
.features-treestudyplan ul.t-badges {
|
|
|
|
padding-left: 0;
|
2024-05-31 22:32:43 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-badges,
|
|
|
|
.features-treestudyplan .t-toolbox-badges {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-badges .tab-content,
|
|
|
|
.features-treestudyplan .t-toolbox-badges .tab-content {
|
|
|
|
flex: 1 0 0;
|
|
|
|
min-height: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-badges .tab-content .tab-pane.active,
|
|
|
|
.features-treestudyplan .t-toolbox-badges .tab-content .tab-pane.active {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 0.5rem;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-toolbox-badges .tab-content .tab-pane.active .t-toolbox-badges-list,
|
|
|
|
.features-treestudyplan .t-toolbox-badges .tab-content .tab-pane.active .t-toolbox-badges-list {
|
|
|
|
height: 100%;
|
|
|
|
min-height: 0;
|
|
|
|
flex: 1 1 0;
|
|
|
|
overflow-y: auto;
|
2023-12-02 23:22:00 +01:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-badges li,
|
|
|
|
.features-treestudyplan .t-badges li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-badges .t-badge-drag,
|
|
|
|
.features-treestudyplan .t-badges .t-badge-drag {
|
|
|
|
display: inline;
|
|
|
|
}
|
2023-12-02 23:22:00 +01:00
|
|
|
.path-local-treestudyplan .t-badges .t-badge-drag span.disabled,
|
|
|
|
.features-treestudyplan .t-badges .t-badge-drag span.disabled {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-badges img,
|
|
|
|
.features-treestudyplan .t-badges img {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
2023-12-02 23:22:00 +01:00
|
|
|
.path-local-treestudyplan .t-badges img.disabled,
|
|
|
|
.features-treestudyplan .t-badges img.disabled {
|
|
|
|
filter: grayscale(100%);
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-item-badge,
|
|
|
|
.features-treestudyplan .t-item-badge {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-badge img.badge-image,
|
|
|
|
.features-treestudyplan .t-item-badge img.badge-image {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-badge svg.t-badge-backdrop,
|
|
|
|
.features-treestudyplan .t-item-badge svg.t-badge-backdrop {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
2023-11-01 23:47:54 +01:00
|
|
|
.path-local-treestudyplan .t-badge-criteria-requirement,
|
|
|
|
.features-treestudyplan .t-badge-criteria-requirement {
|
|
|
|
color: var(--gray);
|
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-report-tabs .list-group-item-action,
|
|
|
|
.features-treestudyplan .r-report-tabs .list-group-item-action {
|
|
|
|
width: inherit;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-studyplan-tab,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-studyplan-tab,
|
|
|
|
.features-treestudyplan .r-studyplan-tab,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .t-studyplan-tab {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: auto;
|
|
|
|
overflow-x: auto;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-drag:nth-child(odd) .t-studyline div,
|
|
|
|
.path-local-treestudyplan .t-studyline-heading.odd,
|
|
|
|
.path-local-treestudyplan .r-studyline-heading.odd,
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.odd,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.odd,
|
|
|
|
.features-treestudyplan .t-studyline-drag:nth-child(odd) .t-studyline div,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .t-studyline-heading.odd,
|
|
|
|
.features-treestudyplan .r-studyline-heading.odd,
|
|
|
|
.features-treestudyplan .t-studyline-slot.odd,
|
|
|
|
.features-treestudyplan .r-studyline-slot.odd {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: var(--less-light);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-drag:nth-child(even) .t-studyline div,
|
|
|
|
.path-local-treestudyplan .t-studyline-heading.even,
|
|
|
|
.path-local-treestudyplan .r-studyline-heading.even,
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.even,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.even,
|
|
|
|
.features-treestudyplan .t-studyline-drag:nth-child(even) .t-studyline div,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .t-studyline-heading.even,
|
|
|
|
.features-treestudyplan .r-studyline-heading.even,
|
|
|
|
.features-treestudyplan .t-studyline-slot.even,
|
|
|
|
.features-treestudyplan .r-studyline-slot.even {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: var(--white);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-drag:first-child,
|
|
|
|
.path-local-treestudyplan .t-studyline-heading.first,
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.first,
|
|
|
|
.path-local-treestudyplan .r-studyline-heading.first,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.first,
|
|
|
|
.features-treestudyplan .t-studyline-drag:first-child,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .t-studyline-heading.first,
|
|
|
|
.features-treestudyplan .t-studyline-slot.first,
|
|
|
|
.features-treestudyplan .r-studyline-heading.first,
|
|
|
|
.features-treestudyplan .r-studyline-slot.first {
|
2023-08-26 23:37:36 +02:00
|
|
|
border-top-style: solid;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-drag:last-child,
|
|
|
|
.path-local-treestudyplan .t-studyline-heading.last,
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.last.newlyr,
|
|
|
|
.path-local-treestudyplan .r-studyline-heading.last,
|
2024-01-28 14:41:35 +01:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.last.lastlyr,
|
2023-08-26 23:37:36 +02:00
|
|
|
.features-treestudyplan .t-studyline-drag:last-child,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .t-studyline-heading.last,
|
|
|
|
.features-treestudyplan .t-studyline-slot.last.newlyr,
|
|
|
|
.features-treestudyplan .r-studyline-heading.last,
|
2024-01-28 14:41:35 +01:00
|
|
|
.features-treestudyplan .r-studyline-slot.last.lastlyr {
|
2023-08-26 23:37:36 +02:00
|
|
|
border-bottom-style: solid;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .s-studyline-header-period,
|
|
|
|
.features-treestudyplan .s-studyline-header-period {
|
2024-01-27 16:21:04 +01:00
|
|
|
position: relative;
|
2023-08-26 23:37:36 +02:00
|
|
|
text-align: center;
|
|
|
|
padding-top: 5px;
|
|
|
|
margin-top: 16px; /* To allow for box shadow on highlighted period */
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .s-studyline-header-period p,
|
|
|
|
.features-treestudyplan .s-studyline-header-period p {
|
|
|
|
margin-bottom: 0;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .s-studyline-header-period-datespan,
|
|
|
|
.features-treestudyplan .s-studyline-header-period-datespan {
|
|
|
|
white-space: nowrap;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .s-studyline-header-period-datespan .date,
|
|
|
|
.features-treestudyplan .s-studyline-header-period-datespan .date {
|
|
|
|
font-weight: bold;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .s-studyline-header-period-datespan.small,
|
|
|
|
.features-treestudyplan .s-studyline-header-period-datespan.small {
|
|
|
|
font-size: 9px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-slot.rightmost,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-slot.rightmost,
|
|
|
|
.features-treestudyplan .t-studyline-slot.rightmost,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-slot.rightmost {
|
2023-08-26 23:37:36 +02:00
|
|
|
border-right-style: solid;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-studyline-handle,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-studyline-handle,
|
|
|
|
.features-treestudyplan .t-studyline-handle,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-studyline-handle {
|
2023-08-26 23:37:36 +02:00
|
|
|
width: 10px;
|
|
|
|
height: 100%;
|
|
|
|
border-left-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
border-color: rgba(0, 0, 0, 0.125);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .gradable .r-item-base,
|
|
|
|
.features-treestudyplan .gradable .r-item-base {
|
|
|
|
width: 100%;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2024-05-23 23:32:59 +02:00
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 7px 1fr 26px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper .t-timing-indicator,
|
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper .r-timing-indicator,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper .t-timing-indicator,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper .r-timing-indicator,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper .t-timing-indicator,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper .r-timing-indicator,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper .t-timing-indicator,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper .r-timing-indicator {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper .t-item-course-title,
|
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper .r-item-course-title,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper .t-item-course-title,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper .r-item-course-title,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper .t-item-course-title,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper .r-item-course-title,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper .t-item-course-title,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper .r-item-course-title {
|
|
|
|
padding-top: 5px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper .t-item-course-indicator,
|
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper .r-item-course-indicator,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper .t-item-course-indicator,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper .r-item-course-indicator,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper .t-item-course-indicator,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper .r-item-course-indicator,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper .t-item-course-indicator,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper .r-item-course-indicator {
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper .t-item-course-indicator .t-item-course-config,
|
|
|
|
.path-local-treestudyplan .t-item-course .t-item-course-cardwrapper .r-item-course-indicator .t-item-course-config,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper .t-item-course-indicator .t-item-course-config,
|
|
|
|
.path-local-treestudyplan .r-item-course .r-item-course-cardwrapper .r-item-course-indicator .t-item-course-config,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper .t-item-course-indicator .t-item-course-config,
|
|
|
|
.features-treestudyplan .t-item-course .t-item-course-cardwrapper .r-item-course-indicator .t-item-course-config,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper .t-item-course-indicator .t-item-course-config,
|
|
|
|
.features-treestudyplan .r-item-course .r-item-course-cardwrapper .r-item-course-indicator .t-item-course-config {
|
|
|
|
position: relative;
|
|
|
|
top: -4px;
|
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .t-item-invalid .card-body,
|
|
|
|
.path-local-treestudyplan .r-item-invalid .card-body,
|
|
|
|
.path-local-treestudyplan .t-item-competency .card-body,
|
|
|
|
.path-local-treestudyplan .t-item-course .card-body,
|
2024-05-23 23:32:59 +02:00
|
|
|
.path-local-treestudyplan .r-item-course .card-body,
|
2023-08-26 23:37:36 +02:00
|
|
|
.features-treestudyplan .t-item-invalid .card-body,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-item-invalid .card-body,
|
|
|
|
.features-treestudyplan .t-item-competency .card-body,
|
|
|
|
.features-treestudyplan .t-item-course .card-body,
|
2024-05-23 23:32:59 +02:00
|
|
|
.features-treestudyplan .r-item-course .card-body {
|
2023-08-26 23:37:36 +02:00
|
|
|
padding: 3px;
|
2024-03-04 22:39:29 +01:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-invalid .card-body,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-item-invalid .card-body,
|
|
|
|
.features-treestudyplan .r-item-invalid .card-body,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .t-item-invalid .card-body {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: darkred;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-filter,
|
|
|
|
.features-treestudyplan .r-item-filter {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 2em;
|
|
|
|
vertical-align: top;
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-filter i,
|
|
|
|
.features-treestudyplan .r-item-filter i {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-start i,
|
|
|
|
.features-treestudyplan .r-item-start i {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-badge i,
|
|
|
|
.features-treestudyplan .r-item-badge i {
|
|
|
|
color: var(--warning);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-badges li,
|
|
|
|
.features-treestudyplan .r-badges li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-badges .r-badge-drag,
|
|
|
|
.features-treestudyplan .r-badges .r-badge-drag {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-badges img,
|
|
|
|
.features-treestudyplan .r-badges img {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-badge,
|
|
|
|
.features-treestudyplan .r-item-badge {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-badge img.badge-image,
|
|
|
|
.features-treestudyplan .r-item-badge img.badge-image {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-badge svg.r-badge-backdrop,
|
|
|
|
.features-treestudyplan .r-item-badge svg.r-badge-backdrop {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-badge svg.r-badge-backdrop circle,
|
|
|
|
.features-treestudyplan .r-item-badge svg.r-badge-backdrop circle {
|
|
|
|
stroke: black;
|
|
|
|
stroke-width: 2px;
|
|
|
|
fill: #ccc;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-module-children,
|
|
|
|
.features-treestudyplan .r-item-module-children {
|
|
|
|
list-style: none;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-start.completion-incomplete i,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-completion-incomplete,
|
|
|
|
.features-treestudyplan .r-item-start.completion-incomplete i,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-completion-incomplete {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--incomplete);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-progress,
|
|
|
|
.features-treestudyplan .r-completion-progress {
|
|
|
|
color: var(--warning);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-completed,
|
|
|
|
.path-local-treestudyplan .r-completion-complete-pass,
|
|
|
|
.features-treestudyplan .r-completion-completed,
|
|
|
|
.features-treestudyplan .r-completion-complete-pass {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-good,
|
|
|
|
.features-treestudyplan .r-completion-good {
|
|
|
|
color: var(--info);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-excellent,
|
|
|
|
.path-local-treestudyplan .r-completion-complete,
|
|
|
|
.features-treestudyplan .r-completion-excellent,
|
|
|
|
.features-treestudyplan .r-completion-complete {
|
|
|
|
color: var(--excellent);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-pending,
|
|
|
|
.features-treestudyplan .r-completion-pending {
|
|
|
|
color: var(--pending);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-failed,
|
|
|
|
.path-local-treestudyplan .r-completion-complete-fail,
|
|
|
|
.features-treestudyplan .r-completion-failed,
|
|
|
|
.features-treestudyplan .r-completion-complete-fail {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan th.r-aggregation-all,
|
|
|
|
.features-treestudyplan th.r-aggregation-all {
|
|
|
|
color: rgb(0, 32, 80);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan th.r-aggregation-any,
|
|
|
|
.features-treestudyplan th.r-aggregation-any {
|
|
|
|
color: rgb(0, 46, 0);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan tr.r-completion-category-header,
|
|
|
|
.features-treestudyplan tr.r-completion-category-header {
|
|
|
|
border-top-style: solid;
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-color: rgb(127, 127, 127);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-course-grading,
|
|
|
|
.features-treestudyplan .r-course-grading {
|
|
|
|
font-size: 21px;
|
|
|
|
margin-right: 2px;
|
|
|
|
vertical-align: bottom;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-course-graded,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-course-result,
|
|
|
|
.features-treestudyplan .r-course-graded,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-course-result {
|
2023-08-26 23:37:36 +02:00
|
|
|
font-size: 21px;
|
|
|
|
vertical-align: middle;
|
|
|
|
float: right;
|
2024-03-04 22:39:29 +01:00
|
|
|
top: -1px;
|
|
|
|
position: relative;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-progress-circle-popup,
|
|
|
|
.features-treestudyplan .r-progress-circle-popup {
|
|
|
|
position: relative;
|
|
|
|
top: 0.1em;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-completion-detail-header,
|
|
|
|
.features-treestudyplan .r-completion-detail-header {
|
|
|
|
font-size: 26px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-finish.completion-incomplete,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-item-junction.completion-incomplete,
|
|
|
|
.features-treestudyplan .r-item-finish.completion-incomplete,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-item-junction.completion-incomplete {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--incomplete);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-finish.completion-progress,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-item-junction.completion-progress,
|
|
|
|
.features-treestudyplan .r-item-finish.completion-progress,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-item-junction.completion-progress {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--warning);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-finish.completion-completed,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-item-junction.completion-completed,
|
|
|
|
.features-treestudyplan .r-item-finish.completion-completed,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-item-junction.completion-completed {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--success);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-finish.completion-good,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-item-junction.completion-good,
|
|
|
|
.features-treestudyplan .r-item-finish.completion-good,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-item-junction.completion-good {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--info);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-finish.completion-excellent,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-item-junction.completion-excellent,
|
|
|
|
.features-treestudyplan .r-item-finish.completion-excellent,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-item-junction.completion-excellent {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--excellent);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-finish.completion-failed,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-item-junction.completion-failed,
|
|
|
|
.features-treestudyplan .r-item-finish.completion-failed,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-item-junction.completion-failed {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--danger);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-activity-icon,
|
|
|
|
.features-treestudyplan .r-activity-icon {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan table.r-item-course-grade-details td,
|
|
|
|
.features-treestudyplan table.r-item-course-grade-details td {
|
|
|
|
padding-right: 3px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-course-detail-header-right,
|
|
|
|
.features-treestudyplan .r-course-detail-header-right {
|
|
|
|
width: 260px;
|
|
|
|
text-align: end;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-timing-invalid,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .t-timing-invalid,
|
|
|
|
.features-treestudyplan .r-timing-invalid,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .t-timing-invalid {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--danger);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-timing-past,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-timing-past,
|
|
|
|
.features-treestudyplan .t-timing-past,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-timing-past {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--past);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-timing-present,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-timing-present,
|
|
|
|
.features-treestudyplan .t-timing-present,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-timing-present {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--present);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-timing-future,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-timing-future,
|
|
|
|
.features-treestudyplan .t-timing-future,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-timing-future {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--future);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-timing-indicator,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-timing-indicator,
|
|
|
|
.features-treestudyplan .t-timing-indicator,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-timing-indicator {
|
2023-08-26 23:37:36 +02:00
|
|
|
border-color: rgba(0, 0, 0, 0.125);
|
|
|
|
width: 7px;
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
border-width: 1px;
|
|
|
|
border-top-left-radius: 3.5px;
|
|
|
|
border-bottom-left-radius: 3.5px;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-timing-indicator.timing-invalid,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-timing-indicator.timing-invalid,
|
|
|
|
.features-treestudyplan .t-timing-indicator.timing-invalid,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-timing-indicator.timing-invalid {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: var(--danger);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-timing-indicator.timing-past,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-timing-indicator.timing-past,
|
|
|
|
.features-treestudyplan .t-timing-indicator.timing-past,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-timing-indicator.timing-past {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: var(--past);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-timing-indicator.timing-present,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-timing-indicator.timing-present,
|
|
|
|
.features-treestudyplan .t-timing-indicator.timing-present,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-timing-indicator.timing-present {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: var(--present);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-timing-indicator.timing-future,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-timing-indicator.timing-future,
|
|
|
|
.features-treestudyplan .t-timing-indicator.timing-future,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-timing-indicator.timing-future {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: var(--future);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-course-am-teacher,
|
|
|
|
.features-treestudyplan .r-course-am-teacher {
|
|
|
|
box-shadow: 0 0 3px 3px rgba(255, 224, 0, 0.5);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-graded-unknown,
|
|
|
|
.features-treestudyplan .r-graded-unknown {
|
|
|
|
color: rgb(139, 107, 0);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-graded-unsubmitted,
|
|
|
|
.features-treestudyplan .r-graded-unsubmitted {
|
|
|
|
color: var(--incomplete);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-graded-ungraded,
|
|
|
|
.features-treestudyplan .r-graded-ungraded {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-graded-allgraded,
|
|
|
|
.features-treestudyplan .r-graded-allgraded {
|
|
|
|
color: var(--excellent);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-graded-graded,
|
|
|
|
.features-treestudyplan .r-graded-graded {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-graded-nogrades,
|
|
|
|
.features-treestudyplan .r-graded-nogrades {
|
|
|
|
color: var(--light);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-configured-ok,
|
|
|
|
.features-treestudyplan .t-configured-ok {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .t-configured-alert,
|
|
|
|
.features-treestudyplan .t-configured-alert {
|
|
|
|
color: var(--warning);
|
|
|
|
}
|
2023-08-31 07:40:55 +02:00
|
|
|
.path-local-treestudyplan .t-not-enrolled-alert,
|
|
|
|
.features-treestudyplan .t-not-enrolled-alert {
|
|
|
|
color: var(--info);
|
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-grading-bar,
|
|
|
|
.features-treestudyplan .r-grading-bar {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
height: min-content;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-grading-bar-segment,
|
|
|
|
.features-treestudyplan .r-grading-bar-segment {
|
|
|
|
border-color: #aaa;
|
|
|
|
border-width: 1px;
|
|
|
|
display: inline-block;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-top-style: solid;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-grading-bar-segment:first-child,
|
|
|
|
.features-treestudyplan .r-grading-bar-segment:first-child {
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-grading-bar-segment:last-child,
|
|
|
|
.features-treestudyplan .r-grading-bar-segment:last-child {
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-right-style: solid;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-grading-bar-unsubmitted,
|
|
|
|
.features-treestudyplan .r-grading-bar-unsubmitted {
|
|
|
|
background-color: var(--light);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-grading-bar-graded,
|
|
|
|
.features-treestudyplan .r-grading-bar-graded {
|
|
|
|
background-color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-grading-bar-ungraded,
|
|
|
|
.features-treestudyplan .r-grading-bar-ungraded {
|
|
|
|
background-color: var(--danger);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-bar-incomplete,
|
|
|
|
.features-treestudyplan .r-completion-bar-incomplete {
|
|
|
|
background-color: var(--light);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-bar-completed,
|
|
|
|
.features-treestudyplan .r-completion-bar-completed {
|
|
|
|
background-color: var(--info);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-bar-completed-pass,
|
|
|
|
.features-treestudyplan .r-completion-bar-completed-pass {
|
|
|
|
background-color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-bar-completed-fail,
|
|
|
|
.features-treestudyplan .r-completion-bar-completed-fail {
|
|
|
|
background-color: var(--danger);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-completion-bar-ungraded,
|
|
|
|
.features-treestudyplan .r-completion-bar-ungraded {
|
|
|
|
background-color: var(--warning);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-associate-window .custom-select,
|
|
|
|
.features-treestudyplan .s-studyplan-associate-window .custom-select {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-required,
|
|
|
|
.features-treestudyplan .s-required {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-required.complete,
|
|
|
|
.features-treestudyplan .s-required.complete {
|
|
|
|
color: var(--info);
|
2023-05-17 21:19:14 +02:00
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .s-required.complete-pass,
|
|
|
|
.path-local-treestudyplan .s-required.good,
|
|
|
|
.path-local-treestudyplan .s-required.excellent,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .s-required.allgraded,
|
|
|
|
.features-treestudyplan .s-required.complete-pass,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .s-required.good,
|
|
|
|
.features-treestudyplan .s-required.excellent,
|
|
|
|
.features-treestudyplan .s-required.allgraded {
|
2023-08-26 23:37:36 +02:00
|
|
|
color: var(--success);
|
2023-05-17 21:19:14 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .s-required.neutral,
|
|
|
|
.features-treestudyplan .s-required.neutral {
|
|
|
|
color: #aaa;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-09-01 23:13:50 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.warning .tooltip-inner,
|
|
|
|
.features-treestudyplan .r-tooltip.warning .tooltip-inner {
|
|
|
|
background-color: color-mix(in srgb, var(--warning) 60%, #000);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-tooltip.warning .arrow::before,
|
|
|
|
.features-treestudyplan .r-tooltip.warning .arrow::before {
|
|
|
|
border-right-color: color-mix(in srgb, var(--warning) 60%, #000);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-tooltip.info .tooltip-inner,
|
|
|
|
.features-treestudyplan .r-tooltip.info .tooltip-inner {
|
|
|
|
background-color: color-mix(in srgb, var(--info) 60%, #000);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-tooltip.info .arrow::before,
|
|
|
|
.features-treestudyplan .r-tooltip.info .arrow::before {
|
|
|
|
border-right-color: color-mix(in srgb, var(--info) 60%, #000);
|
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.incomplete .tooltip-inner,
|
|
|
|
.path-local-treestudyplan .r-tooltip.complete-fail .tooltip-inner,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.completed-fail .tooltip-inner,
|
|
|
|
.features-treestudyplan .r-tooltip.incomplete .tooltip-inner,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-tooltip.complete-fail .tooltip-inner,
|
|
|
|
.features-treestudyplan .r-tooltip.completed-fail .tooltip-inner {
|
2023-09-01 23:13:50 +02:00
|
|
|
background-color: color-mix(in srgb, var(--info) 60%, #000);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-tooltip.incomplete .arrow::before,
|
|
|
|
.path-local-treestudyplan .r-tooltip.complete-fail .arrow::before,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.completed-fail .arrow::before,
|
|
|
|
.features-treestudyplan .r-tooltip.incomplete .arrow::before,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-tooltip.complete-fail .arrow::before,
|
|
|
|
.features-treestudyplan .r-tooltip.completed-fail .arrow::before {
|
2023-09-01 23:13:50 +02:00
|
|
|
border-right-color: color-mix(in srgb, var(--info) 60%, #000);
|
2023-05-17 21:19:14 +02:00
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.complete .tooltip-inner,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.completed .tooltip-inner,
|
|
|
|
.features-treestudyplan .r-tooltip.complete .tooltip-inner,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-tooltip.completed .tooltip-inner {
|
2023-09-01 23:13:50 +02:00
|
|
|
background-color: color-mix(in srgb, var(--info) 60%, #000);
|
2023-05-17 21:19:14 +02:00
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.complete .arrow::before,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.completed .arrow::before,
|
|
|
|
.features-treestudyplan .r-tooltip.complete .arrow::before,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-tooltip.completed .arrow::before {
|
2023-09-01 23:13:50 +02:00
|
|
|
border-right-color: color-mix(in srgb, var(--info) 60%, #000);
|
2023-05-17 21:19:14 +02:00
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.complete-pass .tooltip-inner,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.completed-pass .tooltip-inner,
|
|
|
|
.features-treestudyplan .r-tooltip.complete-pass .tooltip-inner,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-tooltip.completed-pass .tooltip-inner {
|
2023-08-26 23:37:36 +02:00
|
|
|
background-color: var(--success);
|
2023-05-17 21:19:14 +02:00
|
|
|
}
|
2023-08-25 22:59:49 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.complete-pass .arrow::before,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .r-tooltip.completed-pass .arrow::before,
|
|
|
|
.features-treestudyplan .r-tooltip.complete-pass .arrow::before,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .r-tooltip.completed-pass .arrow::before {
|
2023-09-01 23:13:50 +02:00
|
|
|
border-right-color: var(--success);
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .m-buttonbar,
|
|
|
|
.features-treestudyplan .m-buttonbar {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: left;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .m-buttonbar a,
|
|
|
|
.path-local-treestudyplan .m-buttonbar span,
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .m-buttonbar i,
|
|
|
|
.features-treestudyplan .m-buttonbar a,
|
2023-08-26 17:07:42 +02:00
|
|
|
.features-treestudyplan .m-buttonbar span,
|
|
|
|
.features-treestudyplan .m-buttonbar i {
|
2023-08-26 23:37:36 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
display: inline;
|
2023-08-25 22:59:49 +02:00
|
|
|
}
|
2023-08-26 23:37:36 +02:00
|
|
|
.path-local-treestudyplan .m-buttonbar a,
|
|
|
|
.features-treestudyplan .m-buttonbar a {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-edit-mod-form [data-fieldtype=submit],
|
|
|
|
.features-treestudyplan .s-edit-mod-form [data-fieldtype=submit] {
|
|
|
|
/* if not working, make selector more specific */
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-edit-mod-form.genericonly form > fieldset:not(#id_general),
|
|
|
|
.features-treestudyplan .s-edit-mod-form.genericonly form > fieldset:not(#id_general) {
|
|
|
|
/* if not working, make selector more specific */
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .border-grey,
|
|
|
|
.features-treestudyplan .border-grey {
|
|
|
|
border-color: #aaa;
|
2023-09-02 23:25:21 +02:00
|
|
|
}
|
2023-11-05 15:49:32 +01:00
|
|
|
.path-local-treestudyplan .s-studyplan-page-edit,
|
2023-11-12 23:49:50 +01:00
|
|
|
.path-local-treestudyplan .t-tab-extra,
|
|
|
|
.features-treestudyplan .s-studyplan-page-edit,
|
|
|
|
.features-treestudyplan .t-tab-extra {
|
2023-11-05 15:49:32 +01:00
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
2023-11-26 22:58:26 +01:00
|
|
|
.path-local-treestudyplan table.t-item-course-competency-list,
|
|
|
|
.features-treestudyplan table.t-item-course-competency-list {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.t-item-course-competency-list td,
|
|
|
|
.features-treestudyplan table.t-item-course-competency-list td {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.t-item-course-competency-list td.details,
|
|
|
|
.features-treestudyplan table.t-item-course-competency-list td.details {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.r-item-course-competency-list td,
|
|
|
|
.features-treestudyplan table.r-item-course-competency-list td {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2023-12-11 22:30:30 +01:00
|
|
|
.path-local-treestudyplan header.modal-header.r-item-course-header,
|
|
|
|
.features-treestudyplan header.modal-header.r-item-course-header {
|
|
|
|
display: block;
|
|
|
|
padding-bottom: 0.2rem;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan header.modal-header.r-item-course-header .s-studyplan-card-progressbar,
|
|
|
|
.features-treestudyplan header.modal-header.r-item-course-header .s-studyplan-card-progressbar {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan div.r-item-course-header-details,
|
|
|
|
.features-treestudyplan div.r-item-course-header-details {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan div.r-item-course-header-details:last-child,
|
|
|
|
.features-treestudyplan div.r-item-course-header-details:last-child {
|
|
|
|
margin-bottom: 0.3rem;
|
|
|
|
}
|
2024-01-28 14:41:35 +01:00
|
|
|
.path-local-treestudyplan .s-prevnext-selector,
|
|
|
|
.features-treestudyplan .s-prevnext-selector {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-prevnext-selector i.s-prevnext-arrow,
|
|
|
|
.features-treestudyplan .s-prevnext-selector i.s-prevnext-arrow {
|
|
|
|
position: relative;
|
|
|
|
top: -3px;
|
|
|
|
}
|
2024-03-06 23:49:50 +01:00
|
|
|
.path-local-treestudyplan table.r-line-enroll-userlist td,
|
|
|
|
.path-local-treestudyplan table.r-line-enroll-userlist th,
|
|
|
|
.features-treestudyplan table.r-line-enroll-userlist td,
|
|
|
|
.features-treestudyplan table.r-line-enroll-userlist th {
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.r-line-enroll-userlist th,
|
|
|
|
.features-treestudyplan table.r-line-enroll-userlist th {
|
|
|
|
background: white;
|
|
|
|
position: sticky;
|
|
|
|
top: 0; /* Don't forget this, required for the stickiness */
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.r-line-enroll-userlist tr:nth-child(odd),
|
|
|
|
.features-treestudyplan table.r-line-enroll-userlist tr:nth-child(odd) {
|
|
|
|
background-color: var(--light);
|
|
|
|
}
|
2024-03-07 22:44:29 +01:00
|
|
|
.path-local-treestudyplan .r-item-dummy-course span.r-timing-indicator.timing-dummy,
|
|
|
|
.features-treestudyplan .r-item-dummy-course span.r-timing-indicator.timing-dummy {
|
|
|
|
background-color: #ccc;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-dummy-course .card,
|
|
|
|
.features-treestudyplan .r-item-dummy-course .card {
|
|
|
|
filter: blur(4px);
|
|
|
|
background-color: #ddd;
|
|
|
|
border-color: #ddd;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-dummy-badge,
|
|
|
|
.features-treestudyplan .r-item-dummy-badge {
|
|
|
|
filter: blur(4px);
|
|
|
|
color: #ddd;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-dummy-badge i,
|
|
|
|
.features-treestudyplan .r-item-dummy-badge i {
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-dummy-filter,
|
|
|
|
.features-treestudyplan .r-item-dummy-filter {
|
|
|
|
filter: blur(4px);
|
|
|
|
color: #ddd;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .r-item-dummy-filter i,
|
|
|
|
.features-treestudyplan .r-item-dummy-filter i {
|
|
|
|
font-size: 32px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan svg.r-dummy-line.simpleline,
|
|
|
|
.features-treestudyplan svg.r-dummy-line.simpleline {
|
|
|
|
filter: blur(4px);
|
|
|
|
}
|
2023-09-02 23:25:21 +02:00
|
|
|
|
2023-10-23 23:19:14 +02:00
|
|
|
.path-local-treestudyplan .card.s-studyplan-card,
|
|
|
|
.features-treestudyplan .card.s-studyplan-card {
|
2023-11-12 23:49:50 +01:00
|
|
|
min-width: 400px;
|
|
|
|
max-width: 400px;
|
2023-10-23 23:19:14 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2023-11-13 22:18:28 +01:00
|
|
|
.path-local-treestudyplan.path-local-treestudyplan-edit .card.s-studyplan-card,
|
|
|
|
.features-treestudyplan.path-local-treestudyplan-edit .card.s-studyplan-card {
|
|
|
|
min-width: 450px;
|
|
|
|
max-width: 450px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .card.s-studyplan-card.card-body,
|
|
|
|
.features-treestudyplan .card.s-studyplan-card.card-body {
|
|
|
|
padding: 0.75rem;
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
}
|
2024-03-10 15:56:35 +01:00
|
|
|
.path-local-treestudyplan .card.s-studyplan-card.s-suspended .card-body,
|
|
|
|
.features-treestudyplan .card.s-studyplan-card.s-suspended .card-body {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .card.s-studyplan-card.s-suspended .card-footer,
|
|
|
|
.features-treestudyplan .card.s-studyplan-card.s-suspended .card-footer {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
2023-10-23 23:19:14 +02:00
|
|
|
.path-local-treestudyplan .card.s-studyplan-card.timing-past .card-header,
|
|
|
|
.features-treestudyplan .card.s-studyplan-card.timing-past .card-header {
|
|
|
|
background-color: var(--past);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .card.s-studyplan-card.timing-present .card-header,
|
|
|
|
.features-treestudyplan .card.s-studyplan-card.timing-present .card-header {
|
|
|
|
background-color: var(--present);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .card.s-studyplan-card.timing-future .card-header,
|
|
|
|
.features-treestudyplan .card.s-studyplan-card.timing-future .card-header {
|
|
|
|
background-color: var(--future);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-title-buttons,
|
|
|
|
.features-treestudyplan .s-studyplan-card-title-buttons {
|
|
|
|
font-size: 16px;
|
|
|
|
float: right;
|
2023-11-13 22:18:28 +01:00
|
|
|
white-space: nowrap;
|
2023-10-23 23:19:14 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-title-buttons > *,
|
|
|
|
.features-treestudyplan .s-studyplan-card-title-buttons > * {
|
|
|
|
margin-left: 0.2em;
|
|
|
|
margin-right: 0.3em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-buttons,
|
|
|
|
.features-treestudyplan .s-studyplan-card-buttons {
|
|
|
|
float: right;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: right;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-buttons > *,
|
|
|
|
.features-treestudyplan .s-studyplan-card-buttons > * {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-content,
|
|
|
|
.features-treestudyplan .s-studyplan-card-content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
gap: 20px;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-icon img,
|
|
|
|
.features-treestudyplan .s-studyplan-card-icon img {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-titlebar,
|
|
|
|
.features-treestudyplan .s-studyplan-card-titlebar {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
gap: 5px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-titlebuttons,
|
|
|
|
.features-treestudyplan .s-studyplan-card-titlebuttons {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-info,
|
|
|
|
.features-treestudyplan .s-studyplan-card-info {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
2023-11-12 23:49:50 +01:00
|
|
|
.path-local-treestudyplan .s-studyplan-card-info > :last-child:not(:only-child),
|
|
|
|
.features-treestudyplan .s-studyplan-card-info > :last-child:not(:only-child) {
|
2023-10-23 23:19:14 +02:00
|
|
|
margin-top: auto;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-progressbar,
|
|
|
|
.features-treestudyplan .s-studyplan-card-progressbar {
|
|
|
|
width: calc(100% - 2px);
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-segment,
|
|
|
|
.features-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-segment {
|
|
|
|
display: inline-block;
|
|
|
|
height: 10px;
|
|
|
|
border-top: solid;
|
|
|
|
border-bottom: solid;
|
|
|
|
border-color: var(--info);
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-segment:first-child,
|
|
|
|
.features-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-segment:first-child {
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-left: 1px solid var(--info);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-segment:last-child,
|
|
|
|
.features-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-segment:last-child {
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
border-right: 1px solid var(--info);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-completed,
|
|
|
|
.features-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-completed {
|
|
|
|
background-color: var(--info);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-incomplete,
|
|
|
|
.features-treestudyplan .s-studyplan-card-progressbar .s-studyplan-card-progress-incomplete {
|
|
|
|
background-color: var(--light);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-studyplan-card-progresstext,
|
|
|
|
.features-treestudyplan .s-studyplan-card-progresstext {
|
|
|
|
font-size: 80%;
|
|
|
|
color: var(--gray);
|
|
|
|
}
|
2023-11-12 23:49:50 +01:00
|
|
|
.path-local-treestudyplan .s-studyplan-details img,
|
|
|
|
.features-treestudyplan .s-studyplan-details img {
|
|
|
|
width: 128px;
|
|
|
|
height: 128px;
|
|
|
|
}
|
2023-12-11 22:30:30 +01:00
|
|
|
.path-local-treestudyplan .s-course-extrafields.above,
|
|
|
|
.features-treestudyplan .s-course-extrafields.above {
|
|
|
|
border-bottom: 1px solid #dee2e6;
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-course-extrafields.below,
|
|
|
|
.features-treestudyplan .s-course-extrafields.below {
|
|
|
|
border-top: 1px solid #dee2e6;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-course-extrafields .title,
|
|
|
|
.features-treestudyplan .s-course-extrafields .title {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-course-extrafields .value.true,
|
|
|
|
.features-treestudyplan .s-course-extrafields .value.true {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .s-course-extrafields .value.false,
|
|
|
|
.features-treestudyplan .s-course-extrafields .value.false {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
2023-10-23 23:19:14 +02:00
|
|
|
|
2024-02-18 23:27:57 +01:00
|
|
|
.path-local-treestudyplan {
|
2024-02-18 13:47:08 +01:00
|
|
|
font: inherit;
|
2024-02-23 23:19:46 +01:00
|
|
|
--border-color: #ccc;
|
2024-02-23 09:20:10 +01:00
|
|
|
--conditions-bgcolor: #e7e7e7;
|
|
|
|
--courseresult-bgcolor: white;
|
|
|
|
--studentinfo-bgcolor: white;
|
2024-02-18 13:47:08 +01:00
|
|
|
}
|
2024-02-23 09:20:10 +01:00
|
|
|
.path-local-treestudyplan table.q-studyplanreport {
|
2024-02-20 20:40:18 +01:00
|
|
|
table-layout: fixed;
|
2024-02-23 23:19:46 +01:00
|
|
|
width: calc(24rem + var(--resultColCount) * 4rem);
|
2024-02-20 20:40:18 +01:00
|
|
|
}
|
2024-02-24 16:09:47 +01:00
|
|
|
.path-local-treestudyplan table.q-studyplanreport colgroup.q-col-studentinfo col.q-name {
|
|
|
|
width: 14rem;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.q-studyplanreport colgroup.q-col-studentinfo col.q-lastaccess {
|
|
|
|
width: 10rem;
|
2024-02-23 23:19:46 +01:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan table.q-studyplanreport colgroup.q-col-resultinfo col {
|
|
|
|
width: 4rem;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header {
|
2024-02-23 09:20:10 +01:00
|
|
|
background-color: var(--courseresult-bgcolor);
|
2024-02-18 23:27:57 +01:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header .q-period-heading,
|
|
|
|
.path-local-treestudyplan .q-header .q-line-heading,
|
|
|
|
.path-local-treestudyplan .q-header .q-item-heading,
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-condition-heading {
|
2024-02-23 09:20:10 +01:00
|
|
|
border-right: 1px solid var(--border-color);
|
|
|
|
border-top: 1px solid var(--border-color);
|
2024-02-18 23:27:57 +01:00
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
2024-02-23 09:20:10 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-period-heading,
|
|
|
|
.path-local-treestudyplan .q-header .q-line-heading,
|
|
|
|
.path-local-treestudyplan .q-header .q-item-heading,
|
|
|
|
.path-local-treestudyplan .q-header .q-condition-heading.overall,
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-result.overall {
|
2024-02-23 09:20:10 +01:00
|
|
|
background-color: var(--courseresult-bgcolor);
|
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-period-heading.collapsed {
|
|
|
|
width: 6rem;
|
2024-02-23 09:20:10 +01:00
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-result {
|
2024-02-18 23:27:57 +01:00
|
|
|
height: 2rem;
|
2024-02-19 11:34:40 +01:00
|
|
|
padding-top: 0.25rem;
|
2024-02-18 23:27:57 +01:00
|
|
|
}
|
2024-02-23 09:20:10 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-line-heading,
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-condition-heading {
|
2024-05-24 10:42:29 +02:00
|
|
|
overflow: hidden;
|
2024-02-18 23:27:57 +01:00
|
|
|
width: 2rem;
|
2024-02-23 09:20:10 +01:00
|
|
|
writing-mode: vertical-rl;
|
2024-02-18 23:27:57 +01:00
|
|
|
text-orientation: sideways;
|
2024-02-23 09:20:10 +01:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header .q-line-heading .q-chevron,
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-condition-heading .q-chevron {
|
2024-02-23 09:20:10 +01:00
|
|
|
text-orientation: initial;
|
|
|
|
writing-mode: horizontal-tb;
|
2024-02-18 23:27:57 +01:00
|
|
|
}
|
2024-02-20 20:40:18 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-period-heading,
|
|
|
|
.path-local-treestudyplan .q-header .q-line-heading,
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-condition-heading {
|
2024-02-20 20:40:18 +01:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
2024-05-24 10:42:29 +02:00
|
|
|
.path-local-treestudyplan .q-header .q-item-heading {
|
|
|
|
vertical-align: top;
|
|
|
|
width: 2rem;
|
2024-02-18 23:27:57 +01:00
|
|
|
}
|
2024-05-24 10:42:29 +02:00
|
|
|
.path-local-treestudyplan .q-header .q-line-heading > .q-wrap {
|
2024-02-23 09:20:10 +01:00
|
|
|
display: inline-block;
|
|
|
|
height: 7rem;
|
2024-05-24 10:42:29 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header .q-item-heading > .q-wrap {
|
2024-06-01 14:00:32 +02:00
|
|
|
display: flex;
|
2024-05-24 10:42:29 +02:00
|
|
|
height: 10rem;
|
2024-02-23 09:20:10 +01:00
|
|
|
white-space: nowrap;
|
2024-06-01 14:00:32 +02:00
|
|
|
flex-direction: column;
|
2024-05-24 10:42:29 +02:00
|
|
|
overflow: hidden;
|
2024-06-01 14:00:32 +02:00
|
|
|
gap: 2px;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header .q-item-heading > .q-wrap > * {
|
|
|
|
min-height: 0;
|
2024-05-24 10:42:29 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header .q-item-heading > .q-wrap > .q-toggle {
|
|
|
|
width: 100%;
|
2024-06-01 14:00:32 +02:00
|
|
|
text-align: center;
|
2024-05-24 10:42:29 +02:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header .q-item-heading > .q-wrap > .q-title {
|
2024-06-01 14:00:32 +02:00
|
|
|
flex: 1 0 0;
|
2024-05-24 10:42:29 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
overflow: hidden;
|
|
|
|
writing-mode: vertical-rl;
|
|
|
|
text-orientation: sideways;
|
|
|
|
hyphens: auto;
|
|
|
|
width: 100%;
|
2024-06-01 14:00:32 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding-bottom: 0.5rem;
|
2024-02-18 23:27:57 +01:00
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-condition-heading {
|
2024-02-23 09:20:10 +01:00
|
|
|
text-align: left;
|
|
|
|
background: var(--conditions-bgcolor);
|
2024-02-20 20:40:18 +01:00
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header .q-condition-heading > span.q-wrap {
|
2024-02-20 20:40:18 +01:00
|
|
|
display: inline-block;
|
2024-02-23 09:20:10 +01:00
|
|
|
height: 8rem;
|
2024-02-20 20:40:18 +01:00
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-header a.q-condition-label {
|
|
|
|
text-decoration-line: underline;
|
|
|
|
text-decoration-style: dotted;
|
|
|
|
cursor: pointer;
|
|
|
|
color: inherit; /* Don't force a color on this link */
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header .q-studentinfo {
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 1px solid var(--border-color);
|
|
|
|
width: 12rem;
|
|
|
|
background-color: var(--studentinfo-bgcolor);
|
|
|
|
vertical-align: bottom;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-header .q-studentinfo.q-name {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-groupheading td,
|
|
|
|
.path-local-treestudyplan .q-groupheading th {
|
|
|
|
background-color: var(--studentinfo-bgcolor);
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 1px solid var(--border-color);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-groupheading td:first-child,
|
|
|
|
.path-local-treestudyplan .q-groupheading th:first-child {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-groupheading td:last-child,
|
|
|
|
.path-local-treestudyplan .q-groupheading th:last-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-inforow td,
|
|
|
|
.path-local-treestudyplan .q-inforow th {
|
|
|
|
background-color: var(--studentinfo-bgcolor);
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 1px solid var(--border-color);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-student-results.odd td {
|
|
|
|
background-color: var(--light);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-student-results.odd td.q-result {
|
|
|
|
background-color: var(--light);
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-student-results .q-result {
|
2024-02-20 20:40:18 +01:00
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
2024-02-23 23:19:46 +01:00
|
|
|
border: 1px solid var(--border-color);
|
2024-02-23 09:20:10 +01:00
|
|
|
width: 4rem;
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
background-color: var(--conditions-bgcolor);
|
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-student-results .q-result.overall,
|
|
|
|
.path-local-treestudyplan .q-student-results .q-result.collapsed {
|
2024-02-23 09:20:10 +01:00
|
|
|
background-color: var(--courseresult-bgcolor);
|
2024-02-18 23:27:57 +01:00
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-student-results .q-result.collapsed {
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-student-results .q-studentinfo {
|
2024-02-18 23:27:57 +01:00
|
|
|
padding: 0.5em;
|
2024-02-23 23:19:46 +01:00
|
|
|
border: 1px solid var(--border-color);
|
2024-02-23 09:20:10 +01:00
|
|
|
width: 12rem;
|
|
|
|
background-color: var(--studentinfo-bgcolor);
|
2024-02-18 23:27:57 +01:00
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-student-results .q-courseresult i.fa,
|
|
|
|
.path-local-treestudyplan .q-student-results .q-conditionresult i.fa {
|
2024-02-20 20:40:18 +01:00
|
|
|
font-size: 21px;
|
|
|
|
vertical-align: middle;
|
2024-02-18 23:27:57 +01:00
|
|
|
}
|
2024-02-23 23:19:46 +01:00
|
|
|
.path-local-treestudyplan .q-student-results .q-conditionresult {
|
2024-02-23 09:20:10 +01:00
|
|
|
font-size: 1.2rem;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2024-02-24 23:42:01 +01:00
|
|
|
.path-local-treestudyplan .q-pageperiodselection {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
margin-top: 1em;
|
|
|
|
padding-left: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-pageperiodselection .row {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-pageperiodselection select.custom-select {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.path-local-treestudyplan .q-pageperiodselection .q-label {
|
|
|
|
position: relative;
|
|
|
|
top: 0.5em;
|
|
|
|
}
|
2024-02-18 13:47:08 +01:00
|
|
|
|
2023-09-02 23:25:21 +02:00
|
|
|
.path-local-treestudyplan .b-modal-justify-footer-between .modal-footer,
|
|
|
|
.features-treestudyplan .b-modal-justify-footer-between .modal-footer {
|
|
|
|
justify-content: space-between;
|
2024-02-02 23:09:16 +01:00
|
|
|
}
|
|
|
|
.path-local-treestudyplan .collapse.show,
|
|
|
|
.features-treestudyplan .collapse.show {
|
|
|
|
height: auto;
|
2024-04-21 23:08:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#p-sidebar-wrapper {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#p-sidebar-wrapper #p-sidebar-contentwrapper {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
transition: all 0.3s ease-in-out;
|
2024-05-31 22:32:43 +02:00
|
|
|
overflow-y: auto;
|
2024-04-21 23:08:03 +02:00
|
|
|
}
|
|
|
|
#p-sidebar-wrapper .p-sidebar {
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
min-width: 320px;
|
|
|
|
width: auto;
|
|
|
|
max-width: 430px;
|
|
|
|
height: 100vh;
|
|
|
|
max-height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
outline: 0;
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
transform: translateX(0);
|
|
|
|
background-color: var(--light);
|
|
|
|
display: block;
|
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
|
z-index: 100;
|
|
|
|
--p-sidebar-hideoffset: -320px;
|
|
|
|
}
|
|
|
|
#p-sidebar-wrapper .p-sidebar.p-sidebar-shadow {
|
|
|
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
#p-sidebar-wrapper .p-sidebar.shown {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#p-sidebar-wrapper .p-sidebar:not(.p-sidebar-right).hidden {
|
|
|
|
margin-left: var(--p-sidebar-hideoffset);
|
|
|
|
}
|
|
|
|
#p-sidebar-wrapper .p-sidebar.p-sidebar-right.hidden {
|
|
|
|
margin-right: var(--p-sidebar-hideoffset);
|
2023-08-26 23:37:36 +02:00
|
|
|
}
|