source: WAeUP_Moodle/bteducation2_0/style/grade.css @ 6369

Last change on this file since 6369 was 6369, checked in by Henrik Bettermann, 13 years ago

Add Moodle 2.0 bteducation theme. This is a copy of the standard theme. Feel free to tweak this theme as you like. The old bteducation theme is deprecated, it can't be used for Moodle >2.0.

File size: 1.9 KB
Line 
1/** Grades **/
2#page-grade-index .grades .header {font-weight: bold; font-size: 0.7em;}
3
4#grade-aggregation-help dt {font-weight: bold;}
5#grade-aggregation-help dd.example {font-style: italic;}
6#grade-aggregation-help code {font-style: normal;}
7
8#page-grade-index .grades {border-color:#000;}
9#page-grade-index .grades td {border-color:#E0E0E0;}
10#page-grade-index .grades .r0 {background-color: #FFF;}
11#page-grade-index .grades .r1 {background-color: #F0F0F0;}
12
13td.grade div.overridden {background-color: #DDDDDD;}
14
15.path-grade-report-grader table#user-grades td.cell span.gradepass {background-color: #C2EBBD;}
16.path-grade-report-grader table#user-grades td.cell span.gradefail {background-color: #EBC4BD;}
17.path-grade-report-grader table#user-grades td.clickable {cursor: pointer;}
18.path-grade-report-grader .graderreportoverlay {background-color:#EEEEEE;border:1px solid black;padding:10px;}
19
20.path-grade-edit-tree .moving {background-color: #E8EEF7;}
21.path-grade-edit-tree .gradetreebox {width:70%;padding-bottom:15px;overflow-x:auto;overflow-y:hidden;}
22
23.path-grade-edit-scale .scale_options,
24#page-admin-grade-edit-scale-index .scale_options {font-size: 0.8em;}
25
26.gradetreebox {margin:10px auto;width:90%;}
27.gradetreebox table {font-size: 0.8em;border: 1px solid #AAA;}
28.gradetreebox tr.category th.cell.rowspan {border-width:0; border-left:1px solid #AAA;}
29.gradetreebox tr.category th.cell.rowspan:hover {background-color: #EEE;}
30.gradetreebox td.name {border-left: 0px;}
31.gradetreebox td.colspan {border-left: 1px solid #AAA;border-bottom: 1px solid #AAA;border-top: none;background-color: #DDD;}
32.gradetreebox tr .cell.level1 {background-color: #F3DFD0; width: 10px;}
33.gradetreebox tr .cell.level2 {background-color: #D0DBD3; width: 10px;}
34.gradetreebox tr .cell.level3 {background-color: #D0F3D6; width: 10px;}
35.gradetreebox tr .cell.level4 {background-color: #F0F0AA; width: 10px;}
36.gradetreebox tr .cell.level5 {background-color: #EBDEF6; width: 10px;}
Note: See TracBrowser for help on using the repository browser.