moodle/mod/workshop/styles.php

119 lines
2.4 KiB
PHP
Raw Normal View History

/**
* Elements generated by the workshop renderer
*/
.mod-workshop .status-message {
padding: 5px 5em 5px 15px;
margin: 0px auto 20px auto;
width: 60%;
font-size: 80%;
position: relative;
}
.mod-workshop .status-message-closer {
font-weight: bold;
position: absolute;
top: 5px;
right: 15px;
}
.mod-workshop .status-message.ok {
color: #547c22;
background-color: #e7f1c3;
}
.mod-workshop .status-message.error {
color: #dd0221;
background-color: #ffd3d9;
}
.mod-workshop .status-message.info {
color: #1666a9;
background-color: #d2ebff;
}
/**
* Allocators
*/
.mod-workshop .allocation-init-results {
margin: 10px auto;
width: 60%;
font-size: 80%;
}
.mod-workshop .allocation-init-results .ident {
margin-left: 20px;
}
.mod-workshop .allocation-init-results .ok {
color: #547c22;
background-color: #e7f1c3;
}
.mod-workshop .allocation-init-results .error {
color: #dd0221;
background-color: #ffd3d9;
}
.mod-workshop .allocation-init-results .info {
color: #1666a9;
background-color: #d2ebff;
}
/**
* Manual allocator
*/
.mod-workshop .manual-allocator .allocations {
margin: 0px auto;
}
.mod-workshop .manual-allocator .allocations .r0 {
background-color: #eee;
}
.mod-workshop .manual-allocator .allocations .highlightreviewedby .reviewedby,
.mod-workshop .manual-allocator .allocations .highlightreviewerof .reviewerof {
background-color: #fff3d2;
}
.mod-workshop .manual-allocator .allocations tr td {
vertical-align: top;
padding: 5px;
}
.mod-workshop .manual-allocator .allocations tr td.peer {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.mod-workshop .manual-allocator .allocations .reviewedby .info,
.mod-workshop .manual-allocator .allocations .peer .info,
.mod-workshop .manual-allocator .allocations .reviewerof .info {
font-size: 80%;
color: #888;
font-style: italic;
}
.mod-workshop .manual-allocator .allocations .reviewedby img.userpicture,
.mod-workshop .manual-allocator .allocations .reviewerof img.userpicture {
height: 16px;
width: 16px;
margin-right: 3px;
vertical-align: middle;
}
.mod-workshop .manual-allocator .allocations .peer img.userpicture {
height: 35px;
width: 35px;
vertical-align: middle;
margin-right: 5px;
}
.mod-workshop .manual-allocator .allocations .peer .submission {
font-size: 90%;
margin-top: 1em;
}