Commit | Line | Data |
---|---|---|
07a14a3b SH |
1 | /** |
2 | * Required to undo YUI resets that override input size | |
3 | */ | |
4 | input[type=text],input[type=password],textarea{width:auto;} | |
5 | ||
90723839 SH |
6 | /** |
7 | * General | |
8 | */ | |
9 | th, | |
10 | td, | |
11 | a img {border-width:0;} | |
12 | acronym, | |
13 | abbr {cursor: help;} | |
14 | .dir-ltr, | |
15 | .mdl-left {text-align: left;} | |
16 | .dir-rtl, | |
17 | .mdl-right {text-align: right;} | |
18 | #add, | |
19 | #remove, | |
20 | .centerpara, | |
21 | .mdl-align {text-align: center;} | |
22 | a.dimmed, | |
23 | a.dimmed_text, | |
58ea084b | 24 | .dimmed_text, |
d703f226 SH |
25 | .dimmed_text a, |
26 | .dimmed_category, | |
27 | .dimmed_category a {color:#AAAAAA;} | |
87563167 | 28 | |
90723839 SH |
29 | .unlist, |
30 | .unlist li, | |
31 | .inline-list, | |
32 | .inline-list li, | |
6605ff8c SH |
33 | .block .list, |
34 | .block .list li, | |
90723839 | 35 | .sitetopic .section li, |
87563167 | 36 | .course-content .section li.activity, |
90723839 | 37 | .tabtree li {list-style: none;margin:0;padding:0;} |
87563167 | 38 | |
81bb9010 AD |
39 | .course-content .current {background:#E3E3E3;} |
40 | ||
90723839 SH |
41 | .inline-list li {display: inline;} |
42 | .notifytiny {font-size:0.7em;} | |
43 | .notifytiny li, | |
44 | .notifytiny td {font-size:100%;} | |
45 | .red, | |
46 | .notifyproblem {color:#660000;} | |
47 | .green, | |
48 | .notifysuccess {color:#006600;} | |
49 | .reportlink {text-align:right;} | |
50 | a.autolink.glossary:hover {cursor: help;} | |
51 | /* Block which is hidden if javascript enabled, prevents fickering visible when JS from footer used! */ | |
52 | .collapsibleregioncaption {white-space: nowrap;} | |
53 | .collapsibleregioncaption img {vertical-align: middle;} | |
54 | .jsenabled .hiddenifjs {display: none;} | |
55 | .jsenabled .collapsibleregion {overflow:hidden;} | |
56 | .jsenabled .collapsed .collapsibleregioninner {visibility: hidden;} | |
57 | .yui-overlay .yui-widget-bd {background-color:#FFEE69;border:1px solid #A6982B;border-top-color: #D4C237;color:#000000;left:0;padding:2px 5px;position:relative;top:0;z-index:1;} | |
58 | .clearer {background:transparent;border-width:0;clear:both;display:block;height:1px;margin:0;padding:0;} | |
59 | .clearfix:after {clear: both;content: ".";display: block;height: 0;min-width: 0;visibility: hidden;} | |
60 | .bold, | |
61 | .warning, | |
62 | .errorbox .title, | |
63 | .pagingbar .title, | |
64 | .pagingbar .thispage, | |
65 | .headingblock {font-weight: bold;} | |
66 | img.resize {height: 1em;width: 1em;} | |
6605ff8c | 67 | .block img.resize, |
90723839 SH |
68 | .breadcrumb img.resize {height: 0.9em;width: 0.8em;} |
69 | img.icon {height:16px;vertical-align:middle;width:16px;} | |
70 | img.iconsmall {height:11px;margin-right:1px;vertical-align:middle;width:11px;} | |
71 | img.iconhelp {height:17px;margin-right:4px;vertical-align:middle;width:17px;} | |
72 | img.icontoggle {height:17px;vertical-align:middle;width:50px;} | |
73 | img.iconkbhelp {height:17px;width:49px;} | |
74 | .categorybox .category {font-size:1.2em;font-weight:bold;} | |
75 | .generalbox {border:1px solid;} | |
76 | .boxaligncenter {margin-left:auto;margin-right:auto;} | |
77 | .boxalignright {margin-left:auto;margin-right:0;} | |
78 | .boxalignleft {margin-left:0;margin-right:auto;} | |
79 | .boxwidthnarrow {width: 30%;} | |
80 | .boxwidthnormal {width: 50%;} | |
81 | .boxwidthwide {width: 80%;} | |
82 | .buttons .singlebutton, | |
83 | .buttons .singlebutton form, | |
84 | .buttons .singlebutton div {display: inline;} | |
85 | .buttons .singlebutton input {margin:20px 5px;} | |
86 | .blink {text-decoration: blink;} | |
87 | .headermain {font-weight:bold;} | |
88 | #maincontent {display: block;height: 1px;overflow: hidden;} | |
89 | img.uihint {cursor: help;} | |
90 | #addmembersform table {margin-left: auto;margin-right: auto;} | |
91 | .formtable tbody th, | |
92 | .generaltable th.header {vertical-align: top;} | |
93 | .flexible th {white-space: nowrap;} | |
94 | .cell {vertical-align: top;} | |
95 | .helplink img {height: 17px;vertical-align: middle;width: 17px;} | |
96 | img.emoticon {vertical-align: middle;width: 15px;height: 15px;} | |
97 | form.popupform, | |
98 | form.popupform div {display: inline;} | |
99 | .arrow_button input {overflow:hidden;} | |
315d4971 | 100 | |
8fb93005 SH |
101 | /** The 1-pixel padding is there to avoid phantom scroll bars on OS X (FF, Safari and Chrome)**/ |
102 | .no-overflow {overflow:auto;padding-bottom:1px;} | |
367a75fa SH |
103 | .pagelayout-report .no-overflow {overflow:visible;} |
104 | .no-overflow > .generaltable {margin-bottom:0;} | |
105 | .ie6 .no-overflow {width:100%;} | |
106 | ||
90723839 SH |
107 | /** IE6 float + background bug solution **/ |
108 | .ie6 li.section {line-height:1.2em;width:100%;} | |
6f0a938b | 109 | |
90723839 | 110 | /** |
78946b9b | 111 | * Accessibility features |
90723839 | 112 | */ |
78946b9b | 113 | /*Accessibility: text 'seen' by screen readers but not visual users. */ |
f86037c9 | 114 | .accesshide {position:absolute;left:-10000px;font-weight:normal;font-size:1em;} |
f140ee3d | 115 | .dir-rtl .accesshide {top:-30000px;left:auto;} |
78946b9b | 116 | span.hide, |
c7e3e61c | 117 | div.hide {display:none;} |
90723839 | 118 | .invisiblefieldset {display:inline;border-width:0;padding:0;margin:0;} |
78946b9b | 119 | /*Accessibility: Skip block link, for keyboard-only users. */ |
90723839 SH |
120 | a.skip-block, |
121 | a.skip {position: absolute;top: -1000em;font-size: 0.85em;text-decoration:none;} | |
122 | a.skip-block:focus, | |
123 | a.skip-block:active, | |
124 | a.skip:focus, | |
125 | a.skip:active {position: static;display: block;} | |
126 | .skip-block-to {display: block;height: 1px;overflow: hidden;} | |
127 | /* Accessibility: only certain fonts support Unicode chars like ► in IE6 */ | |
128 | .arrow, | |
129 | .arrow_button input {font-family: Arial,Helvetica,Courier,sans-serif;} | |
78946b9b | 130 | |
d067fc47 SH |
131 | #yui-module-debug {display:none;} |
132 | ||
90723839 | 133 | /** |
78946b9b | 134 | * Header |
90723839 | 135 | */ |
3b38bca6 PM |
136 | .headermain {float:left;margin:15px;font-size:2.3em;} |
137 | .headermenu {float:right;margin:10px;font-size:0.8em;text-align:right;} | |
d730eae9 PM |
138 | |
139 | /** | |
140 | * Navbar | |
141 | */ | |
142 | .navbar {clear:both;overflow:hidden;} | |
143 | .ie6 .navbar {overflow:hidden;height:100%;} | |
3b38bca6 | 144 | .breadcrumb {float:left;} |
1470ded5 | 145 | .navbutton {text-align:right;} |
3b38bca6 | 146 | .breadcrumb ul {padding:0;margin:0;text-indent:0;list-style:none;} |
bf626bbe | 147 | .navbutton {float: right;} |
3b38bca6 | 148 | .breadcrumb li, |
3b38bca6 PM |
149 | .navbutton div, |
150 | .navbutton form {display:inline;} | |
90723839 SH |
151 | |
152 | /** | |
153 | * Footer | |
154 | */ | |
155 | #page-footer {text-align:center;font-size:0.9em;} | |
156 | #page-footer .homelink {margin: 1em 0;} | |
157 | #page-footer .homelink a {padding-left:1em;padding-right:1em;} | |
158 | #page-footer .logininfo, | |
159 | #page-footer .sitelink, | |
160 | #page-footer .helplink {margin:0px 10px;} | |
161 | #page-footer .performanceinfo {text-align:center;margin:10px 20%;} | |
162 | #page-footer .performanceinfo span {display:block;} | |
163 | #page-footer .validators {margin-top:40px;padding-top:5px;border-top: 1px dotted gray;} | |
164 | #page-footer .validators ul {margin:0px;padding:0px;list-style-type:none;} | |
165 | #page-footer .validators ul li {display:inline;margin-right:10px;margin-left:10px;} | |
166 | ||
167 | /** | |
168 | * Tabs | |
169 | */ | |
170 | .tabtree {position:relative;margin-bottom:3.5em;} | |
171 | .tabtree li {display:inline;} | |
172 | .tabtree ul {margin:5px;} | |
173 | .tabtree ul li.here ul {position:absolute;top:100%;width:100%;} | |
174 | .tabtree ul li.here .empty {display:none;} | |
175 | ||
176 | /** | |
177 | * Mforms | |
178 | */ | |
179 | .mform fieldset {border:1px solid;} | |
180 | .mform fieldset fieldset {border-width:0px;} | |
181 | .mform fieldset legend {font-weight:bold;margin-left:0.5em;} | |
182 | .mform fieldset div {margin:10px;margin-top:0;} | |
183 | .mform fieldset div div {margin:0;} | |
184 | .mform fieldset .advancedbutton {text-align:right;} | |
185 | .mform fieldset.hidden {border-width:0;} | |
186 | .mform fieldset.error {border: 1px solid #A00;} | |
187 | .mform .fitem {width:100%;overflow:hidden;margin-top:5px;margin-bottom:1px;clear:right;} | |
1c601a53 | 188 | .mform .fitem .fitemtitle {width:15%;text-align:right;float:left;} |
90723839 | 189 | .mform .fitem .fitemtitle div {display: inline;} |
21d4bdb7 | 190 | .mform .fitem .felement {border-width: 0;width:80%;margin-left:16%;} |
90723839 SH |
191 | .mform .fitem fieldset.felement {margin-left:0;padding-left:1%;} |
192 | .mform .error, | |
193 | .mform .required {color:#A00;} | |
194 | .mform .required .fgroup span label {color:#000;} | |
195 | .mform .fdescription.required {color:#A00;text-align:right;} | |
196 | .mform .fpassword .unmask {display:inline;margin-left:0.5em;} | |
197 | .mform .ftextarea #id_alltext {width: 100%;} | |
198 | .mform ul.file-list {padding:0;margin:0;list-style:none;} | |
199 | .mform label .req, | |
200 | .mform label .adv {cursor: help;} | |
201 | .mform .fcheckbox input {margin-left: 0;} | |
202 | .mform .fitem fieldset.fgroup label, | |
203 | .mform .fradio label, | |
204 | .mform .fcheckbox label, | |
205 | .mform fieldset.fdate_selector label {display:inline;float: none;width: auto;} | |
206 | .mform .ftags label.accesshide {display: block;position: static;} | |
207 | .mform .ftags select {margin-bottom: 0.7em;min-width: 22em;} | |
43c90b9b | 208 | |
90723839 SH |
209 | /** Browser corrections for mforms **/ |
210 | .ie .mform .fitem .felement {margin-left:0;text-align:left;float:left;} | |
211 | /** Fix IE double margin + float bugs **/ | |
212 | .ie .mform .fitem .fitemtitle {padding-right:1em;} | |
90723839 SH |
213 | #portfolio-add-button {display:inline;} |
214 | ||
215 | /** | |
216 | * phpinfo styles | |
217 | */ | |
218 | .phpinfo .center {text-align: center;} | |
219 | .phpinfo .center table {margin-left: auto;margin-right: auto;text-align: left;border-collapse: collapse;} | |
220 | .phpinfo .center th {text-align: center;} | |
221 | .phpinfo .e, | |
222 | .phpinfo .v, | |
223 | .phpinfo .h {border: 1px solid #000000;font-size: 0.8em;vertical-align: baseline;color: #000000;background-color: #cccccc;} | |
224 | .phpinfo .e {background-color: #ccccff;font-weight: bold;} | |
225 | .phpinfo .h {background-color: #9999cc;font-weight: bold;} | |
226 | ||
90723839 SH |
227 | /** |
228 | * Blogs | |
229 | */ | |
230 | .addbloglink {text-align: center;} | |
231 | .blog_entry .audience {text-align: right;} | |
232 | .blog_entry .tags {margin-top: 15px;} | |
233 | ||
234 | /** | |
235 | * Group | |
236 | */ | |
237 | #page-group-index #groupeditform {text-align: center;} | |
238 | #doc-contents h1 {margin: 1em 0 0 0;} | |
239 | #doc-contents ul {margin: 0;padding: 0;width: 90%;} | |
240 | #doc-contents ul li {list-style-type: none;} | |
241 | .groupmanagementtable td {vertical-align: top;} | |
242 | .groupmanagementtable #existingcell, | |
243 | .groupmanagementtable #potentialcell {width: 42%;} | |
244 | .groupmanagementtable #buttonscell {width: 16%;} | |
245 | .groupmanagementtable #buttonscell input {width: 80%;} | |
246 | .groupmanagementtable #removeselect_wrapper, | |
247 | .groupmanagementtable #addselect_wrapper {width: 100%;} | |
248 | .groupmanagementtable #removeselect_wrapper label, | |
249 | .groupmanagementtable #addselect_wrapper label {font-weight: normal;} | |
250 | #group-usersummary {width: 14em;} | |
c7bbb86f | 251 | .groupselector {margin-top: 3px;margin-bottom: 3px;} |
90723839 SH |
252 | |
253 | /** | |
254 | * Login | |
255 | */ | |
256 | .loginbox {margin:15px;overflow:hidden;} | |
257 | .loginbox.twocolumns {margin:15px;} | |
258 | .loginbox h2, | |
259 | .loginbox .subcontent {margin:5px;padding:10px;text-align:center;} | |
260 | .loginbox .loginpanel .desc {margin:0;padding:0;margin-bottom:5px;} | |
261 | .loginbox .signuppanel .subcontent {text-align:left;} | |
262 | .loginbox .loginsub {margin-left:0;margin-right:0;} | |
263 | .loginbox .guestsub, | |
264 | .loginbox .forgotsub, | |
265 | .loginbox .potentialidps {margin:5px 12%;} | |
266 | .loginbox .potentialidps .potentialidplist {margin-left:40%;} | |
267 | .loginbox .potentialidps .potentialidplist div {text-align:left;} | |
268 | .loginbox .loginform {margin-top:1em;text-align:left;} | |
269 | .loginbox .loginform .form-label {float:left;text-align:right;width:40%;} | |
270 | .loginbox .loginform .form-input {float:right;width:59%;} | |
271 | .loginbox .loginform .form-input input {width: 6em;} | |
272 | .loginbox .signupform {margin-top:1em;text-align:center;} | |
273 | .loginbox.twocolumns .loginpanel {float:left;width:49.5%;border-right: 1px solid;margin-bottom:-2000px;padding-bottom:2000px;} | |
274 | .loginbox.twocolumns .signuppanel {float:right;width:50%;margin-bottom:-2000px;padding-bottom:2000px;} | |
275 | ||
276 | /** | |
277 | * Notes | |
278 | */ | |
279 | .notepost {margin-bottom: 1em;} | |
280 | .notepost .userpicture {float: left;margin-right: 5px;} | |
281 | .notepost .content, | |
282 | .notepost .footer {clear: both;} | |
283 | .notesgroup {margin-left:20px;} | |
284 | ||
285 | /** | |
286 | * My Moodle | |
287 | */ | |
26ffb4b1 MD |
288 | .path-my .coursebox .overview .name {margin-left:20px;} |
289 | .path-my .coursebox .overview .info {margin-left:25px;} | |
290 | .path-my .coursebox .overview .details {margin-left:25px;} | |
291 | .path-my .coursebox .overview {margin-bottom:10px;} | |
292 | .path-my .coursebox .info {float: none;} | |
90723839 SH |
293 | |
294 | /** | |
295 | * Logs | |
296 | */ | |
297 | .logtable th {text-align:left;} | |
298 | ||
299 | /** | |
300 | * Modules | |
301 | */ | |
302 | .mod_introbox {border:1px solid;padding:10px;} | |
303 | table.mod_index {width:100%;} | |
304 | ||
305 | /** | |
306 | * Help | |
307 | */ | |
308 | #help_icon_tooltip div.bd {width: 35em;} | |
309 | #help hr {border: none;height: 1px;background: #ccc;} | |
310 | #help .center {text-align: center;} | |
311 | #help .moreinfo {text-align: right;} | |
312 | #help .indent {margin-left: 40px;} | |
313 | #help .indent-big {margin-left: 160px;margin-right: 160px;} | |
314 | #help #emoticons{text-align: center;clear:both;width: 300px;margin-right: auto;margin-left:auto;} | |
315 | #help #emoticons ul{list-style-type: none;} | |
316 | #help #emoticons li{margin-bottom: 3px;width: 120px;border-left: 3px solid gray;padding-left: 7px;float: left;} | |
317 | ||
318 | /** | |
319 | * Comments | |
320 | */ | |
1dc28ba6 | 321 | .comment-ctrl {font-size: 12px;display: none;margin:0;padding:0;} |
90723839 | 322 | .comment-ctrl h5 {margin:0;padding: 5px;} |
1dc28ba6 | 323 | .comment-area {max-width: 400px;padding: 5px;} |
90723839 SH |
324 | .comment-area textarea {width:100%;overflow:auto;} |
325 | .comment-area .fd {text-align:right;} | |
326 | .comment-meta span {color:gray;} | |
327 | .comment-list {font-size: 11px;overflow:auto;list-style:none;padding:0;margin:0;} | |
70cb0769 | 328 | .comment-list li {margin: 2px;list-style:none;margin-bottom:5px;clear:both;} |
034699d2 | 329 | .comment-list li.first {display:none} |
90723839 | 330 | .comment-paging{text-align:center;} |
c794595d DC |
331 | .comment-paging .pageno{padding:2px;} |
332 | .comment-paging .curpage{border:1px solid #CCC;} | |
90723839 SH |
333 | .comment-userpicture {width: 20px;float:left;} |
334 | .comment-content {margin-left: 22px;} | |
335 | .comment-content div {margin:0;padding:0;} | |
336 | .comment-content p {padding:0;margin:0 18px 0 0;} | |
337 | .comment-delete {float:right;text-align:right;} | |
39e19487 | 338 | .comment-delete-confirm {background: #eee; padding: 2px; width: 5em;text-align:center;} |
1dc28ba6 | 339 | .comment-container {float:left;margin: 4px;} |
34e20eb4 | 340 | .comment-report-selectall{display:none} |
b667ba00 DC |
341 | .comment-link {display:none} |
342 | .jsenabled .comment-link {display:block} | |
034699d2 | 343 | .jsenabled .showcommentsnonjs{display:none} |
34e20eb4 | 344 | .jsenabled .comment-report-selectall{display:inline} |
90723839 SH |
345 | |
346 | /** | |
347 | * Completion progress report | |
348 | */ | |
349 | .completion-expired {background:#FFDDDD;} | |
350 | .completion-expected {font-size:0.75em;} | |
351 | .completion-sortchoice {font-size:0.75em;vertical-align:bottom;} | |
352 | .completion-progresscell {text-align:right;} | |
353 | .completion-expired .completion-expected {font-weight:bold;} | |
354 | #page-course-report-progress-index th, | |
355 | #page-course-report-progress-index td {padding:2px 4px;font-weight:normal;border-right: 1px solid #EEE;} | |
356 | #page-course-report-progress-index .progress-actions {text-align:center;} | |
357 | #page-course-report-progress-index .completion_pagingbar {margin:1em 0;text-align:center;} | |
358 | #page-course-report-progress-index .completion_prev {display:inline;margin-right:2em;} | |
359 | #page-course-report-progress-index .completion_pagingbar p {display:inline;margin:0;} | |
360 | #page-course-report-progress-index .completion_next {display:inline;margin-left:2em;} | |
361 | ||
362 | /** | |
363 | * Tags | |
364 | */ | |
365 | #page-tag-coursetags_edit .coursetag_edit_centered {position: relative;width: 600px;margin: 20px auto;} | |
366 | #page-tag-coursetags_edit .coursetag_edit_row {clear:both;} | |
367 | #page-tag-coursetags_edit .coursetag_edit_row .coursetag_edit_left {float:left;width:50%;text-align:right;} | |
368 | #page-tag-coursetags_edit .coursetag_edit_row .coursetag_edit_right {margin-left:50%;} | |
369 | #page-tag-coursetags_edit .coursetag_edit_input3 {display: none;} | |
370 | #page-tag-coursetags_more .coursetag_more_large {font-size: 120%;} | |
371 | #page-tag-coursetags_more .coursetag_more_small {font-size: 80%;} | |
372 | #page-tag-coursetags_more .coursetag_more_link {font-size: 80%;} | |
373 | #tag-description, | |
374 | #tag-blogs {width:100%;} | |
375 | #tag-management-box {margin-bottom:10px;line-height:20px;} | |
376 | #tag-user-table {padding:3px;clear: both;width:100%;} | |
377 | #tag-user-table:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;} | |
378 | img.user-image {height:100px;width:100px;} | |
379 | #small-tag-cloud-box {width:300px;margin:0 auto;} | |
380 | #big-tag-cloud-box {width:600px;margin:0 auto;float:none;} | |
381 | ul#tag-cloud-list {list-style:none;padding:5px;margin:0;} | |
382 | ul#tag-cloud-list li {margin:0;display:inline;list-style-type:none;} | |
383 | #tag-search-box {text-align:center;margin:10px auto;} | |
384 | #tag-search-results-container {padding:0;width:100%;} | |
385 | #tag-search-results {padding:0;margin: 15px 20% 0 20%;float:left;width:60%;display:block;} | |
386 | #tag-search-results li {width:30%;float:left;padding-left:1%;text-align:left;line-height:20px;padding-right:1%;list-style:none;} | |
387 | span.flagged-tag, | |
388 | span.flagged-tag a {color:#FF0000;} | |
389 | table#tag-management-list {text-align:left;width:100%;} | |
390 | table#tag-management-list td, | |
391 | table#tag-management-list th {vertical-align: middle;text-align: left;padding: 4px;} | |
392 | .tag-management-form {text-align:center;} | |
393 | #relatedtags-autocomplete-container {margin-left:auto;margin-right:auto;min-height:4.6em;width:100%;} | |
394 | #relatedtags-autocomplete {position:relative;display:block;width:60%;margin-left:auto;margin-right:auto;} | |
395 | #relatedtags-autocomplete .yui-ac-content {position:absolute;width:420px;left:20%;border:1px solid #404040;background:#fff;overflow:hidden;z-index:9050;} | |
396 | #relatedtags-autocomplete .ysearchquery {position:absolute;right:10px;color:#808080;z-index:10;} | |
397 | #relatedtags-autocomplete .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;} | |
398 | #relatedtags-autocomplete ul {padding:0;width:100%;margin:0;list-style-type:none;} | |
399 | #relatedtags-autocomplete li {padding:0 5px;cursor:default;white-space:nowrap;} | |
400 | #relatedtags-autocomplete li.yui-ac-highlight{background:#FFFFCC;} | |
401 | h2.tag-heading, | |
402 | div#tag-description, | |
403 | div#tag-blogs, | |
404 | body.tag .managelink {padding: 5px;} | |
405 | .tag_cloud .s20 {font-size: 1.5em;font-weight: bold;} | |
406 | .tag_cloud .s19 {font-size: 1.5em;} | |
407 | .tag_cloud .s18 {font-size: 1.4em;font-weight: bold;} | |
408 | .tag_cloud .s17 {font-size: 1.4em;} | |
409 | .tag_cloud .s16 {font-size: 1.3em;font-weight: bold;} | |
410 | .tag_cloud .s15 {font-size: 1.3em;} | |
411 | .tag_cloud .s14 {font-size: 1.2em;font-weight: bold;} | |
412 | .tag_cloud .s13 {font-size: 1.2em;} | |
413 | .tag_cloud .s12, | |
414 | .tag_cloud .s11 {font-size: 1.1em;font-weight: bold;} | |
415 | .tag_cloud .s10, | |
416 | .tag_cloud .s9 {font-size: 1.1em;} | |
417 | .tag_cloud .s8, | |
418 | .tag_cloud .s7 {font-size: 1em;font-weight: bold;} | |
419 | .tag_cloud .s6, | |
420 | .tag_cloud .s5 {font-size: 1em;} | |
421 | .tag_cloud .s4, | |
422 | .tag_cloud .s3 {font-size: 0.9em;font-weight: bold;} | |
423 | .tag_cloud .s2, | |
424 | .tag_cloud .s1 {font-size: 0.9em;} | |
425 | .tag_cloud .s0 {font-size: 0.8em;} | |
426 | ||
427 | /** | |
428 | * File picker | |
429 | * Copyright (c) 2006 Yahoo! Inc. All rights reserved. | |
430 | * copy from yui/examples/treeview/assets/css/folders/tree.css | |
431 | * first or middle sibling, no children | |
432 | */ | |
433 | /* first or middle sibling, no children */ | |
3002e7fd | 434 | .file-picker .ygtvtn {background: url([[pix:moodle|y/tn]]) 0 0 no-repeat;width:17px;height:22px;} |
90723839 | 435 | /* first or middle sibling, collapsable */ |
3002e7fd | 436 | .file-picker .ygtvtm {background: url([[pix:moodle|y/tm]]) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} |
90723839 | 437 | /* first or middle sibling, collapsable, hover */ |
3002e7fd | 438 | .file-picker .ygtvtmh {background: url([[pix:moodle|y/tmh]]) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} |
90723839 | 439 | /* first or middle sibling, expandable */ |
3002e7fd | 440 | .file-picker .ygtvtp {background: url([[pix:moodle|y/tp]]) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} |
90723839 | 441 | /* first or middle sibling, expandable, hover */ |
3002e7fd | 442 | .file-picker .ygtvtph {background: url([[pix:moodle|y/tph]]) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} |
90723839 | 443 | /* last sibling, no children */ |
3002e7fd | 444 | .file-picker .ygtvln {background: url([[pix:moodle|y/ln]]) 0 0 no-repeat;width:17px;height:22px;} |
90723839 | 445 | /* Last sibling, collapsable */ |
3002e7fd | 446 | .file-picker .ygtvlm {background: url([[pix:moodle|y/lm]]) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} |
90723839 | 447 | /* Last sibling, collapsable, hover */ |
3002e7fd | 448 | .file-picker .ygtvlmh {background: url([[pix:moodle|y/lmh]]) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} |
90723839 | 449 | /* Last sibling, expandable */ |
3002e7fd | 450 | .file-picker .ygtvlp {background: url([[pix:moodle|y/lp]]) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} |
90723839 | 451 | /* Last sibling, expandable, hover */ |
3002e7fd | 452 | .file-picker .ygtvlph {background: url([[pix:moodle|y/lph]]) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} |
90723839 | 453 | /* Loading icon */ |
3002e7fd | 454 | .file-picker .ygtvloading {background: url([[pix:moodle|y/loading]]) 0 0 no-repeat;width:16px;height:22px;} |
90723839 | 455 | /* the style for the empty cells that are used for rendering the depth* of the node */ |
3002e7fd | 456 | .file-picker .ygtvdepthcell {background: url([[pix:moodle|y/vline]]) 0 0 no-repeat;width:17px;height:22px;} |
90723839 SH |
457 | .file-picker .ygtvblankdepthcell {width:17px;height:22px;} |
458 | /* the style of the div around each node */ | |
459 | .file-picker .ygtvitem table{margin-bottom:0;} | |
460 | .file-picker .ygtvitem td {border:none;padding:0;} | |
461 | /* the style of the div around each node's collection of children */ | |
462 | * html .file-picker .ygtvchildren {height:1%;} | |
463 | /* the style of the text label in ygTextNode */ | |
464 | .file-picker .ygtvlabel, | |
465 | .file-picker .ygtvlabel:link, | |
466 | .file-picker .ygtvlabel:visited, | |
467 | .file-picker .ygtvlabel:hover {margin-left:2px;text-decoration: none;} | |
468 | .file-picker {font-size:12px;} | |
469 | .file-picker strong {background:#FFFFCC;} | |
90723839 SH |
470 | .file-picker .fp-panel {padding:0;margin:0;text-align:left;} |
471 | .file-picker .fp-login-form {text-align:center;} | |
472 | .file-picker .fp-searchbar {float:right;} | |
473 | .file-picker .fp-viewbar {width:300px;float:left;} | |
474 | .file-picker .fp-toolbar {padding: .8em;background: #FFFFCC;text-align:center;margin: 3px;} | |
475 | .file-picker .fp-toolbar a {padding: 0 .5em;} | |
476 | .file-picker .fp-list {list-style-type:none;padding:0;float:left;width:100%;margin:0;} | |
477 | .file-picker .fp-list li {border-bottom:1px dotted gray;margin-bottom: 1em;} | |
478 | .file-picker .fp-repo-name {display:block;padding: .5em;margin-bottom: .5em;} | |
479 | .file-picker .fp-pathbar {margin: .4em;border-bottom: 1px dotted gray;} | |
480 | .file-picker .fp-pathbar a {padding: .4em;} | |
481 | .file-picker .fp-rename-form {text-align:center;} | |
482 | .file-picker .fp-rename-form p {margin: 1em;} | |
483 | .file-picker .fp-upload-form {margin: 2em 0;text-align:center;} | |
484 | .file-picker .fp-upload-btn {clear:both;margin-top: 2em;} | |
90723839 SH |
485 | .file-picker .fp-paging {margin:1em .5em;clear:both;text-align:center;line-height: 2.5em;} |
486 | .file-picker .fp-paging a {padding: .5em;border: 1px solid #CCC;} | |
487 | .file-picker .fp-paging a.cur_page {border: 1px solid blue;} | |
488 | .file-picker .fp-popup {text-align:center;} | |
879b4f9a | 489 | .file-picker .fp-grid-panel{} |
90723839 SH |
490 | .file-picker .fp-grid {float:left;text-align:center;} |
491 | .file-picker .fp-grid div {overflow: hidden;} | |
492 | .file-picker .fp-grid p {margin:0;padding:0;background: #FFFFCC;} | |
493 | .file-picker .fp-grid .label {height:48px;text-align:center;} | |
494 | .file-picker .fp-grid span {color:gray;} | |
495 | .file-picker .fp-error {padding: 2em 0;margin: 3em 5px;text-align:center;background: #FFBBBB;} | |
f312e878 | 496 | .file-picker .fp-emptylist, .file-picker .fp-msg {text-align:center;} |
bb496de7 | 497 | .filepicker-filelist {padding: 5px;margin: 6px 0;background: #E9F4FF;border: #AACCEE 1px solid} |
90723839 SH |
498 | /* file picker search dialog */ |
499 | .file-picker div.bd {text-align:left;} | |
500 | ||
501 | /** | |
502 | * File Manager | |
503 | */ | |
504 | .filemanager-toolbar {margin: 5px 0;} | |
563d0417 DC |
505 | .filemanager-toolbar a {border: 1px solid #AACCEE;background: #F4FAFF;color: black;padding: 3px;} |
506 | .filemanager-toolbar a:hover {background: #FFFFFF;} | |
90723839 | 507 | .fm-breadcrumb {margin:0;} |
d8f31703 | 508 | .filemanager-container {padding: 5px;margin: 6px 0;background: #E9F4FF;border: #AACCEE 1px solid} |
1345cc53 | 509 | .filemanager-container ul{margin:0;padding:0;} |
d8f31703 | 510 | .filemanager-container ul li{white-space:nowrap;list-style-type:none;} |
713e08cf | 511 | .filemanager-container ul li a{padding:0} |
d8f31703 DC |
512 | .filemanager-loading{display:none} |
513 | .jsenabled .filemanager-loading{display:block} | |
da794241 | 514 | .fm-menuicon{cursor: pointer;} |
90723839 SH |
515 | #fm-move-div {margin: 6px;} |
516 | #fm-move-div strong{color:red;} | |
90723839 SH |
517 | .fm-file-entry{border: 1px solid red;} |
518 | .fm-operation {font-weight: bold;} | |
519 | ||
1904e9b3 SH |
520 | /* |
521 | * Backup and Restore CSS | |
90723839 | 522 | */ |
1904e9b3 SH |
523 | .path-backup .mform .grouped_settings.section_level {clear:both;} |
524 | .path-backup .mform .grouped_settings {clear:both;overflow:hidden;} | |
525 | .path-backup .mform .grouped_settings .fitem .fitemtitle {width:40%;padding-right:10px;} | |
526 | .path-backup .mform .grouped_settings .fitem .felement {width:50%;} | |
bf6d283e | 527 | .path-backup .mform .grouped_settings.section_level .include_setting {width:50%;margin:0;float:left;clear:left;font-weight:bold;} |
1904e9b3 | 528 | .path-backup .mform .grouped_settings.section_level .normal_setting {width:50%;margin:0;margin-left:50%;} |
bf6d283e SH |
529 | .path-backup .mform .grouped_settings.activity_level .include_setting label {font-weight:normal;} |
530 | .path-backup .mform .fitem fieldset.felement {margin-left:0;width:auto;padding-left:0;} | |
1904e9b3 SH |
531 | .path-backup .notification.dependencies_enforced {text-align:center;color:#A00;font-weight:bold;} |
532 | .path-backup .backup_progress {text-align:center;} | |
d2dbd0c0 | 533 | .path-backup .backup_progress span.backup_stage {color:#999;} |
1904e9b3 SH |
534 | .path-backup .backup_progress .backup_stage.backup_stage_current {font-weight:bold;color:inherit;} |
535 | .path-backup .backup_progress .backup_stage.backup_stage_next {} | |
d2dbd0c0 | 536 | .path-backup .backup_progress span.backup_stage.backup_stage_complete {color:inherit;} |
90723839 SH |
537 | |
538 | /** | |
539 | * Web Service | |
540 | */ | |
b1d124d1 | 541 | #webservice-doc-generator td {text-align: left;border: 0px solid black;} |
36282d85 | 542 | |
36282d85 RW |
543 | /** |
544 | * Help Content (pop-up) | |
545 | */ | |
341be301 | 546 | #helppopupbox {background-color: #eee; border: 1px solid #848484;z-index: 10000 !important;} |
61ddb953 | 547 | #helppopupbox .yui3-widget-hd {float:right;margin:3px 3px 0 0;} |
39e19487 | 548 | #helppopupbox .yui3-widget-bd {margin:0 1em 1em 1em;border-top:1px solid #eee;} |
61ddb953 | 549 | #helppopupbox .helpheading {font-size: 1em;} |
3a42ad12 | 550 | #helppopupbox .spinner {margin:1em;} |
d2dbd0c0 SH |
551 | |
552 | /** | |
553 | * Custom menu | |
554 | */ | |
555 | #custommenu {clear:both;} | |
1ded6e1f | 556 | #custommenu .yui3-menu .yui3-menu {z-index:500;} |
d2dbd0c0 SH |
557 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content, |
558 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .ul {border:1px solid #000;} | |
559 | #custommenu .yui3-menu-horizontal.javascript-disabled ul {margin:0;padding:0;} | |
560 | #custommenu .yui3-menu-horizontal.javascript-disabled li {margin:0;padding:0;list-style:none;width:auto;position:relative;} | |
561 | #custommenu .yui3-menu-horizontal.javascript-disabled>.yui3-menu-content>ul>li {float:left;} | |
562 | #custommenu .yui3-menu-horizontal.javascript-disabled li a {padding:0 10px;} | |
563 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu {position:absolute;top:-10000px;left:-10000px;visibility:hidden;white-space: nowrap;max-width: 250px;background-color:#FFF;} | |
564 | #custommenu .yui3-menu-horizontal.javascript-disabled li:hover>.yui3-menu {top:100%;left:0;visibility: visible;z-index:10;} | |
565 | #custommenu .yui3-menu-horizontal.javascript-disabled li:hover .yui3-menu .yui3-menu {top:0;left:100%;min-width:200px;} | |
566 | #custommenu .yui3-menu-horizontal.javascript-disabled>.yui3-menu-content>ul:after {content:"";display:block;clear:both;line-height:0;font-size:0;visibility:hidden;} | |
567 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content {font-size:93%;line-height:2;padding:0;} | |
568 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .yui3-menu-content {font-size:100%;} | |
572dd8ec SH |
569 | |
570 | /** | |
571 | * Smart Select Element | |
572 | */ | |
573 | .smartselect {position:absolute;} | |
574 | .smartselect .smartselect_mask {background-color:#fff;} | |
575 | .smartselect ul {padding: 0;margin: 0;} | |
576 | .smartselect ul li {list-style: none;} | |
577 | .smartselect .smartselect_menu {margin-right:5px;} | |
578 | .safari .smartselect .smartselect_menu {margin-left:2px;} | |
579 | .smartselect .smartselect_menu, | |
580 | .smartselect .smartselect_submenu {border:1px solid #000;background-color:#FFF;display: none;} | |
581 | .smartselect .smartselect_menu.visible, | |
582 | .smartselect .smartselect_submenu.visible {display:block;} | |
583 | .smartselect .smartselect_menu_content ul li {position:relative;padding:2px 5px;} | |
584 | .smartselect .smartselect_menu_content ul li a {color:#333;text-decoration:none;} | |
585 | .smartselect .smartselect_menu_content ul li a.selectable {color:inherit;} | |
43be52d3 | 586 | .smartselect .smartselect_submenuitem {background-image:url([[pix:moodle|t/collapsed]]);background-repeat: no-repeat;background-position:100%;} |
572dd8ec SH |
587 | /** Spanning mode */ |
588 | .smartselect.spanningmenu .smartselect_submenu {position:absolute;top:-1px;left:100%;} | |
589 | .smartselect.spanningmenu .smartselect_submenu a {white-space: nowrap;padding-right:16px;} | |
572dd8ec SH |
590 | .smartselect.spanningmenu .smartselect_menu_content ul li a.selectable:hover {text-decoration:underline;} |
591 | /** Compact mode */ | |
43be52d3 | 592 | .smartselect.compactmenu .smartselect_submenu {position:relative;margin:2px -3px; margin-left: 10px;display:none;border-width:0;z-index: 1010;} |
572dd8ec SH |
593 | .smartselect.compactmenu .smartselect_submenu.visible {display:block;} |
594 | .smartselect.compactmenu .smartselect_menu {z-index: 1000;overflow:hidden;} | |
595 | .smartselect.compactmenu .smartselect_submenu .smartselect_submenu {z-index: 1020;} | |
596 | .smartselect.compactmenu .smartselect_submenuitem:hover > .smartselect_menuitem_label {font-weight:bold;} | |
af7c1e29 | 597 | |
139978e5 | 598 | /** |
599 | * Registration | |
600 | */ | |
26ffb4b1 | 601 | #page-admin-registration-register .registration_textfield {width: 300px;} |
a70eb30f SH |
602 | |
603 | /** | |
604 | * Enrol | |
605 | */ | |
606 | .userenrolment {width:100%;border-collapse: collapse;} | |
607 | .userenrolment td {padding:0;height:41px;} | |
608 | .userenrolment .subfield {margin-right:5px;} | |
609 | .userenrolment .col_userdetails .subfield_picture {float:left;} | |
610 | .userenrolment .col_lastseen {width:150px;} | |
611 | .userenrolment .col_role {width:262px;} | |
612 | .userenrolment .col_role .roles {margin-right:30px;} | |
613 | .userenrolment .col_role .role {float:left;padding:3px;margin:3px;} | |
614 | .userenrolment .col_role .role a {margin-left:3px;cursor:pointer;} | |
615 | .userenrolment .col_role .addrole {float:right;width:18px;margin:3px;height:18px;text-align:center;} | |
616 | .userenrolment .col_role .addrole a img {vertical-align:bottom;} | |
617 | .userenrolment .hasAllRoles .col_role .addrole {display:none;} | |
618 | .userenrolment .col_group .groups {margin-right:30px;} | |
619 | .userenrolment .col_group .group {float:left;padding:3px;margin:3px;white-space:nowrap;} | |
620 | .userenrolment .col_group .group a {margin-left:3px;cursor:pointer;} | |
621 | .userenrolment .col_group .addgroup {float:right;width:18px;margin:3px;height:18px;text-align:center;} | |
622 | .userenrolment .col_group .addgroup a img {vertical-align:bottom;} | |
623 | .userenrolment .col_enrol .enrolment {float:left;padding:3px;margin:3px;} | |
43c90b9b RW |
624 | .userenrolment .col_enrol .enrolment a {float:right;margin-left:3px;} |
625 | ||
3a42ad12 | 626 | /** |
315d4971 RW |
627 | * Overide for RTL layout |
628 | **/ | |
43c90b9b RW |
629 | .dir-rtl .headermain {float:right;} |
630 | .dir-rtl .headermenu {float:left;} | |
631 | .dir-rtl .breadcrumb {float:right;} | |
632 | .dir-rtl .navbutton {float: left;} | |
633 | .dir-rtl .breadcrumb ul li { float: right; margin-left: 5px;} | |
634 | .dir-rtl .mform .fitem .fitemtitle {float:right;} | |
635 | .dir-rtl .loginbox .loginform .form-label {float:right;text-align:left;} | |
636 | .dir-rtl .loginbox .loginform .form-input {text-align: right;} | |
57e8a936 | 637 | |
315d4971 RW |
638 | /** |
639 | * Backup | |
640 | */ | |
785d6603 SH |
641 | .backup-restore .backup-section {clear:both;border:1px solid #ddd;background-color:#f6f6f6;margin-bottom:1em;} |
642 | .backup-restore .backup-section > h2.header {padding:5px 6px;margin:0;border-bottom:1px solid #ddd;} | |
643 | .backup-restore .backup-section .backup-sub-section {margin:0 25px;background-color:#f9f9f9;border:1px solid #f3f3f3;margin-bottom:1em;} | |
644 | .backup-restore .backup-section .backup-sub-section h3 {text-align:right;border-bottom:1px solid #DDD;padding:5px 86% 5px 6px;margin:0;background-color:#e9e9e9;} | |
645 | .backup-restore .backup-section.settings-section .detail-pair {margin:0;padding:0;width:50%;display:inline-block;} | |
646 | .backup-restore .backup-section.settings-section .detail-pair .detail-pair-label {width:65%;} | |
647 | .backup-restore .backup-section.settings-section .detail-pair .detail-pair-value {width:25%;} | |
648 | .backup-restore .activitytable {width:60%;min-width:500px;} | |
649 | .backup-restore .activitytable .modulename {width:100px;} | |
650 | .backup-restore .activitytable .moduleincluded {width:50px;} | |
651 | .backup-restore .activitytable .userinfoincluded {width:50px;} | |
652 | .backup-restore .detail-pair {} | |
653 | .backup-restore .detail-pair-label {display:inline-block;width:25%;padding:8px;margin:0;text-align:right;font-weight:bold;color:#444;vertical-align:top;} | |
654 | .backup-restore .detail-pair-value {display:inline-block;width:65%;padding:8px;margin:0;} | |
655 | .backup-restore .detail-pair-value > .sub-detail {display:block;color:#1580B6;margin-left:2em;font-size:90%;font-style: italic;} | |
c3853702 | 656 | .backup-restore > .singlebutton {text-align:right;} |
bf6d283e | 657 | .path-backup .mform .fgroup .proceedbutton {float:right;margin-right:1%;} |
785d6603 | 658 | |
3acc9b81 SH |
659 | .restore-course-search .rcs-results {width:70%;min-width:400px;border:1px solid #ddd;margin:5px 0;} |
660 | .restore-course-search .rcs-results table {width:100%;margin:0;border-width:0;} | |
367a75fa | 661 | .restore-course-search .rcs-results table .no-overflow {max-width:600px;} |
3acc9b81 SH |
662 | .restore-course-search .rcs-results .paging {text-align:left;margin:0;background-color:#eee;padding:3px;} |
663 | ||
664 | .restore-course-category .rcs-results {width:70%;min-width:400px;border:1px solid #ddd;margin:5px 0;} | |
665 | .restore-course-category .rcs-results table {width:100%;margin:0;border-width:0;} | |
367a75fa | 666 | .restore-course-category .rcs-results table .no-overflow {max-width:600px;} |
3acc9b81 SH |
667 | .restore-course-category .rcs-results .paging {text-align:left;margin:0;background-color:#eee;padding:3px;} |
668 | ||
57e8a936 | 669 | .corelightbox {background-color:#CCC;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;} |
785d6603 | 670 | .corelightbox img {position:fixed;top:50%;} |
315d4971 | 671 | |
3a42ad12 | 672 | /** |
315d4971 RW |
673 | * IE - Overide for RTL layout |
674 | */ | |
675 | .ie.dir-rtl .mform .fitem .felement {margin-right:0;text-align:right;float:right;} | |
3a42ad12 | 676 | |
39374439 SH |
677 | /** |
678 | * Fix for broken YUI images in the menunav component | |
679 | */ | |
680 | .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label, | |
034699d2 | 681 | .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-content {background-image:none;} |
060cd0c8 SH |
682 | |
683 | .mod-indent-1 {margin-left:20px;} | |
684 | .mod-indent-2 {margin-left:40px;} | |
685 | .mod-indent-3 {margin-left:60px;} | |
686 | .mod-indent-4 {margin-left:80px;} | |
687 | .mod-indent-5 {margin-left:100px;} | |
688 | .mod-indent-6 {margin-left:120px;} | |
689 | .mod-indent-7 {margin-left:140px;} | |
690 | .mod-indent-8 {margin-left:160px;} | |
691 | .mod-indent-9 {margin-left:180px;} | |
692 | .mod-indent-10 {margin-left:200px;} | |
693 | .mod-indent-11 {margin-left:220px;} | |
694 | .mod-indent-12 {margin-left:240px;} | |
695 | .mod-indent-13 {margin-left:260px;} | |
696 | .mod-indent-14 {margin-left:280px;} | |
697 | .mod-indent-15, | |
70cb0769 | 698 | .mod-indent-huge {margin-left:300px;} |
fcd2cbaf PS |
699 | |
700 | /* Resourcelib mp3 player size: only width could be changed here, height hardcoded in JS */ | |
0235bd87 SH |
701 | .resourcecontent .resourcemediaplugin_mp3 object {height:25px; width: 600px} |
702 | ||
703 | /* | |
1bb48462 ME |
704 | Fix for SubScript & SuperScript |
705 | ------------------------------*/ | |
1bb48462 | 706 | sub { vertical-align: sub;} |
9c3865c8 | 707 | sup { vertical-align: super;} |