/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/ |
H A D | _math.scss | 107 //@function sin($number, $unit: 'deg') { 108 // @if $unit == 'deg' { 114 //@function cos($number, $unit: 'deg') { 115 // @if $unit == 'deg' { 123 // @if $unit == 'deg' { 132 @function csc($number, $unit: 'deg') { 133 @if $unit == 'deg' { 139 @function scs($number, $unit: 'deg') { 140 @if $unit == 'deg' { 146 @function cot($number, $unit: 'deg') { [all …]
|
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/ |
H A D | _pow.scss | 5 // Find and remove unit. 6 // Avoids messyness with unit calculations 38 // Add the unit back onto the number.
|
H A D | _function.scss | 14 $Unit: nth($Bases, 1) * 0 + 1; // Extracts the unit from the base
|
/template/neolaoresources2/images/ |
H A D | code.xcf | 6 (spacing-unit inches) 9 (offset-unit inches) 16 (font-size-unit pixels) 24 (box-unit pixels)
|
H A D | submenu_a.xcf | 8 (spacing-unit inches) 11 (offset-unit inches)
|
H A D | menu_a.xcf | 8 (spacing-unit inches) 11 (offset-unit inches)
|
H A D | smiley01.xcf | 8 (spacing-unit inches) 11 (offset-unit inches)
|
H A D | submenu_background.xcf | 11 (spacing-unit inches) 14 (offset-unit inches)
|
H A D | header_portfolio.xcf | 8 (spacing-unit inches) 11 (offset-unit inches) 17 (font-size-unit pixels) 25 (box-unit pixels)
|
H A D | header_resources.xcf | 8 (spacing-unit inches) 11 (offset-unit inches) 17 (font-size-unit pixels) 26 (box-unit pixels)
|
/template/templar/less/ |
H A D | hero-unit.less | 2 // Hero unit 6 .hero-unit {
|
H A D | bootstrap.less | 60 @import "hero-unit.less";
|
/template/lilas/images/ |
H A D | content.xcf | 9 (spacing-unit inches) 12 (offset-unit inches)
|
H A D | contentbody.xcf | 8 (spacing-unit inches) 11 (offset-unit inches)
|
H A D | contentbottom_prepend.xcf | 8 (spacing-unit inches) 11 (offset-unit inches)
|
H A D | contentbottom.xcf | 8 (spacing-unit inches) 11 (offset-unit inches)
|
H A D | headerprepend.xcf | 8 (spacing-unit inches) 11 (offset-unit inches)
|
H A D | contenttop_prepend.xcf | 6 (spacing-unit inches) 9 (offset-unit inches)
|
H A D | headerappend.xcf | 8 (spacing-unit inches) 11 (offset-unit inches)
|
H A D | contenttop.xcf | 9 (spacing-unit inches) 12 (offset-unit inches)
|
/template/battlehorse/js/ |
H A D | effects.js | 972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null; 976 unit = 'color'; 983 value = parseFloat(components[1]), unit = (components.length == 3) ? components[2] : null; 988 originalValue: unit=='color' ? parseColor(originalValue) : parseFloat(originalValue || 0), 989 targetValue: unit=='color' ? parseColor(value) : value, 990 unit: unit 996 transform.unit != 'color' && 1005 value = transform.unit=='color' ? 1010 … ((transform.targetValue - transform.originalValue) * position) * 1000)/1000 + transform.unit;
|
/template/a_new_day/js/ |
H A D | effects.js | 972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null; 976 unit = 'color'; 983 value = parseFloat(components[1]), unit = (components.length == 3) ? components[2] : null; 988 originalValue: unit=='color' ? parseColor(originalValue) : parseFloat(originalValue || 0), 989 targetValue: unit=='color' ? parseColor(value) : value, 990 unit: unit 996 transform.unit != 'color' && 1005 value = transform.unit=='color' ? 1010 … ((transform.targetValue - transform.originalValue) * position) * 1000)/1000 + transform.unit;
|
/template/tripillar/css/ |
H A D | tripillar-responsive.css | 37 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit 72 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
|
/template/basical/css/ |
H A D | basical-responsive.css | 21 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit 65 https://www.digitalocean.com/community/tutorials/css-css-grid-layout-fr-unit
|
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/ |
H A D | _modular-scale.scss | 27 …@if unit(ms-multibase-multiratio($multiple, $base-size, $ratio)) == "px" and $round-pixels == true… 36 @if unit(ms-multibase($multiple, $base-size, $ratio)) == "px" and $round-pixels == true { 45 @if unit(ms-multiratio($multiple, $base-size, $ratio)) == "px" and $round-pixels == true { 52 @if unit(power($ratio, $multiple) * $base-size) == "px" and $round-pixels == true {
|