Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 25 of 271) sorted by relevance

1234567891011

/template/breeze/sass/
D_buttons.scss74 &.#{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.scss104 &.#{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.scss74 &.#{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.scss15 &.#{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.scss85 &.#{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.scss16 @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.scss3 @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.scss22 $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.scss14 $Unit: nth($Bases, 1) * 0 + 1; // Extracts the unit from the base
47 $Return: nth($Return, $Value);
/template/comicslate/css/
Dblocks.less282 &: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 DCronExpression.php182 * @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 DDayOfWeekField.php54 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.scss16 @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.scss5 @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.scss6 @return nth($item, $return);
29 @include i(nth($icon, 1));
/template/hexa/css/
Dhexa-responsive.css150 .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/
Dstylesheet_light.less363 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 …]
Dstylesheet_dark.less363 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 …]
Dfordokuwiki.less203 .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/
Dartforwater.css33 …#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/
Djessica.css41 .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.css20 .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 Dwebcode-iframe.css36 table>tbody>tr:nth-of-type(odd) {
40 table>tbody>tr:nth-of-type(even) {
/template/hydrogen/css/
Dprint.css31 tr:nth-child(even) {background-color: #ddd; }
32 tr:nth-child(odd) {background-color: #aaa; }
/template/strap/vendor/carica/phpcss/
H A DREADME.md49 ->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>

1234567891011