Created
November 27, 2018 03:44
-
-
Save agoramachina/437d9d5ef8609d59a6841711211b8112 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("webcourses.ucf.edu") { | |
/*** Main page ***/ | |
body { | |
background: #333; | |
color: #e8e8e8; | |
} | |
a { | |
font-size: 10pt; | |
} | |
a:link { | |
color: #66D9EF !important; | |
} | |
a:visited { | |
color: #F92672 !important; | |
/* visited link */ | |
} | |
a:hover { | |
color: #F92672; | |
} | |
a { | |
text-decoration: none; | |
} | |
.button { | |
border-color: #888; | |
background-color: transparent; | |
} | |
/* Webcourses@ucf invert */ | |
.ic-app-nav-toggle-and-crumbs::after { | |
background-image: url("https://i.imgur.com/D3cSzH3.png"); | |
background-size: auto; | |
} | |
#breadcrumbs > ul > li a { | |
font-size: 13pt!important; | |
color: #eee!important; | |
} | |
/* TODO & FEEDBACK BG */ | |
.ic-Layout-contentMain { | |
background-color: #333!important; | |
} | |
.Sidebar__TodoListContainer, | |
.ic-app-main-content__secondary { | |
background-color: #333; | |
font-size: 11pt; | |
} | |
p { | |
font-size: 8pt!important; | |
margin-top: 0pt; | |
margin-bottom: 0pt; | |
} | |
/* Left Popout Menu */ | |
._2j9P-N_ { | |
color: #7251B0 !important; | |
background-color: #222; | |
} | |
/* Left Static Menu */ | |
#left-side a { | |
color: #ccc !important; | |
background-color: #222; | |
} | |
a.home, | |
a.announcements, | |
a.assignments, | |
a.discussions, | |
a.grades, | |
a.people.active, | |
a.syllabus, | |
a.quizzes, | |
a.module, | |
a.conferences, | |
a.collaborations, | |
a.chat, | |
a.research_guide #section-tabs { | |
background-color: #523E75; | |
color: #7251B0; | |
} | |
/* Left Static Menu Highlight */ | |
a.home.active, | |
a.announcements.active, | |
a.assignments.active, | |
a.discussions.active, | |
a.grades.active, | |
a.people.active, | |
a.syllabus.active, | |
a.quizzes.active, | |
a.modules.active, | |
a.conferences.active, | |
a.collaborations.active, | |
a.chat.active, | |
a.research_guide.active #section-tabs.active { | |
background-color: #523E75!important; | |
color: #7251B0; | |
} | |
/*** MENUS **/ | |
/** Left Popup Menu **/ | |
._1Faa10f a._3AzhIcR:link, | |
._1Faa10f a._3AzhIcR:visited, | |
._1Faa10f button._3AzhIcR, | |
#right-side .right-side-list .recent_feedback_icon, | |
#right-side .right-side-list li:last-child a { | |
color: #7251B0 !important; | |
} | |
/** Left Courses Menu **/ | |
#left-side.ic-app-course-menu.list-view, | |
#left-side.ic-app-course-menu.list-view { | |
background-color: #222!important; | |
} | |
/*** DASHBOARD ***/ | |
.ic-Dashboard-header__layout, | |
.ic-Layout-contentMain, | |
.ic-DashboardCard__box { | |
background-color: #333; | |
} | |
.lR6vLVV._1Io8QtW._3ExAzXi g { | |
color: #fff; | |
} | |
._2Gc-qLg g { | |
color: #803D4F !important; | |
} | |
/** DB Container Cards **/ | |
.ic-DashboardCard, | |
.ic-DashboardCard__header_content, | |
.ic-DashboardCard__action-container, | |
.ic-DashboardCard__header { | |
background: #fafafa !important; | |
color: #333!important; | |
} | |
/* DB Notifications */ | |
.ic-DashboardCard__action-badge { | |
background-color: #523E75 | |
} | |
/* DB Icons */ | |
.ic-DashboardCard__action-layout { | |
color: #111; | |
} | |
a.home, | |
a.announcements, | |
a.assignments, | |
a.discussions, | |
a.grades, | |
a.people.active, | |
a.syllabus, | |
a.quizzes, | |
a.module, | |
a.conferences, | |
a.collaborations, | |
a.chat, | |
a.research_guide { | |
background-color: #fff; | |
} | |
#section-tabs { | |
background-color: #222; | |
} | |
/** DB Header **/ | |
.ic-app-header__main-navigation { | |
background-color: #222; | |
/* left dash menu */ | |
} | |
/** Course Header **/ | |
#breadcrumbs > ul > li { | |
background-color: #333; | |
color: #A6E22E; | |
} | |
/** Course Home Background **/ | |
.header-bar, | |
.item-group-container { | |
background-color: #333; | |
} | |
.ig_row .ig-published.student-view a { | |
background-color: #333; | |
color: #eee; | |
} | |
.ic-Layout-contentMain { | |
background-color: #333; | |
} | |
.item-group-condensed .ig-list li:first-child .ig-row, | |
.item-group-condensed .ig-list li:first-of-type .ig-row, | |
.item-group-condensed .first_visible .ig-row { | |
padding-top: 0pt!important; | |
} | |
/* Recent Messages Notification */ | |
.ic-notification__content { | |
background-color: #222; | |
} | |
.recent-activity-header { | |
border: none; | |
} | |
.item-group-condensed .ig-row { | |
background-color: #333!important; | |
/* Inside List */ | |
color: #eee; | |
border-color: #777; | |
padding-top: 0pt!important; | |
padding-bottom: 0pt!important; | |
padding-left: 12pt!important; | |
} | |
.item-group-container { | |
border: none; | |
/* Outside Border */ | |
} | |
.ig-row .ig-published student-view { | |
border: none!important; | |
} | |
#right-side .events_list .event-details:after, | |
#right-side .events_list .todo-details:after, | |
#right-side .to-do-list .event-details:after, | |
#right-side .to-do-list .todo-details:after { | |
background: transparent; | |
/* remove stupid gradient */ | |
} | |
.btn, | |
.Button, | |
.ui-button, | |
.btn.button-sidebar-wide { | |
background-color: transparent; | |
/* view grades */ | |
} | |
#right-side .button-sidebar-wide { | |
color: #fff!important; | |
/* view grades */ | |
} | |
.GUnnBRv._1o_L_Fo, | |
.y97EIeM._1o_L_Fo { | |
color: #eee !important/* show all */ | |
} | |
/* QUIZZES */ | |
.quiz-submission, | |
.question_editing { | |
background-color: #333; | |
} | |
.question .header { | |
background-color: #000 !important; | |
} | |
.text, | |
p { | |
color: #000; | |
} | |
.description.user_content.student-version.enhanced p { | |
color: #eee !important; | |
} | |
.name { | |
color: #fff!important; | |
} | |
/** Page stuff **/ | |
/* Borders */ | |
.ig-row { | |
border-color: #333!important; | |
} | |
/* Search Input*/ | |
.ic-Input-group .ic-Input:not(:last-child) { | |
background-color: #fcfcfc; | |
border-color: #aaa; | |
} | |
.ic-Input { | |
background-color: #eee!important; | |
color: #000!important; | |
} | |
/* Search Button */ | |
.ic-Input-group .Button:last-child:not(.Button--primary):not(.Button--secondary):not(.Button--success):not(.Button--warning):not(.Button--danger), | |
.ic-Input-group .ui-button:last-child:not(.Button--primary):not(.Button--secondary):not(.Button--success):not(.Button--warning):not(.Button--danger) { | |
background-color: #666; | |
border-color: #666 | |
} | |
/* Top Left Menu Icon */ | |
.icon-hamburger { | |
color: #ddd!important; | |
position: relative; | |
top: 3px; | |
left: -10px; | |
} | |
.ig-header, | |
.name { | |
text-shadow: none; | |
text-decoration: none; | |
color: #FD971F!important; | |
} | |
.ig-header { | |
text-shadow: none; | |
padding-top: 10px; | |
padding-bottom: 0px; | |
} | |
/* Discussions */ | |
.unpinned-discussions-v2__wrapper, | |
.closed-for-comments-discussions-v2__wrapper { | |
background-color: #333; | |
} | |
._1GSBfAK { | |
color: #eee!important; | |
} | |
.ic-item-row, | |
.ic-discussion-row, | |
.discussions-v2__container-image { | |
background-color: #333; | |
} | |
._1pVOtJH, | |
_2g1RwIn _3ObpRS5 _3uSbY5A { | |
background-color: transparent!important; | |
} | |
._2Gc-qLg, | |
._3_WF-Hw._3CSmEMx.BtotZDz._1o_L_Fo.GUnnBRv.Mu_qqbh { | |
background-color: transparent!important; | |
} | |
._3_WF-Hw._3CSmEMx._3OWFqcy._1o_L_Fo.GUnnBRv.Mu_qqbh { | |
border-color: #999; | |
} | |
._3_WF-Hw._1OV7aK1 { | |
margin-bottom: 0px!important; | |
} | |
/* | |
._3_WF-Hw._3CSmEMx.BtotZDz._1o_L_Fo.GUnnBRv.Mu_qqbh { | |
background-color: #523E75; | |
border-color: #555 | |
} | |
*/ | |
/* Grades */ | |
table.summary td, | |
table.summary tbody th { | |
background-color: #222!important; | |
} | |
#right-side .button-sidebar-wide, | |
.show_all_details button.Button { | |
color: #fff !important; | |
background-color: #333; | |
border-color: #333; | |
} | |
.print-grades.icon-printer { | |
color: #eee!important; | |
border-color: #aaa; | |
background-color: #444; | |
} | |
#assignments { | |
font-size: 10pt!important; | |
} | |
#right-side, | |
.show_all_details button.Button a { | |
margin-top: 40px!important; | |
} | |
.with-right-side #right-side-wrapper { | |
background-color: #333; | |
} | |
.grade-summary-graph-component { | |
background-color: #333!important; | |
} | |
._26ou-dH { | |
color: #ddd; | |
} | |
._1vPszOK { | |
background-color: #eee!important; | |
color: black; | |
} | |
.ic-app-main-content__secondary { | |
background-color: #333!important; | |
} | |
/* Announcements */ | |
._1pVOtJH, | |
._1Faa10f a._3AzhIcR:link, | |
._1Faa10f a._3AzhIcR:visited, | |
._1Faa10f button._3AzhIcR, | |
#right-side .right-side-list .recent_feedback_icon, | |
#right-side .right-side-list li:last-child a { | |
background-color: #222; | |
} | |
._3uSbY5A { | |
color: #ccc; | |
} | |
.GUnnBRv._1o_L_Fo { | |
border-color: #555; | |
background-color: #333; | |
} | |
._2Gc-qLg { | |
background-color: #333!important; | |
} | |
._3_WF-Hw { | |
margin: 0px; | |
} | |
.ic-item-row__content-link-container div, | |
.ic-announcement-row__content div { | |
width: 390px; | |
} | |
p.ic-item-row__content-link-container, | |
p.ic-announcement-row__content { | |
overflow: hidden; | |
text-overflow: ellipsis; | |
} | |
/*Announcements/external feeds*/ | |
._3CSmEMx { | |
top: 0px; | |
} | |
/*show by date/type*/ | |
._2Lyl5zW, | |
._3XzXD44, | |
.rXFtf6L { | |
background-color: #363636!important; | |
color: #777; | |
} | |
.roster-tab.tab-panel.ui-tabs-panel.form-inline { | |
background-color: #444!important; | |
} | |
button.al-trigger { | |
color: white!important; | |
background-color: #888!important; | |
} | |
.v-gutter { | |
background-color: #999!important; | |
} | |
.table { | |
background-color: #000!important; | |
} | |
a.roster_user_name.student_context_card_trigger { | |
color: #523E75!important; | |
} | |
.ui-tabs .ui-tabs-nav li.ui-tabs-active, | |
.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover, | |
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover { | |
background-color: #444; | |
} | |
.add_group_link { | |
border-color: #555; | |
background-color: #523E75; | |
} | |
.student-group-header.clearfix { | |
background-color: #333!important; | |
} | |
.student-group-body { | |
background-color: #ddd!important; | |
} | |
.student-groups .student-group-title h3 { | |
color: #FD971F; | |
} | |
.ig-header-title a { | |
color: #FD971F!important; | |
} | |
.ig-list { | |
padding-bottom: 18px; | |
padding-top: 0px; | |
} | |
.ig-info { | |
padding-top: 4px; | |
} | |
.ic-app-course-menu #section-tabs-header-subtitle { | |
color: #222; | |
} | |
.student-groups .student-group-title h3 small { | |
color: #A6E22E; | |
} | |
.student-groups .student-group-students { | |
color: #6E47B4; | |
} | |
/** Fixed Menu **/ | |
#left-side { | |
position: fixed; | |
left: 0; | |
top: 72px; | |
width: 240px; | |
} | |
.list-view > ul, | |
.list-view > nav > ul { | |
margin: 8pt; | |
margin-left: 40px; | |
} | |
.ic-Layout-contentMain { | |
background-color: #333!important; | |
} | |
#left-side.ic-app-course-menu.list-view, | |
#left-side.ic-app-course-menu.list-view a { | |
font-size: 11pt; | |
} | |
._1pVOtJH._2g1RwIn._3ObpRS5._3uSbY5A { | |
font-size: 10pt; | |
padding-left: 2pt; | |
} | |
.item-group-container, | |
.item-group-condensed { | |
padding-top: 0pt; | |
padding-bottom: 0pt; | |
margin-bottom: 4pt; | |
margin-top: 1pt; | |
} | |
.item-group-condensed .ig-list li:first-child .ig-row, | |
.item-group-condensed .ig-list li:first-of-type .ig-row, | |
.item-group-condensed .first_visible .ig-row { | |
border-width: 1px; | |
border-top-right-radius: 0px; | |
border-top-left-radius: 0px; | |
border-bottom-right-radius: 0px; | |
border-bottom-left-radius: 0px; | |
} | |
.ig-list .ig-row { | |
padding: 0px; | |
padding-bottom: 4pt; | |
padding-top: 4pt; | |
font-size: 14pt; | |
margin: 0pt; | |
} | |
.item-group-condensed .ig-list li:last-child .ig-row, | |
.item-group-condensed .ig-list li:last-of-type .ig-row, | |
.item-group-condensed .last_visible .ig-row { | |
border-radius: 0px; | |
} | |
.item-group-container .item-group-condensed { | |
padding: 0px; | |
} | |
.ig-header .name { | |
text-decoration: none!important; | |
text-shadow: 0px 0px #000!important; | |
} | |
.ig-header .ig-header-title { | |
padding-top: 10px; | |
padding-bottom: 0px; | |
} | |
.ic-item-row { | |
font-size: 10pt; | |
} | |
.ic-item-row__content-col h3 { | |
font-size: 11pt; | |
} | |
.ic-item-row__meta-col .ic-item-row__meta-content p { | |
color: #777; | |
} | |
.ic-item-row { | |
box-shadow: 0 -1px #777, inset 0 -1px #777; | |
padding-top: 14px; | |
padding-left: 0pt; | |
padding-right: 0pt; | |
padding-bottom: 10px; | |
} | |
.ic-announcement-row__content { | |
padding-top: 1pt; | |
} | |
.ic-announcement-row__content { | |
color: #F92672; | |
} | |
._1Faa10f button._3AzhIcR { | |
text-decoration: underline; | |
} | |
.ic-item-row__content-link-container { | |
color: #66D9EF; | |
} | |
.event b { | |
font-size: 10pt; | |
padding: 0px; | |
margin: 0px; | |
text-decoration: none; | |
} | |
._1Faa10f a._3AzhIcR:link, | |
._1Faa10f a._3AzhIcR:visited, | |
._1Faa10f button._3AzhIcR, | |
#right-side .right-side-list .recent_feedback_icon, | |
#right-side .right-side-list li:last-child a { | |
text-decoration: none; | |
} | |
#right-side .right-side-list li em, | |
#right-side .right-side-list li p { | |
color: #444E60; | |
} | |
.context_module div.footer { | |
padding: 0px; | |
} | |
.ic-Layout-contentMain { | |
padding-top: 5px; | |
padding-left: 40px; | |
padding-right: 75px; | |
padding-bottom: 0px; | |
} | |
.ic-app-main-content__secondary { | |
padding-top: 0px; | |
} | |
.todo-list-header { | |
padding: 0px; | |
background-color: #222; | |
} | |
#right-side .todo-list-header { | |
padding-top: 50px; | |
margin-top: 0px; | |
} | |
.icon-stats, | |
.icon-calendar-day { | |
padding-right: 16px; | |
} | |
.unstyled_list group_list { | |
padding-bottom: 10px; | |
} | |
.ToDoSidebarItem { | |
line-height: 1px; | |
margin: 0px; | |
background-color: transparent; | |
} | |
.ToDoSidebarItem, | |
._3_WF-Hw.TQ7i4O, | |
._3BBKCuX._1tC0B4j { | |
background-color: transparent!important; | |
border: none!important; | |
} | |
/* | |
._3BBKCuX._1tC0B4j{ | |
background:#222!important; | |
} | |
*/ | |
#left-side.ic-app-course-menu.list-view, | |
#left-side.ic-app-course-menu.list-view a { | |
text-decoration: none; | |
} | |
.ToDoSidebarItem__Icon { | |
color: #bbb; | |
} | |
._2Gc-qLg, | |
._3_WF-Hw._3CSmEMx.BtotZDz._1o_L_Fo.GUnnBRv.Mu_qqbh { | |
color: #fff; | |
background-color: #222; | |
border-color: #aaa | |
} | |
.GUnnBRv._1o_L_Fo, | |
.y97EIeM._1o_L_Fo { | |
text-decoration: none; | |
} | |
#right-side .button-sidebar-wide, | |
.show_all_details button.Button { | |
color: #fff !important; | |
border-color: #888!important; | |
margin-top: 10px; | |
padding-top: 8px; | |
padding-bottom: 8px; | |
} | |
#right-side .button-sidebar-wide i { | |
color: #A6E22E; | |
} | |
._3_WF-Hw _39bukS8 _2fpe3Sb _2IC-CBk { | |
font-size: 3pt!important; | |
} | |
.icon-check::before { | |
color: #A6E22E; | |
} | |
.icon-status::before { | |
color: white!important; | |
} | |
.context_module .icon-minimize { | |
color: #C23C0D; | |
} | |
.context_module .ig-row .module-item-status-icon { | |
position: static; | |
right: 630px; | |
top: -2px; | |
} | |
#right-side h2, | |
#right-side .h2 { | |
margin-top: 20px; | |
} | |
.recent_feedback_icon { | |
margin-top: -5px; | |
margin-bottom: -10px; | |
} | |
#right-side .right-side-list li em, | |
#right-side .right-side-list li p { | |
margin-left: 20px; | |
} | |
.oCsJOy7 { | |
font-size: 10pt; | |
} | |
._3_WF-Hw { | |
font-weight: normal; | |
font-size: 8pt; | |
} | |
.unstyled_list.group_list { | |
padding-bottom: 0px; | |
} | |
.ToDoSidebarItem__Title { | |
padding-bottom: 0pt; | |
} | |
.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-app-header__menu-list-link { | |
background: #333; | |
} | |
._3_WF-Hw._39bukS8._2fpe3Sb._2IC-CBk { | |
padding-top: 2pt; | |
padding-bottom: 2pt; | |
} | |
.h2.shared-space { | |
padding-top: 0px; | |
} | |
.ToDoSidebarItem { | |
padding-top: 2px; | |
padding-bottom: 8px; | |
} | |
.ic-app-main-content__secondary { | |
background-color: #222!important; | |
} | |
.announcements-v2__wrapper { | |
background: #333; | |
} | |
.ic-app-course-nav-toggle { | |
margin-top: -14px; | |
} | |
.btn-link:hover:focus, | |
.Button--link:hover:focus { | |
color: transparent!important; | |
} | |
.ic-app-course-menu #section-tabs-header-subtitle { | |
color: #ccc; | |
margin-left: 40px; | |
} | |
#context-list { | |
background-color: #222; | |
color: #ddd; | |
} | |
#right-side h2, | |
#right-side .h2 { | |
border-color: #666; | |
} | |
_3AzhIcR a { | |
background-color: #333; | |
} | |
._1Faa10f a._3AzhIcR:link, | |
._1Faa10f a._3AzhIcR:visited, | |
._1Faa10f button._3AzhIcR, | |
#right-side .right-side-list .recent_feedback_icon, | |
#right-side .right-side-list li:last-child a { | |
text-decoration: none!important; | |
} | |
.text, | |
p { | |
color: #ddd; | |
} | |
.pages.show.home .course-title { | |
padding-bottom: 10px; | |
padding-top: 20px; | |
} | |
.context_module_item .type_icon .icon-document { | |
color: #ccc; | |
} | |
.context_module_item.quiz .icon-quiz { | |
color: #A1BA6E; | |
} | |
.context_module_item.assignment .icon-assignment { | |
color: #BD8A4D; | |
} | |
.context_module_item.attachment .icon-paperclip { | |
color: #ccc; | |
} | |
.context_module_item .type_icon .icon-discussion { | |
color: #7C54BF; | |
} | |
.ic-item-row__content-col a { | |
background-color: #333; | |
} | |
.ic-Layout-contentMain { | |
padding-top: 20px; | |
} | |
._1pVOtJH._2PIFAw6._3ObpRS5 { | |
background-color: #222; | |
color: #7C5FAD; | |
font-weight: normal; | |
} | |
._1pVOtJH { | |
background-color: #333; | |
color: #bbb | |
} | |
.unpinned-discussions-v2__wrapper, | |
.closed-for-comments-discussions-v2__wrapper { | |
border-color: #777; | |
} | |
.module-sequence-footer .module-sequence-footer-content { | |
background-color: #333; | |
} | |
._3_WF-Hw { | |
background-color: #222; | |
} | |
/* CONVERSATIONS*/ | |
.conversations .panel { | |
background-color: #333; | |
} | |
.message-list .messages > li { | |
background: #333; | |
} | |
.bootstrap-select.btn-group .btn .filter-option { | |
color: #fff; | |
} | |
#calendar-app .fc-month-view .fc-widget-header, | |
#calendar-drag-and-drop-container .fc-month-view .fc-widget-header { | |
background-color: #523E75; | |
color: #eee; | |
} | |
.fc-view-container { | |
background-color: #eee; | |
} | |
.fc-basic-view td.fc-week-number span, | |
.fc-basic-view td.fc-day-number { | |
color: black; | |
} | |
#minical { | |
background-color: #523E75; | |
border-color: #555; | |
} | |
#minical .fc-toolbar h2, | |
#minical .fc-toolbar .h2 { | |
color: #eee; | |
} | |
.fc-day-grid-container { | |
background-color: #eee; | |
} | |
.icon-more { | |
color: white; | |
} | |
#context-list .checked label { | |
color: #81B024; | |
} | |
.ui-tabs .ui-tabs-nav { | |
background-color: #444 | |
} | |
.ui-dialog .ui-dialog-titlebar.ui-widget-header, | |
.ui-dialog .ui-datepicker .ui-widget-header.ui-datepicker-header, | |
.ui-datepicker .ui-dialog .ui-widget-header.ui-datepicker-header { | |
background-color: #376A91; | |
border-color: #333; | |
} | |
.ui-corner-all, | |
.ui-corner-top, | |
.ui-corner-left, | |
.ui-corner-tl { | |
border-top-left-radius: 0px; | |
border-top-right-radius: 0px; | |
} | |
.tab_holder.clearfix.ui-tabs-panel.ui-widget-content.ui-corner-bottom { | |
background-color: #eee; | |
} | |
.ic-app-header__menu-list-link .ic-icon-svg { | |
fill: #ccc; | |
} | |
.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-icon-svg { | |
fill: #B8E266; | |
} | |
.ic-Table.ic-Table--hover-row tbody tr { | |
padding: 0px; | |
} | |
#right-side .button-sidebar-wide, | |
.show_all_details button.Button { | |
font-size: 10pt; | |
} | |
#right-side .button-sidebar-wide i::before { | |
margin-top: -4px; | |
margin-left: -3px; | |
} | |
.icon-discussion_standalone-icon::before { | |
color: white; | |
} | |
.lR6vLVV._3_f1pbK._3ExAzXi { | |
fill: white!important; | |
} | |
#right-side .button-sidebar-wide, | |
.show_all_details button.Button { | |
border-color: #444!important; | |
} | |
#grades_summary td.due { | |
font-size: 9pt; | |
} | |
.Sidebar__TodoListContainer, | |
.ic-app-main-content__secondary { | |
font-size: 9pt; | |
} | |
.ic-Form-control.ic-Form-control--checkbox .ic-Label { | |
padding-top: 20px; | |
} | |
.ic-Form-control.ic-Form-control--checkbox input[type="checkbox"] { | |
position: static; | |
} | |
#assignments-not-weighted, | |
#whatif-score-description, | |
#student-grades-show-all, | |
#only_consider_graded_assignments_wrapper { | |
margin-top: 9px; | |
} | |
/*Grades*/ | |
._1eIerfd._2QFDVaM._3E8xleu._2M8a7O2._2FiX-Nq.pfXv5wR, | |
._3_WF-Hw._3A6ci1i.hHRPV3W._13ymLxf._2ymsZU6._2tEzXlc { | |
background-color: #333; | |
} | |
/* GRADES */ | |
/*Grades/Course./Arrangeby*/ | |
._1Ri4ojr._26ou-dH { | |
color: #ddd; | |
} | |
/*Grades/Namelist*/ | |
#grades_summary th a { | |
text-decoration: none; | |
font-weight: bold; | |
color: #ddd!important; | |
} | |
/*Grades/Duelist*/ | |
#grades_summary td.due { | |
color: #bbb; | |
} | |
/*Grades/icon/discussion*/ | |
i.icon-discussion.standalone-icon:before, | |
a.icon-discussion.standalone-icon:before, | |
a.icon-discussion.standalone-icon:before { | |
color: #E09134; | |
padding-right: 6px; | |
} | |
/*Grades/icons/checkbox*/ | |
i.icon-check-plus.standalone-icon:before { | |
color: #B0E24B; | |
} | |
/*Grades/stupidlines*/ | |
.ic-Table td { | |
border: none; | |
} | |
/*Grades calulation checkbox*/ | |
.ic-Form-control.ic-Form-control--checkbox.ic-Label:before { | |
top: 0px; | |
} | |
/*Wrapper right*/ | |
.with-right-side #right-side-wrapper { | |
padding-top: 10px; | |
} | |
/*Course Groups List*/ | |
.unstyled_list.group_list > li { | |
margin-bottom: 5px; | |
} | |
ul.group_list { | |
margin-top: 10px; | |
margin-bottom: 0px; | |
} | |
/*course groups list*/ | |
ul.group_list a { | |
color: #7C5FAD!important; | |
padding-left: 16px; | |
} | |
.event-details__title { | |
color: #7C5FAD; | |
} | |
#right-side h2, | |
#right-side .h2 { | |
margin-top: 5px; | |
padding-top: 5px; | |
} | |
/*announcements header*/ | |
._3wAxC-O.Achb6Xc, | |
._3wAxC-O._2QFDVaM, | |
._3_WF-Hw._28N5-9H._1OV7aK1 { | |
background-color: #333; | |
} | |
.ic-item-row.ic-announcement-row { | |
padding-right: 20px; | |
background-color: #222; | |
} | |
.ic-announcement-row__content, | |
._1pVOtJH._2g1RwIn._3ObpRS5._3uSbY5A { | |
background-color: #222; | |
} | |
._1pVOtJH._2g1RwIn._3ObpRS5._3uSbY5A { | |
font-size: 9pt; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment