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 SH |
122 | */ |
123 | #page-header .headermain {float:left;margin:15px;font-size:2.3em;} | |
124 | #page-header .headermenu {float:right;margin:15px;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%;} | |
131 | .navbar .breadcrumb {float:left;} | |
132 | .navbar .navbutton {text-align:right;} | |
133 | .navbar .breadcrumb ul {padding:0;margin:0;text-indent:0;list-style:none;} | |
134 | .navbar .breadcrumb li, | |
135 | .navbar .navbutton div, | |
136 | .navbar .navbutton form {display:inline;} | |
90723839 SH |
137 | |
138 | /** | |
139 | * Footer | |
140 | */ | |
141 | #page-footer {text-align:center;font-size:0.9em;} | |
142 | #page-footer .homelink {margin: 1em 0;} | |
143 | #page-footer .homelink a {padding-left:1em;padding-right:1em;} | |
144 | #page-footer .logininfo, | |
145 | #page-footer .sitelink, | |
146 | #page-footer .helplink {margin:0px 10px;} | |
147 | #page-footer .performanceinfo {text-align:center;margin:10px 20%;} | |
148 | #page-footer .performanceinfo span {display:block;} | |
149 | #page-footer .validators {margin-top:40px;padding-top:5px;border-top: 1px dotted gray;} | |
150 | #page-footer .validators ul {margin:0px;padding:0px;list-style-type:none;} | |
151 | #page-footer .validators ul li {display:inline;margin-right:10px;margin-left:10px;} | |
152 | ||
153 | /** | |
154 | * Tabs | |
155 | */ | |
156 | .tabtree {position:relative;margin-bottom:3.5em;} | |
157 | .tabtree li {display:inline;} | |
158 | .tabtree ul {margin:5px;} | |
159 | .tabtree ul li.here ul {position:absolute;top:100%;width:100%;} | |
160 | .tabtree ul li.here .empty {display:none;} | |
161 | ||
162 | /** | |
163 | * Mforms | |
164 | */ | |
165 | .mform fieldset {border:1px solid;} | |
166 | .mform fieldset fieldset {border-width:0px;} | |
167 | .mform fieldset legend {font-weight:bold;margin-left:0.5em;} | |
168 | .mform fieldset div {margin:10px;margin-top:0;} | |
169 | .mform fieldset div div {margin:0;} | |
170 | .mform fieldset .advancedbutton {text-align:right;} | |
171 | .mform fieldset.hidden {border-width:0;} | |
172 | .mform fieldset.error {border: 1px solid #A00;} | |
173 | .mform .fitem {width:100%;overflow:hidden;margin-top:5px;margin-bottom:1px;clear:right;} | |
1c601a53 | 174 | .mform .fitem .fitemtitle {width:15%;text-align:right;float:left;} |
90723839 | 175 | .mform .fitem .fitemtitle div {display: inline;} |
1c601a53 | 176 | .mform .fitem .felement {border-width: 0;width:60%;margin-left:16%;} |
90723839 SH |
177 | .mform .fitem fieldset.felement {margin-left:0;padding-left:1%;} |
178 | .mform .error, | |
179 | .mform .required {color:#A00;} | |
180 | .mform .required .fgroup span label {color:#000;} | |
181 | .mform .fdescription.required {color:#A00;text-align:right;} | |
182 | .mform .fpassword .unmask {display:inline;margin-left:0.5em;} | |
183 | .mform .ftextarea #id_alltext {width: 100%;} | |
184 | .mform ul.file-list {padding:0;margin:0;list-style:none;} | |
185 | .mform label .req, | |
186 | .mform label .adv {cursor: help;} | |
187 | .mform .fcheckbox input {margin-left: 0;} | |
188 | .mform .fitem fieldset.fgroup label, | |
189 | .mform .fradio label, | |
190 | .mform .fcheckbox label, | |
191 | .mform fieldset.fdate_selector label {display:inline;float: none;width: auto;} | |
192 | .mform .ftags label.accesshide {display: block;position: static;} | |
193 | .mform .ftags select {margin-bottom: 0.7em;min-width: 22em;} | |
194 | /** Browser corrections for mforms **/ | |
195 | .ie .mform .fitem .felement {margin-left:0;text-align:left;float:left;} | |
196 | /** Fix IE double margin + float bugs **/ | |
197 | .ie .mform .fitem .fitemtitle {padding-right:1em;} | |
198 | #date_selector_calendar_panel .bd {padding: 0;} | |
199 | #date_selector_calendar_panel .yui-calcontainer {border: none;float: none;} | |
200 | /* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */ | |
201 | #date_selector_calendar_panel.yui-overlay-hidden table {*display:none;} | |
202 | #date_selector_calendar_panel th.calhead {padding-right: 2em;} | |
203 | #date_selector_calendar_panel a.container-close {top: 10px;} | |
204 | #portfolio-add-button {display:inline;} | |
205 | ||
206 | /** | |
207 | * phpinfo styles | |
208 | */ | |
209 | .phpinfo .center {text-align: center;} | |
210 | .phpinfo .center table {margin-left: auto;margin-right: auto;text-align: left;border-collapse: collapse;} | |
211 | .phpinfo .center th {text-align: center;} | |
212 | .phpinfo .e, | |
213 | .phpinfo .v, | |
214 | .phpinfo .h {border: 1px solid #000000;font-size: 0.8em;vertical-align: baseline;color: #000000;background-color: #cccccc;} | |
215 | .phpinfo .e {background-color: #ccccff;font-weight: bold;} | |
216 | .phpinfo .h {background-color: #9999cc;font-weight: bold;} | |
217 | ||
218 | /** | |
219 | * Navigation | |
220 | */ | |
2d74495c | 221 | .block_js_expansion .block_tree {overflow:scroll;} |
90723839 SH |
222 | .block_js_expansion.mouseover .content {width:200%;z-index:1000;position:relative;} |
223 | .block_js_expansion.mouseover .content .block_tree {width:100%;background-color:#fcfcfc;padding-bottom:0;} | |
224 | .ie6 .block_js_expansion.mouseover .content, | |
225 | .ie7 .block_js_expansion.mouseover .content {padding-bottom:2px;} | |
226 | ||
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;} | |
251 | div.groupselector {float: left;margin-top: 3px;margin-bottom: 3px;} | |
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 | */ | |
288 | .my .coursebox .overview .info {margin-left:20px;} | |
289 | .my .coursebox .overview {margin-bottom:10px;} | |
290 | #page-my-index .coursebox .info {float: none;} | |
291 | #page-my-index .name {margin-left: 5px;} | |
292 | ||
293 | /** | |
294 | * Logs | |
295 | */ | |
296 | .logtable th {text-align:left;} | |
297 | ||
298 | /** | |
299 | * Modules | |
300 | */ | |
301 | .mod_introbox {border:1px solid;padding:10px;} | |
302 | table.mod_index {width:100%;} | |
303 | ||
304 | /** | |
305 | * Help | |
306 | */ | |
307 | #help_icon_tooltip div.bd {width: 35em;} | |
308 | #help hr {border: none;height: 1px;background: #ccc;} | |
309 | #help .center {text-align: center;} | |
310 | #help .moreinfo {text-align: right;} | |
311 | #help .indent {margin-left: 40px;} | |
312 | #help .indent-big {margin-left: 160px;margin-right: 160px;} | |
313 | #help #emoticons{text-align: center;clear:both;width: 300px;margin-right: auto;margin-left:auto;} | |
314 | #help #emoticons ul{list-style-type: none;} | |
315 | #help #emoticons li{margin-bottom: 3px;width: 120px;border-left: 3px solid gray;padding-left: 7px;float: left;} | |
316 | ||
317 | /** | |
318 | * Comments | |
319 | */ | |
1dc28ba6 | 320 | .comment-ctrl {font-size: 12px;display: none;margin:0;padding:0;} |
90723839 | 321 | .comment-ctrl h5 {margin:0;padding: 5px;} |
1dc28ba6 | 322 | .comment-area {max-width: 400px;padding: 5px;} |
90723839 SH |
323 | .comment-area textarea {width:100%;overflow:auto;} |
324 | .comment-area .fd {text-align:right;} | |
325 | .comment-meta span {color:gray;} | |
326 | .comment-list {font-size: 11px;overflow:auto;list-style:none;padding:0;margin:0;} | |
327 | .comment-list li {margin: 2px;margin-bottom:5px;clear:both;} | |
328 | .comment-paging{text-align:center;} | |
c794595d DC |
329 | .comment-paging .pageno{padding:2px;} |
330 | .comment-paging .curpage{border:1px solid #CCC;} | |
90723839 SH |
331 | .comment-userpicture {width: 20px;float:left;} |
332 | .comment-content {margin-left: 22px;} | |
333 | .comment-content div {margin:0;padding:0;} | |
334 | .comment-content p {padding:0;margin:0 18px 0 0;} | |
335 | .comment-delete {float:right;text-align:right;} | |
63eee7b4 | 336 | .comment-delete-confirm {background: #FFE390; padding: 2px; width: 5em;text-align:center;} |
1dc28ba6 | 337 | .comment-container {float:left;margin: 4px;} |
34e20eb4 DC |
338 | .comment-report-selectall{display:none} |
339 | .jsenabled .comment-report-selectall{display:inline} | |
90723839 SH |
340 | |
341 | /** | |
342 | * Completion progress report | |
343 | */ | |
344 | .completion-expired {background:#FFDDDD;} | |
345 | .completion-expected {font-size:0.75em;} | |
346 | .completion-sortchoice {font-size:0.75em;vertical-align:bottom;} | |
347 | .completion-progresscell {text-align:right;} | |
348 | .completion-expired .completion-expected {font-weight:bold;} | |
349 | #page-course-report-progress-index th, | |
350 | #page-course-report-progress-index td {padding:2px 4px;font-weight:normal;border-right: 1px solid #EEE;} | |
351 | #page-course-report-progress-index .progress-actions {text-align:center;} | |
352 | #page-course-report-progress-index .completion_pagingbar {margin:1em 0;text-align:center;} | |
353 | #page-course-report-progress-index .completion_prev {display:inline;margin-right:2em;} | |
354 | #page-course-report-progress-index .completion_pagingbar p {display:inline;margin:0;} | |
355 | #page-course-report-progress-index .completion_next {display:inline;margin-left:2em;} | |
356 | ||
357 | /** | |
358 | * Tags | |
359 | */ | |
360 | #page-tag-coursetags_edit .coursetag_edit_centered {position: relative;width: 600px;margin: 20px auto;} | |
361 | #page-tag-coursetags_edit .coursetag_edit_row {clear:both;} | |
362 | #page-tag-coursetags_edit .coursetag_edit_row .coursetag_edit_left {float:left;width:50%;text-align:right;} | |
363 | #page-tag-coursetags_edit .coursetag_edit_row .coursetag_edit_right {margin-left:50%;} | |
364 | #page-tag-coursetags_edit .coursetag_edit_input3 {display: none;} | |
365 | #page-tag-coursetags_more .coursetag_more_large {font-size: 120%;} | |
366 | #page-tag-coursetags_more .coursetag_more_small {font-size: 80%;} | |
367 | #page-tag-coursetags_more .coursetag_more_link {font-size: 80%;} | |
368 | #tag-description, | |
369 | #tag-blogs {width:100%;} | |
370 | #tag-management-box {margin-bottom:10px;line-height:20px;} | |
371 | #tag-user-table {padding:3px;clear: both;width:100%;} | |
372 | #tag-user-table:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;} | |
373 | img.user-image {height:100px;width:100px;} | |
374 | #small-tag-cloud-box {width:300px;margin:0 auto;} | |
375 | #big-tag-cloud-box {width:600px;margin:0 auto;float:none;} | |
376 | ul#tag-cloud-list {list-style:none;padding:5px;margin:0;} | |
377 | ul#tag-cloud-list li {margin:0;display:inline;list-style-type:none;} | |
378 | #tag-search-box {text-align:center;margin:10px auto;} | |
379 | #tag-search-results-container {padding:0;width:100%;} | |
380 | #tag-search-results {padding:0;margin: 15px 20% 0 20%;float:left;width:60%;display:block;} | |
381 | #tag-search-results li {width:30%;float:left;padding-left:1%;text-align:left;line-height:20px;padding-right:1%;list-style:none;} | |
382 | span.flagged-tag, | |
383 | span.flagged-tag a {color:#FF0000;} | |
384 | table#tag-management-list {text-align:left;width:100%;} | |
385 | table#tag-management-list td, | |
386 | table#tag-management-list th {vertical-align: middle;text-align: left;padding: 4px;} | |
387 | .tag-management-form {text-align:center;} | |
388 | #relatedtags-autocomplete-container {margin-left:auto;margin-right:auto;min-height:4.6em;width:100%;} | |
389 | #relatedtags-autocomplete {position:relative;display:block;width:60%;margin-left:auto;margin-right:auto;} | |
390 | #relatedtags-autocomplete .yui-ac-content {position:absolute;width:420px;left:20%;border:1px solid #404040;background:#fff;overflow:hidden;z-index:9050;} | |
391 | #relatedtags-autocomplete .ysearchquery {position:absolute;right:10px;color:#808080;z-index:10;} | |
392 | #relatedtags-autocomplete .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;} | |
393 | #relatedtags-autocomplete ul {padding:0;width:100%;margin:0;list-style-type:none;} | |
394 | #relatedtags-autocomplete li {padding:0 5px;cursor:default;white-space:nowrap;} | |
395 | #relatedtags-autocomplete li.yui-ac-highlight{background:#FFFFCC;} | |
396 | h2.tag-heading, | |
397 | div#tag-description, | |
398 | div#tag-blogs, | |
399 | body.tag .managelink {padding: 5px;} | |
400 | .tag_cloud .s20 {font-size: 1.5em;font-weight: bold;} | |
401 | .tag_cloud .s19 {font-size: 1.5em;} | |
402 | .tag_cloud .s18 {font-size: 1.4em;font-weight: bold;} | |
403 | .tag_cloud .s17 {font-size: 1.4em;} | |
404 | .tag_cloud .s16 {font-size: 1.3em;font-weight: bold;} | |
405 | .tag_cloud .s15 {font-size: 1.3em;} | |
406 | .tag_cloud .s14 {font-size: 1.2em;font-weight: bold;} | |
407 | .tag_cloud .s13 {font-size: 1.2em;} | |
408 | .tag_cloud .s12, | |
409 | .tag_cloud .s11 {font-size: 1.1em;font-weight: bold;} | |
410 | .tag_cloud .s10, | |
411 | .tag_cloud .s9 {font-size: 1.1em;} | |
412 | .tag_cloud .s8, | |
413 | .tag_cloud .s7 {font-size: 1em;font-weight: bold;} | |
414 | .tag_cloud .s6, | |
415 | .tag_cloud .s5 {font-size: 1em;} | |
416 | .tag_cloud .s4, | |
417 | .tag_cloud .s3 {font-size: 0.9em;font-weight: bold;} | |
418 | .tag_cloud .s2, | |
419 | .tag_cloud .s1 {font-size: 0.9em;} | |
420 | .tag_cloud .s0 {font-size: 0.8em;} | |
421 | ||
422 | /** | |
423 | * File picker | |
424 | * Copyright (c) 2006 Yahoo! Inc. All rights reserved. | |
425 | * copy from yui/examples/treeview/assets/css/folders/tree.css | |
426 | * first or middle sibling, no children | |
427 | */ | |
428 | /* first or middle sibling, no children */ | |
429 | .file-picker .ygtvtn {background: url(../pix/y/tn.gif) 0 0 no-repeat;width:17px;height:22px;} | |
430 | /* first or middle sibling, collapsable */ | |
431 | .file-picker .ygtvtm {background: url(../pix/y/tm.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
432 | /* first or middle sibling, collapsable, hover */ | |
433 | .file-picker .ygtvtmh {background: url(../pix/y/tmh.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
434 | /* first or middle sibling, expandable */ | |
435 | .file-picker .ygtvtp {background: url(../pix/y/tp.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
436 | /* first or middle sibling, expandable, hover */ | |
437 | .file-picker .ygtvtph {background: url(../pix/y/tph.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
438 | /* last sibling, no children */ | |
439 | .file-picker .ygtvln {background: url(../pix/y/ln.gif) 0 0 no-repeat;width:17px;height:22px;} | |
440 | /* Last sibling, collapsable */ | |
441 | .file-picker .ygtvlm {background: url(../pix/y/lm.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
442 | /* Last sibling, collapsable, hover */ | |
443 | .file-picker .ygtvlmh {background: url(../pix/y/lmh.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
444 | /* Last sibling, expandable */ | |
445 | .file-picker .ygtvlp {background: url(../pix/y/lp.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
446 | /* Last sibling, expandable, hover */ | |
447 | .file-picker .ygtvlph {background: url(../pix/y/lph.gif) 0 0 no-repeat;width:34px;height:22px;cursor:pointer;} | |
448 | /* Loading icon */ | |
449 | .file-picker .ygtvloading {background: url(../pix/y/loading.gif) 0 0 no-repeat;width:16px;height:22px;} | |
450 | /* the style for the empty cells that are used for rendering the depth* of the node */ | |
451 | .file-picker .ygtvdepthcell {background: url(../pix/y/vline.gif) 0 0 no-repeat;width:17px;height:22px;} | |
452 | .file-picker .ygtvblankdepthcell {width:17px;height:22px;} | |
453 | /* the style of the div around each node */ | |
454 | .file-picker .ygtvitem table{margin-bottom:0;} | |
455 | .file-picker .ygtvitem td {border:none;padding:0;} | |
456 | /* the style of the div around each node's collection of children */ | |
457 | * html .file-picker .ygtvchildren {height:1%;} | |
458 | /* the style of the text label in ygTextNode */ | |
459 | .file-picker .ygtvlabel, | |
460 | .file-picker .ygtvlabel:link, | |
461 | .file-picker .ygtvlabel:visited, | |
462 | .file-picker .ygtvlabel:hover {margin-left:2px;text-decoration: none;} | |
463 | .file-picker {font-size:12px;} | |
464 | .file-picker strong {background:#FFFFCC;} | |
90723839 SH |
465 | .file-picker .fp-panel {padding:0;margin:0;text-align:left;} |
466 | .file-picker .fp-login-form {text-align:center;} | |
467 | .file-picker .fp-searchbar {float:right;} | |
468 | .file-picker .fp-viewbar {width:300px;float:left;} | |
469 | .file-picker .fp-toolbar {padding: .8em;background: #FFFFCC;text-align:center;margin: 3px;} | |
470 | .file-picker .fp-toolbar a {padding: 0 .5em;} | |
471 | .file-picker .fp-list {list-style-type:none;padding:0;float:left;width:100%;margin:0;} | |
472 | .file-picker .fp-list li {border-bottom:1px dotted gray;margin-bottom: 1em;} | |
473 | .file-picker .fp-repo-name {display:block;padding: .5em;margin-bottom: .5em;} | |
474 | .file-picker .fp-pathbar {margin: .4em;border-bottom: 1px dotted gray;} | |
475 | .file-picker .fp-pathbar a {padding: .4em;} | |
476 | .file-picker .fp-rename-form {text-align:center;} | |
477 | .file-picker .fp-rename-form p {margin: 1em;} | |
478 | .file-picker .fp-upload-form {margin: 2em 0;text-align:center;} | |
479 | .file-picker .fp-upload-btn {clear:both;margin-top: 2em;} | |
90723839 SH |
480 | .file-picker .fp-paging {margin:1em .5em;clear:both;text-align:center;line-height: 2.5em;} |
481 | .file-picker .fp-paging a {padding: .5em;border: 1px solid #CCC;} | |
482 | .file-picker .fp-paging a.cur_page {border: 1px solid blue;} | |
483 | .file-picker .fp-popup {text-align:center;} | |
484 | .file-picker .fp-grid {float:left;text-align:center;} | |
485 | .file-picker .fp-grid div {overflow: hidden;} | |
486 | .file-picker .fp-grid p {margin:0;padding:0;background: #FFFFCC;} | |
487 | .file-picker .fp-grid .label {height:48px;text-align:center;} | |
488 | .file-picker .fp-grid span {color:gray;} | |
489 | .file-picker .fp-error {padding: 2em 0;margin: 3em 5px;text-align:center;background: #FFBBBB;} | |
490 | .file-picker .fp-msg {padding: 2em 0;margin: 3em 5px;text-align:center;background: green;} | |
491 | /* file picker search dialog */ | |
492 | .file-picker div.bd {text-align:left;} | |
493 | ||
494 | /** | |
495 | * File Manager | |
496 | */ | |
497 | .filemanager-toolbar {margin: 5px 0;} | |
498 | .filemanager-toolbar a:link, | |
499 | .filemanager-toolbar a:visited {border: 1px solid gray;background: #ccc;color: black;padding: 3px;} | |
500 | .filemanager-toolbar a:hover {background: white;text-decoration: none;} | |
501 | .fm-breadcrumb {margin:0;} | |
502 | .filemanager-container {padding: 5px;margin: 6px 0;} | |
503 | .filemanager-container ul{margin:0;padding:0;list-style-type:none;} | |
d3eb3b29 | 504 | .filemanager-container li{clear:both;list-style-type:none;white-space:nowrap} |
90723839 SH |
505 | #fm-move-div {margin: 6px;} |
506 | #fm-move-div strong{color:red;} | |
507 | .fm-file-menu {width:18px;height:18px;float:left;} | |
508 | .fm-file-menu img {width: 16px;} | |
509 | .fm-file-name {float:left;} | |
510 | .fm-file-entry{border: 1px solid red;} | |
511 | .fm-operation {font-weight: bold;} | |
512 | ||
1904e9b3 SH |
513 | /* |
514 | * Backup and Restore CSS | |
90723839 | 515 | */ |
1904e9b3 SH |
516 | .path-backup .mform .grouped_settings.section_level {clear:both;} |
517 | .path-backup .mform .grouped_settings {clear:both;overflow:hidden;} | |
518 | .path-backup .mform .grouped_settings .fitem .fitemtitle {width:40%;padding-right:10px;} | |
519 | .path-backup .mform .grouped_settings .fitem .felement {width:50%;} | |
520 | .path-backup .mform .grouped_settings.section_level .include_setting {width:50%;margin:0;float:left;clear:left;} | |
521 | .path-backup .mform .grouped_settings.section_level .normal_setting {width:50%;margin:0;margin-left:50%;} | |
522 | .path-backup .notification.dependencies_enforced {text-align:center;color:#A00;font-weight:bold;} | |
523 | .path-backup .backup_progress {text-align:center;} | |
d2dbd0c0 | 524 | .path-backup .backup_progress span.backup_stage {color:#999;} |
1904e9b3 SH |
525 | .path-backup .backup_progress .backup_stage.backup_stage_current {font-weight:bold;color:inherit;} |
526 | .path-backup .backup_progress .backup_stage.backup_stage_next {} | |
d2dbd0c0 | 527 | .path-backup .backup_progress span.backup_stage.backup_stage_complete {color:inherit;} |
90723839 SH |
528 | |
529 | /** | |
530 | * Web Service | |
531 | */ | |
b1d124d1 | 532 | #webservice-doc-generator td {text-align: left;border: 0px solid black;} |
36282d85 | 533 | |
36282d85 RW |
534 | /** |
535 | * Help Content (pop-up) | |
536 | */ | |
61ddb953 RW |
537 | #helppopupbox {background-color: #FFE691; border: 1px solid #848484;} |
538 | #helppopupbox .yui3-widget-hd {float:right;margin:3px 3px 0 0;} | |
539 | #helppopupbox .yui3-widget-bd {margin:0 1em 1em 1em;border-top:1px solid #FFE691;} | |
540 | #helppopupbox .helpheading {font-size: 1em;} | |
541 | #helppopupbox .spinner {margin:1em;} | |
d2dbd0c0 SH |
542 | |
543 | /** | |
544 | * Custom menu | |
545 | */ | |
546 | #custommenu {clear:both;} | |
547 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content, | |
548 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .ul {border:1px solid #000;} | |
549 | #custommenu .yui3-menu-horizontal.javascript-disabled ul {margin:0;padding:0;} | |
550 | #custommenu .yui3-menu-horizontal.javascript-disabled li {margin:0;padding:0;list-style:none;width:auto;position:relative;} | |
551 | #custommenu .yui3-menu-horizontal.javascript-disabled>.yui3-menu-content>ul>li {float:left;} | |
552 | #custommenu .yui3-menu-horizontal.javascript-disabled li a {padding:0 10px;} | |
553 | #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;} | |
554 | #custommenu .yui3-menu-horizontal.javascript-disabled li:hover>.yui3-menu {top:100%;left:0;visibility: visible;z-index:10;} | |
555 | #custommenu .yui3-menu-horizontal.javascript-disabled li:hover .yui3-menu .yui3-menu {top:0;left:100%;min-width:200px;} | |
556 | #custommenu .yui3-menu-horizontal.javascript-disabled>.yui3-menu-content>ul:after {content:"";display:block;clear:both;line-height:0;font-size:0;visibility:hidden;} | |
557 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content {font-size:93%;line-height:2;padding:0;} | |
558 | #custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content .yui3-menu-content {font-size:100%;} |