mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
378 lines
5.9 KiB
CSS
378 lines
5.9 KiB
CSS
/* $Id$ */
|
|
|
|
/*
|
|
** layout
|
|
*/
|
|
|
|
|
|
/* basic styles */
|
|
.clearer {
|
|
clear:both;
|
|
margin:0px;
|
|
padding:0px;
|
|
height:1px;
|
|
border:none;
|
|
background:transparent;
|
|
}
|
|
|
|
|
|
/* general styles */
|
|
th {
|
|
background-image:url(gradient.jpg);
|
|
background-position:top;
|
|
background-repeat:repeat-x;
|
|
}
|
|
|
|
form {
|
|
margin-bottom:0px;
|
|
}
|
|
|
|
|
|
/* header styles */
|
|
#header-home {
|
|
padding:1em 0.5em;
|
|
height:2em;
|
|
}
|
|
|
|
#header {
|
|
padding:0.1em 0.5em;
|
|
}
|
|
|
|
.headermain {
|
|
float:left;
|
|
}
|
|
|
|
#header .headermain {
|
|
margin:0.2em 0em;
|
|
}
|
|
|
|
.headermenu {
|
|
float:right;
|
|
}
|
|
|
|
#nav-bar {
|
|
padding:3px 0.5em;
|
|
height:1.3em;
|
|
background-image:url(gradient.jpg);
|
|
background-position:top;
|
|
background-repeat:repeat-x;
|
|
}
|
|
|
|
#breadcrumb {
|
|
float:left;
|
|
margin:0.2em 0em;
|
|
}
|
|
|
|
#navbutton {
|
|
float:right;
|
|
}
|
|
|
|
|
|
/* footer styles */
|
|
|
|
|
|
/* content styles */
|
|
.generalbox {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
/* many places */
|
|
.noticebox {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
/* entry-page index.php */
|
|
.sitetopic {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
/* quiz styles */
|
|
.feedbacktext {
|
|
display:block;
|
|
}
|
|
|
|
/* summary of a user in a nice little box - weblib.php */
|
|
.userinfobox {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
margin-bottom:5px;
|
|
}
|
|
|
|
.userinfoboxside,
|
|
.userinfoboxsummary,
|
|
.userinfoboxlinkcontent { }
|
|
|
|
/* glossary, wiki */
|
|
.generaltab,
|
|
.generaltabselected {
|
|
background:none;
|
|
}
|
|
|
|
/* assignment, forum, glossary */
|
|
.forumheaderlist,
|
|
.forumpost {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
/* weblib.php table */
|
|
.tabledivider {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
border-left:0px;
|
|
border-right:0px;
|
|
border-top:0px;
|
|
}
|
|
|
|
/* calendar */
|
|
table.calendarmini {
|
|
width:100%;
|
|
margin:0px;
|
|
padding:2px;
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
table.calendarmini thead td {
|
|
vertical-align:center;
|
|
}
|
|
|
|
table.calendarmini tbody td {
|
|
border-width:2px;
|
|
border-style:solid;
|
|
vertical-align:center;
|
|
}
|
|
|
|
table.calendarmonth thead td {
|
|
padding-bottom:3px;
|
|
border-bottom:2px solid;
|
|
vertical-align:center;
|
|
}
|
|
|
|
table.calendarmonth tbody td {
|
|
width:14%;
|
|
border-width:2px;
|
|
border-style:solid;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.cal_event_global {
|
|
border:2px solid !important;
|
|
}
|
|
|
|
.cal_event_course {
|
|
border:2px solid !important;
|
|
}
|
|
|
|
.cal_event_group {
|
|
border:2px solid !important;
|
|
}
|
|
|
|
.cal_event_user {
|
|
border:2px solid !important;
|
|
}
|
|
|
|
.cal_duration_global {
|
|
border-top:2px solid !important;
|
|
border-bottom:2px solid !important;
|
|
}
|
|
|
|
.cal_duration_course {
|
|
border-top:2px solid !important;
|
|
border-bottom:2px solid !important;
|
|
}
|
|
|
|
.cal_duration_user {
|
|
border-top:2px solid !important;
|
|
border-bottom:2px solid !important;
|
|
}
|
|
|
|
.cal_duration_group {
|
|
border-top:2px solid !important;
|
|
border-bottom:2px solid !important;
|
|
}
|
|
|
|
.cal_today {
|
|
border:2px solid !important;
|
|
}
|
|
|
|
.mycalendar .cal_filters thead td {
|
|
margin:0px;
|
|
padding:2px;
|
|
border-bottom:2px solid;
|
|
}
|
|
|
|
table.calendarmonth tbody td table,
|
|
table.calendarmonth tbody td div {
|
|
margin-top:0px;
|
|
margin-left:0px;
|
|
}
|
|
|
|
table.calendarmonth tbody td table td,
|
|
a img {
|
|
border:none;
|
|
}
|
|
|
|
.mycalendar .cal_event_table,
|
|
table.calendarmonth,
|
|
.mycalendar table.cal_filters {
|
|
width:100%;
|
|
margin:0px;
|
|
padding:2px;
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
.mycalendar hr {
|
|
height:1px;
|
|
margin-top:4px;
|
|
margin-bottom:4px;
|
|
border:none;
|
|
border-top:1px solid;
|
|
}
|
|
|
|
td.cal_event_description {
|
|
width:80%;
|
|
padding:5px;
|
|
vertical-align:top;
|
|
border-left:2px solid;
|
|
}
|
|
|
|
.cal_popup_bg {
|
|
padding:0px;
|
|
margin:0px;
|
|
background-image:url(gradient.jpg);
|
|
background-position:top;
|
|
background-repeat:repeat-x;
|
|
border:2px solid;
|
|
}
|
|
|
|
.cal_popup_close {
|
|
margin-right:5px;
|
|
}
|
|
|
|
.eventfull {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
.eventfullpicture {
|
|
padding:8px;
|
|
}
|
|
|
|
/* admin, calendar */
|
|
table.formtable td {
|
|
padding:9px;
|
|
}
|
|
|
|
/* block_rss_client.php */
|
|
.rssclientlink {
|
|
padding-bottom:5px;
|
|
border-top:1px solid;
|
|
}
|
|
|
|
.rssclientdescription {
|
|
padding-left:10px;
|
|
padding-bottom:8px;
|
|
}
|
|
|
|
/* message */
|
|
.message_link {
|
|
vertical-align:center;
|
|
}
|
|
|
|
.message_search_results {
|
|
border-collapse:collapse;
|
|
border-spacing:0px;
|
|
}
|
|
|
|
table.message_search_results td {
|
|
padding:5px;
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
/* course, entry-page, login */
|
|
.headingblock {
|
|
background-image:url(gradient.jpg);
|
|
background-position:top;
|
|
background-repeat:repeat-x;
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
/* course */
|
|
.outlineheadingblock {
|
|
background-image:url(gradient.jpg);
|
|
background-position:top;
|
|
background-repeat:repeat-x;
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
.weeklyoutlinecontent,
|
|
.topicsoutlinecontent {
|
|
border-width:1px;
|
|
border-left:0px;
|
|
border-right:0px;
|
|
border-style:solid;
|
|
}
|
|
|
|
.weeklyoutlinecontenthighlight,
|
|
.topicsoutlinecontenthighlight {
|
|
border-width:1px;
|
|
border-left:0px;
|
|
border-right:0px;
|
|
border-style:solid;
|
|
}
|
|
|
|
.weeklyoutlinecontenthidden,
|
|
.topicsoutlinecontenthidden {
|
|
border-width:1px;
|
|
border-left:0px;
|
|
border-right:0px;
|
|
border-style:solid;
|
|
}
|
|
|
|
.categoryboxcontent,
|
|
.courseboxcontent {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
/* sideblock */
|
|
/* sideblock weblib.php */
|
|
#block_course_summary .sideblockmain {
|
|
padding:10px;
|
|
}
|
|
|
|
/* calendar, weblib.php, wiki */
|
|
.sideblock {
|
|
border-width:1px;
|
|
border-style:solid;
|
|
}
|
|
|
|
/* weblib.php, wiki */
|
|
.sideblockheading {
|
|
background-image:url(gradient.jpg);
|
|
background-position:top;
|
|
background-repeat:repeat-x;
|
|
}
|
|
|
|
.sideblockmain hr {
|
|
height:1px;
|
|
margin-top:4px;
|
|
margin-bottom:4px;
|
|
border:none;
|
|
border-top:1px solid;
|
|
}
|
|
|
|
/* calendar, course, weblib,php, attandance
|
|
dialouge, exercise, forum, lesson, quiz */
|
|
.generaltableheader {
|
|
background-image:url(gradient.jpg);
|
|
background-position:top;
|
|
background-repeat:repeat-x;
|
|
} |