moodle/theme/standard/styles_fonts.css

892 lines
11 KiB
CSS
Raw Normal View History

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