Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 25 of 28) sorted by relevance

12

/template/strap/ComboStrap/
H A DColorRgb.php626 function shade(int $percentage): ColorRgb argument
629 return $this->mix('black', $percentage);
644 * @param int $percentage between -100 and 100
648 function scale(int $percentage): ColorRgb argument
650 if ($percentage === 0) {
653 if ($percentage > 0) {
654 return $this->shade($percentage);
656 return $this->tint(abs($percentage));
669 * @param int $percentage between 0 and 100
673 function tint(int $percentage): ColorRgb argument
[all …]
/template/templar/less/
Dvariables.less292 @fluidGridColumnWidth: percentage(@gridColumnWidth/@gridRowWidth);
293 @fluidGridGutterWidth: percentage(@gridGutterWidth/@gridRowWidth);
296 @fluidGridColumnWidth1200: percentage(@gridColumnWidth1200/@gridRowWidth1200);
297 @fluidGridGutterWidth1200: percentage(@gridGutterWidth1200/@gridRowWidth1200);
300 @fluidGridColumnWidth768: percentage(@gridColumnWidth768/@gridRowWidth768);
301 @fluidGridGutterWidth768: percentage(@gridGutterWidth768/@gridRowWidth768);
/template/chippedsnow/css/
Dfixed.less12 // Uncomment the definition below for a percentage-based layout
Dsemanticgridmerged.less80 // Uncomment the definition below for a percentage-based layout
/template/simple_sidebar/
Dstyle.css4 /* which is set to 80%. Setting it to a greater percentage of the overall width makes the
/template/h6e-minimal/h6e-minimal/
Dh6e-typography.css10 The font-size percentage is of 16px. (0625 * 16px = 10px) */
/template/usable/blueprint/src/
Dtypography.css9 The font-size percentage is of 16px. (0.75 * 16px = 12px) */
/template/quickjump/blueprint/src/
Dtypography.css9 The font-size percentage is of 16px. (0.75 * 16px = 12px) */
/template/breeze/bower_components/gumby/sass/functions/
D_grid-calc.scss2 $gutter: percentage($gutter-in-px / $row-max-width); // 2.1276596
/template/sprintdoc/css/
H A Dbase_mixins.less361 width: percentage((@index / @grid-columns));
/template/breeze/bower_components/gumby/sass/ui/
D_forms.scss228 top: percentage((strip-units($base-font-size)) / 100) - 2;
/template/zenlike/css/
Dzenlike.css194 … (so it'll take up 82% of the browser window's width). You can set it to a different percentage
/template/gtopia/
Dsystem.css434 .progress .percentage {
Dstyle.css1118 .progress .percentage{
Dnew.css1 …72b9;height:1em;border-bottom:0.5em solid #004a73;width:0%;}.progress .percentage{float:right;}.pr…
/template/klean/bootstrap/css/
Dbootstrap.css.map1percentage((@columns / @grid-columns));\n min-height: 1px;\n padding-left: (@gutter / 2);\n pa…
Dbootstrap.min.css.map1percentage((@columns / @grid-columns));\n min-height: 1px;\n padding-left: (@gutter / 2);\n pa…
/template/starterbootstrap/css/
Dbootstrap.css.map1percentage((@columns / @grid-columns));\n min-height: 1px;\n padding-left: (@gutter / 2);\n pa…
/template/vector20/static/css/
Dscreen.css2234 width: 9cm !important; /* Override previous percentage-based widths */
/template/strap/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1percentage($size / $columns);\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mix…
H A Dbootstrap.rtl.min.css.map1percentage($size / $columns);\n } @else {\n flex: 1 1 0;\n max-width: 100%;\n }\n}\n\n@mix…
/template/mikio/icons/fontawesome5/css/
H A Dall.min.css5 …pper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"…
/template/strap/resources/library/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css.map1percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does no…
/template/strap/resources/library/bootstrap/4.4.1/
H A Dbootstrap.16col.min.css.map1percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does no…
/template/argon-alt/assets/css/
Dargon-design-system.css20364 .progress-percentage {
20368 .progress-percentage span {

12