/plugin/mikioplugin/assets/ |
H A D | variables.less | 24 @primary-btn-bg-color: #007bff; 30 @primary-alert-bg-color: #cce5ff; 43 @secondary-btn-bg-color: #6c757d; 62 @success-btn-bg-color: #28a745; 81 @danger-btn-bg-color: #dc3545; 100 @warning-btn-bg-color: #ffc107; 119 @info-btn-bg-color: #17a2b8; 125 @info-alert-bg-color: #d1ecf1; 138 @light-btn-bg-color: #f8f9fa; 157 @dark-btn-bg-color: #343a40; [all …]
|
/plugin/codebutton2/ |
H A D | genpng.php | 9 $bg = imagecreatetruecolor(isset($_GET['text']) ? strlen($_GET['text'])*11 : 66, 15); variable 12 imagesavealpha($bg, true); 13 $trans_colour = imagecolorallocatealpha($bg, 0, 0, 0, 127); 14 imagefill($bg, 0, 0, $trans_colour); 20 $black = imagecolorallocate($bg, 0,0,0); 26 imagettftext($bg, $fontsize, 0, 10, 12, $black, $font, $text); 29 imagepng($bg); 32 ImageDestroy($bg);
|
/plugin/custombuttons/ |
H A D | genpng.php | 14 $bg = imagecreatetruecolor($width, 15); variable 17 imagesavealpha($bg, true); 18 $trans_colour = imagecolorallocatealpha($bg, 0, 0, 0, 127); 19 imagefill($bg, 0, 0, $trans_colour); 25 $black = imagecolorallocate($bg, 0,0,0); 31 imagettftext($bg, $fontsize, 0, 10, 12, $black, $font, $text); 34 imagepng($bg); 37 ImageDestroy($bg);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.background.inc.php | 55 $bg = new CSSBackground; variable 57 CSS::register_css_property($bg); 58 CSS::register_css_property(new CSSBackgroundColor($bg, '_color')); 59 CSS::register_css_property(new CSSBackgroundImage($bg, '_image')); 60 CSS::register_css_property(new CSSBackgroundRepeat($bg, '_repeat')); 61 CSS::register_css_property(new CSSBackgroundPosition($bg, '_position')); 62 CSS::register_css_property(new CSSBackgroundAttachment($bg, '_attachment'));
|
H A D | ps.l3.image.encoder.stream.inc.php | 210 $bg = $handler->get_visible_background_color(); 223 $r = (int)($r + ($bg[0] - $r)*$a/127); 224 $g = (int)($g + ($bg[1] - $g)*$a/127); 225 $b = (int)($b + ($bg[2] - $b)*$a/127);
|
H A D | ps.image.encoder.simple.inc.php | 191 $bg = $handler->get_visible_background_color(); 192 $r = (int)($r + ($bg[0] - $r)*$a/127); 193 $g = (int)($g + ($bg[1] - $g)*$a/127); 194 $b = (int)($b + ($bg[2] - $b)*$a/127);
|
/plugin/combo/resources/snippet/style/ |
H A D | google.css | 2 .bg-google-plus{ 6 a.bg-google-plus:hover, 7 a.bg-google-plus:focus, 8 button.bg-google-plus:hover, 9 button.bg-google-plus:focus
|
H A D | slide.css | 69 .bg-slide-light { 73 .bg-slide-dark { 77 .bg-slide-primary { 81 .bg-slide-secondary {
|
H A D | facebook.css | 1 .bg-facebook {
|
H A D | quality.css | 2 fill: #ffc107!important; <!-- bg warning -->
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | ShadowBorder.java | 54 Color bg = c.getBackground(); in paintBorder() local 58 bg = c.getParent().getBackground(); in paintBorder() 61 if (bg != null) in paintBorder() 63 Color mid = bg.darker(); in paintBorder() 64 Color edge = average(mid, bg); in paintBorder() 66 g.setColor(bg); in paintBorder()
|
/plugin/farm/ |
H A D | infos.animal.class.php | 316 $bg = $this->biggest($fi); 318 …$info['biggest'] = $this->elhtmlurl($bg).' ('.$this->animal->manager->nicesize($fi[$bg]['size']).'… 321 'size' => $fi[$bg]['size'], 322 'url' => $this->elurl($bg), 323 'namespace' => $bg 410 $bg = $this->biggest($fi); 412 …$info['biggest'] = $this->elhtmlurl($bg, true).' ('.$this->animal->manager->nicesize($fi[$bg]['siz… 415 'size' => $fi[$bg]['size'], 416 'url' => $this->elurl($bg, true), 417 'namespace' => $bg
|
/plugin/fckg/syntax/ |
H A D | font.php | 69 list($face,$fg,$bg) = explode(';;',$face); 75 if(isset($bg)) { 76 $color = " background-color: $bg ";
|
/plugin/ckgdoku/syntax/ |
H A D | font.php | 71 list($face,$fg,$bg) = explode(';;',$face); 77 if(isset($bg)) { 78 $color = " background-color: $bg ";
|
/plugin/ckgedit/syntax/ |
H A D | font.php | 71 list($face,$fg,$bg) = explode(';;',$face); 77 if(isset($bg)) { 78 $color = " background-color: $bg ";
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | CssManager.php | 907 if ($bg['c']) { 913 if ($bg['i']) { 915 if ($bg['r']) { 918 if ($bg['p']) { 970 $bg['p'] = preg_replace('/(left|top)/', '0%', $bg['p']); 971 $bg['p'] = preg_replace('/(right|bottom)/', '100%', $bg['p']); 972 $bg['p'] = preg_replace('/(center)/', '50%', $bg['p']); 1216 $bg['p'] = preg_replace('/(left|top)/', '0%', $bg['p']); 1217 $bg['p'] = preg_replace('/(right|bottom)/', '100%', $bg['p']); 1218 $bg['p'] = preg_replace('/(center)/', '50%', $bg['p']); [all …]
|
/plugin/block/ |
H A D | syntax.php | 101 list($bg,$fg,$border,$font) = explode(';',$color); 102 if($bg) $bgcolor = "$bg;";
|
/plugin/todo/syntax/ |
H A D | todo.php | 274 unset($bg); 276 …start']) || $data['start']<$now) && (!isset($data['due']) || $now<$data['due'])) $bg='todostarted'; 277 if(!$checked && isset($data['due']) && $now>=$data['due']) $bg='tododue'; 292 if(isset($bg)) $spanclass .= ' '.$bg;
|
/plugin/bbs/ |
H A D | syntax.php | 95 else if ($s>=40 && $s<=47) {$this->tags[bg] = $s;} 104 if ($this->tags[bg]) $c[] = 'bg'.$this->tags[bg];
|
/plugin/s5/ui/i18n/ |
H A D | pretty.css | 7 body {background: #95A7D4 url(bg-slide.jpg) 100% 100% no-repeat; color: #210; font: 28px Arial, san… 16 #header {background: url(bg-shade.png); border-bottom: 1px solid #333; 18 #footer {background: url(bg-shade.png); color: #BBB; border-top: 1px solid #333;}
|
/plugin/gchart/ |
H A D | syntax.php | 150 if($data['bg']) { 151 $parameters['chf'] = 'bg,s,'.$data['bg'];
|
/plugin/eventline/timeline_js/ |
H A D | timeline-bundle.css | 116 .timeline-ether-bg{width:100%; height:100%;} 117 .timeline-band-0 .timeline-ether-bg{background-color:#eee} 118 .timeline-band-1 .timeline-ether-bg{background-color:#ddd} 119 .timeline-band-2 .timeline-ether-bg{background-color:#ccc} 120 .timeline-band-3 .timeline-ether-bg{background-color:#aaa}
|
/plugin/tline/timeline_js/ |
H A D | timeline-bundle.css | 116 .timeline-ether-bg{width:100%; height:100%;} 117 .timeline-band-0 .timeline-ether-bg{background-color:#eee} 118 .timeline-band-1 .timeline-ether-bg{background-color:#ddd} 119 .timeline-band-2 .timeline-ether-bg{background-color:#ccc} 120 .timeline-band-3 .timeline-ether-bg{background-color:#aaa}
|
/plugin/amcharts/assets/amcharts/lang/ |
H A D | bg.js | 1 AmCharts.translations.bg = {"monthNames":["Януари","Февруари","Март","Април","Май","Юни","Юли","Авг… class in AmCharts.translations
|
/plugin/openid/ |
H A D | style.css | 3 background: url(login-bg.gif) left center no-repeat;
|