Home
last modified time | relevance | path

Searched refs:css (Results 201 – 225 of 852) sorted by last modified time

12345678910>>...35

/plugin/tagfilter/script/select2/
H A Dselect2.css21 More Info : http://www.quirksmode.org/css/box.html
H A Dselect2.js322 sizer = $(document.createElement("div")).css({
703 this.container.css(evaluate(opts.containerCss));
848 css: element.attr("class"),
857 css: element.attr("class")
1192 css,
1229 $dropdown.css('width', '');
1243 if (this.body().css('position') !== 'static') {
1253 css = {
1259 css.top = offset.top - dropHeight;
1260 css
[all...]
H A DREADME.md37 * [Bootstrap](https://github.com/t0m/select2-bootstrap-css) (CSS skin)
/plugin/html5video2/
H A Dprint.css175 /* CSS Spinners by Kilian Valkhof - http://kilianvalkhof.com/2010/css-xhtml/css3-loading-spinners-w…
/plugin/dwedit/
H A DREADME9 …The appearance of the link can be styled in the style.css file, using span.dwedit, which is curren…
/plugin/bootswrapper/exe/help/
H A Dcallout.txt9 …/default//, //success// and //primary// from http://cpratt.co/twitter-bootstrap-callout-css-styles.
/plugin/discussion/
H A Dscript.js78 $preview.css('visibility', 'visible');
79 $preview.css('display', 'inline');
/plugin/userhomepage/
H A Dstyle.css2 Screen Styles for the Userhomepage Plugin (additional to all.css)
/plugin/wrap/
H A Dpdf.less2 Styles used in PDFs by the DW2PDF plugin (in addition to all.css, and
3 the DW2PDF plugin also includes style.css via the 'usestyles' option)
11 /* due to including style.css, these need to be overwritten again */
H A Dprint.less2 Print Styles for the Wrap Plugin (additional to all.css)
H A Dexample.txt375 This has no effect on the browser screen. A [[http://reference.sitepoint.com/css/page-break-after|pagebreak]] will force a new page in printouts.
383 This also has no effect on the browser screen. It will try to [[http://reference.sitepoint.com/css/page-break-inside|avoid a page break]] in printouts.
H A Dall.less247 /* see styles for boxes and notes with icons in style.css */
275 /* see styles for highlighted text in style.css */
320 /* see rest of spoiler styles in style.css */
350 /* see rest of button link styles in style.css */
H A Dprint_or_pdf.less2 Styles shared between print.css and pdf.css
H A Dstyle.less2 Screen Styles for the Wrap Plugin (additional to all.css)
/plugin/catlist/
H A Dstyle.css2 * style.css for Plugin catlist
/plugin/yourip/
H A Dstyle.css2 * @file yourip/style.css
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js129 rowEls.css({
135 rowEls.css({
144 rowEls.css({
236 both.css({
252 …return (/(auto|scroll)/).test(parent.css('overflow') + parent.css('overflow-y') + parent.css('over…
343 .css({
3464 this.scrollEl.css({
9552 .css({
9590 this.el.css({
9679 .css({
[all …]
H A Dfullcalendar.print.less14 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
H A Dfullcalendar.less588 TODO: more distinction between this file and common.css
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js623 startTopScroll = parseInt(scroller.css('margin-top'), 10);
660 scroller.css('margin-top', maximumOffset * percentage);
676 scroller.css('height', parseInt(sh > 10 ? sh : 10, 10));
685 var top = Math.abs(parseInt(timebox.css('marginTop'), 10));
699 startTop = Math.abs(parseInt(timebox.css('marginTop'), 10));
1041 .css('visibility', !options.todayButton ? 'hidden' : 'visible');
1045 .css('visibility', !options.prevButton ? 'hidden' : 'visible');
1049 .css('visibility', !options.nextButton ? 'hidden' : 'visible');
1426 top = Math.abs(parseInt(timebox.css('marginTop'), 10));
1428 timebox.css('marginTop', '-' + (top + options.timeHeightInTimePicker) + 'px');
[all …]
/plugin/davcal/
H A Dscript.js250 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
598 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
753 tr.css("background-color", "#FF3700");
816 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
/plugin/indexmenu/
H A Dscript.js297 jQuery('#nojs_' + id.substring(6)).css("display", "none");
499 .css({position: 'absolute'})
H A Dstyle.css303 /* copied from tpl/dokuwiki/css/basic.css */
/plugin/indexmenu/scripts/
H A Dindexmenu.js233 jQuery('#nojs_' + this.treeName).css("display", "none"); //using .hide(); let's crash opera
658 .css({width: 'auto'})
920 * Load custom css for theme
924 oLink.href = this.config.plugbase + '/images/' + this.config.theme + '/style.css';
926 oLink.type = "text/css";
978 * @param {int} hasstyle has an additional css style sheet
H A Dtoolbarindexwizard.js100 .css({
154 .parent().css({display: 'inline-block', width: '40px'}); //enlarge clickable area of label
186 .css({background: 'url(' + icoUrl + ') no-repeat center'});
343 if (indexmenu_wiz.$wiz.css('display') === 'none') {

12345678910>>...35