Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 1358) sorted by relevance

12345678910>>...55

/plugin/revealjs/css/theme/template/
Dmixins.scss1 @mixin vertical-gradient( $top, $bottom ) { parameter
3 background: -moz-linear-gradient( top, $top 0%, $bottom 100% );
4 …kground: -webkit-gradient( linear, left top, left bottom, color-stop(0%,$top), color-stop(100%,$bo…
5 background: -webkit-linear-gradient( top, $top 0%, $bottom 100% );
6 background: -o-linear-gradient( top, $top 0%, $bottom 100% );
7 background: -ms-linear-gradient( top, $top 0%, $bottom 100% );
8 background: linear-gradient( top, $top 0%, $bottom 100% );
11 @mixin horizontal-gradient( $top, $bottom ) { parameter
13 background: -moz-linear-gradient( left, $top 0%, $bottom 100% );
14 …nd: -webkit-gradient( linear, left top, right top, color-stop(0%,$top), color-stop(100%,$bottom) );
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.border.class.php9 var $bottom; variable in BorderPDF
15 $this->bottom =& new EdgePDF();
23 $border->bottom =& EdgePDF::create($data['bottom']);
52 if ($this->bottom !== CSS_PROPERTY_INHERIT) {
53 $border->bottom = $this->bottom->copy();
55 $border->bottom = CSS_PROPERTY_INHERIT;
72 if ($this->bottom === CSS_PROPERTY_INHERIT) {
74 $this->bottom = $value->copy();
90 $this->bottom->doInherit($state,
101 return $this->bottom;
[all …]
Dvalue.margin.class.php68 var $bottom; variable in MarginValue
78 if ($this->bottom === CSS_PROPERTY_INHERIT) {
80 $this->bottom = $value->copy();
97 …$value->bottom = ($this->bottom === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->bottom->…
107 $value->bottom = MarginSideValue::init($data[2]);
117 $this->bottom->is_default();
122 $this->bottom->units2pt($base);
129 $this->bottom->calcPercentage($base);
Dvalue.padding.class.php63 var $bottom; variable in PaddingValue
73 if ($this->bottom === CSS_PROPERTY_INHERIT) {
75 $this->bottom = $value->copy();
92 …$value->bottom = ($this->bottom === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->bottom->…
103 $this->bottom->is_default();
110 $value->bottom = PaddingSideValue::init($data[2]);
117 $this->bottom->units2pt($base);
124 $this->bottom->calcPercentage($base);
Dvalue.border.style.class.php9 var $bottom; variable in BorderStyle
12 $value =& new BorderStyle($this->top, $this->right, $this->bottom, $this->left);
16 function BorderStyle($top, $right, $bottom, $left) { argument
20 $this->bottom = $bottom;
Dvalue.border.width.class.php9 var $bottom; variable in BorderWidth
12 $value =& new BorderWidth($this->top, $this->right, $this->bottom, $this->left);
16 function BorderWidth($top, $right, $bottom, $left) { argument
20 $this->bottom = $bottom->copy();
Dvalue.border.color.class.php9 var $bottom; variable in BorderColor
12 $value =& new BorderColor($this->top, $this->right, $this->bottom, $this->left);
16 function BorderColor($top, $right, $bottom, $left) { argument
20 $this->bottom = $bottom->copy();
/plugin/combo/resources/theme/default/components/css/
H A Dlogin.css18 margin-bottom: -1px;
19 border-bottom-right-radius: 0;
20 border-bottom-left-radius: 0;
30 margin-bottom: 10px;
36 margin-bottom: 1rem;
40 margin-bottom: 1.5rem;
45 margin-bottom: .25rem;
50 margin-bottom: 1rem;
55 margin-bottom: 1.5rem;
63 margin-bottom: 2rem;
H A Dresend.css7 margin-bottom: 3rem;
11 margin-bottom: 1rem;
15 margin-bottom: 1.5rem;
27 margin-bottom: 1.5rem;
39 margin-bottom: 2rem;
45 margin-bottom: 0.25rem;
50 margin-bottom: 1rem;
H A Dprofile-delete.css10 margin-bottom: 1.5rem;
26 margin-bottom: -1px;
27 border-bottom-right-radius: 0;
28 border-bottom-left-radius: 0;
33 margin-bottom: 10px;
37 margin-bottom: 1rem;
H A Dposition.css36 .bottom-0 {
37 bottom: 0!important
40 .bottom-50 {
41 bottom: 50%!important
44 .bottom-100 {
45 bottom: 100%!important
/plugin/geonav/tpl/startermap/css/
Ddesign.css21 margin-bottom: 2.1em;
24 margin-bottom: 0;
33 margin-bottom: 0;
36 margin-bottom: 0;
41 margin-bottom: 2.1em;
44 margin-bottom: 0;
64 margin-bottom: .3em;
81 border-bottom-width: 0;
112 border-bottom: 1px solid __border__;
136 bottom: 0;
[all …]
/plugin/tline/timeline_ajax/styles/
Dgraphics.css62 background: url(../images/bubble-top.png) bottom left repeat-x;
65 div.simileAjax-bubble-border-bottom {
67 bottom: -50px;
72 .simileAjax-bubble-border-bottom-pngTranslucent {
73 background: url(../images/bubble-bottom.png) top left repeat-x;
84 background: url(../images/bubble-top-left.png) bottom right no-repeat;
95 background: url(../images/bubble-top-right.png) bottom left no-repeat;
98 div.simileAjax-bubble-border-bottom-left {
100 bottom: -50px;
105 .simileAjax-bubble-border-bottom-left-pngTranslucent {
[all …]
/plugin/eventline/timeline_ajax/styles/
Dgraphics.css62 background: url(../images/bubble-top.png) bottom left repeat-x;
65 div.simileAjax-bubble-border-bottom {
67 bottom: -50px;
72 .simileAjax-bubble-border-bottom-pngTranslucent {
73 background: url(../images/bubble-bottom.png) top left repeat-x;
84 background: url(../images/bubble-top-left.png) bottom right no-repeat;
95 background: url(../images/bubble-top-right.png) bottom left no-repeat;
98 div.simileAjax-bubble-border-bottom-left {
100 bottom: -50px;
105 .simileAjax-bubble-border-bottom-left-pngTranslucent {
[all …]
/plugin/404manager/
Dstyle.css4 bottom: 5px;
30 margin-bottom: 20px;
52 background-image: linear-gradient(to bottom, #fcf8e3 0px, #f8efc0 100%);
55 border-bottom-color: #faebcc;
64 background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
66 border-bottom-color: #b2dba1;
78 -moz-border-bottom-colors: none;
82 border-bottom-color: transparent;
83 border-bottom-left-radius: 4px;
84 border-bottom-right-radius: 4px;
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.border-bottom.php15 $bottom =& $border->get_bottom();
16 $this->assertEqual($bottom->get_style(), BS_SOLID);
17 $width =& $bottom->get_width();
19 $color =& $bottom->get_color();
32 $bottom =& $border->get_bottom();
33 $this->assertEqual($bottom->get_style(), BS_SOLID);
34 $width =& $bottom->get_width();
36 $color =& $bottom->get_color();
Dtest.table.border.php25 $this->assertEqual($table_border->bottom->style , BS_SOLID);
30 $this->assertTrue($table_border->bottom->width->getPoints() > 0);
37 $this->assertEqual($cell1_border->bottom->style , BS_SOLID);
45 $this->assertTrue($cell1_border->bottom->width->getPoints() > 0,
53 $this->assertEqual($cell2_border->bottom->style , BS_SOLID);
61 $this->assertTrue($cell2_border->bottom->width->getPoints() > 0,
88 $this->assertEqual($table_border->bottom->style , BS_SOLID);
93 $this->assertTrue($table_border->bottom->width->getPoints() > 0);
100 $this->assertEqual($cell1_border->bottom->style , BS_SOLID);
108 $this->assertTrue($cell1_border->bottom->width->getPoints() > 0,
[all …]
Dtest.line-box.nested.php41 $this->assertEqual($outer_line->bottom, $inner2_line->bottom);
42 $this->assertEqual($inner1_line->bottom, $inner3_line->bottom);
45 $this->assertTrue($inner1_line->bottom > $inner2_line->bottom);
/plugin/floatdiv/
Dstyle.css22 padding-bottom:5px;
29 padding-bottom:5px;
36 padding-bottom:7px;
43 border-bottom: 1px __border__ solid;
45 padding-bottom:10px;
52 border-bottom: 1px __border__ solid;
54 padding-bottom:10px;
/plugin/firenews/HTMLTemplates/editnews/
DeditnewsTemplate.css5 bottom: 15px;
18 bottom: 15px;
30 bottom: -45px
34 bottom: 15px;
40 bottom: 15px
44 bottom: -60px;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
DGoogleCloudVideointelligenceV1NormalizedBoundingBox.php25 public $bottom; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1NormalizedBoundingBox
42 public function setBottom($bottom) argument
44 $this->bottom = $bottom;
51 return $this->bottom;
DGoogleCloudVideointelligenceV1beta2NormalizedBoundingBox.php25 public $bottom; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox
42 public function setBottom($bottom) argument
44 $this->bottom = $bottom;
51 return $this->bottom;
DGoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox.php25 public $bottom; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox
42 public function setBottom($bottom) argument
44 $this->bottom = $bottom;
51 return $this->bottom;
DGoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox.php25 public $bottom; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
42 public function setBottom($bottom) argument
44 $this->bottom = $bottom;
51 return $this->bottom;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DPadding.php25 public $bottom; variable in Google\\Service\\Sheets\\Padding
42 public function setBottom($bottom) argument
44 $this->bottom = $bottom;
51 return $this->bottom;

12345678910>>...55