mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
fixed.
based on standard theme.
This commit is contained in:
parent
297d52acc0
commit
2e868cc9b4
@ -3,9 +3,9 @@
|
||||
<!-- START OF FOOTER -->
|
||||
<div id="footer">
|
||||
|
||||
<?php if (!$home and $heading) { // Most pages with heading, except home page ?>
|
||||
<?php if ($navigation) { ?>
|
||||
<div class="navbar">
|
||||
<div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
|
||||
<div class="breadcrumb"><?php print_navigation($navigation); ?></div>
|
||||
<div class="menu"><?php echo $menu; ?></div>
|
||||
</div>
|
||||
<div class="clearer"> </div>
|
||||
|
@ -1,26 +1,26 @@
|
||||
/*******************************************************************
|
||||
styles_color.css
|
||||
|
||||
|
||||
This CSS file contains all color definitions like
|
||||
background-color, font-color, border-color etc.
|
||||
|
||||
Styles are organised into the following sections:
|
||||
|
||||
core
|
||||
header
|
||||
footer
|
||||
core
|
||||
header
|
||||
footer
|
||||
|
||||
admin
|
||||
blocks
|
||||
calendar
|
||||
course
|
||||
doc
|
||||
login
|
||||
message
|
||||
tabs
|
||||
user
|
||||
admin
|
||||
blocks
|
||||
calendar
|
||||
course
|
||||
doc
|
||||
login
|
||||
message
|
||||
tabs
|
||||
user
|
||||
|
||||
various modules
|
||||
various modules
|
||||
|
||||
*******************************************************************/
|
||||
|
||||
@ -30,52 +30,52 @@
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
color:#0000FF;
|
||||
color:#0000FF;
|
||||
}
|
||||
|
||||
a.dimmed:link,
|
||||
a.dimmed:visited {
|
||||
color:#AAAAAA;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:#FF0000;
|
||||
color:#FF0000;
|
||||
}
|
||||
|
||||
a.autolink:link,
|
||||
a.autolink:visited {
|
||||
color:#000000;
|
||||
background: #DDDDDD;
|
||||
color:#000000;
|
||||
background: #DDDDDD;
|
||||
}
|
||||
|
||||
a.autolink.glossary:hover {
|
||||
cursor: help;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color:#AAAAFF;
|
||||
color:#000066;
|
||||
background-color:#AAAAFF;
|
||||
color:#000066;
|
||||
}
|
||||
|
||||
th.header,
|
||||
td.header,
|
||||
div.header {
|
||||
background-color:#EEEEEE;
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color:#EEEEEE;
|
||||
border-color:#DDDDDD;
|
||||
background-color:#EEEEEE;
|
||||
border-color:#DDDDDD;
|
||||
}
|
||||
table.formtable tbody th {
|
||||
background: none;
|
||||
background: none;
|
||||
}
|
||||
.highlight {
|
||||
background-color:#AAFFAA;
|
||||
background-color:#AAFFAA;
|
||||
}
|
||||
|
||||
.highlight2 {
|
||||
color:#AA0000; /* highlight missing terms in forum search */
|
||||
color:#AA0000; /* highlight missing terms in forum search */
|
||||
}
|
||||
|
||||
/* Alternate rows even */
|
||||
@ -88,77 +88,77 @@ table.formtable tbody th {
|
||||
|
||||
/* notification messages (can be good or bad) */
|
||||
.notifyproblem {
|
||||
color:#660000;
|
||||
color:#660000;
|
||||
}
|
||||
|
||||
.notifysuccess {
|
||||
color:#006600;
|
||||
color:#006600;
|
||||
}
|
||||
|
||||
.required {
|
||||
background-color:#DDDDDD;
|
||||
background-color:#DDDDDD;
|
||||
}
|
||||
|
||||
.generalbox {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
.informationbox {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
.feedbackbox {
|
||||
border-color: #888888;
|
||||
border-color: #888888;
|
||||
}
|
||||
.feedbackby {
|
||||
background-color:#BBBBBB;
|
||||
background-color:#BBBBBB;
|
||||
}
|
||||
|
||||
.noticebox {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
.errorbox {
|
||||
color:#ffffff;
|
||||
border-color:#660000;
|
||||
background-color:#990000;
|
||||
color:#ffffff;
|
||||
border-color:#660000;
|
||||
background-color:#990000;
|
||||
}
|
||||
|
||||
.tabledivider {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
.sitetopic {
|
||||
background-color:#FFFFFF;
|
||||
border-color:#9999FF;
|
||||
background-color:#FFFFFF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
.dimmed_text {
|
||||
color:#AAAAAA;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
.teacheronly {
|
||||
color:#990000;
|
||||
color:#990000;
|
||||
}
|
||||
|
||||
.unread {
|
||||
background: #FFD991;
|
||||
background: #FFD991;
|
||||
}
|
||||
|
||||
.censoredtext {
|
||||
color:#000000;
|
||||
background:#000000;
|
||||
color:#000000;
|
||||
background:#000000;
|
||||
}
|
||||
|
||||
|
||||
/* kept for backward compatibility with some non-standard modules
|
||||
which use these classes for various things */
|
||||
.generaltab, .generaltabinactive {
|
||||
background-color:#BBBBBB;
|
||||
background-color:#BBBBBB;
|
||||
}
|
||||
.generaltabselected {
|
||||
background-color:#DDDDDD;
|
||||
background-color:#DDDDDD;
|
||||
}
|
||||
.generaltabinactive {
|
||||
color:#CCCCCC;
|
||||
color:#CCCCCC;
|
||||
}
|
||||
|
||||
|
||||
@ -171,23 +171,45 @@ table.formtable tbody th {
|
||||
*** Footer
|
||||
***/
|
||||
|
||||
.homelink a:link,
|
||||
.homelink a:visited,
|
||||
.homelink a:hover {
|
||||
background-color: #dddddd;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.homelink a:link,
|
||||
.homelink a:visited {
|
||||
border-top: 1px solid #cecece;
|
||||
border-bottom: 2px solid #4a4a4a;
|
||||
border-left: 1px solid #cecece;
|
||||
border-right: 2px solid #4a4a4a;
|
||||
}
|
||||
.homelink a:hover {
|
||||
border-bottom: 1px solid #cecece;
|
||||
border-top: 2px solid #4a4a4a;
|
||||
border-right: 1px solid #cecece;
|
||||
border-left: 2px solid #4a4a4a;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
***/
|
||||
|
||||
.admin .generalboxcontent {
|
||||
background-color:#EEEEEE;
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
.admin .generalbox {
|
||||
border-color:#BBBBBB;
|
||||
border-color:#BBBBBB;
|
||||
}
|
||||
|
||||
.admin .informationbox {
|
||||
border-color:#BBBBBB;
|
||||
background-color:#FFFFFF;
|
||||
border-color:#BBBBBB;
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
body#admin-index .c0 {
|
||||
background-color: #FAFAFA;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
|
||||
@ -197,28 +219,28 @@ body#admin-index .c0 {
|
||||
***/
|
||||
|
||||
.sideblock {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
.sideblock .header {
|
||||
}
|
||||
|
||||
.sideblock .content {
|
||||
background-color:#FCFCFC;
|
||||
background-color:#FCFCFC;
|
||||
}
|
||||
|
||||
.sideblock .content hr {
|
||||
border-top-color:#999999;
|
||||
border-top-color:#999999;
|
||||
}
|
||||
|
||||
.sideblock .list {
|
||||
}
|
||||
.sideblock .header .hide-show img.hide-show-image {
|
||||
background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
|
||||
background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
.sideblock.hidden .header .hide-show img.hide-show-image {
|
||||
background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
|
||||
background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
|
||||
}
|
||||
|
||||
|
||||
@ -229,105 +251,105 @@ body#admin-index .c0 {
|
||||
|
||||
#calendar .maincalendar,
|
||||
#calendar .sidecalendar {
|
||||
border-color: #DDDDDD;
|
||||
border-color: #DDDDDD;
|
||||
}
|
||||
|
||||
#calendar .maincalendar table.calendarmonth th {
|
||||
border-color: #000000;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
table.minicalendar {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .eventlist .event {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .eventlist .event .topic,
|
||||
#calendar .maincalendar .eventlist .event .picture,
|
||||
#calendar .maincalendar .eventlist .event .side {
|
||||
background-color:#EEEEEE;
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
#calendar .maincalendar table.calendarmonth ul.events-underway {
|
||||
color:#999999;
|
||||
color:#999999;
|
||||
}
|
||||
|
||||
#calendar .event_global,
|
||||
.minicalendar .event_global,
|
||||
.block_calendar_month .event_global {
|
||||
border-color:#2EBA0E !important;
|
||||
background-color:#2EBA0E;
|
||||
border-color:#2EBA0E !important;
|
||||
background-color:#2EBA0E;
|
||||
}
|
||||
|
||||
#calendar .event_course,
|
||||
.minicalendar .event_course,
|
||||
.block_calendar_month .event_course {
|
||||
border-color:#FF9966 !important;
|
||||
background-color:#FF9966;
|
||||
border-color:#FF9966 !important;
|
||||
background-color:#FF9966;
|
||||
}
|
||||
|
||||
#calendar .event_group,
|
||||
.minicalendar .event_group,
|
||||
.block_calendar_month .event_group {
|
||||
border-color:#FBBB23 !important;
|
||||
background-color:#FBBB23;
|
||||
border-color:#FBBB23 !important;
|
||||
background-color:#FBBB23;
|
||||
}
|
||||
|
||||
#calendar .event_user,
|
||||
.minicalendar .event_user,
|
||||
.block_calendar_month .event_user {
|
||||
border-color:#A1BECB !important;
|
||||
background-color:#A1BECB;
|
||||
border-color:#A1BECB !important;
|
||||
background-color:#A1BECB;
|
||||
}
|
||||
|
||||
#calendar .duration_global,
|
||||
.minicalendar .duration_global {
|
||||
border-top-color:#2EBA0E !important;
|
||||
border-bottom-color:#2EBA0E !important;
|
||||
border-top-color:#2EBA0E !important;
|
||||
border-bottom-color:#2EBA0E !important;
|
||||
}
|
||||
|
||||
#calendar .duration_course,
|
||||
.minicalendar .duration_course {
|
||||
border-top-color:#FF9966 !important;
|
||||
border-bottom-color:#FF9966 !important;
|
||||
border-top-color:#FF9966 !important;
|
||||
border-bottom-color:#FF9966 !important;
|
||||
}
|
||||
|
||||
#calendar .duration_group,
|
||||
.minicalendar .duration_group {
|
||||
border-top-color:#FBBB23 !important;
|
||||
border-bottom-color:#FBBB23 !important;
|
||||
border-top-color:#FBBB23 !important;
|
||||
border-bottom-color:#FBBB23 !important;
|
||||
}
|
||||
|
||||
#calendar .duration_user,
|
||||
.minicalendar .duration_user {
|
||||
border-top-color:#A1BECB !important;
|
||||
border-bottom-color:#A1BECB !important;
|
||||
border-top-color:#A1BECB !important;
|
||||
border-bottom-color:#A1BECB !important;
|
||||
}
|
||||
|
||||
#calendar .weekend,
|
||||
.minicalendar .weekend {
|
||||
color:#FF0000;
|
||||
color:#FF0000;
|
||||
}
|
||||
|
||||
#calendar .today,
|
||||
.minicalendar .today {
|
||||
border-color:#000000 !important;
|
||||
border-color:#000000 !important;
|
||||
}
|
||||
|
||||
.cal_popup_fg {
|
||||
background-color:#FFFFFF;
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
.cal_popup_bg {
|
||||
border-color:#000000;
|
||||
background-color:#FFFFFF;
|
||||
border-color:#000000;
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
#calendar .maincalendar .filters table,
|
||||
#calendar .sidecalendar .filters table,
|
||||
.block_calendar_month .filters table {
|
||||
background-color: #EEEEEE;
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
|
||||
@ -338,23 +360,23 @@ table.minicalendar {
|
||||
|
||||
/* course, entry-page, login */
|
||||
.headingblock {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
/* course */
|
||||
.headingblock .outline {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
#course-view .section td {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
#course-view .section .content {
|
||||
}
|
||||
|
||||
#course-view .section .side {
|
||||
background: #EEEEEE;
|
||||
background: #EEEEEE;
|
||||
}
|
||||
|
||||
#course-view .section .left {
|
||||
@ -364,7 +386,7 @@ table.minicalendar {
|
||||
}
|
||||
|
||||
#course-view .current .side{
|
||||
background: #FFD991;
|
||||
background: #FFD991;
|
||||
}
|
||||
|
||||
#course-view .topics {
|
||||
@ -377,16 +399,16 @@ table.minicalendar {
|
||||
}
|
||||
|
||||
#course-view .section .weekdates {
|
||||
color:#FFFFFF;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
.categoryboxcontent,
|
||||
.courseboxcontent {
|
||||
border-color:#9999FF;
|
||||
background: #FFFFFF;
|
||||
border-color:#9999FF;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
body#course-user .section {
|
||||
border-color:#AAAAAA;
|
||||
border-color:#AAAAAA;
|
||||
}
|
||||
|
||||
|
||||
@ -400,7 +422,7 @@ body#course-user .section {
|
||||
***/
|
||||
|
||||
.loginbox .content {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
|
||||
@ -409,15 +431,15 @@ body#course-user .section {
|
||||
***/
|
||||
|
||||
table.message_search_results td {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
.message .author {
|
||||
color: #999999;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.message .time {
|
||||
color: #999999;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.message .content {
|
||||
@ -430,42 +452,42 @@ table.message_search_results td {
|
||||
|
||||
.tablink a:link,
|
||||
.tablink a:visited {
|
||||
color:#000066;
|
||||
color:#000066;
|
||||
}
|
||||
|
||||
.selected .tablink a:link,
|
||||
.selected .tablink a:visited {
|
||||
color:#000000;
|
||||
color:#000000;
|
||||
}
|
||||
.tabs .side {
|
||||
border-color: #AAAAAA;
|
||||
border-color: #AAAAAA;
|
||||
}
|
||||
.tabrow td {
|
||||
background:url(pix/tab/left.gif) top left no-repeat;
|
||||
background:url(pix/tab/left.gif) top left no-repeat;
|
||||
}
|
||||
.tabrow td .tablink {
|
||||
background:url(pix/tab/right.gif) top right no-repeat;
|
||||
background:url(pix/tab/right.gif) top right no-repeat;
|
||||
}
|
||||
.tabrow td:hover {
|
||||
background-image:url(pix/tab/left_hover.gif);
|
||||
background-image:url(pix/tab/left_hover.gif);
|
||||
}
|
||||
.tabrow td:hover .tablink {
|
||||
background-image:url(pix/tab/right_hover.gif);
|
||||
background-image:url(pix/tab/right_hover.gif);
|
||||
}
|
||||
.tabrow .last span {
|
||||
background:url(pix/tab/right_end.gif) top right no-repeat;
|
||||
background:url(pix/tab/right_end.gif) top right no-repeat;
|
||||
}
|
||||
.tabrow .selected {
|
||||
background:url(pix/tab/left_active.gif) top left no-repeat;
|
||||
background:url(pix/tab/left_active.gif) top left no-repeat;
|
||||
}
|
||||
.tabrow .selected .tablink {
|
||||
background:url(pix/tab/right_active.gif) top right no-repeat;
|
||||
background:url(pix/tab/right_active.gif) top right no-repeat;
|
||||
}
|
||||
.tabrow td.selected:hover {
|
||||
background-image:url(pix/tab/left_active_hover.gif);
|
||||
background-image:url(pix/tab/left_active_hover.gif);
|
||||
}
|
||||
.tabrow td.selected:hover .tablink {
|
||||
background-image:url(pix/tab/right_active_hover.gif);
|
||||
background-image:url(pix/tab/right_active_hover.gif);
|
||||
}
|
||||
|
||||
|
||||
@ -474,16 +496,16 @@ table.message_search_results td {
|
||||
***/
|
||||
|
||||
.userpicture {
|
||||
background:#EEEEEE;
|
||||
background:#EEEEEE;
|
||||
}
|
||||
|
||||
.userinfobox {
|
||||
border-color: #DDDDDD;
|
||||
background-color: #F7F7F7;
|
||||
border-color: #DDDDDD;
|
||||
background-color: #F7F7F7;
|
||||
}
|
||||
.groupinfobox {
|
||||
border-color: #DDDDDD;
|
||||
background-color: #FCFCFC;
|
||||
border-color: #DDDDDD;
|
||||
background-color: #FCFCFC;
|
||||
}
|
||||
|
||||
|
||||
@ -495,15 +517,15 @@ table.message_search_results td {
|
||||
}
|
||||
|
||||
.assignmentnew .assignmentfeedback{
|
||||
background-color:#DDDDDD;
|
||||
background-color:#DDDDDD;
|
||||
}
|
||||
|
||||
|
||||
.assignmentold .assignmentfeedback{
|
||||
background-color:#BBBBBB;
|
||||
background-color:#BBBBBB;
|
||||
}
|
||||
|
||||
.assignmentheading {
|
||||
background-color:#BBBBBB;
|
||||
background-color:#BBBBBB;
|
||||
}
|
||||
|
||||
|
||||
@ -521,46 +543,46 @@ table.message_search_results td {
|
||||
|
||||
.forumheaderlist,
|
||||
.forumpost {
|
||||
border-color:#9999FF;
|
||||
border-color:#9999FF;
|
||||
}
|
||||
|
||||
.forumpost .content {
|
||||
background: #FFFFFF;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
.forumpost .left {
|
||||
background:#EEEEEE;
|
||||
background:#EEEEEE;
|
||||
}
|
||||
|
||||
.forumpost .topic {
|
||||
border-bottom-color: #EEEEEE;
|
||||
border-bottom-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.forumpost .starter {
|
||||
background:#DDDDDD;
|
||||
background:#DDDDDD;
|
||||
}
|
||||
|
||||
.forumheaderlist .discussion .starter {
|
||||
background:#DDDDDD;
|
||||
background:#DDDDDD;
|
||||
}
|
||||
|
||||
.forumheaderlist td {
|
||||
border-color: #FFFFFF;
|
||||
border-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.sideblock .post .head {
|
||||
color:#555555;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
.forumthread .unread {
|
||||
background: #FFD991;
|
||||
background: #FFD991;
|
||||
}
|
||||
#mod-forum-discuss .forumpost {
|
||||
background: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
#mod-forum-discuss .unread .forumpost .message {
|
||||
border-color: #FFD991;
|
||||
border-color: #FFD991;
|
||||
}
|
||||
|
||||
#mod-forum-discuss .forumthread .unread {
|
||||
@ -575,18 +597,18 @@ table.message_search_results td {
|
||||
***/
|
||||
|
||||
.entryboxheader {
|
||||
border-color: #BBBBBB;
|
||||
border-color: #BBBBBB;
|
||||
}
|
||||
|
||||
.entrybox {
|
||||
border-color: #BBBBBB;
|
||||
border-color: #BBBBBB;
|
||||
}
|
||||
|
||||
.entry {
|
||||
}
|
||||
|
||||
.glossarypost {
|
||||
border-color: #DDDDDD;
|
||||
border-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.glossarypost .entryheader,
|
||||
@ -594,30 +616,30 @@ table.message_search_results td {
|
||||
.glossarypost .picture,
|
||||
.glossarypost .entryattachment,
|
||||
.glossarypost .left {
|
||||
background-color: #F0F0F0;
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
.glossarycomment {
|
||||
border-color: #DDDDDD;
|
||||
border-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.glossarycomment .entryheader,
|
||||
.glossarycomment .picture,
|
||||
.glossarycomment .left {
|
||||
background-color: #F0F0F0;
|
||||
background-color: #F0F0F0;
|
||||
|
||||
}
|
||||
|
||||
#mod-glossary-report .generalbox .teacher {
|
||||
background: #F0F0F0;
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
.categoryheader {
|
||||
background-color: #dddddd;
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
.glossaryformatheader {
|
||||
background-color: #dddddd;
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
|
||||
@ -627,7 +649,7 @@ table.message_search_results td {
|
||||
|
||||
#mod-journal-view .feedbackbox .left,
|
||||
#mod-journal-view .feedbackbox .entryheader {
|
||||
background-color: #dddddd;
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
/***
|
||||
@ -643,10 +665,10 @@ table.message_search_results td {
|
||||
***/
|
||||
|
||||
body#mod-quiz-report table#attempts td {
|
||||
border-color: #dddddd;
|
||||
border-color: #dddddd;
|
||||
}
|
||||
body#mod-quiz-report table#attempts .r1 {
|
||||
background-color: #eeeeee;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
|
||||
@ -663,10 +685,10 @@ body#mod-quiz-report table#attempts .r1 {
|
||||
***/
|
||||
|
||||
#mod-survey-view .r0 {
|
||||
background-color: #EEEEEE;
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
#mod-survey-view .r1 {
|
||||
background-color: #DDDDDD;
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
|
||||
@ -679,11 +701,11 @@ body#mod-quiz-report table#attempts .r1 {
|
||||
***/
|
||||
|
||||
.workshoppostpicture {
|
||||
background-color:#FEE6B9;
|
||||
background-color:#FEE6B9;
|
||||
}
|
||||
|
||||
.workshopassessmentheading {
|
||||
background-color:#DDDDDD;
|
||||
background-color:#DDDDDD;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,25 +1,25 @@
|
||||
/*******************************************************************
|
||||
styles_color.css
|
||||
|
||||
|
||||
This CSS file contains all font definitions like family, size,
|
||||
weight, text-align, letter-spacing etc.
|
||||
|
||||
Styles are organised into the following sections:
|
||||
core
|
||||
header
|
||||
footer
|
||||
core
|
||||
header
|
||||
footer
|
||||
|
||||
admin
|
||||
blocks
|
||||
calendar
|
||||
course
|
||||
doc
|
||||
login
|
||||
message
|
||||
tabs
|
||||
user
|
||||
admin
|
||||
blocks
|
||||
calendar
|
||||
course
|
||||
doc
|
||||
login
|
||||
message
|
||||
tabs
|
||||
user
|
||||
|
||||
various modules
|
||||
various modules
|
||||
|
||||
*******************************************************************/
|
||||
|
||||
@ -29,25 +29,25 @@
|
||||
***/
|
||||
|
||||
.clearer {
|
||||
font-size:1px;
|
||||
font-size:1px;
|
||||
}
|
||||
|
||||
body, td, th, li {
|
||||
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:0.95em;
|
||||
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:0.95em;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration:none;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1.main,
|
||||
@ -56,73 +56,73 @@ h3.main,
|
||||
h4.main,
|
||||
h5.main,
|
||||
h6.main {
|
||||
font-weight:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size:1.7em;
|
||||
font-size:1.7em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size:1.4em;
|
||||
font-size:1.4em;
|
||||
}
|
||||
h3 {
|
||||
font-size:1.1em;
|
||||
font-size:1.1em;
|
||||
}
|
||||
h4 {
|
||||
font-size:1.0em;
|
||||
font-size:1.0em;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight:bold;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.warning {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.errorbox .title {
|
||||
font-weight: normal;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pagingbar .title {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
.pagingbar .thispage {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.categoryname,
|
||||
.categorynumber {
|
||||
font-size:larger;
|
||||
font-weight:normal;
|
||||
font-size:larger;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.helplink {
|
||||
font-size:0.8em;
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
.headingblock {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.headingblock .link {
|
||||
font-size: 0.9em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.files .file {
|
||||
font-size: 0.9em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.files .folder {
|
||||
font-size: 0.9em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.files .folder .size {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
@ -131,25 +131,25 @@ h4 {
|
||||
***/
|
||||
|
||||
.headermain {
|
||||
font-weight:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#header-home .headermain {
|
||||
font-size:1.5em;
|
||||
font-size:1.5em;
|
||||
}
|
||||
|
||||
#header .headermain {
|
||||
font-size:1.3em;
|
||||
font-size:1.3em;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
font-size:0.9em;
|
||||
font-weight:normal;
|
||||
font-size:0.9em;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.logininfo,
|
||||
#header-home .headermenu font {
|
||||
font-size:x-small;
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
|
||||
@ -158,17 +158,17 @@ h4 {
|
||||
***/
|
||||
|
||||
.homelink {
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
***/
|
||||
|
||||
table.formtable tbody th {
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
@ -178,23 +178,23 @@ table.formtable tbody th {
|
||||
|
||||
.sideblock .content h3,
|
||||
.sideblock .content h2 {
|
||||
font-size:1.0em;
|
||||
font-size:1.0em;
|
||||
}
|
||||
.sideblock .header .commands {
|
||||
font-size: 0.75em;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.sideblock .footer {
|
||||
font-size:0.75em;
|
||||
font-size:0.75em;
|
||||
}
|
||||
|
||||
.sideblock .head,
|
||||
.sideblock .info {
|
||||
font-size: 0.85em;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
.sideblock .date {
|
||||
font-style: italic;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@ -204,55 +204,55 @@ table.formtable tbody th {
|
||||
***/
|
||||
|
||||
#calendar .maincalendar .eventlist .event .referer {
|
||||
font-weight:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .eventlist .event .course {
|
||||
font-size:0.8em;
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .eventlist .event .description .commands {
|
||||
text-align: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#calendar .maincalendar table.calendarmonth td {
|
||||
font-size:0.8em;
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
#calendar div.header
|
||||
{
|
||||
font-weight:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
#calendar .sidecalendar .filters {
|
||||
font-size:0.75em;
|
||||
font-size:0.75em;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .controls {
|
||||
font-size:1.2em;
|
||||
font-size:1.2em;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .day {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
table.minicalendar {
|
||||
font-size:0.85em;
|
||||
font-size:0.85em;
|
||||
}
|
||||
|
||||
.cal_popup_caption {
|
||||
font-family:sans-serif;
|
||||
font-size:0.8em;
|
||||
font-weight:normal;
|
||||
font-family:sans-serif;
|
||||
font-size:0.8em;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.cal_popup_close {
|
||||
font-family:sans-serif;
|
||||
font-size:0.8em;
|
||||
font-weight:normal;
|
||||
font-family:sans-serif;
|
||||
font-size:0.8em;
|
||||
font-weight:normal;
|
||||
}
|
||||
#calendar .maincalendar .calendar-controls .current {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
@ -261,28 +261,28 @@ table.minicalendar {
|
||||
***/
|
||||
|
||||
.activitydate, .activityhead {
|
||||
font-size:x-small;
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
.weeklydatetext {
|
||||
font-size:medium;
|
||||
font-weight:normal;
|
||||
font-size:medium;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.courseboxinfo {
|
||||
font-size:medium;
|
||||
font-size:medium;
|
||||
}
|
||||
|
||||
.courseboxteachers,
|
||||
.courseboxcost {
|
||||
font-size:smaller;
|
||||
font-size:smaller;
|
||||
}
|
||||
|
||||
.courseboxsummary {
|
||||
font-size:small;
|
||||
font-size:small;
|
||||
}
|
||||
#course-view .section .left {
|
||||
font-weight:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
|
||||
@ -292,10 +292,10 @@ table.minicalendar {
|
||||
*** Doc
|
||||
***/
|
||||
body#doc-contents h1 {
|
||||
font-size: 1em;
|
||||
font-size: 1em;
|
||||
}
|
||||
body#doc-contents ul {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
||||
@ -310,39 +310,39 @@ body#doc-contents ul {
|
||||
***/
|
||||
|
||||
.message_summary_link {
|
||||
font-size:small;
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
.message_link {
|
||||
font-size:x-small;
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
.message_form {
|
||||
font-size:0.78em;
|
||||
font-size:0.78em;
|
||||
}
|
||||
|
||||
.message_heading {
|
||||
font-size:medium;
|
||||
font-weight:normal;
|
||||
font-size:medium;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.message_date,
|
||||
.message_contact,
|
||||
.message_summary {
|
||||
font-size:small;
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
.message_small_note,
|
||||
.message_pix {
|
||||
font-size:x-small;
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
.message .author {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.message .time {
|
||||
font-style: italic;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.message .content {
|
||||
@ -353,7 +353,7 @@ body#doc-contents ul {
|
||||
*** Tabs
|
||||
***/
|
||||
.tablink a:hover {
|
||||
text-decoration: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
@ -362,11 +362,11 @@ body#doc-contents ul {
|
||||
***/
|
||||
|
||||
.userinfobox .username {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.userinfobox .links {
|
||||
font-size: 0.7em;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
|
||||
@ -381,25 +381,25 @@ body#doc-contents ul {
|
||||
/***
|
||||
*** Modules: Choice
|
||||
***/
|
||||
|
||||
|
||||
/***
|
||||
*** Modules: Forum
|
||||
***/
|
||||
|
||||
.forumnodiscuss{
|
||||
font-weight:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
.forumpost .topic .subject {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
.forumpost .topic .author {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.forumheaderlist .discussion .lastpost {
|
||||
font-size: 0.7em;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
body#mod-forum-search .introcontent {
|
||||
font-weight:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
|
||||
@ -409,25 +409,25 @@ body#mod-forum-search .introcontent {
|
||||
***/
|
||||
|
||||
.glossarypost .commands {
|
||||
font-size: 0.7em;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
.glossarypost .entryheader .author {
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
}
|
||||
.concept {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
.glossarycomment .time {
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
}
|
||||
.entrylowersection .aliases {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.entrylowersection .icons,
|
||||
.entrylowersection .ratings {
|
||||
font-size: 0.8em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
||||
@ -437,19 +437,19 @@ body#mod-forum-search .introcontent {
|
||||
***/
|
||||
#mod-journal-view .lastedit,
|
||||
#mod-journal-view .editend {
|
||||
font-size: 0.7em;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
#mod-journal-view .author {
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
#mod-journal-view .time {
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
}
|
||||
#mod-journal-view .grade {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/***
|
||||
@ -465,7 +465,7 @@ body#mod-forum-search .introcontent {
|
||||
***/
|
||||
|
||||
.editorhelptext {
|
||||
font-size:x-small;
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user