Home
last modified time | relevance | path

Searched refs:color (Results 176 – 200 of 1682) sorted by last modified time

12345678910>>...68

/plugin/combo/resources/theme/default/components/css/
H A Dprofile-update.css49 color: #6c757d;
55 color: #6c757d;
H A Drailbar-fixed.css35 background-color: #fff;
36 border-color: #ccc;
H A Drailbar-off-canvas.css2 background-color: #e2f1ff;
3 border-color: #e2f1ff;
4 color: #2b73b7;
H A Drailbar.css20 color: rgba(0,0,0,0.65);
40 background-color: #ccc;
H A Dregister.css51 color: #6c757d;
57 color: #6c757d;
H A Dresend.css44 color: #6c757d;
49 color: #6c757d;
H A Dsearch-hit.css2 color: #333;
3 background-color: #ff9;
H A Dshadow.css7 transition-property: color, box-shadow;
H A Dsubscribe.css8 border: 1px solid var(--bs-link-color);
17 border: 1px solid var(--bs-link-color);
20 background-color:var(--bs-link-color);
23 border: 1px solid var(--bs-link-color);
24 background-color:var(--bs-link-color);
H A Dwebcode.css18 color: #000000;
40 color: black;
/plugin/combo/resources/theme/default/pages/partials/
H A Dhead-partial.hbs11 {{#if primary-color}}
15 --bs-primary: {{primary-color}};
16 --bs-link-color: {{primary-color-text}};
17 --bs-link-hover-color: {{primary-color-text-hover}};
18 --cs-primary-color-text: {{primary-color-text}};
19 --cs-primary-color-text-hover: {{primary-color
[all...]
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css16 background-color: #fff;
17 color: #333;
37 color: #999;
59 background-color: #cfc;
60 color: inherit;
63 background-color: #fdd;
64 color: inherit;
67 background-color: #eee;
68 color: inherit;
72 color
[all...]
H A Dapp-edit.css13 background-color: #f5f5f5;
14 border-bottom-color: #000;
20 border-left-color: #000;
23 border-right-color: #000;
26 border-top-color: #000;
63 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
71 background-color: buttonface;
75 transition: color
[all...]
/plugin/combo/resources/webcode/
H A Dwebcode-iframe.css10 color: #333333;
14 background-color: #E8E8E8;
37 background-color: #f9f9f9;
41 background-color: #d8d7d7;
/plugin/combo/ComboStrap/
H A DBrandButton.php318 $properties["color"] = "$primaryColor!important";
326 // custom brand default color
333 $properties["background-color"] = $primary;
334 $properties["border-color"] = $primary;
335 $properties["color"] = $textColor;
363 $hoverProperties["color"] = $secondary;
368 $hoverProperties["background-color"] = $secondary;
369 $hoverProperties["border-color"] = $secondary;
370 $hoverProperties["color"] = $textColor;
640 public function setPrimaryColor(string $color) argument
[all...]
H A DColorHsl.php17 const CANONICAL = "color";
133 $message = "Error while creating the rgb color from the hsl ($this)";
175 public function diff($color): array argument
177 if ($color instanceof ColorRgb) {
178 $color = $color->toHsl();
182 "h" => round($this->getHue() - $color->getHue(), 2),
183 "s" => round($this->getSaturation() - $color->getSaturation(), 2),
184 "l" => round($this->getLightness() - $color->getLightness(), 2),
H A DIconTag.php32 * Color setting should know the color of its parent
33 * For now, we don't set any color if the parent is a button, note, link
35 * branding color is not set ?
51 $color = Site::getSecondaryColor();
56 $color = Site::getPrimaryColor();
62 if ($color !== null) {
63 $tagAttributes->setComponentAttributeValue(ColorRgb::COLOR, $color);
H A DSkin.php114 $color = $skinColors[$type];
117 $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $color[ColorRgb::COLOR]);
118 $attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, $color[BackgroundAttribute::BACKGROUND_COLOR]);
119 $attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $color[ColorRgb::BORDER_COLOR]);
124 $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $color[ColorRgb::COLOR]);
125 $attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, $color[BackgroundAttribute::BACKGROUND_COLOR]);
126 $attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $color[ColorRgb::BORDER_COLOR]);
129 $primaryColor = $color[ColorRgb::COLOR];
131 $primaryColor = $color[BackgroundAttribute::BACKGROUND_COLOR];
135 $borderColor = $color[BackgroundAttribut
[all...]
/plugin/combo/syntax/
H A Dbadge.php128 $color = null;
131 $color = ColorRgb::TIP_COLOR;
134 $color = Site::getPrimaryColorValue();
137 $color = Site::getSecondaryColorValue();
142 if ($color !== null) {
144 $colorObject = ColorRgb::createFromString($color);
146 LogUtility::msg("The color value ($color) for the badge type ($type) is not valid. Error: {$e->getMessage()}");
154 * $alert-color-scale: 40%;
166 LogUtility::msg("Error while trying to set the lightness for the badge background color");
[all...]
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php56 $color = $attributes->getValueAndRemoveIfPresent(ColorRgb::COLOR);
57 if ($color !== null) {
58 $attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, $color);
/plugin/adhoctags/
H A DREADME.md88 - `[name=value]` – extended format for all other allowed attributes. For example, `[style=color:red]`, or `[dir=ltr]` to override the text direction set by the `:lang` attribute, etc.
/plugin/adhoctags/images/
H A Dformat-color-highlight.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-color-highlight</title><path d="M4,17L6.75,14.25L6.72,14.23C6.14,13.64 6.14,12.69 6.72,12.11L11.46,7.37L (…)
/plugin/dwtimeline/
H A Dstyle.less38 background-color: @ini_text;
49 background-color: inherit;
74 color: @ini_link;
79 background-color: @ini_link;
80 color: @ini_background;
172 color: @ini_text;
183 color: @ini_text;
191 color: @ini_text;
233 background-color: inherit;
253 color: @ini_link;
[all …]
H A Dprint.css17 background-color: inherit;
55 background-color: @ini_background_neu;
58 color: @ini_text;
69 color: @ini_text;
78 color: @ini_text;
100 background-color: inherit;
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php165 Public function isValidColor($color) argument
167 $color = trim($color);
319 if (in_array(strtolower($color), array_map('strtolower',$color_names))) {
320 return trim($color);
328 if (preg_match($pattern, $color)) {
329 return trim($color);

12345678910>>...68