UNPKG

@giancosta86/omnicourse

Version:

Interactive, React-based drill-down analysis of your learning experience

171 lines (169 loc) 3.5 kB
.omniCourse { display: flex; flex-direction: column; font-size: 0.9em; width: 100%; background: white; } .omniCourse label { font-weight: bold; margin-right: 0.5em; } .omniCourse .screenshotBox { background: white; padding: 0.5em; padding-top: 0; } .omniCourse .currentLevelBox { flex: 1; display: flex; flex-direction: column; } .omniCourse .currentLevelBox footer { font-size: 0.75em; margin-top: 1.25em; line-height: 1.25em; } .omniCourse .loadingBox { display: flex; justify-content: center; justify-items: center; align-items: center; width: 100%; height: 100%; } .omniCourse .chartBox { flex: 1; } .omniCourse .recharts-legend-item { display: inline-flex !important; align-items: center !important; cursor: pointer !important; } .omniCourse .tooltip { background: beige; border: 2px solid rgb(138, 138, 138); border-radius: 0.75em; padding: 0.25em; text-align: center; } .omniCourse .tooltip label { font-size: 0.85em; margin-right: 0.2em; } .omniCourse .tooltip .percentage { font-size: 0.85em; color: #474747; } .omniCourse .tooltip .duration { font-size: 0.75em; font-style: italic; color: #474747; } .omniCourse .tooltip .instructions { margin-top: 0.4em; font-size: 0.66em; font-style: italic; color: #797777; } .omniCourse .downloadBox { margin-top: 0.5em; text-align: center; } .omniCourse .download { font-size: 0.75em; font-weight: bold; margin-left: 0.75em; padding: 0.5em; border-radius: 0.5em; background: rgb(230, 255, 230); color: rgb(0, 46, 0); border: 1px solid darkgreen; cursor: pointer; box-shadow: 3px 3px 3px rgb(0, 48, 0); } .omniCourse .download:hover { background: rgb(196, 236, 196); } .omniCourse .pathBar { font-size: 0.75em; line-height: 2.5em; margin-bottom: 0.5em; } .omniCourse .taxonomySelectionBox { display: inline-block; } .omniCourse .breadcrumbs { display: inline-flex; flex-wrap: wrap; align-items: center; } .omniCourse .breadcrumb { display: inline-flex; justify-content: center; align-items: center; background: white; border: 1px solid black; color: black; border-radius: 0.8em; margin-left: 0.5em; margin-top: 0.5em; font-weight: bold; padding: 0 0.5em; height: 2em; cursor: default; } .omniCourse .breadcrumb.previous.meaningful { cursor: pointer; border-color: darkslateblue; background: aliceblue; color: rgb(1, 1, 85); } .omniCourse .breadcrumb.previous.meaningful:hover { background: rgb(199, 227, 255); } .omniCourse .worksBox { flex: 1; margin-top: 1em; } .omniCourse .worksList li { border: 2px solid black; border-radius: 0.5em; background: #ffffd4; padding-top: 0.33em; padding-bottom: 0.33em; font-size: 0.85em; margin-bottom: 0.75em; text-align: center; } .omniCourse .worksList .title { font-weight: bold; } .omniCourse .worksList .timeInfo { font-style: italic; font-size: 0.75em; margin-top: 0.33em; margin-bottom: 0.33em; } .omniCourse .worksTable { padding: 1em; } .omniCourse .worksTable td { border: 1px solid black; padding: 0.7em; } .omniCourse .worksTable thead { font-weight: bold; text-align: center; background: #92b4f2; } .omniCourse .worksTable tbody { background: aliceblue; } .omniCourse .worksTable tbody .duration, .omniCourse .worksTable tbody .completionDate, .omniCourse .worksTable tbody .kind, .omniCourse .worksTable tbody .certificateUrl { text-align: center; } /*# sourceMappingURL=OmniCourse.css.map */