moodle/theme/oceanblue/styles_fonts.css

493 lines
5.5 KiB
CSS
Raw Normal View History

2005-03-22 10:28:35 +00:00
/*******************************************************************
2005-03-25 21:53:49 +00:00
styles_color.css
2005-03-27 19:17:15 +00:00
2005-03-25 21:53:49 +00:00
This CSS file contains all font definitions like family, size,
weight, text-align, letter-spacing etc.
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
Styles are organised into the following sections:
2005-03-27 19:17:15 +00:00
core
header
footer
admin
blocks
calendar
course
doc
login
message
tabs
user
various modules
2005-03-22 10:28:35 +00:00
*******************************************************************/
2005-03-25 21:53:49 +00:00
/***
*** Core
***/
2005-03-05 00:34:47 +00:00
.clearer {
2005-03-27 19:17:15 +00:00
font-size:1px;
2005-03-05 00:34:47 +00:00
}
body, td, th, li {
2005-03-27 19:17:15 +00:00
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:0.95em;
2005-03-05 00:34:47 +00:00
}
th {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-05 00:34:47 +00:00
}
a:link,
a:visited {
2005-03-27 19:17:15 +00:00
text-decoration:none;
2005-03-05 00:34:47 +00:00
}
2005-03-15 10:13:51 +00:00
a:hover {
2005-03-27 19:17:15 +00:00
text-decoration: underline;
2005-03-05 00:34:47 +00:00
}
2005-03-13 14:38:15 +00:00
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
h1 {
2005-03-27 19:17:15 +00:00
font-size:1.7em;
2005-03-05 00:34:47 +00:00
}
2005-03-15 10:13:51 +00:00
2005-03-05 00:34:47 +00:00
h2 {
2005-03-27 19:17:15 +00:00
font-size:1.4em;
2005-03-05 00:34:47 +00:00
}
h3 {
2005-03-27 19:17:15 +00:00
font-size:1.1em;
2005-03-05 00:34:47 +00:00
}
h4 {
2005-03-27 19:17:15 +00:00
font-size:1.0em;
2005-03-11 22:53:04 +00:00
}
2005-03-18 15:53:20 +00:00
.bold {
2005-03-27 19:17:15 +00:00
font-weight:bold;
2005-03-11 22:53:04 +00:00
}
2005-03-24 14:23:56 +00:00
.warning {
2005-03-27 19:17:15 +00:00
font-weight: normal;
font-style: italic;
2005-03-24 14:23:56 +00:00
}
2005-03-05 00:34:47 +00:00
.errorbox .title {
2005-03-27 19:17:15 +00:00
font-weight: normal;
font-size: 1.2em;
text-align: center;
2005-03-05 00:34:47 +00:00
}
.pagingbar .title {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-05 00:34:47 +00:00
}
.pagingbar .thispage {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-05 00:34:47 +00:00
}
2005-03-28 15:20:27 +00:00
.categorybox .category,
.categorybox .category {
font-size:1.2em;
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
2005-03-25 21:53:49 +00:00
2005-03-22 10:28:35 +00:00
.helplink {
2005-03-27 19:17:15 +00:00
font-size:0.8em;
2005-03-05 00:34:47 +00:00
}
2005-03-26 09:51:29 +00:00
.headingblock {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-05 00:34:47 +00:00
}
2005-03-26 09:51:29 +00:00
2005-03-22 10:28:35 +00:00
.headingblock .link {
2005-03-27 19:17:15 +00:00
font-size: 0.9em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.files .file {
2005-03-27 19:17:15 +00:00
font-size: 0.9em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.files .folder {
2005-03-27 19:17:15 +00:00
font-size: 0.9em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.files .folder .size {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-05 00:34:47 +00:00
}
2005-03-25 21:53:49 +00:00
/***
*** Header
***/
2005-03-05 00:34:47 +00:00
2005-03-22 10:28:35 +00:00
.headermain {
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
#header-home .headermain {
2005-03-27 19:17:15 +00:00
font-size:1.5em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
#header .headermain {
2005-03-27 19:17:15 +00:00
font-size:1.3em;
2005-03-05 00:34:47 +00:00
}
2005-03-26 09:51:29 +00:00
.breadcrumb {
2005-03-27 19:17:15 +00:00
font-size:0.9em;
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.logininfo,
#header-home .headermenu font {
2005-03-27 19:17:15 +00:00
font-size:x-small;
2005-03-05 00:34:47 +00:00
}
2005-03-25 21:53:49 +00:00
/***
*** Footer
***/
2005-03-22 10:28:35 +00:00
.homelink {
2005-03-05 00:34:47 +00:00
}
2005-03-27 19:17:15 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Admin
***/
2005-03-05 00:34:47 +00:00
2005-03-22 10:28:35 +00:00
table.formtable tbody th {
2005-03-27 19:17:15 +00:00
font-weight: normal;
text-align: right;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Blocks
***/
2005-03-22 10:28:35 +00:00
2005-03-24 10:27:25 +00:00
.sideblock .content h3,
.sideblock .content h2 {
2005-03-27 19:17:15 +00:00
font-size:1.0em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.sideblock .header .commands {
2005-03-27 19:17:15 +00:00
font-size: 0.75em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.sideblock .footer {
2005-03-27 19:17:15 +00:00
font-size:0.75em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.sideblock .head,
.sideblock .info {
2005-03-27 19:17:15 +00:00
font-size: 0.85em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.sideblock .date {
2005-03-27 19:17:15 +00:00
font-style: italic;
2005-03-05 00:34:47 +00:00
}
2005-03-25 21:53:49 +00:00
/***
*** Calendar
***/
2005-03-05 00:34:47 +00:00
#calendar .maincalendar .eventlist .event .referer {
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
#calendar .maincalendar .eventlist .event .course {
2005-03-27 19:17:15 +00:00
font-size:0.8em;
2005-03-05 00:34:47 +00:00
}
#calendar .maincalendar .eventlist .event .description .commands {
2005-03-27 19:17:15 +00:00
text-align: right;
2005-03-05 00:34:47 +00:00
}
#calendar .maincalendar table.calendarmonth td {
2005-03-27 19:17:15 +00:00
font-size:0.8em;
2005-03-05 00:34:47 +00:00
}
2005-03-18 15:53:20 +00:00
#calendar div.header
2005-03-05 00:34:47 +00:00
{
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
2005-03-25 21:53:49 +00:00
#calendar .sidecalendar .filters {
2005-03-27 19:17:15 +00:00
font-size:0.75em;
2005-03-05 00:34:47 +00:00
}
#calendar .maincalendar .controls {
2005-03-27 19:17:15 +00:00
font-size:1.2em;
2005-03-05 00:34:47 +00:00
}
#calendar .maincalendar .day {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-05 00:34:47 +00:00
}
table.minicalendar {
2005-03-27 19:17:15 +00:00
font-size:0.85em;
2005-03-05 00:34:47 +00:00
}
.cal_popup_caption {
2005-03-27 19:17:15 +00:00
font-family:sans-serif;
font-size:0.8em;
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
.cal_popup_close {
2005-03-27 19:17:15 +00:00
font-family:sans-serif;
font-size:0.8em;
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
#calendar .maincalendar .calendar-controls .current {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-05 00:34:47 +00:00
}
2005-03-25 21:53:49 +00:00
/***
*** Course
***/
2005-03-22 10:28:35 +00:00
.activitydate, .activityhead {
2005-03-28 15:20:27 +00:00
font-size:0.7em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.weeklydatetext {
2005-03-28 15:20:27 +00:00
font-size:0.9em;
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
2005-03-28 15:20:27 +00:00
.coursebox .info {
font-size:1em;
2005-03-05 00:34:47 +00:00
}
2005-03-28 15:20:27 +00:00
.coursebox .teachers,
.coursebox .cost {
font-size:0.8em;
2005-03-08 22:09:19 +00:00
}
2005-03-28 15:20:27 +00:00
.coursebox .summary {
font-size:0.7em;
2005-03-11 22:53:04 +00:00
}
2005-03-28 15:20:27 +00:00
2005-03-24 10:27:25 +00:00
#course-view .section .left {
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-24 10:27:25 +00:00
}
2005-03-11 22:53:04 +00:00
2005-03-08 22:09:19 +00:00
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Doc
***/
2005-03-24 10:27:25 +00:00
body#doc-contents h1 {
2005-03-27 19:17:15 +00:00
font-size: 1em;
2005-03-24 10:27:25 +00:00
}
body#doc-contents ul {
2005-03-27 19:17:15 +00:00
font-size: 0.8em;
2005-03-24 10:27:25 +00:00
}
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Login
***/
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Message
***/
2005-03-22 10:28:35 +00:00
.message_summary_link {
2005-03-27 19:17:15 +00:00
font-size:small;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.message_link {
2005-03-27 19:17:15 +00:00
font-size:x-small;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.message_form {
2005-03-27 19:17:15 +00:00
font-size:0.78em;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.message_heading {
2005-03-27 19:17:15 +00:00
font-size:medium;
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.message_date,
.message_contact,
.message_summary {
2005-03-27 19:17:15 +00:00
font-size:small;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.message_small_note,
.message_pix {
2005-03-27 19:17:15 +00:00
font-size:x-small;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.message .author {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.message .time {
2005-03-27 19:17:15 +00:00
font-style: italic;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.message .content {
}
2005-03-25 21:53:49 +00:00
/***
*** Tabs
***/
2005-03-24 10:27:25 +00:00
.tablink a:hover {
2005-03-27 19:17:15 +00:00
text-decoration: none;
2005-03-24 10:27:25 +00:00
}
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** User
***/
2005-03-22 10:28:35 +00:00
.userinfobox .username {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-22 10:28:35 +00:00
}
.userinfobox .links {
2005-03-27 19:17:15 +00:00
font-size: 0.7em;
2005-03-22 10:28:35 +00:00
}
2005-03-05 00:34:47 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Assignment
***/
2005-03-05 00:34:47 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Chat
***/
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Choice
***/
2005-03-27 19:17:15 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Forum
***/
2005-03-22 10:28:35 +00:00
.forumnodiscuss{
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-05 00:34:47 +00:00
}
2005-03-22 10:28:35 +00:00
.forumpost .topic .subject {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-08 22:09:19 +00:00
}
2005-03-22 10:28:35 +00:00
.forumpost .topic .author {
2005-03-27 19:17:15 +00:00
font-size: 0.8em;
2005-03-22 10:28:35 +00:00
}
.forumheaderlist .discussion .lastpost {
2005-03-27 19:17:15 +00:00
font-size: 0.7em;
2005-03-22 10:28:35 +00:00
}
2005-03-24 10:27:25 +00:00
body#mod-forum-search .introcontent {
2005-03-27 19:17:15 +00:00
font-weight:normal;
2005-03-24 10:27:25 +00:00
}
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Glossary
***/
2005-03-22 10:28:35 +00:00
.glossarypost .commands {
2005-03-27 19:17:15 +00:00
font-size: 0.7em;
2005-03-22 10:28:35 +00:00
}
.glossarypost .entryheader .author {
2005-03-27 19:17:15 +00:00
font-size: 0.7em;
font-style: italic;
2005-03-22 10:28:35 +00:00
}
.concept {
2005-03-27 19:17:15 +00:00
font-weight: normal;
2005-03-08 22:09:19 +00:00
}
2005-03-22 10:28:35 +00:00
.glossarycomment .time {
2005-03-27 19:17:15 +00:00
font-size: 0.7em;
font-style: italic;
2005-03-22 10:28:35 +00:00
}
2005-03-24 10:27:25 +00:00
.entrylowersection .aliases {
2005-03-27 19:17:15 +00:00
font-size: 0.8em;
2005-03-24 10:27:25 +00:00
}
.entrylowersection .icons,
.entrylowersection .ratings {
2005-03-27 19:17:15 +00:00
font-size: 0.8em;
2005-03-24 10:27:25 +00:00
}
2005-03-13 21:00:13 +00:00
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Journal
***/
2005-03-24 14:23:56 +00:00
#mod-journal-view .lastedit,
#mod-journal-view .editend {
2005-03-27 19:17:15 +00:00
font-size: 0.7em;
2005-03-24 14:23:56 +00:00
}
#mod-journal-view .author {
2005-03-27 19:17:15 +00:00
font-size: 1em;
font-weight: normal;
2005-03-24 14:23:56 +00:00
}
#mod-journal-view .time {
2005-03-27 19:17:15 +00:00
font-size: 0.7em;
font-style: italic;
2005-03-24 14:23:56 +00:00
}
#mod-journal-view .grade {
2005-03-27 19:17:15 +00:00
font-weight: normal;
font-style: italic;
2005-03-24 14:23:56 +00:00
}
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Label
***/
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Lesson
***/
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Quiz
***/
2005-03-22 10:28:35 +00:00
.editorhelptext {
2005-03-27 19:17:15 +00:00
font-size:x-small;
2005-03-13 21:00:13 +00:00
}
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Resource
***/
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Scorm
***/
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Survey
***/
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Wiki
***/
2005-03-22 10:28:35 +00:00
2005-03-25 21:53:49 +00:00
/***
*** Modules: Workshop
***/
2005-03-22 10:28:35 +00:00