2005-03-22 10:04:55 +00:00
|
|
|
/*******************************************************************
|
2005-05-18 14:56:25 +00:00
|
|
|
styles_fonts.css
|
2007-04-12 14:59:32 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
This CSS file contains all font definitions like family, size,
|
|
|
|
weight, text-align, letter-spacing etc.
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
Styles are organised into the following sections:
|
2005-03-27 15:50:20 +00:00
|
|
|
core
|
|
|
|
header
|
|
|
|
footer
|
|
|
|
|
|
|
|
admin
|
|
|
|
blocks
|
|
|
|
calendar
|
|
|
|
course
|
|
|
|
doc
|
2005-05-13 08:29:09 +00:00
|
|
|
grades
|
2005-03-27 15:50:20 +00:00
|
|
|
login
|
|
|
|
message
|
2006-05-29 09:27:40 +00:00
|
|
|
mymoodle
|
2006-03-12 13:36:18 +00:00
|
|
|
question
|
2005-03-27 15:50:20 +00:00
|
|
|
tabs
|
|
|
|
user
|
|
|
|
|
|
|
|
various modules
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
*******************************************************************/
|
|
|
|
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Core
|
|
|
|
***/
|
2005-01-25 13:17:15 +00:00
|
|
|
|
|
|
|
.clearer {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1px;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2006-06-13 18:55:25 +00:00
|
|
|
body, table, td, th, li {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-family:Arial, Verdana, Helvetica, sans-serif;
|
|
|
|
font-size:100%;
|
2007-08-12 10:44:32 +00:00
|
|
|
/*letter-spacing:0.02em;*/
|
2005-01-27 12:34:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-01-27 12:34:28 +00:00
|
|
|
}
|
|
|
|
|
2005-01-26 15:10:47 +00:00
|
|
|
a:link,
|
|
|
|
a:visited {
|
2005-03-27 15:50:20 +00:00
|
|
|
text-decoration:none;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
2005-03-14 20:03:20 +00:00
|
|
|
a:hover {
|
2005-03-27 15:50:20 +00:00
|
|
|
text-decoration: underline;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
2005-01-25 13:17:15 +00:00
|
|
|
|
2007-09-25 14:59:16 +00:00
|
|
|
.img-text a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.img-text a:hover span {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2005-03-13 13:00:08 +00:00
|
|
|
h1.main,
|
|
|
|
h2.main,
|
|
|
|
h3.main,
|
|
|
|
h4.main,
|
|
|
|
h5.main,
|
|
|
|
h6.main {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-02-09 08:29:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1.7em;
|
2005-02-09 08:29:00 +00:00
|
|
|
}
|
2005-03-14 20:03:20 +00:00
|
|
|
|
2005-02-09 08:29:00 +00:00
|
|
|
h2 {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1.4em;
|
2005-02-09 08:29:00 +00:00
|
|
|
}
|
|
|
|
h3 {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1.1em;
|
2005-02-09 08:29:00 +00:00
|
|
|
}
|
|
|
|
h4 {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1.0em;
|
2005-03-10 14:12:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bold {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-03-10 14:12:38 +00:00
|
|
|
}
|
|
|
|
|
2005-03-24 12:41:34 +00:00
|
|
|
.warning {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
2005-03-24 12:41:34 +00:00
|
|
|
}
|
|
|
|
|
2005-02-17 00:16:15 +00:00
|
|
|
.errorbox .title {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2em;
|
|
|
|
text-align: center;
|
2005-02-17 00:16:15 +00:00
|
|
|
}
|
|
|
|
|
2005-08-09 09:26:56 +00:00
|
|
|
.errorboxcontent {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2006-04-13 05:46:24 +00:00
|
|
|
.errorcode {
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
|
2006-08-08 05:13:06 +00:00
|
|
|
.notifytiny {
|
2007-04-12 14:59:32 +00:00
|
|
|
line-height : 100%;
|
|
|
|
font-size: 0.7em;
|
2006-08-08 05:13:06 +00:00
|
|
|
}
|
|
|
|
|
2005-02-13 14:58:45 +00:00
|
|
|
.pagingbar .title {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-02-13 14:58:45 +00:00
|
|
|
}
|
|
|
|
.pagingbar .thispage {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-02-13 14:58:45 +00:00
|
|
|
}
|
2005-01-25 13:17:15 +00:00
|
|
|
|
2005-03-28 06:47:54 +00:00
|
|
|
.categorybox .category {
|
|
|
|
font-size:1.2em;
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-02-16 23:51:26 +00:00
|
|
|
}
|
2005-03-25 16:04:47 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.helplink {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:0.8em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-26 07:17:54 +00:00
|
|
|
.headingblock {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
2005-03-26 07:17:54 +00:00
|
|
|
|
2007-01-05 16:40:04 +00:00
|
|
|
#site-index .subscribelink,
|
|
|
|
#course-view .subscribelink {
|
2007-01-05 16:10:13 +00:00
|
|
|
font-size: 0.8em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.files .file {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.9em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.files .folder {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.9em;
|
2005-02-16 10:34:36 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.files .folder .size {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-02-16 10:34:36 +00:00
|
|
|
}
|
|
|
|
|
2006-03-08 14:22:36 +00:00
|
|
|
/*Accessibility: resizable icons. */
|
|
|
|
img.resize {
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
acronym, abbr {
|
|
|
|
cursor: help;
|
|
|
|
}
|
2006-03-14 12:55:06 +00:00
|
|
|
a.useredit, a:hover.useredit, .blink {
|
|
|
|
color: black;
|
|
|
|
text-decoration: blink;
|
|
|
|
cursor: help;
|
|
|
|
}
|
2005-02-16 10:34:36 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Header
|
|
|
|
***/
|
2005-01-27 12:34:28 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.headermain {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-01-27 12:34:28 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
#header-home .headermain {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1.5em;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
#header .headermain {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1.3em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-26 06:50:28 +00:00
|
|
|
.breadcrumb {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:0.9em;
|
|
|
|
font-weight:bold;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.logininfo,
|
|
|
|
#header-home .headermenu font {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.8em;
|
2005-02-15 17:28:24 +00:00
|
|
|
}
|
|
|
|
|
2006-09-25 10:35:41 +00:00
|
|
|
/* Accessibility: only certain fonts support Unicode chars like ► in IE6 */
|
2007-05-09 14:40:02 +00:00
|
|
|
.arrow, .arrow_button input {
|
|
|
|
font-family: Arial,Helvetica,Courier,sans-serif;
|
2006-09-25 10:35:41 +00:00
|
|
|
}
|
2005-02-15 17:28:24 +00:00
|
|
|
|
2007-03-12 13:26:29 +00:00
|
|
|
.navigation button {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Footer
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
.homelink {
|
2005-02-16 07:36:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-04-01 10:01:45 +00:00
|
|
|
.performanceinfo {
|
|
|
|
font-size: 0.6em;
|
|
|
|
}
|
|
|
|
|
2007-01-03 21:12:39 +00:00
|
|
|
#footer .validators {
|
|
|
|
font-size: 0.6em;
|
|
|
|
}
|
2005-03-27 15:50:20 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Admin
|
|
|
|
***/
|
2005-01-26 20:18:17 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
table.formtable tbody th {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: normal;
|
|
|
|
text-align: right;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-05-28 18:24:23 +00:00
|
|
|
body#admin-blocks table#incompatible td.c0 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2006-01-13 15:30:24 +00:00
|
|
|
body#admin-index .explanation {
|
|
|
|
font-size: 0.7em;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
body#admin-index .copyright {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2006-02-03 00:23:03 +00:00
|
|
|
.environmenttable {
|
2006-01-18 19:28:20 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2006-10-25 21:20:56 +00:00
|
|
|
#admin-roles-manage .rolecap .cap-desc .cap-name,
|
|
|
|
#admin-roles-override .rolecap .cap-desc .cap-name {
|
2006-10-31 08:14:36 +00:00
|
|
|
font-size: 0.75em;
|
2006-10-24 14:39:41 +00:00
|
|
|
}
|
|
|
|
|
2006-09-27 07:49:34 +00:00
|
|
|
#adminsettings .form-shortname {
|
2006-10-31 08:14:36 +00:00
|
|
|
font-size: 0.75em;
|
2006-09-25 11:56:45 +00:00
|
|
|
}
|
|
|
|
|
2006-10-31 08:14:36 +00:00
|
|
|
#admin-roles-override .cell.c1,
|
2007-10-23 16:27:25 +00:00
|
|
|
#admin-roles-assign .cell.c3,
|
2006-10-31 08:14:36 +00:00
|
|
|
#admin-roles-assign .cell.c1 {
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
|
2007-02-02 14:35:30 +00:00
|
|
|
#admin-lang .translator .strkey {
|
|
|
|
font-size: 0.75em;
|
|
|
|
}
|
|
|
|
|
2006-10-31 08:14:36 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Blocks
|
|
|
|
***/
|
2006-03-06 12:50:43 +00:00
|
|
|
a.skip-block {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2006-03-13 17:37:15 +00:00
|
|
|
.sideblock img.resize,
|
|
|
|
.breadcrumb img.resize {
|
2006-03-08 14:22:36 +00:00
|
|
|
width: 0.8em;
|
|
|
|
height: 0.9em;
|
|
|
|
}
|
2006-03-13 17:37:15 +00:00
|
|
|
.sideblock .searchform img.resize {
|
|
|
|
width: 1em;
|
|
|
|
height: 1.1em;
|
2006-03-08 14:22:36 +00:00
|
|
|
}
|
|
|
|
|
2006-03-06 12:50:43 +00:00
|
|
|
.sideblock .header, .sideblock h2 {
|
2005-04-22 19:54:48 +00:00
|
|
|
font-size:0.9em;
|
2005-04-21 17:50:55 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2005-04-21 17:47:27 +00:00
|
|
|
.sideblock .content {
|
|
|
|
font-size:0.9em;
|
2005-04-22 20:19:13 +00:00
|
|
|
line-height:1.2em;
|
2005-04-21 17:47:27 +00:00
|
|
|
}
|
|
|
|
|
2005-07-14 18:10:21 +00:00
|
|
|
.sideblock a {
|
|
|
|
line-height:1.2em
|
|
|
|
}
|
|
|
|
|
2005-03-24 08:06:40 +00:00
|
|
|
.sideblock .content h3,
|
|
|
|
.sideblock .content h2 {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1.0em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
2005-07-14 18:10:21 +00:00
|
|
|
|
2005-08-03 11:10:30 +00:00
|
|
|
.sideblock .content .message {
|
|
|
|
font-size:0.9em
|
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock .header .commands {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.9em;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock .footer {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.9em;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock .head,
|
2005-04-21 17:47:27 +00:00
|
|
|
.sideblock .info,
|
|
|
|
.sideblock .event {
|
|
|
|
font-size: 0.9em;
|
2005-01-25 13:17:15 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.sideblock .date {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-style: italic;
|
2005-01-26 15:10:47 +00:00
|
|
|
}
|
|
|
|
|
2005-05-10 00:36:37 +00:00
|
|
|
.block_site_main_menu .footer select {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
2005-02-17 08:40:21 +00:00
|
|
|
|
2007-01-09 23:45:24 +00:00
|
|
|
.block_messages .content .listentry,
|
|
|
|
.block_online_users .content .listentry {
|
2005-05-27 17:32:56 +00:00
|
|
|
font-size:0.75em
|
|
|
|
}
|
|
|
|
|
2006-05-01 02:00:06 +00:00
|
|
|
/***
|
|
|
|
*** Blogs
|
|
|
|
***/
|
2006-03-22 10:14:52 +00:00
|
|
|
|
2006-05-01 02:00:06 +00:00
|
|
|
.blogpost .audience {
|
|
|
|
font-size: 0.85em;
|
2006-03-22 10:14:52 +00:00
|
|
|
}
|
|
|
|
|
2006-05-01 03:41:40 +00:00
|
|
|
.blogpost .tags {
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
|
|
|
|
2006-03-22 10:14:52 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Calendar
|
|
|
|
***/
|
2006-03-13 16:16:23 +00:00
|
|
|
#calendar .sidecalendar abbr,
|
2006-03-08 14:22:36 +00:00
|
|
|
.block_calendar_month abbr {
|
|
|
|
border: none;
|
|
|
|
}
|
2006-03-13 16:16:23 +00:00
|
|
|
#calendar .eventnone a,
|
|
|
|
.block_calendar_month .eventnone a {
|
|
|
|
text-decoration:none;
|
|
|
|
color:black;
|
|
|
|
cursor:text;
|
|
|
|
}
|
2005-01-25 13:17:15 +00:00
|
|
|
|
2005-02-18 14:32:42 +00:00
|
|
|
#calendar .maincalendar .eventlist .event .referer {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-02-12 12:40:04 +00:00
|
|
|
}
|
|
|
|
|
2005-02-18 14:32:42 +00:00
|
|
|
#calendar .maincalendar .eventlist .event .course {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:0.8em;
|
2005-02-18 14:32:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#calendar .maincalendar .eventlist .event .description .commands {
|
2005-03-27 15:50:20 +00:00
|
|
|
text-align: right;
|
2005-02-18 14:32:42 +00:00
|
|
|
}
|
|
|
|
|
2005-02-14 16:53:55 +00:00
|
|
|
#calendar .maincalendar table.calendarmonth td {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:0.8em;
|
2005-02-12 12:40:04 +00:00
|
|
|
}
|
|
|
|
|
2005-03-18 14:44:23 +00:00
|
|
|
#calendar div.header
|
2005-02-12 12:40:04 +00:00
|
|
|
{
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-02-12 12:40:04 +00:00
|
|
|
}
|
|
|
|
|
2005-03-25 16:56:07 +00:00
|
|
|
#calendar .sidecalendar .filters {
|
2005-04-22 19:54:48 +00:00
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sideblock .filters td {
|
|
|
|
font-size:1.1em;
|
2005-02-12 12:40:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#calendar .maincalendar .controls {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:1.2em;
|
2005-02-12 12:40:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#calendar .maincalendar .day {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-02-12 12:40:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.minicalendar {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size:0.85em;
|
2005-02-12 12:40:04 +00:00
|
|
|
}
|
|
|
|
|
2005-02-12 11:37:09 +00:00
|
|
|
.cal_popup_caption {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-family:sans-serif;
|
|
|
|
font-size:0.8em;
|
|
|
|
font-weight:bold;
|
2005-02-12 11:37:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cal_popup_close {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-family:sans-serif;
|
|
|
|
font-size:0.8em;
|
|
|
|
font-weight:bold;
|
2005-02-12 11:37:09 +00:00
|
|
|
}
|
2005-02-17 01:10:17 +00:00
|
|
|
#calendar .maincalendar .calendar-controls .current {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-02-17 01:10:17 +00:00
|
|
|
}
|
|
|
|
|
2005-02-11 05:27:19 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Course
|
|
|
|
***/
|
2005-04-22 19:54:48 +00:00
|
|
|
#course-view .section {
|
|
|
|
font-size:0.95em;
|
2005-04-23 14:48:28 +00:00
|
|
|
line-height:1.2em;
|
2005-04-22 19:54:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#course-view .section .activity {
|
|
|
|
padding:0.2em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#course-view .section .activity a {
|
|
|
|
line-height:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#course-view .section .left {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
.activitydate, .activityhead {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.9em;
|
2005-02-18 03:37:47 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.weeklydatetext {
|
2005-03-28 06:47:54 +00:00
|
|
|
font-size:0.9em;
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-03-02 19:47:04 +00:00
|
|
|
}
|
|
|
|
|
2005-03-28 06:47:54 +00:00
|
|
|
.coursebox .info {
|
|
|
|
font-size:1em;
|
2005-02-11 05:27:19 +00:00
|
|
|
}
|
|
|
|
|
2005-03-28 06:47:54 +00:00
|
|
|
.coursebox .teachers,
|
|
|
|
.coursebox .cost {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.9em;
|
2005-03-08 12:58:51 +00:00
|
|
|
}
|
|
|
|
|
2005-03-28 06:47:54 +00:00
|
|
|
.coursebox .summary {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.9em;
|
2005-03-10 14:12:38 +00:00
|
|
|
}
|
2005-03-28 06:47:54 +00:00
|
|
|
|
2005-04-27 15:54:53 +00:00
|
|
|
#course-recent h2.main {
|
|
|
|
font-size:1.1em;
|
|
|
|
}
|
|
|
|
|
2006-02-28 12:02:32 +00:00
|
|
|
h2.headingblock {
|
|
|
|
font-size:1.1em;
|
|
|
|
}
|
2005-04-27 15:54:53 +00:00
|
|
|
|
2007-01-02 09:45:03 +00:00
|
|
|
.section_add_menus optgroup {
|
|
|
|
font-weight:normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2005-03-28 06:47:54 +00:00
|
|
|
|
2007-09-24 21:55:15 +00:00
|
|
|
.section .groupinglabel {
|
|
|
|
color: #666666;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Doc
|
|
|
|
***/
|
2005-03-24 08:06:40 +00:00
|
|
|
body#doc-contents h1 {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size: 0.9em;
|
2005-03-24 08:06:40 +00:00
|
|
|
}
|
|
|
|
body#doc-contents ul {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.8em;
|
2005-03-24 08:06:40 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-13 08:29:09 +00:00
|
|
|
/***
|
|
|
|
*** Grades
|
|
|
|
***/
|
|
|
|
|
|
|
|
body#grade-index .grades .header {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
|
2007-07-29 23:02:03 +00:00
|
|
|
.grade-edit-scale .scale_options {
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Login
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2007-01-29 02:45:48 +00:00
|
|
|
#login-index #content {
|
2005-04-30 05:59:25 +00:00
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-12 08:04:47 +00:00
|
|
|
/***
|
|
|
|
*** Logs
|
|
|
|
***/
|
|
|
|
|
|
|
|
.logtable td {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
.logtable th {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Message
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2006-12-25 22:34:05 +00:00
|
|
|
.message-discussion-noframes #userinfo .name h1 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-discussion-noframes #userinfo .commands {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-discussion-noframes #send h1 {
|
|
|
|
font-size:1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message .noframesjslink {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-discussion-noframes #messages h1 {
|
|
|
|
font-size:1em;
|
|
|
|
}
|
|
|
|
|
2005-04-23 14:38:57 +00:00
|
|
|
.message .link {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.8em;
|
2005-01-30 18:17:44 +00:00
|
|
|
}
|
2005-01-31 01:22:13 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message_form {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.8em;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
|
|
|
|
2005-04-23 14:38:57 +00:00
|
|
|
.message .heading {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:1.0em;
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
|
|
|
|
2005-04-23 14:38:57 +00:00
|
|
|
.message .date,
|
|
|
|
.message .contact,
|
|
|
|
.message .summary {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.9em;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
|
|
|
|
2007-04-12 14:59:32 +00:00
|
|
|
.message .note,
|
2005-04-23 14:38:57 +00:00
|
|
|
.message .pix {
|
2005-04-21 17:47:27 +00:00
|
|
|
font-size:0.8em;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message .author {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-04-23 16:52:16 +00:00
|
|
|
font-size:0.8em;
|
2005-02-10 00:50:08 +00:00
|
|
|
}
|
2005-01-31 01:22:13 +00:00
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message .time {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-style: italic;
|
2005-04-23 16:52:16 +00:00
|
|
|
font-size:0.8em;
|
2005-02-11 05:27:19 +00:00
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
.message .content {
|
2005-04-23 16:52:16 +00:00
|
|
|
font-size:0.8em;
|
2005-03-22 10:04:55 +00:00
|
|
|
}
|
|
|
|
|
2005-04-14 09:29:25 +00:00
|
|
|
#message-user .commands span {
|
|
|
|
font-size:0.7em;
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#message-user .name {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size:1.1em;
|
|
|
|
}
|
|
|
|
|
2006-05-29 09:27:40 +00:00
|
|
|
/***
|
|
|
|
*** MyMoodle
|
|
|
|
***/
|
|
|
|
|
|
|
|
.my .courseboxcontent .overview .info {
|
|
|
|
font-size:0.7em;
|
|
|
|
}
|
|
|
|
|
2006-03-12 13:36:18 +00:00
|
|
|
/***
|
|
|
|
*** Question
|
|
|
|
***/
|
|
|
|
|
2006-03-26 11:11:29 +00:00
|
|
|
.que .no {
|
2006-05-29 09:27:40 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
2006-03-12 13:36:18 +00:00
|
|
|
}
|
2006-03-26 11:11:29 +00:00
|
|
|
.que .grade {
|
2006-05-29 09:27:40 +00:00
|
|
|
font-size: 0.8em;
|
2006-03-12 13:36:18 +00:00
|
|
|
}
|
2006-04-06 19:59:02 +00:00
|
|
|
.que .history {
|
2006-05-29 09:27:40 +00:00
|
|
|
font-size:75%;
|
2006-04-06 19:59:02 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Tabs
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2007-10-09 16:56:00 +00:00
|
|
|
.tabtree a.nolink:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** User
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
.userinfobox .username {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-03-22 10:04:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.userinfobox .links {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.7em;
|
2005-03-22 10:04:55 +00:00
|
|
|
}
|
2005-01-31 01:22:13 +00:00
|
|
|
|
2007-01-12 08:01:24 +00:00
|
|
|
.userinfobox td.label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2005-06-03 23:29:56 +00:00
|
|
|
body#user-index #longtimenosee {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-04 15:23:16 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Assignment
|
|
|
|
***/
|
2005-03-04 15:23:16 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-assignment-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2007-09-16 21:06:01 +00:00
|
|
|
#wordcount {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Chat
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-chat-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2006-12-30 19:45:24 +00:00
|
|
|
|
|
|
|
#mod-chat-gui_basic h1 {
|
|
|
|
font-size:1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mod-chat-gui_basic #participants .idle {
|
|
|
|
font-size:0.6em;
|
|
|
|
}
|
|
|
|
|
2007-03-02 02:40:30 +00:00
|
|
|
#mod-chat-view #chatcurrentusers .chatuserdetails {
|
2007-04-12 14:59:32 +00:00
|
|
|
font-size: 0.6em;
|
2007-03-02 02:40:30 +00:00
|
|
|
}
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Choice
|
|
|
|
***/
|
2005-05-05 03:03:36 +00:00
|
|
|
|
|
|
|
#mod-choice-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
2007-04-12 14:59:32 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Forum
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
.forumnodiscuss{
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-03-04 15:23:16 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.forumpost .topic .subject {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-03-08 17:32:08 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.forumpost .topic .author {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.8em;
|
2005-03-22 10:04:55 +00:00
|
|
|
}
|
2005-05-02 04:23:46 +00:00
|
|
|
.forumpost .commands,
|
2005-07-06 13:18:53 +00:00
|
|
|
.forumpost .link,
|
|
|
|
.forumpost .footer {
|
2005-04-30 05:59:25 +00:00
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
.forumheaderlist .discussion .lastpost {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.7em;
|
2005-03-22 10:04:55 +00:00
|
|
|
}
|
2005-03-24 08:06:40 +00:00
|
|
|
body#mod-forum-search .introcontent {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight:bold;
|
2005-03-24 08:06:40 +00:00
|
|
|
}
|
2005-04-27 15:54:53 +00:00
|
|
|
body#mod-forum-index .generalbox .cell {
|
2005-05-05 03:03:36 +00:00
|
|
|
font-size: 0.80em;
|
2005-04-27 15:54:53 +00:00
|
|
|
}
|
2005-03-24 08:06:40 +00:00
|
|
|
|
2005-06-30 00:03:03 +00:00
|
|
|
.forumpost .edited {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Glossary
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
.glossarypost .commands {
|
2005-05-02 16:12:10 +00:00
|
|
|
font-size: 0.8em;
|
2005-03-22 10:04:55 +00:00
|
|
|
}
|
2005-06-19 16:29:29 +00:00
|
|
|
.glossarypost .author {
|
2005-05-02 16:12:10 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
2005-06-19 16:29:29 +00:00
|
|
|
.glossarypost .time {
|
|
|
|
font-size: 0.8em;
|
2005-03-22 10:04:55 +00:00
|
|
|
}
|
|
|
|
.concept {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
2005-03-08 17:32:08 +00:00
|
|
|
}
|
2005-06-19 16:29:29 +00:00
|
|
|
.glossarycomment .author {
|
2005-05-02 16:12:10 +00:00
|
|
|
font-size: 0.8em;
|
2005-03-22 10:04:55 +00:00
|
|
|
}
|
2005-03-24 08:06:40 +00:00
|
|
|
.entrylowersection .aliases {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.8em;
|
2005-03-24 08:06:40 +00:00
|
|
|
}
|
|
|
|
.entrylowersection .icons,
|
|
|
|
.entrylowersection .ratings {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.8em;
|
2005-03-24 08:06:40 +00:00
|
|
|
}
|
2005-03-13 16:54:29 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-glossary-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Journal
|
|
|
|
***/
|
2005-03-24 12:41:34 +00:00
|
|
|
#mod-journal-view .lastedit,
|
|
|
|
#mod-journal-view .editend {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.7em;
|
2005-03-24 12:41:34 +00:00
|
|
|
}
|
|
|
|
#mod-journal-view .author {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 1em;
|
|
|
|
font-weight: bold;
|
2005-03-24 12:41:34 +00:00
|
|
|
}
|
|
|
|
#mod-journal-view .time {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-size: 0.7em;
|
|
|
|
font-style: italic;
|
2005-03-24 12:41:34 +00:00
|
|
|
}
|
|
|
|
#mod-journal-view .grade {
|
2005-03-27 15:50:20 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
2005-03-24 12:41:34 +00:00
|
|
|
}
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-journal-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Label
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Lesson
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-lesson-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Quiz
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Resource
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-05 02:57:25 +00:00
|
|
|
#mod-resource-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2007-01-07 13:49:31 +00:00
|
|
|
.mod-resource .modified {
|
|
|
|
font-size:0.6em;
|
|
|
|
}
|
|
|
|
|
2005-09-19 16:34:47 +00:00
|
|
|
.ims-nav-dimmed,
|
|
|
|
.ims-nav-button {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2006-04-18 19:59:04 +00:00
|
|
|
#ims-toc-selected {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ims-menudiv {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
2005-05-05 02:57:25 +00:00
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Scorm
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-scorm-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Survey
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-survey-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Wiki
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-wiki-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2005-03-25 15:39:40 +00:00
|
|
|
/***
|
|
|
|
*** Modules: Workshop
|
|
|
|
***/
|
2005-03-22 10:04:55 +00:00
|
|
|
|
2005-05-05 03:03:36 +00:00
|
|
|
#mod-workshop-index .cell {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|
|
|
|
|
2006-09-15 08:59:02 +00:00
|
|
|
|
2007-04-05 10:55:04 +00:00
|
|
|
#thegroup, #thegrouping, #dummygrouping {
|
|
|
|
font-size: 0.8em;
|
2007-08-12 12:49:43 +00:00
|
|
|
/*letter-spacing: -0.01em;*/
|
2007-04-05 10:55:04 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2006-09-15 08:59:02 +00:00
|
|
|
/***
|
|
|
|
*** Phpinfo display
|
|
|
|
***/
|
|
|
|
.phpinfo table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
.phpinfo .center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2007-04-12 14:59:32 +00:00
|
|
|
.phpinfo .e, .v, .h {
|
|
|
|
border: 1px solid #000000;
|
|
|
|
font-size: 0.8em;
|
2006-09-15 08:59:02 +00:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
.phpinfo .e {
|
2007-04-12 14:59:32 +00:00
|
|
|
background-color: #ccccff;
|
|
|
|
font-weight: bold;
|
2006-09-15 08:59:02 +00:00
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.phpinfo .h {
|
2007-04-12 14:59:32 +00:00
|
|
|
background-color: #9999cc;
|
2006-09-15 08:59:02 +00:00
|
|
|
font-weight: bold; color: #000000;
|
|
|
|
}
|
|
|
|
.phpinfo .v {
|
2007-04-12 14:59:32 +00:00
|
|
|
background-color: #cccccc;
|
2006-09-15 08:59:02 +00:00
|
|
|
color: #000000;
|
2007-01-29 02:45:48 +00:00
|
|
|
}
|
2007-06-12 09:30:12 +00:00
|
|
|
|
|
|
|
.sideblock .content h3.eventskey {
|
|
|
|
font-size:0.8em;
|
|
|
|
}
|