Home
last modified time | relevance | path

Searched refs:only (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/template/breeze/bower_components/gumby/sass/functions/
H A D_responsivity.scss5 @media only screen and (max-width: $min-device-width) { @content; }
8 …@media only screen and (min-width: breakpoint($min-device-width)) and (max-width: breakpoint($tabl…
11 @media only screen and (max-width: breakpoint($tablet-device-width)) { @content; }
14 @media only screen and (max-width: $tablet-device-width) { @content; }
17 …@media only screen and (min-width: $tablet-device-width) and (max-width: $document-width - 1) { @c…
20 @media only screen and (min-width: $tablet-device-width) { @content; }
23 @media only screen and (max-width: $document-width + 20) { @content; }
26 @media only screen and (min-width: $max-device-width) { @content; }
32 @media only screen and ('#{$media}') { @content; }
/template/sprintdoc/css/
H A Dbase.less126 @screen_min-xxs: ~"only screen and (min-width: " ~"@{break-min-xxs}px)";
127 @screen_max-xxs: ~"only screen and (max-width: " ~"@{break-max-xxs}px)";
129 @screen_min-xs: ~"only screen and (min-width: " ~"@{break-min-xs}px)";
130 @screen_max-xs: ~"only screen and (max-width: " ~"@{break-max-xs}px)";
132 @screen_min-sm: ~"only screen and (min-width: " ~"@{break-min-sm}px)";
133 @screen_max-sm: ~"only screen and (max-width: " ~"@{break-max-sm}px)";
135 @screen_min-md: ~"only screen and (min-width: " ~"@{break-min-md}px)";
136 @screen_max-md: ~"only screen and (max-width: " ~"@{break-max-md}px)";
138 @screen_min-lg: ~"only screen and (min-width: " ~"@{break-min-lg}px)";
139 @screen_max-lg: ~"only scree
[all...]
H A Dbase_vars.less122 @screen_min-xxs: ~"only screen and (min-width: " ~"@{break-min-xxs}px)";
123 @screen_max-xxs: ~"only screen and (max-width: " ~"@{break-max-xxs}px)";
125 @screen_min-xs: ~"only screen and (min-width: " ~"@{break-min-xs}px)";
126 @screen_max-xs: ~"only screen and (max-width: " ~"@{break-max-xs}px)";
128 @screen_min-sm: ~"only screen and (min-width: " ~"@{break-min-sm}px)";
129 @screen_max-sm: ~"only screen and (max-width: " ~"@{break-max-sm}px)";
131 @screen_min-md: ~"only screen and (min-width: " ~"@{break-min-md}px)";
132 @screen_max-md: ~"only screen and (max-width: " ~"@{break-max-md}px)";
134 @screen_min-lg: ~"only screen and (min-width: " ~"@{break-min-lg}px)";
135 @screen_max-lg: ~"only scree
[all...]
H A Darea_header.less39 .mobile-only {
46 .main-title.desktop-only {
75 .main-title:not([class*="desktop-only"]) {
177 .main-title.desktop-only {
206 .main-title.desktop-only p.claim,
220 .main-title.desktop-only {
224 .main-title.desktop-only,
237 .main-title.desktop-only p.claim,
248 .mobile-only {
254 .main-title:not([class*="desktop-only"]) {
[all...]
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
33 …return new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag(…
52 $only = false;
54 $only = true;
59 return [$variables, $only, $ignoreMissing];
H A DWithTokenParser.php29 $only = false;
32 $only = (bool) $stream->nextIf(/* Token::NAME_TYPE */ 5, 'only');
41 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
H A DEmbedTokenParser.php30 list($variables, $only, $ignoreMissing) = $this->parseArguments();
58 …($module->getTemplateName(), $module->getAttribute('index'), $variables, $only, $ignoreMissing, $t…
/template/hexa/css/
H A Dhexa-responsive.css129 @media only screen and (max-width: 48.81em) {
138 @media only screen and (max-width: 48.81em) {
149 @media only screen and (max-width: 48.81em) {
158 @media only screen and (max-width: 48.81em) {
167 @media only screen and (max-width: 48.81em) {
176 @media only screen and (max-width: 48.81em) {
349 @media only screen and (max-width: 48.81em) {
358 @media only screen and (max-width: 48.81em) {
365 @media only screen and (max-width: 48.81em) {
383 @media only screen and (max-width: 48.81em) {
[all …]
/template/m1/css/
H A Dm1-mobile.css11 @media only screen and (min-width: 30em) {
21 @media only screen and (min-width: 48em) {
31 @media only screen and (min-width : 56.25em) {
44 @media only screen and (min-width : 68.75em) {
/template/cowboy/css/
H A Dcowboy_mobile.less3 @media only screen and (max-width: 950px) {
5 // Display photo only on screens > 950px
15 @media only screen and (max-width: 42em) {
/template/monochrome/css/
H A Dmobile.css7 @media only screen and (max-width: 1023px) {
13 @media only screen and (max-width: 799px) {
69 @media only screen and (max-width: 639px) {
92 @media only screen and (max-width: 479px) {
/template/peanutbutter/css/
H A Dmobile.css8 @media only screen and (max-width: 1023px) {
14 @media only screen and (max-width: 799px) {
70 @media only screen and (max-width: 639px) {
93 @media only screen and (max-width: 479px) {
/template/able/css/
H A Dable-responsive.css33 @media only screen and (min-width: 320px) and (max-width: 320px) {
39 @media only screen and ( min-width: 320px ) and ( max-width: 480px ) {
64 @media only screen and ( min-width: 481px ) and ( max-width: 800px ) {
/template/arcade-basic/css/
H A Dable-responsive.css33 @media only screen and (min-width: 320px) and (max-width: 320px) {
39 @media only screen and ( min-width: 320px ) and ( max-width: 480px ) {
64 @media only screen and ( min-width: 481px ) and ( max-width: 800px ) {
/template/twigstarter/vendor/twig/twig/src/Node/
H A DEmbedNode.php26 …construct(string $name, int $index, ?AbstractExpression $variables, bool $only, bool $ignoreMissin… argument
28 …parent::__construct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing…
H A DWithNode.php23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n… argument
30 parent::__construct($nodes, ['only' => $only], $lineno, $tag);
H A DIncludeNode.php25 …construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, bool $ignoreMissin… argument
32 …parent::__construct($nodes, ['only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing], $…
/template/battlehorse/js/
H A Ddragdrop.js613 only: false,
714 element, options.only, options.tree ? true : false, options.tag);
719 element, options.only, options.tree ? true : false, options.treeTag);
758 … var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only});
844 only: sortableOptions.only,
924 Element.findChildren = function(element, only, recursive, tagName) { argument
927 if(only) only = [only].flatten();
931 (!only || (Element.classNames(e).detect(function(v) { return only.include(v) }))))
934 var grandchildren = Element.findChildren(e, only, recursive, tagName);
/template/a_new_day/js/
H A Ddragdrop.js613 only: false,
714 element, options.only, options.tree ? true : false, options.tag);
719 element, options.only, options.tree ? true : false, options.treeTag);
758 … var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only});
844 only: sortableOptions.only,
924 Element.findChildren = function(element, only, recursive, tagName) { argument
927 if(only) only = [only].flatten();
931 (!only || (Element.classNames(e).detect(function(v) { return only.include(v) }))))
934 var grandchildren = Element.findChildren(e, only, recursive, tagName);
/template/congrid/css/
H A Dmobile.less16 @media only screen and (max-width: @ini_tablet_width) {
116 @media only screen and (max-width: @ini_phone_width) {
233 @media only screen and (max-height: 400px) {
234 // 400px is only roughly the required value, this may be wrong under non-standard circumstances
/template/khum1/css/
H A Dmobile.less17 display: none; /* hide mobile tools dropdown to only show in mobile view */
23 @media only screen and (max-width: @ini_phone_width) {
271 @media only screen and (max-height: 400px) {
272 // 400px is only roughly the required value, this may be wrong under non-standard circumstances
/template/templar/less/
H A Dresponsive-utilities.less30 // Tablets & small desktops only
41 // Phones only
/template/ravel/css/
H A Dravel.css914 img.aligncenter:only-child,
915 img.alignnone:only-child {
1443 nav.menu li a:only-child::after {
1451 nav.menu li > a[href*="mailto:"]:only-child::after,
1463 nav.menu li > a[href$="/feed"]:only-child::after,
1464 nav.menu li > a[href$="/feed/"]:only-child::after,
1465 nav.menu li > a[href*="skype.com"]:only-child::after,
1468 nav.menu li > a[href*="vimeo.com"]:only-child::after,
1482 nav.menu li > a[href*="mailto"]:only-child::after {
1526 nav.menu li > a[href$="/feed"]:only-child::after,
[all …]
/template/docnavwiki/css/
H A Dmobile.less16 @media only screen and (max-width: @ini_tablet_width) {
143 @media only screen and (max-width: @ini_phone_width) {
324 @media only screen and (max-height: 400px) {
325 // 400px is only roughly the required value, this may be wrong under non-standard circumstances
/template/binkytestinstance/css/
H A Dmobile.less16 @media only screen and (max-width: @ini_tablet_width) {
142 @media only screen and (max-width: @ini_phone_width) {
318 @media only screen and (max-height: 400px) {
319 // 400px is only roughly the required value, this may be wrong under non-standard circumstances

12345678910>>...18