adding current groupid to grade_export class - soon to be used in plugins
[moodle-pu.git] / theme / standard / styles_fonts.css
blob6b85bceefcdb0fec10c7b2e791a67713c04d835f
1 /*******************************************************************
2 styles_fonts.css
4 This CSS file contains all font definitions like family, size,
5 weight, text-align, letter-spacing etc.
7 Styles are organised into the following sections:
8 core
9 header
10 footer
12 admin
13 blocks
14 calendar
15 course
16 doc
17 grades
18 login
19 message
20 mymoodle
21 question
22 tabs
23 user
25 various modules
27 *******************************************************************/
30 /***
31 *** Core
32 ***/
34 .clearer {
35 font-size:1px;
38 body, table, td, th, li {
39 font-family:Arial, Verdana, Helvetica, sans-serif;
40 font-size:100%;
41 /*letter-spacing:0.02em;*/
44 th {
45 font-weight: bold;
48 a:link,
49 a:visited {
50 text-decoration:none;
53 a:hover {
54 text-decoration: underline;
57 h1.main,
58 h2.main,
59 h3.main,
60 h4.main,
61 h5.main,
62 h6.main {
63 font-weight:bold;
66 h1 {
67 font-size:1.7em;
70 h2 {
71 font-size:1.4em;
73 h3 {
74 font-size:1.1em;
76 h4 {
77 font-size:1.0em;
80 .bold {
81 font-weight:bold;
84 .warning {
85 font-weight: bold;
86 font-style: italic;
89 .errorbox .title {
90 font-weight: bold;
91 font-size: 1.2em;
92 text-align: center;
95 .errorboxcontent {
96 text-align: center;
99 .errorcode {
100 font-size: 0.7em;
103 .notifytiny {
104 line-height : 100%;
105 font-size: 0.7em;
108 .pagingbar .title {
109 font-weight: bold;
111 .pagingbar .thispage {
112 font-weight: bold;
115 .categorybox .category {
116 font-size:1.2em;
117 font-weight:bold;
120 .helplink {
121 font-size:0.8em;
124 .headingblock {
125 font-weight: bold;
128 #site-index .subscribelink,
129 #course-view .subscribelink {
130 font-size: 0.8em;
133 .files .file {
134 font-size: 0.9em;
137 .files .folder {
138 font-size: 0.9em;
141 .files .folder .size {
142 font-weight: bold;
145 /*Accessibility: resizable icons. */
146 img.resize {
147 width: 1em;
148 height: 1em;
151 acronym, abbr {
152 cursor: help;
154 a.useredit, a:hover.useredit, .blink {
155 color: black;
156 text-decoration: blink;
157 cursor: help;
160 /***
161 *** Header
162 ***/
164 .headermain {
165 font-weight:bold;
168 #header-home .headermain {
169 font-size:1.5em;
172 #header .headermain {
173 font-size:1.3em;
176 .breadcrumb {
177 font-size:0.9em;
178 font-weight:bold;
181 .logininfo,
182 #header-home .headermenu font {
183 font-size:0.8em;
186 /* Accessibility: only certain fonts support Unicode chars like ► in IE6 */
187 .arrow, .arrow_button input {
188 font-family: Arial,Helvetica,Courier,sans-serif;
191 .navigation button {
192 font-size: 80%;
195 /***
196 *** Footer
197 ***/
199 .homelink {
203 .performanceinfo {
204 font-size: 0.6em;
207 #footer .validators {
208 font-size: 0.6em;
211 /***
212 *** Admin
213 ***/
215 table.formtable tbody th {
216 font-weight: normal;
217 text-align: right;
220 body#admin-blocks table#incompatible td.c0 {
221 font-weight: bold;
224 body#admin-index .explanation {
225 font-size: 0.7em;
226 vertical-align: bottom;
229 body#admin-index .copyright {
230 text-align: center;
231 font-size: 0.8em;
234 .environmenttable {
235 font-size: 0.8em;
238 #admin-roles-manage .rolecap .cap-desc .cap-name,
239 #admin-roles-override .rolecap .cap-desc .cap-name {
240 font-size: 0.75em;
243 #adminsettings .form-shortname {
244 font-size: 0.75em;
247 #admin-roles-override .cell.c1,
248 #admin-roles-assign .cell.c1 {
249 font-size: 0.7em;
252 #admin-lang .translator .strkey {
253 font-size: 0.75em;
257 /***
258 *** Blocks
259 ***/
260 a.skip-block {
261 text-decoration:none;
264 .sideblock img.resize,
265 .breadcrumb img.resize {
266 width: 0.8em;
267 height: 0.9em;
269 .sideblock .searchform img.resize {
270 width: 1em;
271 height: 1.1em;
274 .sideblock .header, .sideblock h2 {
275 font-size:0.9em;
276 font-weight: bold;
279 .sideblock .content {
280 font-size:0.9em;
281 line-height:1.2em;
284 .sideblock a {
285 line-height:1.2em
288 .sideblock .content h3,
289 .sideblock .content h2 {
290 font-size:1.0em;
293 .sideblock .content .message {
294 font-size:0.9em
297 .sideblock .header .commands {
298 font-size:0.9em;
301 .sideblock .footer {
302 font-size:0.9em;
305 .sideblock .head,
306 .sideblock .info,
307 .sideblock .event {
308 font-size: 0.9em;
311 .sideblock .date {
312 font-style: italic;
315 .block_site_main_menu .footer select {
316 font-size: 0.8em;
319 .block_messages .content .listentry,
320 .block_online_users .content .listentry {
321 font-size:0.75em
324 /***
325 *** Blogs
326 ***/
328 .blogpost .audience {
329 font-size: 0.85em;
332 .blogpost .tags {
333 font-size: 0.85em;
337 /***
338 *** Calendar
339 ***/
340 #calendar .sidecalendar abbr,
341 .block_calendar_month abbr {
342 border: none;
344 #calendar .eventnone a,
345 .block_calendar_month .eventnone a {
346 text-decoration:none;
347 color:black;
348 cursor:text;
351 #calendar .maincalendar .eventlist .event .referer {
352 font-weight:bold;
355 #calendar .maincalendar .eventlist .event .course {
356 font-size:0.8em;
359 #calendar .maincalendar .eventlist .event .description .commands {
360 text-align: right;
363 #calendar .maincalendar table.calendarmonth td {
364 font-size:0.8em;
367 #calendar div.header
369 font-weight:bold;
372 #calendar .sidecalendar .filters {
373 font-size:0.8em;
376 .sideblock .filters td {
377 font-size:1.1em;
380 #calendar .maincalendar .controls {
381 font-size:1.2em;
384 #calendar .maincalendar .day {
385 font-weight: bold;
388 table.minicalendar {
389 font-size:0.85em;
392 .cal_popup_caption {
393 font-family:sans-serif;
394 font-size:0.8em;
395 font-weight:bold;
398 .cal_popup_close {
399 font-family:sans-serif;
400 font-size:0.8em;
401 font-weight:bold;
403 #calendar .maincalendar .calendar-controls .current {
404 font-weight: bold;
408 /***
409 *** Course
410 ***/
411 #course-view .section {
412 font-size:0.95em;
413 line-height:1.2em;
416 #course-view .section .activity {
417 padding:0.2em 0;
420 #course-view .section .activity a {
421 line-height:1em;
424 #course-view .section .left {
425 font-weight:bold;
428 .activitydate, .activityhead {
429 font-size:0.9em;
432 .weeklydatetext {
433 font-size:0.9em;
434 font-weight:bold;
437 .coursebox .info {
438 font-size:1em;
441 .coursebox .teachers,
442 .coursebox .cost {
443 font-size:0.9em;
446 .coursebox .summary {
447 font-size:0.9em;
450 #course-recent h2.main {
451 font-size:1.1em;
454 h2.headingblock {
455 font-size:1.1em;
458 .section_add_menus optgroup {
459 font-weight:normal;
460 font-style: italic;
464 /***
465 *** Doc
466 ***/
467 body#doc-contents h1 {
468 font-size: 0.9em;
470 body#doc-contents ul {
471 font-size: 0.8em;
475 /***
476 *** Grades
477 ***/
479 body#grade-index .grades .header {
480 font-weight: bold;
481 font-size: 0.7em;
484 .grade-edit-scale .scale_options {
485 font-size: 0.7em;
489 /***
490 *** Login
491 ***/
493 #login-index #content {
494 font-size: 0.85em;
498 /***
499 *** Logs
500 ***/
502 .logtable td {
503 font-size: 0.8em;
505 .logtable th {
506 font-size: 0.9em;
510 /***
511 *** Message
512 ***/
514 .message-discussion-noframes #userinfo .name h1 {
515 font-weight: bold;
516 font-size:1em;
519 .message-discussion-noframes #userinfo .commands {
520 font-size:0.8em;
523 .message-discussion-noframes #send h1 {
524 font-size:1em;
527 .message .noframesjslink {
528 font-size:0.8em;
531 .message-discussion-noframes #messages h1 {
532 font-size:1em;
535 .message .link {
536 font-size:0.8em;
539 .message_form {
540 font-size:0.8em;
543 .message .heading {
544 font-size:1.0em;
545 font-weight:bold;
548 .message .date,
549 .message .contact,
550 .message .summary {
551 font-size:0.9em;
554 .message .note,
555 .message .pix {
556 font-size:0.8em;
559 .message .author {
560 font-weight: bold;
561 font-size:0.8em;
564 .message .time {
565 font-style: italic;
566 font-size:0.8em;
569 .message .content {
570 font-size:0.8em;
573 #message-user .commands span {
574 font-size:0.7em;
575 white-space:nowrap;
578 #message-user .name {
579 font-weight: bold;
580 font-size:1.1em;
583 /***
584 *** MyMoodle
585 ***/
587 .my .courseboxcontent .overview .info {
588 font-size:0.7em;
591 /***
592 *** Question
593 ***/
595 .que .no {
596 font-size: 1.2em;
597 font-weight: bold;
599 .que .grade {
600 font-size: 0.8em;
602 .que .history {
603 font-size:75%;
606 /***
607 *** Tabs
608 ***/
611 /***
612 *** User
613 ***/
615 .userinfobox .username {
616 font-weight: bold;
619 .userinfobox .links {
620 font-size: 0.7em;
623 .userinfobox td.label {
624 font-weight: bold;
627 body#user-index #longtimenosee {
628 font-size: 0.8em;
632 /***
633 *** Modules: Assignment
634 ***/
636 #mod-assignment-index .cell {
637 font-size:0.8em;
640 /***
641 *** Modules: Chat
642 ***/
644 #mod-chat-index .cell {
645 font-size:0.8em;
649 #mod-chat-gui_basic h1 {
650 font-size:1.4em;
653 #mod-chat-gui_basic #participants .idle {
654 font-size:0.6em;
657 #mod-chat-view #chatcurrentusers .chatuserdetails {
658 font-size: 0.6em;
660 /***
661 *** Modules: Choice
662 ***/
664 #mod-choice-index .cell {
665 font-size:0.8em;
668 /***
669 *** Modules: Forum
670 ***/
672 .forumnodiscuss{
673 font-weight:bold;
675 .forumpost .topic .subject {
676 font-weight: bold;
678 .forumpost .topic .author {
679 font-size: 0.8em;
681 .forumpost .commands,
682 .forumpost .link,
683 .forumpost .footer {
684 font-size: 0.9em;
686 .forumheaderlist .discussion .lastpost {
687 font-size: 0.7em;
689 body#mod-forum-search .introcontent {
690 font-weight:bold;
692 body#mod-forum-index .generalbox .cell {
693 font-size: 0.80em;
696 .forumpost .edited {
697 font-style: italic;
701 /***
702 *** Modules: Glossary
703 ***/
705 .glossarypost .commands {
706 font-size: 0.8em;
708 .glossarypost .author {
709 font-size: 0.8em;
711 .glossarypost .time {
712 font-size: 0.8em;
714 .concept {
715 font-weight: bold;
717 .glossarycomment .author {
718 font-size: 0.8em;
720 .entrylowersection .aliases {
721 font-size: 0.8em;
723 .entrylowersection .icons,
724 .entrylowersection .ratings {
725 font-size: 0.8em;
728 #mod-glossary-index .cell {
729 font-size:0.8em;
733 /***
734 *** Modules: Journal
735 ***/
736 #mod-journal-view .lastedit,
737 #mod-journal-view .editend {
738 font-size: 0.7em;
740 #mod-journal-view .author {
741 font-size: 1em;
742 font-weight: bold;
744 #mod-journal-view .time {
745 font-size: 0.7em;
746 font-style: italic;
748 #mod-journal-view .grade {
749 font-weight: bold;
750 font-style: italic;
753 #mod-journal-index .cell {
754 font-size:0.8em;
757 /***
758 *** Modules: Label
759 ***/
761 /***
762 *** Modules: Lesson
763 ***/
765 #mod-lesson-index .cell {
766 font-size:0.8em;
769 /***
770 *** Modules: Quiz
771 ***/
773 /***
774 *** Modules: Resource
775 ***/
777 #mod-resource-index .cell {
778 font-size:0.8em;
781 .mod-resource .modified {
782 font-size:0.6em;
785 .ims-nav-dimmed,
786 .ims-nav-button {
787 font-size:0.8em;
790 #ims-toc-selected {
791 font-weight: bold;
794 #ims-menudiv {
795 font-size:0.8em;
798 /***
799 *** Modules: Scorm
800 ***/
802 #mod-scorm-index .cell {
803 font-size:0.8em;
806 /***
807 *** Modules: Survey
808 ***/
810 #mod-survey-index .cell {
811 font-size:0.8em;
814 /***
815 *** Modules: Wiki
816 ***/
818 #mod-wiki-index .cell {
819 font-size:0.8em;
822 /***
823 *** Modules: Workshop
824 ***/
826 #mod-workshop-index .cell {
827 font-size:0.8em;
831 #thegroup, #thegrouping, #dummygrouping {
832 font-size: 0.8em;
833 /*letter-spacing: -0.01em;*/
834 display: block;
838 /***
839 *** Phpinfo display
840 ***/
841 .phpinfo table {
842 border-collapse: collapse;
844 .phpinfo .center {
845 text-align: center;
847 .phpinfo .e, .v, .h {
848 border: 1px solid #000000;
849 font-size: 0.8em;
850 vertical-align: baseline;
852 .phpinfo .e {
853 background-color: #ccccff;
854 font-weight: bold;
855 color: #000000;
857 .phpinfo .h {
858 background-color: #9999cc;
859 font-weight: bold; color: #000000;
861 .phpinfo .v {
862 background-color: #cccccc;
863 color: #000000;
866 .sideblock .content h3.eventskey {
867 font-size:0.8em;