| /template/breeze/sass/ |
| D | _buttons.scss | 74 &.#{nth($shade, 1)} { 75 background: nth($shade, 2); 76 border: 1px solid nth($shade, 2); 78 background: lighten(nth($shade, 2), 10%); 81 background: darken(nth($shade, 2), 10%); 83 @if nth($shade, 1) == default { 84 color: darken(nth($shade, 2), 61.5%); 85 border: 1px solid nth($shade, 2); 87 border: 1px solid darken(nth($shade, 2), 5%); 90 color: darken(nth($shade, 2), 61.5%); [all …]
|
| D | _forms.scss | 104 &.#{nth($error, 1)} { 105 color: nth($error, 2); 106 @if nth($error, 1) == success { 108 i { color: nth($error, 2); } 111 border-color: nth($error, 2); 112 color: nth($error, 2); 113 background: lighten(nth($error, 2), 35%);
|
| /template/breeze/bower_components/gumby/sass/ui/ |
| D | _buttons.scss | 74 &.#{nth($shade, 1)} { 75 background: nth($shade, 2); 76 border: 1px solid nth($shade, 2); 78 background: lighten(nth($shade, 2), 10%); 81 background: darken(nth($shade, 2), 10%); 83 @if nth($shade, 1) == default { 84 color: darken(nth($shade, 2), 61.5%); 85 border: 1px solid nth($shade, 2); 87 border: 1px solid darken(nth($shade, 2), 5%); 90 color: darken(nth($shade, 2), 61.5%); [all …]
|
| D | _labels.scss | 15 &.#{nth($shade, 1)} { 16 background: nth($shade, 2); 17 border: 1px solid nth($shade, 2); 18 @if nth($shade, 1) == default { 19 color: darken(nth($shade, 2), 61.5%); 21 border-color: darken(nth($shade, 2), 5%); 24 color: darken(nth($shade, 2), 61.5%); 27 @if nth($shade, 1) == warning { 28 color: darken(nth($shade, 2), 40%); 30 color: darken(nth($shade, 2), 40%); [all …]
|
| D | _forms.scss | 85 &.#{nth($width, 1)} { 86 @include input-size(#{nth($width, 1)}); 213 &.#{nth($error, 1)} { 217 @if nth($error, 1) == danger { 220 @if nth($error, 1) == warning { 223 @if nth($error, 1) == success { 231 color: nth($error, 2); 247 border-color: nth($error, 2); 248 background: lighten(nth($error, 2), 35%); 257 textarea { color: nth($error, 2); } [all …]
|
| /template/breeze/bower_components/modular-scale/stylesheets/modular-scale/ |
| D | _sort-list.scss | 16 @if nth($A, length($A)) < nth($B, 1) { 19 @if nth($B, length($B)) < nth($A, 1) { 32 @if nth($A, $A-counter) <= nth($B, $B-counter) { 33 $Return: join($Return, nth($A, $A-counter)); 38 @elseif nth($A, $A-counter) > nth($B, $B-counter) { 39 $Return: join($Return, nth($B, $B-counter)); 46 $Current: nth($A, $A-counter); 47 @if $Current != nth($Return, length($Return)) { 53 $Current: nth($B, $B-counter); 54 @if $Current != nth($Return, length($Return)) {
|
| D | _generate-list.scss | 3 @if nth($list, 1) > nth($list, length($list)) { 38 @while ms-calc($Base-counter, $Base, $Ratio) >= nth($Bases, 1) { 48 @while ms-calc($Base-counter, $Base, $Ratio) <= ms-calc($Value, nth($Bases, 1), $Ratio) { 59 @while ms-calc($Base-counter, $Base, $Ratio) <= nth($Bases, 1) { 69 @while ms-calc($Base-counter, $Base, $Ratio) >= ms-calc($Value, nth($Bases, 1), $Ratio) { 72 @if $MS-calc < nth($Bases, 1) { 81 @if nth($MS-base-list, 1) > nth($Bases, 1) { 84 $MS-new-list: join($MS-new-list, nth($MS-base-list, $i));
|
| D | _function-list.scss | 22 $Trim-list: join($Trim-list, nth($Positive-return, $i)); 28 $Trim-list: join($Trim-list, nth($Positive-return, $i)); 53 $Trim-list: join(nth($Negitive-return, $i), $Trim-list); 58 $Trim-list: join(nth($Negitive-return, $i), $Trim-list);
|
| D | _function.scss | 14 $Unit: nth($Bases, 1) * 0 + 1; // Extracts the unit from the base 47 $Return: nth($Return, $Value);
|
| /template/comicslate/css/ |
| D | blocks.less | 282 &:nth-child(1) { 286 h5:nth-child(1) { 309 &:nth-of-type(1),&:nth-of-type(2),&:nth-of-type(3),&:nth-of-type(4),&:nth-of-type(5), 310 &:nth-of-type(6),&:nth-of-type(7),&:nth-of-type(8),&:nth-of-type(9),&:nth-of-type(10), 311 &:nth-of-type(11),&:nth-of-type(12),&:nth-of-type(13),&:nth-of-type(14),&:nth-of-type(15) { 321 &:nth-of-type(1) { background-position: 0 0; } 322 &:nth-of-type(2) { background-position: 0 -16px; } 323 &:nth-of-type(3) { background-position: 0 -32px; } 324 &:nth-of-type(4) { background-position: 0 -48px; } 325 &:nth-of-type(5) { background-position: 0 -64px; } [all …]
|
| /template/strap/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | CronExpression.php | 182 * @param int $nth Number of matches to skip before returning a 194 public function getNextRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false) argument 196 return $this->getRunDate($currentTime, $nth, false, $allowCurrentDate); 203 * @param int $nth Number of matches to skip before returning 211 public function getPreviousRunDate($currentTime = 'now', $nth = 0, $allowCurrentDate = false) argument 213 return $this->getRunDate($currentTime, $nth, true, $allowCurrentDate); 314 * @param int $nth Number of matches to skip before returning 322 …protected function getRunDate($currentTime = null, $nth = 0, $invert = false, $allowCurrentDate = … argument 336 $nth = (int) $nth; 377 if ((!$allowCurrentDate && $nextRun == $currentDate) || --$nth > -1) {
|
| H A D | DayOfWeekField.php | 54 list($weekday, $nth) = explode('#', $value); 65 if ($nth > 5) { 79 if (++$dayCount >= $nth) {
|
| /template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/ |
| D | _modular-scale.scss | 16 @return nth($base-size, 1); 73 $scale-values: append($scale-values, nth($base-size, $k)); 81 $modular-scale: nth($base-size, $k); 89 $modular-scale: power(nth($ratio, $j), $i) * nth($base-size, $k); 96 $modular-scale: nth($base-size, $k); 97 @while $modular-scale >= nth($base-size, 1) { 98 $modular-scale: power(nth($ratio, $j), $i) * nth($base-size, $k); 107 $modular-scale: nth($base-size, $k); 109 $modular-scale: power(nth($ratio, $j), $i) * nth($base-size, $k); 138 $scale-values: append($scale-values, nth($base-size, $k)); [all …]
|
| /template/breeze/bower_components/gumby/sass/functions/ |
| D | _palette.scss | 5 @if $key == nth($color, 1) and $state == default { 6 @return nth($color, 2); 8 @else if $key == nth($color, 1) and $state == hover { 9 @return nth($color, 3); 11 @else if $key == nth($color, 1) { 12 @return nth($color, 1);
|
| D | _icons.scss | 6 @return nth($item, $return); 29 @include i(nth($icon, 1));
|
| /template/hexa/css/ |
| D | hexa-responsive.css | 150 .toggles .toggle:nth-of-type(1) { 159 .toggles .toggle:nth-of-type(2) { 168 .toggles .toggle:nth-of-type(3) { 177 .toggles .toggle:nth-of-type(4) { 186 ….panel .widget-areas .widget-area:nth-child(1):nth-last-child(2), .panel .widget-areas .widget-are… 196 …a:nth-child(1):nth-last-child(3), .panel .widget-areas .widget-area:nth-child(2):nth-last-child(2)…
|
| /template/panoramacake/css/ |
| D | stylesheet_light.less | 363 bdi:nth-child(2) a { background-color: lighten(@breadcrumbrootback, 5%); } 364 bdi:nth-child(2) a:after { border-left-color: lighten(@breadcrumbrootback, 5%); } 365 bdi:nth-child(3) a { background-color: lighten(@breadcrumbrootback, 20%); } 366 bdi:nth-child(3) a:after { border-left-color: lighten(@breadcrumbrootback, 20%); } 367 bdi:nth-child(4) a { background-color: lighten(@breadcrumbrootback, 30%); } 368 bdi:nth-child(4) a:after { border-left-color: lighten(@breadcrumbrootback, 30%); } 369 bdi:nth-child(5) a { background-color: lighten(@breadcrumbrootback, 40%); } 370 bdi:nth-child(5) a:after { border-left-color: lighten(@breadcrumbrootback, 40%); } 375 bdi:nth-child(2) a { background-color: darken(@breadcrumbrootback, 5%); } 376 bdi:nth-child(2) a:after { border-left-color: darken(@breadcrumbrootback, 5%); } [all …]
|
| D | stylesheet_dark.less | 363 bdi:nth-child(2) a { background-color: lighten(@breadcrumbrootback, 5%); } 364 bdi:nth-child(2) a:after { border-left-color: lighten(@breadcrumbrootback, 5%); } 365 bdi:nth-child(3) a { background-color: lighten(@breadcrumbrootback, 20%); } 366 bdi:nth-child(3) a:after { border-left-color: lighten(@breadcrumbrootback, 20%); } 367 bdi:nth-child(4) a { background-color: lighten(@breadcrumbrootback, 30%); } 368 bdi:nth-child(4) a:after { border-left-color: lighten(@breadcrumbrootback, 30%); } 369 bdi:nth-child(5) a { background-color: lighten(@breadcrumbrootback, 40%); } 370 bdi:nth-child(5) a:after { border-left-color: lighten(@breadcrumbrootback, 40%); } 375 bdi:nth-child(2) a { background-color: darken(@breadcrumbrootback, 5%); } 376 bdi:nth-child(2) a:after { border-left-color: darken(@breadcrumbrootback, 5%); } [all …]
|
| D | fordokuwiki.less | 203 .breadcrumb bdi:nth-of-type(2) a { background: darken(@breadcrumbrootback, 5%); } 204 .breadcrumb bdi:nth-of-type(2) a:after { border-left-color: darken(@breadcrumbrootback, 5%); } 205 .breadcrumb bdi:nth-of-type(3) a { background: darken(@breadcrumbrootback, 20%); } 206 .breadcrumb bdi:nth-of-type(3) a:after { border-left-color: darken(@breadcrumbrootback, 20%); } 207 .breadcrumb bdi:nth-of-type(4) a { background: darken(@breadcrumbrootback, 30%); } 208 .breadcrumb bdi:nth-of-type(4) a:after { border-left-color: darken(@breadcrumbrootback, 30%); } 209 .breadcrumb bdi:nth-of-type(5) a { background: darken(@breadcrumbrootback, 40%); } 210 .breadcrumb bdi:nth-of-type(5) a:after { border-left-color: darken(@breadcrumbrootback, 40%); }
|
| /template/artforwater/css/ |
| D | artforwater.css | 33 …#itemshere div.statcol:nth-child(7) { clear: both; } #itemshere div.statcol { width: 15%; height: … 40 .statcol:nth-child(4) { padding-bottom: 40px; } 183 .breadcrumb li:nth-child(2) a { background: hsla(0,0%,25%,1); } 184 .breadcrumb li:nth-child(2) a:after { border-left-color: hsla(0,0%,25%,1); } 185 .breadcrumb li:nth-child(3) a { background: hsla(0,0%,35%,1); } 186 .breadcrumb li:nth-child(3) a:after { border-left-color: hsla(0,0%,35%,1); } 187 .breadcrumb li:nth-child(4) a { background: hsla(0,0%,45%,1); } 188 .breadcrumb li:nth-child(4) a:after { border-left-color: hsla(0,0%,45%,1); } 189 .breadcrumb li:nth-child(5) a { background: hsla(0,0%,55%,1); color: #3c3c3c; } 190 .breadcrumb li:nth-child(5) a:after { border-left-color: hsla(0,0%,55%,1); }
|
| /template/jessica/css/ |
| D | jessica.css | 41 .statcol:nth-child(4n+4) { padding-bottom: 40px; clear: both; display: table; } 174 .breadcrumb li:nth-child(2) a { background: hsla(0,0%,25%,1); } 175 .breadcrumb li:nth-child(2) a:after { border-left-color: hsla(0,0%,25%,1); } 176 .breadcrumb li:nth-child(3) a { background: hsla(0,0%,35%,1); } 177 .breadcrumb li:nth-child(3) a:after { border-left-color: hsla(0,0%,35%,1); } 178 .breadcrumb li:nth-child(4) a { background: hsla(0,0%,45%,1); } 179 .breadcrumb li:nth-child(4) a:after { border-left-color: hsla(0,0%,45%,1); } 180 .breadcrumb li:nth-child(5) a { background: hsla(0,0%,55%,1); color: #3c3c3c; } 181 .breadcrumb li:nth-child(5) a:after { border-left-color: hsla(0,0%,55%,1); }
|
| /template/readthedokus/css/ |
| H A D | _admin.css | 20 .dokuwiki table.diff tr:nth-child(2n), 370 div#user__manager > div.edit_user:nth-child(3) 375 div#user__manager > div.edit_user:nth-child(3) table > tbody:nth-child(3), 376 div#user__manager > div:nth-child(2) table > tbody:nth-child(3) 454 #extension__manager form.install label.block:nth-child(3) 460 #extension__manager form.install label.block:nth-child(5)
|
| /template/strap/resources/webcode/ |
| H A D | webcode-iframe.css | 36 table>tbody>tr:nth-of-type(odd) { 40 table>tbody>tr:nth-of-type(even) {
|
| /template/hydrogen/css/ |
| D | print.css | 31 tr:nth-child(even) {background-color: #ddd; } 32 tr:nth-child(odd) {background-color: #aaa; }
|
| /template/strap/vendor/carica/phpcss/ |
| H A D | README.md | 49 ->find('td:nth-of-type(even)') 104 <td>E:nth-child(42)</td><td>✓</td><td>✓</td> 107 <td>E:nth-last-child(42)</td><td>✓</td><td>✓</td> 110 <td>E:nth-of-type(42)</td><td>✓</td><td>✓</td> 113 <td>E:nth-last-of-type(42)</td><td>✓</td><td>✓</td>
|