Home
last modified time | relevance | path

Searched refs:black (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/plugin/evesso/
H A Dstyle.css1 .eve-sso-login-black-small,
3 .eve-sso-login-black-large,
9 .eve-sso-login-black-large,
14 .eve-sso-login-black-small,
19 .eve-sso-login-black-large {
20 background-image: url('images/eve-sso-login-black-large.png');
25 .eve-sso-login-black-small {
26 background-image: url('images/eve-sso-login-black-small.png');
/plugin/ebnf/
H A Debnf.php92 function rr($im, $x1, $y1, $x2, $y2, $r, $black){
93 imageline($im, $x1+$r, $y1, $x2-$r, $y1, $black); argument
94 imageline($im, $x1+$r, $y2, $x2-$r, $y2, $black);
95 imageline($im, $x1, $y1+$r, $x1, $y2-$r, $black);
96 imageline($im, $x2, $y1+$r, $x2, $y2-$r, $black);
97 imagearc($im, $x1+$r, $y1+$r, 2*$r, 2*$r, 180, 270, $black);
98 imagearc($im, $x2-$r, $y1+$r, 2*$r, 2*$r, 270, 360, $black);
99 imagearc($im, $x1+$r, $y2-$r, 2*$r, 2*$r, 90, 180, $black);
100 imagearc($im, $x2-$r, $y2-$r, 2*$r, 2*$r, 0, 90, $black);
104 global $white, $black,
[all...]
/plugin/rack/
H A Dprint.css9 background-color: black;
12 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
18 border-right: 5px solid black;
22 border-right: 5px solid black;
26 border-bottom: 5px solid black;
34 border-top: 1px solid black;
35 border-bottom: 1px solid black;
H A Dstyle.css14 background-color: black;
17 …border: 1px solid black; /* visible when printing in black-on-white mode, also makes cell spacing …
20 border-right: 5px solid black;
29 border-right: 5px solid black;
33 border-bottom: 5px solid black;
41 border-top: 1px solid black;
42 border-bottom: 1px solid black;
/plugin/diagram/
H A Dprint.css44 border-color: black;
52 border-right: 1px solid black;
64 border-right: 1px dashed black;
69 border-bottom: 1px solid black;
75 border-bottom: 1px dashed black;
91 background: url(images/black-curved/arrowhead-up.png) no-repeat center top;
103 background: url(images/black-curved/arrowhead-down.png) no-repeat center bottom;
117 background: url(images/black-curved/arrowhead-right.png) no-repeat right center;
126 background: url(images/black-curved/arrowhead-left.png) no-repeat left center;
156 background: url(images/black-curved/arrowhead-up.png) no-repeat center top;
[all …]
H A Dstyle.css44 border-color: black;
52 border-right: 1px solid black;
64 border-right: 1px dashed black;
69 border-bottom: 1px solid black;
75 border-bottom: 1px dashed black;
91 background: url(images/black-curved/arrowhead-up.png) no-repeat center top;
103 background: url(images/black-curved/arrowhead-down.png) no-repeat center bottom;
117 background: url(images/black-curved/arrowhead-right.png) no-repeat right center;
126 background: url(images/black-curved/arrowhead-left.png) no-repeat left center;
156 background: url(images/black-curved/arrowhead-up.png) no-repeat center top;
[all …]
/plugin/phpipam/
H A Dstyle.css3 color: black;
31 background-color: black;
34 border: 1px solid black; /*
35 * visible when printing in black-on-white mode,
42 border-right: 5px solid black;
47 border-right: 5px solid black;
51 border-bottom: 5px solid black;
63 border-top: 1px solid black;
64 border-bottom: 1px solid black;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorModeConverter.php57 $black = 1 - $K;
59 return [6, ($cyan - $K) * 100 / $black, ($magenta - $K) * 100 / $black, ($yellow - $K) * 100 / $black, $K * 100, $c[4]];
62 return [4, ($cyan - $K) * 100 / $black, ($magenta - $K) * 100 / $black, ($yellow - $K) * 100 / $black, $K * 100];
/plugin/jorgchart/
H A Dstyle.css15 background-color : black;
20 border-top : 3px solid black;
24 border-right : 2px solid black;
28 border-left : 2px solid black;
47 border : 1px solid black;
/plugin/qstat/
H A Dstyle.css5 border: 1px solid black;
7 color: black;
25 border-bottom: 1px solid black;
26 border-top: 1px solid black;
32 color: black;
46 color: black;
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeEmacs.css17 .syntaxhighlighter{background-color:black !important;}
18 .syntaxhighlighter .line.alt1{background-color:black !important;}
19 .syntaxhighlighter .line.alt2{background-color:black !important;}
23 .syntaxhighlighter table td.code .container textarea{background:black;color:#d3d3d3;}
26 .syntaxhighlighter .gutter .line.highlighted{background-color:#990000 !important;color:black !impor…
29 .syntaxhighlighter.collapsed .toolbar{color:#ebdb8d !important;background:black !important;border:1…
H A DshCoreEmacs.css46 .syntaxhighlighter.printing .line .content{color:black !important;}
49 .syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:black !important;}
62 .syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:black !important;}
63 .syntaxhighlighter{background-color:black !important;}
64 .syntaxhighlighter .line.alt1{background-color:black !important;}
65 .syntaxhighlighter .line.alt2{background-color:black !important;}
69 .syntaxhighlighter table td.code .container textarea{background:black;color:#d3d3d3;}
72 .syntaxhighlighter .gutter .line.highlighted{background-color:#990000 !important;color:black !impor…
75 .syntaxhighlighter.collapsed .toolbar{color:#ebdb8d !important;background:black !important;border:1…
/plugin/wrapadd/
H A Dstyle.css81 color: black;
87 color: black;
92 color: black;
97 color: black;
102 color: black;
107 color: black;
112 color: black;
124 border:1px solid black;
/plugin/gcalendar/inc/
H A Dstandard.css17 border: 2px solid black;
46 border-bottom: 1px solid black;
109 border: 1px solid black;
118 color: black;
131 border-bottom: 2px solid black;
135 border-top: 2px solid black;
157 color:black;
/plugin/quickstats/
H A Dstyle.css2 color: black;
17 color: black;
61 div.quick__stats td.divider { border-left: 1px solid black; }
66 border-bottom: 1px solid black;
75 div.qs_brief table.qs_brief_table td { border-bottom: 1px solid black; }
H A Dstyle.wide.css2 color: black;
17 color: black;
62 div.quick__stats td.divider { border-left: 1px solid black; }
67 border-bottom: 1px solid black;
76 div.qs_brief table.qs_brief_table td { border-bottom: 1px solid black; }
/plugin/survey/
H A Dstyle.css6 border: 1px solid black;
20 border-bottom: 1px solid black;
46 color: black;
/plugin/pgn4web/pgn4web/
H A Dchess960wch06.css18 color: black;
24 color: black;
97 color: black;
125 color: black;
/plugin/database2/
H A Dprint.css19 border: 1px solid black;
53 color: black;
85 color: black;
/plugin/codebutton2/
H A Dgenpng.php20 $black = imagecolorallocate($bg, 0,0,0); variable
26 imagettftext($bg, $fontsize, 0, 10, 12, $black, $font, $text);
/plugin/abc2/
H A Dall.css46 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;color:black;border-bottom:1px dashed gray}.hs-item li.hs-degree{display:table-header-group;color:black}.hs-item li.sus-add{font-size:60%;vertical-align:text-top;position:relative;left:-24px}.hs-item ul.ul-sus-add{display:inline-table;list-style-type:none;vertical-align:top;margin-left:3px}.hs-item li.li-sus-add{display:table-header-group;font-size:60%;color:black;line-height:90%}.hs-item li.hs-function.T{background-color:#3f3f3f}.hs-item li.hs-function.Ts{background-color:#3f3f3f;color:red}.hs-item li.hs-function.t{background-color:#bfbfbf}.hs-item li.hs-function.ts{background-color:#bfbfbf;color:red}.hs-item li.hs-function.D{background-color:#f00}.hs-item li.hs-function.Dst{background-color:#f00;color:black}.hs-item li.hs-function.d{background-color:brown}.hs-item li.hs-function.dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-item li.hs-function.D2st{background-color:#92d050;color:black}.hs-item li.hs-function.SD{background-color:#0070c0}.hs-item li.hs-function.SD2{background-color:#3fa4f0}.hs-item li.hs-function.UNK{background-color:orange}.hs-item li.hs-function.T:before,.hs-item li.hs-function.Ts:before,.hs-item li.hs-function.t:before,.hs-item li.hs-function.ts:before{content:"T"}.hs-item li.hs-function.d:before,.hs-item li.hs-function.dst:before,.hs-item li.hs-function.D:before,.hs-item li.hs-function.Dst:before{content:"D"}.hs-item li.hs-function.D2:before,.hs-item li.hs-function.D2st:before{content:"D²"}.hs-item li.hs-function.SD:before{content:"SD"}.hs-item li.hs-function.SD2:before{content:"SD²"}.hs-item li.hs-function.UNK:before{content:"?"}.hs-function div{min-width:60px;color:white;font-weight:bold;text-align:center}.hs-function div.T{background-color:#3f3f3f}.hs-function div.Ts{background-color:#3f3f3f;color:red}.hs-function div.t{background-color:#bfbfbf}.hs-function div.ts{background-color:#bfbfbf;color:red}.hs-function div.D{background-color:#f00}.hs-function div.Dst{background-color:#f00;color:black}.hs-function div.d{background-color:brown}.hs-function div.dst{background-color:brown;color:black}
[all...]
/plugin/custombuttons/
H A Dgenpng.php25 $black = imagecolorallocate($bg, 0,0,0); variable
31 imagettftext($bg, $fontsize, 0, 10, 12, $black, $font, $text);
/plugin/pgn4web/
H A Dall.css37 color: black;
55 li.pgn4web { color:black; list-style: none; padding: 0; margin: 0; text-align: left; }
56 …b { display: inline-block; font-weight: bold; line-height: 1.5; vertical-align: top; color:black; }
/plugin/publish/
H A Dprint.css15 border: solid black 2px;
55 border-bottom: solid black 2px;
59 border-bottom: solid black 1px;
/plugin/syntaxhighlighter4/dist/
H A Dtheme-emacs.css133 color: black !important; }
139 color: black !important; }
166 color: black !important; }
169 background-color: black !important; }
171 background-color: black !important; }
173 background-color: black !important; }
181 background: black;
189 color: black !important; }
196 background: black !important;

12345678910>>...18