Home
last modified time | relevance | path

Searched refs:background (Results 976 – 1000 of 1398) sorted by path

1...<<31323334353637383940>>...56

/plugin/phpipam/
H A Dstyle.css2 background-color: aliceblue;
31 background-color: black;
H A Dsyntax.php1688 $_more["$color"][1] = "<div style='background-color:" . $hash_in["$color"] ;
/plugin/picasawebalbum/
H A Djquery.slimbox2.css10 background-color: #000;
18 background-color: #fff;
22 background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
30 background-repeat: no-repeat;
46 background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%;
54background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% 1…
72background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat cente…
H A Dpwi.css9 background-color: #FFFFFF;
24 background-color: #7F7F7F;
H A Dstyle.css10 background-color: #000;
18 background-color: #fff;
22 background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
30 background-repeat: no-repeat;
46 background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%;
54background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% 1…
72background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat cente…
92 background-color: #FFFFFF;
107 background-color: #7F7F7F;
/plugin/picasawebalbum/orig/
H A Djquery.slimbox2.css10 background-color: #000;
18 background-color: #fff;
22 background: #fff url(loading.gif) no-repeat center;
30 background-repeat: no-repeat;
46 background: transparent url(prevlabel.gif) no-repeat 0 15%;
54 background: transparent url(nextlabel.gif) no-repeat 100% 15%;
72 background: transparent url(closelabel.gif) no-repeat center;
H A Djquery.slimbox2.css.patch7 - background: #fff url(loading.gif) no-repeat center;
8 + background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
16 - background: transparent url(prevlabel.gif) no-repeat 0 15%;
17 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%;
25 - background: transparent url(nextlabel.gif) no-repeat 100% 15%;
26 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% …
34 - background: transparent url(closelabel.gif) no-repeat center;
35 + background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat cent…
/plugin/piclens/
H A Dprint.css2 background: transparent url('http://lite.piclens.com/images/PicLensButton.png') 0px 2px no-repeat;
H A Dstyle.css2 background: transparent url('http://lite.piclens.com/images/PicLensButton.png') 0px 2px no-repeat;
/plugin/poll/
H A Dstyle.css17 background-color: __light__;
/plugin/popupviewer/
H A Dstyle.css14 background-color: rgba(0,0,0,0.8);
20 background: url(images/modifier-images.png);
35 background-position: -24px 0;
40 background-position: -48px 0;
66 background-color: #fff;
77 background-color: transparent;
82 background: url(images/loading.gif);
98 background-color: #fff;
/plugin/prettyphoto/css/
H A DprettyPhoto.css25 div.pp_default .pp_content { background-color: #fff; } /* Content background */
43 div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
74 div.light_rounded .pp_content_container .pp_right { background: #fff; }
75 div.light_rounded .pp_content { background-color: #fff; } /* Content background */
112 …ounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top le…
149 div.dark_square .pp_content { background: #000; }
185 div.light_square .pp_content { background: #fff; }
221 …ontainer .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top lef…
222 …tainer .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top rig…
223 div.facebook .pp_content { background: #fff; } /* Content background */
[all …]
/plugin/processing/
H A Dscript.js9478 p.background = function background() { function
10617 graphics.background(0);
10673 graphics.background(0);
11090 hud.background(0, 0, 0, 0);
/plugin/progrecss/
H A Dprint.css25 background-color: #dddddd;
75 background-color: __missing__;
83 background-color: __existing__;
H A Dstyle.css16 * Features a block box themed with the link and background colors
32 background-color: __text_alt__;
44 background-color: __existing__;
82 * the current theme, plus a black background and white face.
100 background-color: #eeeeee;
108 background-color: #ffffff;
116 background-color: #222222;
136 background-color: __background_alt__;
172 background-color: __missing__;
180 background-color: __existing__;
[all …]
/plugin/projects/
H A Dcodemirror.css55 background-color: #f7f7f7;
82 border-width: 0; margin: 0; padding: 0; background: transparent;
116 background: transparent;
117 background: rgba(0, 200, 0, .4);
129 div.CodeMirror-selected { background: #d9d9d9; }
130 .CodeMirror-focused div.CodeMirror-selected { background: #d7d4f0; }
133 background: #ffa;
134 background: rgba(255, 255, 0, .4);
H A Dstyle.css7 background: lightblue;
/plugin/projects/plugins/target/
H A Dplot.php126 $background = $this->plot->property('background');
127 if (!$background)
128 $background = array('R' => 255, 'G' => 255, 'B' => 255);
129 else $background = html_color_to_RGB($background);
130 $plot->drawGraphArea($background['R'], $background['G'],
131 $background['B']);
/plugin/prosemirror/
H A DcustomMenu.less11 background: @ini_background;
41 background-color: fade(@ini_border, 30%);
88 background-color: @ini_background;
H A Dstyle.less45 background-color: #e8f1fd;
56 background: transparent;
84 background-color: rgba(200, 200, 255, 0.4);
130 background-color: white;
152 background-color: @ini_background_alt;
162 background: transparent;
/plugin/pubchem/
H A Dstyle.css3 background:url('img/pubchem_icon.png') no-repeat;
4 background-position:bottom left;
8 background:url('img/pubchem_icon.png') no-repeat 0 0;
/plugin/publish/
H A Dprint.css19 background-color: #dfd;
20 background-image: url(images/yes.gif);
24 background-color: #fdd;
25 background-image: url(images/no.gif);
37 background-color: #dfd;
41 background-color: #fdd;
H A Dstyle.css10 background-position: 30px 50%;
11 background-repeat: no-repeat;
18 background-color: #dfd;
19 background-image: url(images/yes.gif);
23 background-color: #fdd;
24 background-image: url(images/no.gif);
36 background-color: #dfd;
40 background-color: #fdd;
55 background-color: #fdd;
60 background-color: #dfd;
/plugin/pubmed/
H A Dstyle.css24 background-image:url(images/pubmed_icon.png);
25 background-repeat:no-repeat;
26 background-position:right bottom;
/plugin/pubmed2020/
H A Dstyle.css57 background-repeat:no-repeat;
58 background-position:left center;
63 background-repeat:no-repeat;
64 background-position:left center;
65 background-size: contain;
69 background-image:url(images/pmc.png);
70 background-repeat:no-repeat;
71 background-position:left center;
72 background-size: contain;
94 background-color: #2c3e50;
[all …]

1...<<31323334353637383940>>...56