Home
last modified time | relevance | path

Searched full:box (Results 1 – 25 of 1926) sorted by relevance

12345678910>>...78

/plugin/box/
Dstyle.css1 /* plugin:box */
2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
[all …]
Dprint.css1 /* plugin:box */
2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
[all …]
/plugin/boxwh/boxwh/
Dprint.css3 /* plugin:box */
4 div.box {
22 div.box .xtop, div.box .xbottom {display: none;}
23 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
25 div.box.round { border: none; padding: 0;}
26 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
28 div.box p.box_title, div.box p.box_caption {
35 div.box p.box_title { margin-bottom: 4px;}
36 div.box p.box_caption { margin-top: 4px;}
38 div.box .box_content {
[all …]
Dstyle.css2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
46 div.box.left {
[all …]
Dstyle_custom.css1 /* plugin:box */
2 div.box {
21 div.box .xtop, div.box .xbottom {display: none;}
22 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
24 div.box.round { border: none; padding: 0;}
25 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
27 div.box p.box_title, div.box p.box_caption {
36 div.box p.box_title { margin-bottom: 2px; margin-top: 0px;}
37 div.box p.box_caption { margin-top: 2px;}
39 div.box .box_content {
[all …]
/plugin/box2/
Dstyle.css1 /* plugin:box */
2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
[all …]
Dprint.css1 /* plugin:box */
2 div.box {
20 div.box .xtop, div.box .xbottom {display: none;}
21 div.box.round > .xtop, div.box.round > .xbottom {display: block;}
23 div.box.round { border: none; padding: 0;}
24 div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }
26 div.box p.box_title, div.box p.box_caption {
33 div.box p.box_title { margin-bottom: 4px;}
34 div.box p.box_caption { margin-top: 4px;}
36 div.box .box_content {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dbox.utils.text-align.inc.php2 // $Header: /cvsroot/html2ps/box.utils.text-align.inc.php,v 1.13 2007/01/09 20:13:48 Konstantin Exp…
4 function ta_left(&$box, &$context, $lastline) { argument
8 function ta_center(&$box, &$context, $lastline) { argument
9 $delta = $box->_line_length_delta($context) / 2;
11 $size = count($box->_line);
13 $box->_line[$i]->offset($delta, 0);
16 $first_box =& $box->_line[0];
22 function ta_right(&$box, &$context, $lastline) { argument
23 $delta = $box->_line_length_delta($context);
25 $size = count($box->_line);
[all …]
Dstrategy.position.absolute.php7 function apply(&$box) { argument
9 * Box having 'position: absolute' are positioned relatively to their "containing blocks".
13 $containing_block =& $box->_get_containing_block();
15 $this->_positionAbsoluteVertically($box, $containing_block);
16 $this->_positionAbsoluteHorizontally($box, $containing_block);
20 * Note that if both top and bottom are 'auto', box will use vertical coordinate
22 * box had 'position: static'
24 function _positionAbsoluteVertically(&$box, &$containing_block) { argument
25 $bottom = $box->get_css_property(CSS_BOTTOM);
26 $top = $box->get_css_property(CSS_TOP);
[all …]
Dbox.php2 // $Header: /cvsroot/html2ps/box.php,v 1.46 2007/05/06 18:49:29 Konstantin Exp $
32 // @return flag indication of current box need a block box wrapper
63 // or positioned block box and put our real box into it.
94 $box =& create_document_box($root, $pipeline);
95 return $box;
97 $box =& create_node_box($root, $pipeline);
98 return $box;
100 $box =& create_text_box($root, $pipeline);
101 return $box;
125 // - float property is specified for non-block box which cannot be directly converted to block box
[all …]
Dbox.inline.php2 // $Header: /cvsroot/html2ps/box.inline.php,v 1.53 2007/01/24 18:55:44 Konstantin Exp $
18 $box =& new LineBox;
19 $box->top = $this->top;
20 $box->right = $this->right;
21 $box->bottom = $this->bottom;
22 $box->left = $this->left;
23 return $box;
33 function create(&$box) { argument
35 $lbox->top = $box->get_top();
36 $lbox->right = $box->get_right();
[all …]
Dvalue.border.class.php124 function show(&$viewport, $box) { argument
127 $this->left->show($viewport, $box,
128 $box->get_left_border() , $box->get_bottom_border(),
129 $box->get_left_border() , $box->get_top_border(),
130 … $box->get_left_border()+$this->left->get_width(), $box->get_top_border()-$this->top->get_width(),
131 …$box->get_left_border()+$this->left->get_width(), $box->get_bottom_border()+$this->bottom->get_wid…
137 $this->right->show($viewport, $box,
138 $box->get_right_border() , $box->get_bottom_border(),
139 $box->get_right_border() , $box->get_top_border(),
140 …$box->get_right_border()-$this->right->get_width(), $box->get_top_border()-$this->top->get_width(),
[all …]
Dheight.php51 function applicable(&$box) { argument
53 return $this->applicable_value($this->constant, $box);
58 $applicable_min = $this->applicable_value($this->min, $box);
63 $applicable_max = $this->applicable_value($this->max, $box);
74 * height was determined by box content
76 function applicable_value($value, &$box) { argument
82 // if (!$box->parent) { return false; };
83 // return $box->parent->_height_constraint->applicable($box->parent);
86 function _fix_value($value, &$box, $default, $no_table_recursion) { argument
89 …// CSS 2.1: The percentage is calculated with respect to the height of the generated box's contai…
[all …]
Dlayout.default.class.php6 function process(&$box, &$media, &$driver, &$context) { argument
8 if (is_null($box->reflow_text($driver))) {
13 // Explicitly remove any height declarations from the BODY-generated box;
16 $box->_height_constraint = new HCConstraint(null, null, null);
18 $margin = $box->get_css_property(CSS_MARGIN);
20 $box->setCSSProperty(CSS_MARGIN, $margin);
22 $box->width = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) -
23 $box->_get_hor_extra();
24 $box->setCSSProperty(CSS_WIDTH, new WCConstant($box->width));
26 $box->height = mm2pt($media->real_height()) - $box->_get_vert_extra();
[all …]
Dlayout.page.breaks.php129 * 2. Between line boxes inside a block box.
146 function get_footnotes_traverse(&$box) { argument
149 if (is_a($box, 'BoxNoteCall')) {
150 …$footnotes[] = new FootnoteLocation($box->get_top_margin(), $box->_note_content->get_full_height()…
151 } elseif (is_a($box, 'GenericContainerBox')) {
152 foreach ($box->content as $child) {
236 function has_forced_page_break_before(&$box) { argument
237 return PageBreakLocator::is_forced_page_break($box->get_css_property(CSS_PAGE_BREAK_BEFORE));
240 function has_forced_page_break_after(&$box) { argument
241 return PageBreakLocator::is_forced_page_break($box->get_css_property(CSS_PAGE_BREAK_AFTER));
[all …]
Dbox.block.php2 // $Header: /cvsroot/html2ps/box.block.php,v 1.56 2007/01/24 18:55:43 Konstantin Exp $
18 …* @link http://www.w3.org/TR/CSS21/visuren.html#block-box CSS 2.1 Block-level elements and block b…
39 $box = new BlockBox();
40 $box->readCSS($pipeline->get_current_css_state());
41 $box->create_content($root, $pipeline);
42 return $box;
49 * @param string $content The text string to be put inside the block box
57 $box = new BlockBox();
58 $box->readCSS($pipeline->get_current_css_state());
59 $box->add_child(InlineBox::create_from_text($content,
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
Dmain.css63 -moz-box-sizing: border-box;
64 box-sizing: border-box;
98 -webkit-box-sizing: border-box;
99 -moz-box-sizing: border-box;
100 box-sizing: border-box;
103 background-clip: padding-box;
124 -webkit-box-shadow: inset 0 1px #fff;
125 box-shadow: inset 0 1px #fff;
132 -webkit-box-shadow: none;
133 box-shadow: none;
[all …]
/plugin/botmon/img/
H A Dbusy-light.svg2 <style>.box{fill:#00CADB;transform-origin: 50% 50%}
3 @keyframes box-1 {
16 .box:nth-child(1){animation: box-1 4s infinite}
17 @keyframes box-2 {
30 .box:nth-child(2){animation: box-2 4s infinite}
31 @keyframes box-3 {
44 .box:nth-child(3) {animation: box-3 4s infinite}
45 @keyframes box-4 {
58 .box:nth-child(4) {animation: box-4 4s infinite}
59 @keyframes box-5 {
[all …]
/plugin/animation/styles/
Dscianimator.css56 .scianimator .control.box {
61 .scianimator .control.box .control {
66 .scianimator .box.control.navigator {
70 .scianimator .box a.control.navigator,
71 .scianimator .box a:hover.control.navigator {
79 box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px #00FF00;
80 -o-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px #00FF00;
81 -webkit-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px #00FF00;
82 -moz-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px #00FF00;
84 .scianimator .box a.navigator.disabled,
[all …]
/plugin/diagramsnet/lib/styles/
Datlas.css20 -webkit-box-shadow: none !important;
21 -moz-box-shadow: none !important;
22 box-shadow: none !important;
28 -webkit-box-shadow: none !important;
29 -moz-box-shadow: none !important;
30 box-shadow: none !important;
56 …-webkit-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1…
57 …-moz-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px …
58box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 1px 0…
73 …-webkit-box-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px 1…
[all …]
/plugin/zwidoku/css/
H A Dstyle.css363 box-sizing: border-box;
418 box-sizing: border-box;
446 box-shadow: inset 1px 1px 1px #ccc;
1105 box-shadow: 0 0 3px 1px #5e9ed6;
1771 -webkit-box-shadow: -8px -8px 8px #aaa;
1772 box-shadow: -8px -8px 8px #aaa;
2132 div.box {
2178 div.box .xtop,
2179 div.box .xbottom {
2182 div.box.round>.xtop,
[all …]
/plugin/icons/exe/
Dlist-material-design-icons.php27 'account-box-multiple',
28 'account-box-outline',
29 'account-box',
107 'alert-box-outline',
108 'alert-box',
121 'alpha-a-box-outline',
122 'alpha-a-box',
126 'alpha-b-box-outline',
127 'alpha-b-box',
131 'alpha-c-box-outline',
[all …]
/plugin/abc2/abc-libraries/abcjs/
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;
97 box-sizing: border-box;
110 box-sizing: border-box;
119 box-sizing: border-box;
124 box-sizing: border-box;
132 box-sizing: border-box;
[all …]
/plugin/tabbox/
Dscript.js8 * @param {jQuery} $box The box we're handling
11 function tabboxopen($box, tabid) { argument
13 $box.find('.tabboxtab').hide();
14 $box.find('.tabs li').removeClass('active');
17 var $open = $box.find('#tab_'+tabid);
20 $open = $box.find('.tabboxtab').first();
24 $box.find('#lnk_'+id).addClass('active');
33 var $box = jQuery(this);
34 $box.addClass('js');
39 $box.find('.tabboxtab .hl').each(function(){
[all …]
/plugin/freechat/phpfreechat/data/public/js/
Dpfcprompt.js11 this.box = $('pfc_promptbox');
22 if (!this.box)
24 this.box = document.createElement('div');
25 this.box.id = 'pfc_promptbox';
26 this.box.style.position = 'absolute';
27 this.box.style.zIndex = 100;
28 this.box.style.display = 'none';
31 this.box.style.overflow = 'auto';
36 this.box.appendChild(div);
40 this.box.appendChild(this.prompt_title);
[all …]

12345678910>>...78