/* Change Top navbar color, from Emma I use this to distinguish my different installs of Moodle */ .navbar-inverse .brand { color: white; font-weight: 500; } /* Improve Heading Styles */ h1, h2, h3, h4 { line-height: 100%; } h1 { font-size: 150% } h2 { font-size: 120% } h3 { font-size: 110% } h4 { font-size: 110% } /* Make hyperlinks a different color than black */ a:link { color: #990000;} /* unvisited link */ a:visited { color: #cc6666;} /* visited link */ a:hover {color:#990000;} /* mouse over link */ a:active {color:#009899;} /* selected link, complement of maroon */ /* Reduce icon sizes */ .activity img.activityicon { width: 14pt; height: 14pt; margin-right: 3px; vertical-align: text-bottom; } /* Add Side Block borders */ .block { border: 1px solid #000000; padding: 0; margin: 0 0 3px; } /* Main box region borders */ #region-main { border: 2px solid #000000; padding: .5em; padding-bottom: .5em; margin-bottom: 0; border-radius: 4px; } /* Tighten up Calendar */ .block .minicalendar td { padding: 0; } /* Improve RSS display */ .block_rss_client .content li { margin-bottom: .3em; padding: 0; border: 0px solid; padding-top: .1em; border-bottom: 1px solid #E9DFD7; border-top-color: lightgrey; padding-bottom: .2em; } /* Tighten up breadcrumb display */ .breadcrumb { padding: .3em; background-color: #F9F5F0; border-radius: 2px; border: 1px solid; } /* Change the highlight (lightbulb) color */ .course-content .current { background-color: #FED079; } /* Reduce space between activity lines */ li { line-height: 100%; padding: 0; line-height: 1.2em; } .section .activity .activityinstance { padding-right: 0; min-height: 0; } /* Fix word wrap and tweak display of collapsed topics headings */ .course-content ul.ctopics li.section .content .toggle a h3, .course-content ul.ctopics li.section .content.sectionhidden h3 { word-wrap: normal; overflow-wrap: normal; word-break: normal; margin: .1em; width: 102%; } /* A little more tweaking to collapsed topics */ .course-content ul.ctopics li.section .content .toggle a h3.sectionname, .course-content ul.ctopics li.section .content.sectionhidden h3.sectionname { margin: 0; } /* Changing "dimmed" colors, from Mary Evans */ 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 { opacity: 100; color: #009899 ; } .course-content ul li.section.hidden { opacity: .75; } /* To remove the Moodle picture in the footer (Emma Richardson) */ .homelink {display:none} .sitelink {display:none} /* To highlight each activity by hovering */ .activity:hover { background-color: #EEE; } /* R. Oelmann make home combo boxes be the same color */ .courses .coursebox.even, .courses .coursebox.odd { background-color: #E9DFD7; margin-bottom: 3px; border: 1px solid #000000; } .courses .coursebox:hover { background-color: #F9F5F0; } .courses .coursebox { border: 1px solid #000000; } /* Make subtitles in homepage content be left justified */ .coursebox .content .summary, .coursebox .content .coursecat { float: left; width: 100%; } /* Improves the position of course (right) icons on the Frontpage From Mary Evans */ .coursebox > .info > .coursename a { background-position: left 0.2em; float: left; padding-bottom: 5px; } .coursebox .enrolmenticons, .coursebox .moreinfo { padding: 0; } /* Tighter line space on grade book tabs */ .nav { margin-bottom: 0; } .nav-tabs > li > a { padding-top: .5em; padding-bottom: .5em; line-height: 1em; } /* Modification for Moodle 3.1 */ .btn-primary:link {color: white;} .btn-primary:hover {color: yellow;} /* Quiz Navigation Buttons */ .path-mod-quiz #mod_quiz_navblock .qnbutton .thispageholder {color: black;}