Home
last modified time | relevance | path

Searched refs:gray (Results 76 – 100 of 223) sorted by relevance

123456789

/plugin/jirainfo/
H A Dstyle.less62 &.color-blue-gray {background-color:#4a6785;border-color:#4a6785;color:#fff}
63 &.color-medium-gray {background-color:#ccc;border-color:#ccc;color:#333}
/plugin/odt/
H A Dstyle.css49 border: 2pt dashed gray;
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.css53 .syntaxhighlighter.printing .preprocessor{color:gray !important;}
59 .syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
H A DshThemeEclipse.css45 .syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
H A DshCoreMDUltra.css53 .syntaxhighlighter.printing .preprocessor{color:gray !important;}
59 .syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
H A DshCoreRDark.css53 .syntaxhighlighter.printing .preprocessor{color:gray !important;}
59 .syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
H A DshCoreEmacs.css53 .syntaxhighlighter.printing .preprocessor{color:gray !important;}
59 .syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
H A DshCoreMidnight.css53 .syntaxhighlighter.printing .preprocessor{color:gray !important;}
59 .syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
H A DshCoreFadeToGrey.css53 .syntaxhighlighter.printing .preprocessor{color:gray !important;}
59 .syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
/plugin/animation/styles/
H A DshCore.css198 color: gray !important;
216 color: gray !important;
/plugin/widearea/
H A DREADME.md7 will get a faded gray `X` in the top right of the edit field.
/plugin/codeprettify/code-prettify/styles/
H A Dsunburst.css6 pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php289 …$gray = self::GrayscaleValue($OriginalPixel[ 'red'], $OriginalPixel[ 'green'], $OriginalPixel[ 'bl…
290 return array('red'=>$gray, 'green'=>$gray, 'blue'=>$gray);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dgetid3.css54 border: solid gray 0;
/plugin/quickstats/
H A Dstyle.css70 caption.qs_cap { font-size: 125%; font-weight: bold; color:white; background-color: gray;}
H A Dstyle.wide.css71 caption.qs_cap { font-size: 125%; font-weight: bold; color:white; background-color: gray;}
/plugin/confmanager/
H A Dstyle.css15 color: gray;
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCoreEclipse.css133 color: gray !important; }
145 color: gray !important; }
/plugin/syntaxhighlighter4/dist/
H A Dtheme-midnight.css148 color: gray !important; }
160 color: gray !important; }
H A Dtheme-rdark.css148 color: gray !important; }
160 color: gray !important; }
H A Dtheme-django.css148 color: gray !important; }
160 color: gray !important; }
H A Dtheme-emacs.css148 color: gray !important; }
160 color: gray !important; }
H A Dtheme-fadetogrey.css148 color: gray !important; }
160 color: gray !important; }
H A Dtheme-mdultra.css148 color: gray !important; }
160 color: gray !important; }
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js993 var gray = true;
1005 temp.style.backgroundColor = (gray) ?
1007 gray = !gray;

123456789