/* Eventually see if these settings are already defined in VARIABLES */ /* The top Navbar characteristics */ .navbar-light { background-color: #d1c8c1; //background-color: orange; border-bottom: 1px solid black; } /* Change the color scheme and some spacing for manually grading quiz questions. This matches the old MORE theme color scheme. */ .alert-info, #page-admin-index .releasenoteslink, #adminsettings .form-overridden, .que .formulation { background-color: #d9edf7; border-color: black; color: black; } .alert-warning, #page-admin-index .adminwarning, .uninstalldeleteconfirmexternal, .que .outcome, .que .comment { background-color: #dff0d8; border-color: black; color: black; } .que.essay .qtype_essay_response { padding: .25em; } /* Reduce indentation of forum posts. I would like to go smaller, but I have not figured out how to do this without chopping off the profile image. */ /* Help and Language text coloration */ .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #990001; text-decoration: underline; } .navbar-light .navbar-nav .nav-link { color: #990001; } .p-y-1 { padding-top: .5rem !important; padding-bottom: .5rem !important; } /* Move the forum post content as far left as possible. There might be some other changes required to move it further left. */ .forumpost .row .left { width: 40px; } /* Tighter spacing between Upcoming Events items */ hr { margin-top: .25rem; margin-bottom: .25rem; } /* Fixes space around collapsed topics headings. */ .course-content ul.ctopics li.section.main, .course-content ul.ctopics li.tcsection { padding: .7em; } /* Change gradebook tab characteristics */ .nav-tabs .nav-link { padding: .2em .5em; border: 1px solid $gray-lighter; } /* Changing "dimmed" colors, from Mary Evans I couldn't change the activity color with this, so I added a bunch of code near the bottom. */ a.dimmed, a.dimmed:link, a.dimmed:visited, a.dimmed_text, a.dimmed_text:link, a.dimmed_text:visited, .dimmed_text, .dimmed_text a, .dimmed_text a:link, .dimmed_text a:visited, .usersuspended, .usersuspended a, .usersuspended a:link, .usersuspended a:visited, .dimmed_category, .dimmed_category a { color: #009899; } .activity.label .dimmed_text { color: #009899; } /* Improve hyperlink coloring */ a:visited { color: #cc6666; } a:active { color:#009899; } /* To highlight each activity by hovering */ .activity:hover { background-color: #e9dfd7; } /* Alternate course colors on frontpage (Olemann) */ .courses .coursebox { border: 1px solid black; border-radius: .2rem; margin-bottom: .5em; } .courses .coursebox.even, .courses .coursebox.odd { background-color: #f9f5f1; } .courses .coursebox:hover { background-color: #e9dfd7; } /* Make subtitles in homepage content be left justified */ .coursebox .content .summary, .coursebox .content .coursecat { float: left; width: 100%; } /* I cannot figure out how to position the image, so for now I am not going to display it */ .coursebox .content .courseimage img { display: none; } /* Move course "lock" slightly to the right of the course name on the frontpage */ .coursebox > .info > .coursename a { padding-right: 1em; } /* This might remove the Home link in the footer */ .homelink { display: none; } /* Spacing under topic description */ p { margin-top: .5rem; margin-bottom: .25rem; } /* Change right block characteristics */ .m-b-1 { margin-bottom: .4rem !important; color: gray; background-color: #F9F5F0; } .card-block { padding: .45rem; } /* Changes main section resources spacing */ .section .activity .contentwithoutlink, .section .activity .activityinstance { min-height: .75em; } /* The top Navbar characteristics */ .p-y-1 { padding-top: .5rem !important; padding-bottom: .5rem !important; } /* Tweaks for Collapsed Topics */ .course-content ul.ctopics li.section .content .toggle span.the_toggle.tc-small { margin-top: .2em; } /* lines separating topics */ .course-content ul li.section.main { border-bottom: 1px solid #d1c8c1; } /* Widen the board for all main region blocks */ #region-main > .card { border: .2em solid black; border-radius: .4rem; min-height: 0; } /* Still need to fix hyperlinks on side drawer */ .list-group-item-action:focus, .list-group-item-action:hover { color: #990000; text-decoration: underline; } a:focus, a:hover { color: #990000; } .list-group-item-action { color: #990000; } a { color: #900; } /* Top Courses Button I still have to play with these settings navbar-light .navbar-brand { padding-left: 1rem; padding-right: 1rem; margin-right: 2rem; color: #907878; background-color: #002D99; } */ .text-muted, a.dimmed, a.dimmed:link, a.dimmed:visited, a.dimmed_text, a.dimmed_text:link, a.dimmed_text:visited, .dimmed_text, .dimmed_text a, .dimmed_text a:link, .dimmed_text a:visited, .usersuspended, .usersuspended a, .usersuspended a:link, .usersuspended a:visited, .dimmed_category, .dimmed_category a, .tag_feed .media .muted a, #page-admin-qtypes .disabled, #page-admin-qbehaviours .disabled, #page-admin-plugins #plugins-control-panel .pluginname .componentname, #page-admin-plugins #plugins-control-panel .version .versionnumber, #page-admin-plugins #plugins-control-panel .notes .requiredby, #plugins-check-page .page-description, #plugins-check-page #plugins-check .requires-ok, #plugins-check-page #plugins-check .displayname .plugindir, #plugins-check-page #plugins-check-available-dependencies .displayname .component, .block .minicalendar td.weekend, .course-content .section-summary .section-summary-activities .activity-count, #course-category-listings .listitem[data-visible="0"], #course-category-listings .listitem[data-visible="0"] > div > a, #course-category-listings .listing-pagination-totals.dimmed, .fitem.disabled .fp-btn-choose, .form-defaultinfo, .form-label .form-shortname, .formsettingheading .form-horizontal, .no-felement.fstatic, .path-backup .backup_progress .backup_stage { color: #009899 !important; opacity: 100; } /* Change some of the forum post characteristics */ .forumpost { background-color: #f9f5f1; } /* Experimental .course-123 a {color:red;} will make every link in course 123 red */