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, |
90723839 | 25 | .dimmed_text a {color:#AAAAAA;} |
87563167 | 26 | |
90723839 SH |
27 | .unlist, |
28 | .unlist li, | |
29 | .inline-list, | |
30 | .inline-list li, | |
6605ff8c SH |
31 | .block .list, |
32 | .block .list li, | |
90723839 | 33 | .sitetopic .section li, |
87563167 | 34 | .course-content .section li.activity, |
90723839 | 35 | .tabtree li {list-style: none;margin:0;padding:0;} |
87563167 | 36 | |
90723839 SH |
37 | .inline-list li {display: inline;} |
38 | .notifytiny {font-size:0.7em;} | |
39 | .notifytiny li, | |
40 | .notifytiny td {font-size:100%;} | |
41 | .red, | |
42 | .notifyproblem {color:#660000;} | |
43 | .green, | |
44 | .notifysuccess {color:#006600;} | |
45 | .reportlink {text-align:right;} | |
46 | a.autolink.glossary:hover {cursor: help;} | |
47 | /* Block which is hidden if javascript enabled, prevents fickering visible when JS from footer used! */ | |
48 | .collapsibleregioncaption {white-space: nowrap;} | |
49 | .collapsibleregioncaption img {vertical-align: middle;} | |
50 | .jsenabled .hiddenifjs {display: none;} | |
51 | .jsenabled .collapsibleregion {overflow:hidden;} | |
52 | .jsenabled .collapsed .collapsibleregioninner {visibility: hidden;} | |
53 | .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;} | |
54 | .clearer {background:transparent;border-width:0;clear:both;display:block;height:1px;margin:0;padding:0;} | |
55 | .clearfix:after {clear: both;content: ".";display: block;height: 0;min-width: 0;visibility: hidden;} | |
56 | .bold, | |
57 | .warning, | |
58 | .errorbox .title, | |
59 | .pagingbar .title, | |
60 | .pagingbar .thispage, | |
61 | .headingblock {font-weight: bold;} | |
62 | img.resize {height: 1em;width: 1em;} | |
6605ff8c | 63 | .block img.resize, |
90723839 SH |
64 | .breadcrumb img.resize {height: 0.9em;width: 0.8em;} |
65 | img.icon {height:16px;vertical-align:middle;width:16px;} | |
66 | img.iconsmall {height:11px;margin-right:1px;vertical-align:middle;width:11px;} | |
67 | img.iconhelp {height:17px;margin-right:4px;vertical-align:middle;width:17px;} | |
68 | img.icontoggle {height:17px;vertical-align:middle;width:50px;} | |
69 | img.iconkbhelp {height:17px;width:49px;} | |
70 | .categorybox .category {font-size:1.2em;font-weight:bold;} | |
71 | .generalbox {border:1px solid;} | |
72 | .boxaligncenter {margin-left:auto;margin-right:auto;} | |
73 | .boxalignright {margin-left:auto;margin-right:0;} | |
74 | .boxalignleft {margin-left:0;margin-right:auto;} | |
75 | .boxwidthnarrow {width: 30%;} | |
76 | .boxwidthnormal {width: 50%;} | |
77 | .boxwidthwide {width: 80%;} | |
78 | .buttons .singlebutton, | |
79 | .buttons .singlebutton form, | |
80 | .buttons .singlebutton div {display: inline;} | |
81 | .buttons .singlebutton input {margin:20px 5px;} | |
82 | .blink {text-decoration: blink;} | |
83 | .headermain {font-weight:bold;} | |
84 | #maincontent {display: block;height: 1px;overflow: hidden;} | |
85 | img.uihint {cursor: help;} | |
86 | #addmembersform table {margin-left: auto;margin-right: auto;} | |
87 | .formtable tbody th, | |
88 | .generaltable th.header {vertical-align: top;} | |
89 | .flexible th {white-space: nowrap;} | |
90 | .cell {vertical-align: top;} | |
91 | .helplink img {height: 17px;vertical-align: middle;width: 17px;} | |
92 | img.emoticon {vertical-align: middle;width: 15px;height: 15px;} | |
93 | form.popupform, | |
94 | form.popupform div {display: inline;} | |
95 | .arrow_button input {overflow:hidden;} | |
96 | /** IE6 float + background bug solution **/ | |
97 | .ie6 li.section {line-height:1.2em;width:100%;} | |
6f0a938b | 98 | |
90723839 | 99 | /** |
78946b9b | 100 | * Accessibility features |
90723839 | 101 | */ |
78946b9b | 102 | /*Accessibility: text 'seen' by screen readers but not visual users. */ |
90723839 | 103 | .accesshide {position:absolute;top:-100000px;left:10px;font-weight:normal;font-size:1em;} |
78946b9b | 104 | span.hide, |
d896fd51 | 105 | div.hide, |
90723839 SH |
106 | .jsenabled .advancedbutton .showadvancedbtn {display:none;} |
107 | .invisiblefieldset {display:inline;border-width:0;padding:0;margin:0;} | |
78946b9b | 108 | /*Accessibility: Skip block link, for keyboard-only users. */ |
90723839 SH |
109 | a.skip-block, |
110 | a.skip {position: absolute;top: -1000em;font-size: 0.85em;text-decoration:none;} | |
111 | a.skip-block:focus, | |
112 | a.skip-block:active, | |
113 | a.skip:focus, | |
114 | a.skip:active {position: static;display: block;} | |
115 | .skip-block-to {display: block;height: 1px;overflow: hidden;} | |
116 | /* Accessibility: only certain fonts support Unicode chars like ► in IE6 */ | |
117 | .arrow, | |
118 | .arrow_button input {font-family: Arial,Helvetica,Courier,sans-serif;} | |
78946b9b | 119 | |
90723839 | 120 | /** |
78946b9b | 121 | * Header |
90723839 | 122 | */ |
3b38bca6 PM |
123 | .headermain {float:left;margin:15px;font-size:2.3em;} |
124 | .headermenu {float:right;margin:10px;font-size:0.8em;text-align:right;} | |
d730eae9 PM |
125 | |
126 | /** | |
127 | * Navbar | |
128 | */ | |
129 | .navbar {clear:both;overflow:hidden;} | |
130 | .ie6 .navbar {overflow:hidden;height:100%;} | |
3b38bca6 | 131 | .breadcrumb {float:left;} |
1470ded5 | 132 | .navbutton {text-align:right;} |
3b38bca6 | 133 | .breadcrumb ul {padding:0;margin:0;text-indent:0;list-style:none;} |
bf626bbe | 134 | .navbutton {float: right;} |
3b38bca6 | 135 | .breadcrumb li, |
3b38bca6 PM |
136 | .navbutton div, |
137 | .navbutton form {display:inline;} | |
90723839 SH |
138 | |
139 | /** | |
140 | * Footer | |
141 | */ | |
142 | #page-footer {text-align:center;font-size:0.9em;} | |
143 | #page-footer .homelink {margin: 1em 0;} | |
144 | #page-footer .homelink a {padding-left:1em;padding-right:1em;} | |
145 | #page-footer .logininfo, | |
146 | #page-footer .sitelink, | |
147 | #page-footer .helplink {margin:0px 10px;} | |
148 | #page-footer .performanceinfo {text-align:center;margin:10px 20%;} | |
149 | #page-footer .performanceinfo span {display:block;} | |
150 | #page-footer .validators {margin-top:40px;padding-top:5px;border-top: 1px dotted gray;} | |
151 | #page-footer .validators ul {margin:0px;padding:0px;list-style-type:none;} | |
152 | #page-footer .validators ul li {display:inline;margin-right:10px;margin-left:10px;} | |
153 | ||
154 | /** | |
155 | * Tabs | |
156 | */ | |
157 | .tabtree {position:relative;margin-bottom:3.5em;} | |
158 | .tabtree li {display:inline;} | |
159 | .tabtree ul {margin:5px;} | |
160 | .tabtree ul li.here ul {position:absolute;top:100%;width:100%;} | |
161 | .tabtree ul li.here .empty {display:none;} | |
162 | ||
163 | /** | |
164 | * Mforms | |
165 | */ | |
166 | .mform fieldset {border:1px solid;} | |
167 | .mform fieldset fieldset {border-width:0px;} | |
168 | .mform fieldset legend {font-weight:bold;margin-left:0.5em;} | |
169 | .mform fieldset div {margin:10px;margin-top:0;} | |
170 | .mform fieldset div div {margin:0;} | |
171 | .mform fieldset .advancedbutton {text-align:right;} | |
172 | .mform fieldset.hidden {border-width:0;} | |
173 | .mform fieldset.error {border: 1px solid #A00;} | |
174 | .mform .fitem {width:100%;overflow:hidden;margin-top:5px;margin-bottom:1px;clear:right;} | |
1c601a53 | 175 | .mform .fitem .fitemtitle {width:15%;text-align:right;float:left;} |
90723839 | 176 | .mform .fitem .fitemtitle div {display: inline;} |
1c601a53 | 177 | .mform .fitem .felement {border-width: 0;width:60%;margin-left:16%;} |
90723839 SH |
178 | .mform .fitem fieldset.felement {margin-left:0;padding-left:1%;} |
179 | .mform .error, | |
180 | .mform .required {color:#A00;} | |
181 | .mform .required .fgroup span label {color:#000;} | |
182 | .mform .fdescription.required {color:#A00;text-align:right;} | |
183 | .mform .fpassword .unmask {display:inline;margin-left:0.5em;} | |
184 | .mform .ftextarea #id_alltext {width: 100%;} | |
185 | .mform ul.file-list {padding:0;margin:0;list-style:none;} | |
186 | .mform label .req, | |
187 | .mform label .adv {cursor: help;} | |
188 | .mform .fcheckbox input {margin-left: 0;} | |
189 | .mform .fitem fieldset.fgroup label, | |
190 | .mform .fradio label, | |
191 | .mform .fcheckbox label, | |
192 | .mform fieldset.fdate_selector label {display:inline;float: none;width: auto;} | |
193 | .mform .ftags label.accesshide {display: block;position: static;} | |
194 | .mform .ftags select {margin-bottom: 0.7em;min-width: 22em;} | |
195 | /** Browser corrections for mforms **/ | |
196 | .ie .mform .fitem .felement {margin-left:0;text-align:left;float:left;} | |
197 | /** Fix IE double margin + float bugs **/ | |
198 | .ie .mform .fitem .fitemtitle {padding-right:1em;} | |
199 | #date_selector_calendar_panel .bd {padding: 0;} | |
200 | #date_selector_calendar_panel .yui-calcontainer {border: none;float: none;} | |
201 | /* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */ | |
202 | #date_selector_calendar_panel.yui-overlay-hidden table {*display:none;} | |
203 | #date_selector_calendar_panel th.calhead {padding-right: 2em;} | |
204 | #date_selector_calendar_panel a.container-close {top: 10px;} | |
205 | #portfolio-add-button {display:inline;} | |
206 | ||
207 | /** | |
208 | * phpinfo styles | |
209 | */ | |
210 | .phpinfo .center {text-align: center;} | |
211 | .phpinfo .center table {margin-left: auto;margin-right: auto;text-align: left;border-collapse: collapse;} | |
212 | .phpinfo .center th {text-align: center;} | |
213 | .phpinfo .e, | |
214 | .phpinfo .v, | |
215 | .phpinfo .h {border: 1px solid #000000;font-size: 0.8em;vertical-align: baseline;color: #000000;background-color: #cccccc;} | |
216 | .phpinfo .e {background-color: #ccccff;font-weight: bold;} | |
217 | .phpinfo .h {background-color: #9999cc;font-weight: bold;} | |
218 | ||
219 | /** | |
220 | * Navigation | |
221 | */ | |
2d74495c | 222 | .block_js_expansion .block_tree {overflow:scroll;} |
90723839 SH |
223 | .block_js_expansion.mouseover .content {width:200%;z-index:1000;position:relative;} |
224 | .block_js_expansion.mouseover .content .block_tree {width:100%;background-color:#fcfcfc;padding-bottom:0;} | |
225 | .ie6 .block_js_expansion.mouseover .content, | |
226 | .ie7 .block_js_expansion.mouseover .content {padding-bottom:2px;} | |
227 | ||
228 | /** | |
229 | * Blogs | |
230 | */ | |
231 | .addbloglink {text-align: center;} | |
232 | .blog_entry .audience {text-align: right;} | |
233 | .blog_entry .tags {margin-top: 15px;} | |
234 | ||
235 | /** | |
236 | * Group | |
237 | */ | |
238 | #page-group-index #groupeditform {text-align: center;} | |
239 | #doc-contents h1 {margin: 1em 0 0 0;} | |
240 | #doc-contents ul {margin: 0;padding: 0;width: 90%;} | |
241 | #doc-contents ul li {list-style-type: none;} | |
242 | .groupmanagementtable td {vertical-align: top;} | |
243 | .groupmanagementtable #existingcell, | |
244 | .groupmanagementtable #potentialcell {width: 42%;} | |
245 | .groupmanagementtable #buttonscell {width: 16%;} | |
246 | .groupmanagementtable #buttonscell input {width: 80%;} | |
247 | .groupmanagementtable #removeselect_wrapper, | |
248 | .groupmanagementtable #addselect_wrapper {width: 100%;} | |
249 | .groupmanagementtable #removeselect_wrapper label, | |
250 | .groupmanagementtable #addselect_wrapper label {font-weight: normal;} | |
251 | #group-usersummary {width: 14em;} | |
c7bbb86f | 252 | .groupselector {margin-top: 3px;margin-bottom: 3px;} |
90723839 SH |
253 | |
254 | /** | |
255 | * Login | |
256 | */ | |
257 | .loginbox {margin:15px;overflow:hidden;} | |
258 | .loginbox.twocolumns {margin:15px;} | |
259 | .loginbox h2, | |
260 | .loginbox .subcontent {margin:5px;padding:10px;text-align:center;} | |
261 | .loginbox .loginpanel .desc {margin:0;padding:0;margin-bottom:5px;} | |
262 | .loginbox .signuppanel .subcontent {text-align:left;} | |
263 | .loginbox .loginsub {margin-left:0;margin-right:0;} | |
264 | .loginbox .guestsub, | |
265 | .loginbox .forgotsub, | |
266 | .loginbox .potentialidps {margin:5px 12%;} | |
267 | .loginbox .potentialidps .potentialidplist {margin-left:40%;} | |
268 | .loginbox .potentialidps .potentialidplist div {text-align:left;} | |
269 | .loginbox .loginform {margin-top:1em;text-align:left;} | |
270 | .loginbox .loginform .form-label {float:left;text-align:right;width:40%;} | |
271 | .loginbox .loginform .form-input {float:right;width:59%;} | |
272 | .loginbox .loginform .form-input input {width: 6em;} | |
273 | .loginbox .signupform {margin-top:1em;text-align:center;} | |
274 | .loginbox.twocolumns .loginpanel {float:left;width:49.5%;border-right: 1px solid;margin-bottom:-2000px;padding-bottom:2000px;} | |
275 | .loginbox.twocolumns .signuppanel {float:right;width:50%;margin-bottom:-2000px;padding-bottom:2000px;} | |
276 | ||
277 | /** | |
278 | * Notes | |
279 | */ | |
280 | .notepost {margin-bottom: 1em;} | |
281 | .notepost .userpicture {float: left;margin-right: 5px;} | |
282 | .notepost .content, | |
283 | .notepost .footer {clear: both;} | |
284 | .notesgroup {margin-left:20px;} | |
285 | ||
286 | /** | |
287 | * My Moodle | |
288 | */ | |
26ffb4b1 MD |
289 | .path-my .coursebox .overview .name {margin-left:20px;} |
290 | .path-my .coursebox .overview .info {margin-left:25px;} | |
291 | .path-my .coursebox .overview .details {margin-left:25px;} | |
292 | .path-my .coursebox .overview {margin-bottom:10px;} | |
293 | .path-my .coursebox .info {float: none;} | |
90723839 SH |
294 | |
295 | /** | |
296 | * Logs | |
297 | */ | |
298 | .logtable th {text-align:left;} | |
299 | ||
300 | /** | |
301 | * Modules | |
302 | */ | |
303 | .mod_introbox {border:1px solid;padding:10px;} | |
304 | table.mod_index {width:100%;} | |
305 | ||
306 | /** | |
307 | * Help | |
308 | */ | |
309 | #help_icon_tooltip div.bd {width: 35em;} | |
310 | #help hr {border: none;height: 1px;background: #ccc;} | |
311 | #help .center {text-align: center;} | |
312 | #help .moreinfo {text-align: right;} | |
313 | #help .indent {margin-left: 40px;} | |
314 | #help .indent-big {margin-left: 160px;margin-right: 160px;} | |
315 | #help #emoticons{text-align: center;clear:both;width: 300px;margin-right: auto;margin-left:auto;} | |
316 | #help #emoticons ul{list-style-type: none;} | |
317 | #help #emoticons li{margin-bottom: 3px;width: 120px;border-left: 3px solid gray;padding-left: 7px;float: left;} | |
318 | ||
319 | /** | |
320 | * Comments | |
321 | */ | |
1dc28ba6 | 322 | .comment-ctrl {font-size: 12px;display: none;margin:0;padding:0;} |
90723839 | 323 | .comment-ctrl h5 {margin:0;padding: 5px;} |
1dc28ba6 | 324 | .comment-area {max-width: 400px;padding: 5px;} |
90723839 SH |
325 | .comment-area textarea {width:100%;overflow:auto;} |
326 | .comment-area .fd {text-align:right;} | |
327 | .comment-meta span {color:gray;} | |
328 | .comment-list {font-size: 11px;overflow:auto;list-style:none;padding:0;margin:0;} | |
329 | .comment-list li {margin: 2px;margin-bottom:5px;clear:both;} | |
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;} | |
63eee7b4 | 338 | .comment-delete-confirm {background: #FFE390; padding: 2px; width: 5em;text-align:center;} |
1dc28ba6 | 339 | .comment-container {float:left;margin: 4px;} |
34e20eb4 DC |
340 | .comment-report-selectall{display:none} |
341 | .jsenabled .comment-report-selectall{display:inline} | |
90723839 SH |
342 | |
343 | /** | |
344 | * Completion progress report | |
345 | */ | |
346 | .completion-expired {background:#FFDDDD;} | |
347 | .completion-expected {font-size:0.75em;} | |
348 | .completion-sortchoice {font-size:0.75em;vertical-align:bottom;} | |
349 | .completion-progresscell {text-align:right;} | |
350 | .completion-expired .completion-expected {font-weight:bold;} | |
351 | #page-course-report-progress-index th, | |
352 | #page-course-report-progress-index td {padding:2px 4px;font-weight:normal;border-right: 1px solid #EEE;} | |
353 | #page-course-report-progress-index .progress-actions {text-align:center;} | |
354 | #page-course-report-progress-index .completion_pagingbar {margin:1em 0;text-align:center;} | |
355 | #page-course-report-progress-index .completion_prev {display:inline;margin-right:2em;} | |
356 | #page-course-report-progress-index .completion_pagingbar p {display:inline;margin:0;} | |
357 | #page-course-report-progress-index .completion_next {display:inline;margin-left:2em;} | |
358 | ||
359 | /** | |
360 | * Tags | |
361 | */ | |
362 | #page-tag-coursetags_edit .coursetag_edit_centered {position: relative;width: 600px;margin: 20px auto;} | |
363 | #page-tag-coursetags_edit .coursetag_edit_row {clear:both;} | |
364 | #page-tag-coursetags_edit .coursetag_edit_row .coursetag_edit_left {float:left;width:50%;text-align:right;} | |
365 | #page-tag-coursetags_edit .coursetag_edit_row .coursetag_edit_right {margin-left:50%;} | |
366 | #page-tag-coursetags_edit .coursetag_edit_input3 {display: none;} | |
367 | #page-tag-coursetags_more .coursetag_more_large {font-size: 120%;} | |
368 | #page-tag-coursetags_more .coursetag_more_small {font-size: 80%;} | |
369 | #page-tag-coursetags_more .coursetag_more_link {font-size: 80%;} | |
370 | #tag-description, | |
371 | #tag-blogs {width:100%;} | |
372 | #tag-management-box {margin-bottom:10px;line-height:20px;} | |
373 | #tag-user-table {padding:3px;clear: both;width:100%;} | |
374 | #tag-user-table:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;} | |
375 | img.user-image {height:100px;width:100px;} | |
376 | #small-tag-cloud-box {width:300px;margin:0 auto;} | |
377 | #big-tag-cloud-box {width:600px;margin:0 auto;float:none;} | |
378 | ul#tag-cloud-list {list-style:none;padding:5px;margin:0;} | |
379 | ul#tag-cloud-list li {margin:0;display:inline;list-style-type:none;} | |
380 | #tag-search-box {text-align:center;margin:10px auto;} | |
381 | #tag-search-results-container {padding:0;width:100%;} | |
382 | #tag-search-results {padding:0;margin: 15px 20% 0 20%;float:left;width:60%;display:block;} | |
383 | #tag-search-results li {width:30%;float:left;padding-left:1%;text-align:left;line-height:20px;padding-right:1%;list-style:none;} | |
384 | span.flagged-tag, | |
385 | span.flagged-tag a {color:#FF0000;} | |
386 | table#tag-management-list {text-align:left;width:100%;} | |
387 | table#tag-management-list td, | |
388 | table#tag-management-list th {vertical-align: middle;text-align: left;padding: 4px;} | |
389 | .tag-management-form {text-align:center;} | |
390 | #relatedtags-autocomplete-container {margin-left:auto;margin-right:auto;min-height:4.6em;width:100%;} | |
391 | #relatedtags-autocomplete {position:relative;display:block;width:60%;margin-left:auto;margin-right:auto;} | |
392 | #relatedtags-autocomplete .yui-ac-content {position:absolute;width:420px;left:20%;border:1px solid #404040;background:#fff;overflow:hidden;z-index:9050;} | |
393 | #relatedtags-autocomplete .ysearchquery {position:absolute;right:10px;color:#808080;z-index:10;} | |
394 | #relatedtags-autocomplete .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;} | |
395 | #relatedtags-autocomplete ul {padding:0;width:100%;margin:0;list-style-type:none;} | |
396 | #relatedtags-autocomplete li {padding:0 5px;cursor:default;white-space:nowrap;} | |
397 | #relatedtags-autocomplete li.yui-ac-highlight{background:#FFFFCC;} | |
398 | h2.tag-heading, | |
399 | div#tag-description, | |
400 | div#tag-blogs, | |
401 | body.tag .managelink {padding: 5px;} | |
402 | .tag_cloud .s20 {font-size: 1.5em;font-weight: bold;} | |
403 | .tag_cloud .s19 {font-size: 1.5em;} | |
404 | .tag_cloud .s18 {font-size: 1.4em;font-weight: bold;} | |
405 | .tag_cloud .s17 {font-size: 1.4em;} | |
406 | .tag_cloud .s16 {font-size: 1.3em;font-weight: bold;} | |
407 | .tag_cloud .s15 {font-size: 1.3em;} | |
408 | .tag_cloud .s14 {font-size: 1.2em;font-weight: bold;} | |
409 | .tag_cloud .s13 {font-size: 1.2em;} | |
410 | .tag_cloud .s12, | |
411 | .tag_cloud .s11 {font-size: 1.1em;font-weight: bold;} | |
412 | .tag_cloud .s10, | |
413 | .tag_cloud .s9 {font-size: 1.1em;} | |
414 | .tag_cloud .s8, | |
415 | .tag_cloud .s7 {font-size: 1em;font-weight: bold;} | |
416 | .tag_cloud .s6, | |
417 | .tag_cloud .s5 {font-size: 1em;} | |
418 | .tag_cloud .s4, | |
419 | .tag_cloud .s3 {font-size: 0.9em;font-weight: bold;} | |
420 | .tag_cloud .s2, | |
421 | .tag_cloud .s1 {font-size: 0.9em;} | |
422 | .tag_cloud .s0 {font-size: 0.8em;} | |
423 | ||
424 | /** | |
425 | * File picker | |
426 | * Copyright (c) 2006 Yahoo! Inc. All rights reserved. | |
427 | * copy from yui/examples/treeview/assets/css/folders/tree.css | |
428 | * first or middle sibling, no children | |
429 | */ | |
430 | /* first or middle sibling, no children */ | |
431 | .file-picker .ygtvtn {background: url(../pix/y/tn.gif) 0 0 no-repeat;width:17px;height:22px;} | |
432 | /* first or middle sibling, collapsable */ | |
433 | .file-picker .ygtvtm {background: url(../pix/y/tm.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
434 | /* first or middle sibling, collapsable, hover */ | |
435 | .file-picker .ygtvtmh {background: url(../pix/y/tmh.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
436 | /* first or middle sibling, expandable */ | |
437 | .file-picker .ygtvtp {background: url(../pix/y/tp.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
438 | /* first or middle sibling, expandable, hover */ | |
439 | .file-picker .ygtvtph {background: url(../pix/y/tph.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
440 | /* last sibling, no children */ | |
441 | .file-picker .ygtvln {background: url(../pix/y/ln.gif) 0 0 no-repeat;width:17px;height:22px;} | |
442 | /* Last sibling, collapsable */ | |
443 | .file-picker .ygtvlm {background: url(../pix/y/lm.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
444 | /* Last sibling, collapsable, hover */ | |
445 | .file-picker .ygtvlmh {background: url(../pix/y/lmh.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
446 | /* Last sibling, expandable */ | |
447 | .file-picker .ygtvlp {background: url(../pix/y/lp.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
448 | /* Last sibling, expandable, hover */ | |
449 | .file-picker .ygtvlph {background: url(../pix/y/lph.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
450 | /* Loading icon */ | |
451 | .file-picker .ygtvloading {background: url(../pix/y/loading.gif) 0 0 no-repeat;width:16px;height:22px;} | |
452 | /* the style for the empty cells that are used for rendering the depth* of the node */ | |
453 | .file-picker .ygtvdepthcell {background: url(../pix/y/vline.gif) 0 0 no-repeat;width:17px;height:22px;} | |
454 | .file-picker .ygtvblankdepthcell {width:17px;height:22px;} | |
455 | /* the style of the div around each node */ | |
456 | .file-picker .ygtvitem table{margin-bottom:0;} | |
457 | .file-picker .ygtvitem td {border:none;padding:0;} | |
458 | /* the style of the div around each node's collection of children */ | |
459 | * html .file-picker .ygtvchildren {height:1%;} | |
460 | /* the style of the text label in ygTextNode */ | |
461 | .file-picker .ygtvlabel, | |
462 | .file-picker .ygtvlabel:link, | |
463 | .file-picker .ygtvlabel:visited, | |
464 | .file-picker .ygtvlabel:hover {margin-left:2px;text-decoration: none;} | |
465 | .file-picker {font-size:12px;} | |
466 | .file-picker strong {background:#FFFFCC;} | |
90723839 SH |
467 | .file-picker .fp-panel {padding:0;margin:0;text-align:left;} |
468 | .file-picker .fp-login-form {text-align:center;} | |
469 | .file-picker .fp-searchbar {float:right;} | |
470 | .file-picker .fp-viewbar {width:300px;float:left;} | |
471 | .file-picker .fp-toolbar {padding: .8em;background: #FFFFCC;text-align:center;margin: 3px;} | |
472 | .file-picker .fp-toolbar a {padding: 0 .5em;} | |
473 | .file-picker .fp-list {list-style-type:none;padding:0;float:left;width:100%;margin:0;} | |
474 | .file-picker .fp-list li {border-bottom:1px dotted gray;margin-bottom: 1em;} | |
475 | .file-picker .fp-repo-name {display:block;padding: .5em;margin-bottom: .5em;} | |
476 | .file-picker .fp-pathbar {margin: .4em;border-bottom: 1px dotted gray;} | |
477 | .file-picker .fp-pathbar a {padding: .4em;} | |
478 | .file-picker .fp-rename-form {text-align:center;} | |
479 | .file-picker .fp-rename-form p {margin: 1em;} | |
480 | .file-picker .fp-upload-form {margin: 2em 0;text-align:center;} | |
481 | .file-picker .fp-upload-btn {clear:both;margin-top: 2em;} | |
90723839 SH |
482 | .file-picker .fp-paging {margin:1em .5em;clear:both;text-align:center;line-height: 2.5em;} |
483 | .file-picker .fp-paging a {padding: .5em;border: 1px solid #CCC;} | |
484 | .file-picker .fp-paging a.cur_page {border: 1px solid blue;} | |
485 | .file-picker .fp-popup {text-align:center;} | |
879b4f9a | 486 | .file-picker .fp-grid-panel{} |
90723839 SH |
487 | .file-picker .fp-grid {float:left;text-align:center;} |
488 | .file-picker .fp-grid div {overflow: hidden;} | |
489 | .file-picker .fp-grid p {margin:0;padding:0;background: #FFFFCC;} | |
490 | .file-picker .fp-grid .label {height:48px;text-align:center;} | |
491 | .file-picker .fp-grid span {color:gray;} | |
492 | .file-picker .fp-error {padding: 2em 0;margin: 3em 5px;text-align:center;background: #FFBBBB;} | |
879b4f9a | 493 | .file-picker .fp-emptylist, .file-picker .fp-msg {padding: 2em 0;margin: 1em;text-align:center;background: green;} |
bb496de7 | 494 | .filepicker-filelist {padding: 5px;margin: 6px 0;background: #E9F4FF;border: #AACCEE 1px solid} |
90723839 SH |
495 | /* file picker search dialog */ |
496 | .file-picker div.bd {text-align:left;} | |
497 | ||
498 | /** | |
499 | * File Manager | |
500 | */ | |
501 | .filemanager-toolbar {margin: 5px 0;} | |
502 | .filemanager-toolbar a:link, | |
503 | .filemanager-toolbar a:visited {border: 1px solid gray;background: #ccc;color: black;padding: 3px;} | |
504 | .filemanager-toolbar a:hover {background: white;text-decoration: none;} | |
505 | .fm-breadcrumb {margin:0;} | |
d8f31703 | 506 | .filemanager-container {padding: 5px;margin: 6px 0;background: #E9F4FF;border: #AACCEE 1px solid} |
1345cc53 | 507 | .filemanager-container ul{margin:0;padding:0;} |
d8f31703 | 508 | .filemanager-container ul li{white-space:nowrap;list-style-type:none;} |
713e08cf | 509 | .filemanager-container ul li a{padding:0} |
d8f31703 DC |
510 | .filemanager-loading{display:none} |
511 | .jsenabled .filemanager-loading{display:block} | |
da794241 | 512 | .fm-menuicon{cursor: pointer;} |
90723839 SH |
513 | #fm-move-div {margin: 6px;} |
514 | #fm-move-div strong{color:red;} | |
90723839 SH |
515 | .fm-file-entry{border: 1px solid red;} |
516 | .fm-operation {font-weight: bold;} | |
517 | ||
1904e9b3 SH |
518 | /* |
519 | * Backup and Restore CSS | |
90723839 | 520 | */ |
1904e9b3 SH |
521 | .path-backup .mform .grouped_settings.section_level {clear:both;} |
522 | .path-backup .mform .grouped_settings {clear:both;overflow:hidden;} | |
523 | .path-backup .mform .grouped_settings .fitem .fitemtitle {width:40%;padding-right:10px;} | |
524 | .path-backup .mform .grouped_settings .fitem .felement {width:50%;} | |
525 | .path-backup .mform .grouped_settings.section_level .include_setting {width:50%;margin:0;float:left;clear:left;} | |
526 | .path-backup .mform .grouped_settings.section_level .normal_setting {width:50%;margin:0;margin-left:50%;} | |
527 | .path-backup .notification.dependencies_enforced {text-align:center;color:#A00;font-weight:bold;} | |
528 | .path-backup .backup_progress {text-align:center;} | |
d2dbd0c0 | 529 | .path-backup .backup_progress span.backup_stage {color:#999;} |
1904e9b3 SH |
530 | .path-backup .backup_progress .backup_stage.backup_stage_current {font-weight:bold;color:inherit;} |
531 | .path-backup .backup_progress .backup_stage.backup_stage_next {} | |
d2dbd0c0 | 532 | .path-backup .backup_progress span.backup_stage.backup_stage_complete {color:inherit;} |
90723839 SH |
533 | |
534 | /** | |
535 | * Web Service | |
536 | */ | |
b1d124d1 | 537 | #webservice-doc-generator td {text-align: left;border: 0px solid black;} |
36282d85 | 538 | |
36282d85 RW |
539 | /** |
540 | * Help Content (pop-up) | |
541 | */ | |
61ddb953 RW |
542 | #helppopupbox {background-color: #FFE691; border: 1px solid #848484;} |
543 | #helppopupbox .yui3-widget-hd {float:right;margin:3px 3px 0 0;} | |
544 | #helppopupbox .yui3-widget-bd {margin:0 1em 1em 1em;border-top:1px solid #FFE691;} | |
545 | #helppopupbox .helpheading {font-size: 1em;} | |
546 | #helppopupbox .spinner {margin:1em;} | |
d2dbd0c0 SH |
547 | |
548 | /** | |
549 | * Custom menu | |
550 | */ | |
551 | #custommenu {clear:both;} | |
552 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content, | |
553 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .ul {border:1px solid #000;} | |
554 | #custommenu .yui3-menu-horizontal.javascript-disabled ul {margin:0;padding:0;} | |
555 | #custommenu .yui3-menu-horizontal.javascript-disabled li {margin:0;padding:0;list-style:none;width:auto;position:relative;} | |
556 | #custommenu .yui3-menu-horizontal.javascript-disabled>.yui3-menu-content>ul>li {float:left;} | |
557 | #custommenu .yui3-menu-horizontal.javascript-disabled li a {padding:0 10px;} | |
558 | #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;} | |
559 | #custommenu .yui3-menu-horizontal.javascript-disabled li:hover>.yui3-menu {top:100%;left:0;visibility: visible;z-index:10;} | |
560 | #custommenu .yui3-menu-horizontal.javascript-disabled li:hover .yui3-menu .yui3-menu {top:0;left:100%;min-width:200px;} | |
561 | #custommenu .yui3-menu-horizontal.javascript-disabled>.yui3-menu-content>ul:after {content:"";display:block;clear:both;line-height:0;font-size:0;visibility:hidden;} | |
562 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content {font-size:93%;line-height:2;padding:0;} | |
563 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .yui3-menu-content {font-size:100%;} | |
572dd8ec SH |
564 | |
565 | /** | |
566 | * Smart Select Element | |
567 | */ | |
568 | .smartselect {position:absolute;} | |
569 | .smartselect .smartselect_mask {background-color:#fff;} | |
570 | .smartselect ul {padding: 0;margin: 0;} | |
571 | .smartselect ul li {list-style: none;} | |
572 | .smartselect .smartselect_menu {margin-right:5px;} | |
573 | .safari .smartselect .smartselect_menu {margin-left:2px;} | |
574 | .smartselect .smartselect_menu, | |
575 | .smartselect .smartselect_submenu {border:1px solid #000;background-color:#FFF;display: none;} | |
576 | .smartselect .smartselect_menu.visible, | |
577 | .smartselect .smartselect_submenu.visible {display:block;} | |
578 | .smartselect .smartselect_menu_content ul li {position:relative;padding:2px 5px;} | |
579 | .smartselect .smartselect_menu_content ul li a {color:#333;text-decoration:none;} | |
580 | .smartselect .smartselect_menu_content ul li a.selectable {color:inherit;} | |
43be52d3 | 581 | .smartselect .smartselect_submenuitem {background-image:url([[pix:moodle|t/collapsed]]);background-repeat: no-repeat;background-position:100%;} |
572dd8ec SH |
582 | /** Spanning mode */ |
583 | .smartselect.spanningmenu .smartselect_submenu {position:absolute;top:-1px;left:100%;} | |
584 | .smartselect.spanningmenu .smartselect_submenu a {white-space: nowrap;padding-right:16px;} | |
572dd8ec SH |
585 | .smartselect.spanningmenu .smartselect_menu_content ul li a.selectable:hover {text-decoration:underline;} |
586 | /** Compact mode */ | |
43be52d3 | 587 | .smartselect.compactmenu .smartselect_submenu {position:relative;margin:2px -3px; margin-left: 10px;display:none;border-width:0;z-index: 1010;} |
572dd8ec SH |
588 | .smartselect.compactmenu .smartselect_submenu.visible {display:block;} |
589 | .smartselect.compactmenu .smartselect_menu {z-index: 1000;overflow:hidden;} | |
590 | .smartselect.compactmenu .smartselect_submenu .smartselect_submenu {z-index: 1020;} | |
591 | .smartselect.compactmenu .smartselect_submenuitem:hover > .smartselect_menuitem_label {font-weight:bold;} | |
af7c1e29 SH |
592 | |
593 | .image_gallery.oneimageonly a.imagelink {display:none;} | |
139978e5 | 594 | .image_gallery.oneimageonly a#imagelink1 {display:inline;} |
82bca83d | 595 | .mform .image_gallery.oneimageonly a.imagelink {float:left;} |
139978e5 | 596 | |
597 | /** | |
598 | * Registration | |
599 | */ | |
26ffb4b1 | 600 | #page-admin-registration-register .registration_textfield {width: 300px;} |