MDL-14936
[moodle-linuxchix.git] / theme / formal_white / fw_fonts.css
blob1f1e1035f4bb703523df1dff4af5375a286f4eee
1 /* Core */
3 .clearer {
4 font-size:1px;
7 body, td, li, input, select {
8 font-family: Arial, Helvetica, sans-serif;
9 font-size : 13px;
12 body {
13 margin : 5px;
16 th {
17 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
18 font-size: 11px;
19 font-weight: bold;
23 a:link {
24 text-decoration: none;
27 a:visited {
28 text-decoration: none;
31 a:hover {
32 text-decoration: underline;
35 h1, h2, h3, h4 {
36 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
39 h1 {
40 font-size:1.2em;
41 font-weight: bold;
44 h2 {
45 font-size:1.15em;
47 h3 {
48 font-size:1.1em;
50 h4 {
51 font-weight:bold;
54 th.header,
55 td.header,
56 div.header,
57 .headingblock {
58 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
59 font-weight: bold;
60 font-size: 0.9em;
64 .categorybox .category {
65 /* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
66 font-size: 1.2em;
67 font-weight: bold;
70 .generaltable td.cell.c0 {
71 font-weight: bold;
73 /***
74 *** Header
75 ***/
77 .breadcrumb {
78 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
79 font-size:.85em;
80 font-weight:bold;
83 .logininfo,
84 #header-home .headermenu font {
85 font-size:.8em;
88 /***
89 *** Blocks
90 ***/
92 .sideblock .footer {
93 font-size:0.85em;
94 text-align: left;
97 /***
98 *** Calendar
99 ***/
100 #calendar .maincalendar table.calendarmonth td {
101 font-size:.8em;
104 #calendar .maincalendar .calendar-controls .current {
105 font-weight: bold;
108 #calendar .sidecalendar .filters {
109 font-size:0.75em
112 table.minicalendar tr.weekdays th {
113 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
114 font-size:0.7em;
115 font-weight:normal;
118 table.minicalendar tr td {
119 font-size:0.7em;
122 /***
123 *** Course
124 ***/
126 #course-view .section .left {
127 font-weight: bold;
128 font-size: 1.2em;
131 .coursebox .info .name {
132 font-weight: bold;
133 font-size: 1.2em;
136 /* Accessibility: only certain fonts support Unicode chars like ► in IE6 */
137 .arrow, .arrow_button input {
138 font-family: Arial,Helvetica,sans-serif;
142 span.arrow {
143 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
144 } */
146 p.arrow_button input {
147 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
151 /*Accessibility: resizable icons. */
152 img.resize {
153 width: 1em;
154 height: 1em;
157 /***
158 *** Glossary
159 ***/
160 .glossarypost div.concept h3,
161 .glossarypost.continuous .concept {
162 display: inline;