Home
last modified time | relevance | path

Searched refs:box (Results 26 – 50 of 931) sorted by relevance

12345678910>>...38

/plugin/combo/resources/page-image/
H A Dvignette.md1 <box align="x-center-children y-center-children" width="1200px" height="600px">
2 <box style="width:900px" >
4 <box width="75%">
7 </box>
8 <box>
10 </box>
13 </box>
14 </box>
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.margin.boxes.php18 $box =& $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT_CORNER];
19 $this->assertEqual($box->get_width(), mm2pt(10));
20 $this->assertEqual($box->get_height(), mm2pt(10));
37 $box =& $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT];
38 $this->assertEqual($box->get_width(), mm2pt(0));
39 $this->assertEqual($box->get_height(), mm2pt(10));
57 $box =& $boxes[CSS_MARGIN_BOX_SELECTOR_TOP_LEFT];
58 $this->assertNotEqual($box->get_width(), 0);
60 $this->assertTrue($box->get_width() >= $expected_width);
61 $this->assertEqual($box->get_height(), mm2pt(10));
/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs-midi.css11 box-sizing: border-box;
30 box-sizing: border-box;
48 box-sizing: border-box;
58 box-sizing: border-box;
68 box-sizing: border-box;
[all...]
/plugin/animation/styles/
H A Dscianimator.dark.css26 box-shadow: inset 0 1px 3px #fff, inset 0 -17px #000, 0 0 3px #000;
27 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #000, 0 0 3px #000;
28 -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #000, 0 0 3px #000;
29 -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #000, 0 0 3px #000;
32 box-shadow: inset 0 1px 3px #fff, inset 0 -10px #000, 0 0 3px #000;
33 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #000, 0 0 3px #000;
34 -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #000, 0 0 3px #000;
35 -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #000, 0 0 3px #000;
38 box-shadow: inset 0 1px 3px #fff, inset 0 -10px #000, 0 0 3px #555;
39 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #000, 0 0 3px #555;
[all …]
H A Dscianimator.light.css26 box-shadow: inset 0 1px 3px #fff, inset 0 -17px #ccc, 0 0 3px #999;
27 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #ccc, 0 0 3px #999;
28 -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #ccc, 0 0 3px #999;
29 -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #ccc, 0 0 3px #999;
32 box-shadow: inset 0 1px 3px #fff, inset 0 -10px #ccc, 0 0 3px #999;
33 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #ccc, 0 0 3px #999;
34 -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #ccc, 0 0 3px #999;
35 -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #ccc, 0 0 3px #999;
38 box-shadow: inset 0 1px 3px #fff, inset 0 -10px #ccc, 0 0 3px #555;
39 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #ccc, 0 0 3px #555;
[all …]
H A Dscianimator.blue.css26 box-shadow: inset 0 1px 3px #fff, inset 0 -17px #cbe6f2, 0 0 3px #89bad2;
27 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #cbe6f2, 0 0 3px #89bad2;
28 -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #cbe6f2, 0 0 3px #89bad2;
29 -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -17px #cbe6f2, 0 0 3px #89bad2;
32 box-shadow: inset 0 1px 3px #fff, inset 0 -10px #cbe6f2, 0 0 3px #89bad2;
33 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #cbe6f2, 0 0 3px #89bad2;
34 -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #cbe6f2, 0 0 3px #89bad2;
35 -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #cbe6f2, 0 0 3px #89bad2;
38 box-shadow: inset 0 1px 3px #fff, inset 0 -10px #cbe6f2, 0 0 3px #3985a8;
39 -o-box-shadow: inset 0 1px 3px #fff, inset 0 -10px #cbe6f2, 0 0 3px #3985a8;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php56 function postpone(&$box) { argument
57 $this->_postponed[] =& $box;
63 $box =& $this->_postponed[$i];
66 $box->_setupClip($this);
67 $box->show_postponed($this, true);
75 $box =& $this->_postponed[$i];
80 $box->_setupClip($this);
90 $box =& $this->_postponed[$i];
94 $box->_setupClip($this);
172 function contains(&$box) { argument
[all …]
H A Dstrategy.width.min.nowrap.php19 function apply(&$box, &$context) { argument
23 $ti = $box->get_css_property(CSS_TEXT_INDENT);
24 $this->add_width($ti->calculate($box));
26 for ($i=0, $size = count($box->content); $i<$size; $i++) {
27 $child =& $box->content[$i];
47 $wc = $box->get_css_property(CSS_WIDTH);
48 …return max($this->_maxw, $wc->apply($this->_maxw, $box->parent->get_width())) + $box->_get_hor_ext…
H A Dvalue.background.php94 * @param GenericFormattedBox $box Box the background is rendered for
99 function show(&$driver, &$box) { argument
111 $driver->moveto($box->get_left_background(), $box->get_top_background());
112 $driver->lineto($box->get_right_background(), $box->get_top_background());
113 $driver->lineto($box->get_right_background(), $box->get_bottom_background());
114 $driver->lineto($box->get_left_background(), $box->get_bottom_background());
124 $this->_image->show($driver, $box, $this->_repeat, $this->_position, $this->_attachment);
H A Dbox.table.cell.php115 $box =& new TableCellBox();
116 $box->readCSS($css_state);
129 $box->setCSSProperty(CSS_BORDER, $table_border);
136 $padding = $box->get_css_property(CSS_PADDING);
162 $box->setCSSProperty(CSS_PADDING, $padding);
166 $margin_value = $box->get_css_property(CSS_MARGIN);
194 $box->setCSSProperty(CSS_MARGIN, $margin_value);
211 $box->create_content($root, $pipeline);
227 $box->_suppress_first = true;
240 $box->_suppress_last = true;
[all …]
H A Dflow_viewport.class.inc.php15 function &create(&$box) { argument
17 $viewport->left = $box->get_left_padding();
18 $viewport->top = $box->get_top_padding();
20 $padding = $box->get_css_property(CSS_PADDING);
22 $viewport->width = $box->get_width() + $padding->left->value + $padding->right->value;
23 $viewport->height = $box->get_height() + $padding->top->value + $padding->bottom->value;
/plugin/abc2/
H A Dstyle.css33 box-sizing: border-box;
53 box-sizing: border-box;
67 box-sizing: border-box;
77 box-sizing: border-box;
87 box-sizing: border-box;
[all...]
/plugin/combo/resources/slot/
H A Dpage-footer.md6 <!-- A box that takes 50% of the space to explain your brand -->
7 <box width="50%">
16 </box>
19 <!-- A box that takes 25% of the space to add links about your offer -->
20 <box width="25%" text-color="secondary">
26 </box>
28 <!-- A box that takes 25% of the space to add links about yourself or your company-->
29 <box width="25%">
35 </box>
/plugin/socialshareprivacy2/SSP/stylesheets/
H A Djquery.socialshareprivacy.delicious.css8 .social_share_privacy_area.box .delicious .delicious-widget,
9 .social_share_privacy_area.box .delicious img.privacy_dummy {
25 .social_share_privacy_area.box .delicious a.icon,
26 .social_share_privacy_area.box .delicious a.count {
36 .social_share_privacy_area.box .delicious a.icon {
44 .social_share_privacy_area.box .delicious a.icon:hover {
47 .social_share_privacy_area.box .delicious a.count {
57 .social_share_privacy_area.box .delicious a.count:hover {
122 .social_share_privacy_area.box .delicious a.icon *,
147 .social_share_privacy_area.box .delicious a.count i,
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_contrast_black.css245 box-sizing: border-box;
257 box-sizing: border-box;
272 box-sizing: border-box;
342 box-sizing: border-box;
369 box-sizing: border-box;
633 box-sizing: content-box;
738 box-sizing: border-box;
815 box-sizing: border-box;
1004 box-sizing: border-box;
1137 box-sizing: border-box;
[all …]
H A Ddhtmlxgantt_contrast_white.css256 box-sizing: border-box;
268 box-sizing: border-box;
283 box-sizing: border-box;
353 box-sizing: border-box;
380 box-sizing: border-box;
644 box-sizing: content-box;
749 box-sizing: border-box;
826 box-sizing: border-box;
1015 box-sizing: border-box;
1148 box-sizing: border-box;
[all …]
H A Ddhtmlxgantt_meadow.css194 -moz-box-sizing: border-box;
195 box-sizing: border-box;
207 box-sizing: border-box;
222 box-sizing: border-box;
292 box-sizing: border-box;
319 box-sizing: border-box;
580 box-sizing: content-box;
685 box-sizing: border-box;
762 box-sizing: border-box;
951 box-sizing: border-box;
[all …]
H A Ddhtmlxgantt_terrace.css193 -moz-box-sizing: border-box;
194 box-sizing: border-box;
206 box-sizing: border-box;
221 box-sizing: border-box;
291 box-sizing: border-box;
318 box-sizing: border-box;
578 box-sizing: content-box;
683 box-sizing: border-box;
759 box-sizing: border-box;
948 box-sizing: border-box;
[all …]
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.pulse.min.css12 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #593196;--pink: #e83e8c;--red: #FC3939;--orange: #fd7e14;--yellow: #EFA31D;--green: #13B955;--teal: #20c997;--cyan: #009CDC;--white: #fff;--gray: #868e96;--gray-dark: #343a40;--primary: #593196;--secondary: #A991D4;--success: #13B955;--info: #009CDC;--warning: #EFA31D;--danger: #FC3939;--light: #F9F8FC;--dark: #17141F;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:0.875rem;font-weight:400;line-height:1.5;color:#444;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#593196;text-decoration:none;background-color:transparent}a:hover{color:#593196;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;bo
[all...]
H A Dbootstrap.lux.min.css12 */@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600&display=swap");:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #d9534f;--orange: #fd7e14;--yellow: #f0ad4e;--green: #4BBF73;--teal: #20c997;--cyan: #1F9BCF;--white: #fff;--gray: #919aa1;--gray-dark: #343a40;--primary: #1a1a1a;--secondary: #fff;--success: #4BBF73;--info: #1F9BCF;--warning: #f0ad4e;--danger: #d9534f;--light: #fff;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.875rem;font-weight:400;line-height:1.5;color:#55595c;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#1a1a1a;text-decoration:none;background-color:transparent}a:hover{color:black;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#919aa1;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;bo
[all...]
H A Dbootstrap.cosmo.min.css12 */@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap");:root{--blue: #2780E3;--indigo: #6610f2;--purple: #613d7c;--pink: #e83e8c;--red: #FF0039;--orange: #f0ad4e;--yellow: #FF7518;--green: #3FB618;--teal: #20c997;--cyan: #9954BB;--white: #fff;--gray: #868e96;--gray-dark: #373a3c;--primary: #2780E3;--secondary: #373a3c;--success: #3FB618;--info: #9954BB;--warning: #FF7518;--danger: #FF0039;--light: #f8f9fa;--dark: #373a3c;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#373a3c;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#2780E3;text-decoration:none;background-color:transparent}a:hover{color:#165ba8;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;bo
[all...]
H A Dbootstrap.journal.min.css12 */@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700&display=swap");:root{--blue: #EB6864;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #F57A00;--orange: #fd7e14;--yellow: #F5E625;--green: #22B24C;--teal: #20c997;--cyan: #369;--white: #fff;--gray: #777;--gray-dark: #333;--primary: #EB6864;--secondary: #aaa;--success: #22B24C;--info: #369;--warning: #F5E625;--danger: #F57A00;--light: #f8f9fa;--dark: #222;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#222;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#EB6864;text-decoration:none;background-color:transparent}a:hover{color:#e22620;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#777;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;bo
[all...]
H A Dbootstrap.united.min.css12 */@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap");:root{--blue: #007bff;--indigo: #6610f2;--purple: #772953;--pink: #e83e8c;--red: #DF382C;--orange: #E95420;--yellow: #EFB73E;--green: #38B44A;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #868e96;--gray-dark: #333;--primary: #E95420;--secondary: #AEA79F;--success: #38B44A;--info: #17a2b8;--warning: #EFB73E;--danger: #DF382C;--light: #e9ecef;--dark: #772953;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#333;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#E95420;text-decoration:none;background-color:transparent}a:hover{color:#ac3911;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;bo
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.css193 -moz-box-sizing: border-box;
194 box-sizing: border-box;
206 box-sizing: border-box;
221 box-sizing: border-box;
291 box-sizing: border-box;
318 box-sizing: border-box;
578 box-sizing: content-box;
683 box-sizing: border-box;
759 box-sizing: border-box;
948 box-sizing: border-box;
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Dminimap.css27 box-sizing: border-box;
31 box-sizing: border-box;
32 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
58 box-sizing: border-box;
71 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
73 box-sizing: border-box;
[all...]

12345678910>>...38