Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 1162) sorted by relevance

12345678910>>...47

/template/fictive/css/
Dfictive-responsive.css2 @media screen and (max-width: 480px){
6 max-width: 100%; min-width: unset;
15 #config__manager td { display: block; padding: 1.15em 0px; max-width: 100%; }
28 max-width: 100%;
40 @media screen and (max-width: 51em) {
45 @media screen and (max-width: 51em) {
54 @media screen and (max-width: 51em) {
61 @media screen and (max-width: 51em) {
70 @media screen and (max-width: 51em) {
76 @media screen and (max-width: 51em) {
[all …]
/template/hexa/css/
Dhexa-responsive.css3 @media screen and (max-width: 480px){
7 max-width: 100%; min-width: unset;
16 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
23 max-width: 60%;
31 @media screen and (max-width: 48.81em) {
40 @media screen and (max-width: 48.81em) {
65 @media screen and (max-width: 58em) {
73 @media screen and (max-width: 58em) {
81 @media screen and (max-width: 48.81em) {
92 @media screen and (max-width: 48.81em) {
[all …]
/template/sprintdoc/css/
H A Dbase_vars.less99 @break-max-xxs: (@break-min-xxs - 1);
102 @break-max-xs: (@break-min-xs - 1);
105 @break-max-sm: (@break-min-sm - 1);
108 @break-max-md: (@break-min-md - 1);
111 @break-max-lg: (@break-min-lg - 1);
114 @break-max-xlg: (@break-min-xlg - 1);
117 @break-max-xxlg: (@break-min-xxlg - 1);
123 @screen_max-xxs: ~"only screen and (max-width: " ~"@{break-max-xxs}px)";
126 @screen_max-xs: ~"only screen and (max-width: " ~"@{break-max-xs}px)";
129 @screen_max-sm: ~"only screen and (max-width: " ~"@{break-max-sm}px)";
[all …]
H A Dbase.less103 @break-max-xxs: (@break-min-xxs - 1);
106 @break-max-xs: (@break-min-xs - 1);
109 @break-max-sm: (@break-min-sm - 1);
112 @break-max-md: (@break-min-md - 1);
115 @break-max-lg: (@break-min-lg - 1);
118 @break-max-xlg: (@break-min-xlg - 1);
121 @break-max-xxlg: (@break-min-xxlg - 1);
127 @screen_max-xxs: ~"only screen and (max-width: " ~"@{break-max-xxs}px)";
130 @screen_max-xs: ~"only screen and (max-width: " ~"@{break-max-xs}px)";
133 @screen_max-sm: ~"only screen and (max-width: " ~"@{break-max-sm}px)";
[all …]
/template/arcadebasic/css/
Darcadebasic-responsive.css2 @media screen and (max-width: 480px){
6 max-width: 100%; min-width: unset;
16 #config__manager td { display: block; padding: 1.15em 0px; max-width: 50%; }
23 max-width: 70%;
31 @media (min-width: 768px) and (max-width: 991px) {
35 @media (min-width: 768px) and (max-width: 991px) {
39 @media (min-width: 768px) and (max-width: 991px) {
43 @media (min-width: 992px) and (max-width: 1199px) {
58 @media (max-width: 767px) {
61 @media (min-width: 768px) and (max-width: 991px) {
[all …]
/template/launch/css/
Dlaunch-responsive.css1 @media (max-width: 767px) {
7 @media (max-width: 480px) {
13 @media (max-width: 767px) {
16 max-width: 100%%;
19 @media (max-width: 480px) {
22 max-width: 100%%;
32 @media screen and (max-width: 480px){
36 max-width: 100%; min-width: unset;
45 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
60 max-width: 100%;
/template/klean/css/
Dklean-responsive.css4 @media screen and (max-width: 480px){
8 max-width: 100%; min-width: unset;
17 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
24 max-width: 75%;
36 @media screen and (max-width: 768px) {
48 @media screen and (max-width: 600px) {
60 @media screen and (max-width:768px) {
80 @media screen and (max-width:768px) {
102 @media screen and (max-width:768px) {
115 @media screen and (max-width:992px) {
[all …]
/template/strap/ComboStrap/Tag/
H A DRelatedTag.php40 * @param int|null $max
59 $max = $tagAttributes->getValue(RelatedTag::MAX_LINKS_CONF);
60 if ($max === NULL) {
61 … $max = SiteConfig::getConfValue(RelatedTag::MAX_LINKS_CONF, RelatedTag::MAX_LINKS_CONF_DEFAULT);
67 $relatedPages = self::getRelatedPagesOrderedByBacklinkCount($page, $max);
113 * @param int|null $max
116 …public static function getRelatedPagesOrderedByBacklinkCount(MarkupPath $page, ?int $max = null): … argument
137 if ($max !== null) {
138 if (sizeof($related) > $max) {
139 $related = array_slice($related, 0, $max);
/template/parallax/css/
Dparallax-responsive.css4 @media screen and (max-width: 480px){
8 max-width: 100%; min-width: unset;
17 #config__manager td { display: block; padding: 1.15em 0px; max-width: 50%; }
24 max-width: 75%;
34 @media screen and (max-width: 767px) {
52 @media screen and (max-width: 767px) {
60 @media (max-width: 979px) {
62 #qsearch__in { max-width: 107%; }
128 @media screen and (max-width: 768px) {
157 @media screen and (max-width: 782px) {
[all …]
/template/cutopillar/css/monopillar/
Dresponsive.css1 @media screen and (max-width: 1100px) {
6 @media screen and (max-width: 975px) {
9 /* .content { width: 400px; max-width: 70%;}
18 @media screen and (max-width: 850px) {
35 @media screen and (max-width: 480px) {
39 @media screen and (max-width: 480px){
45 @media screen and (max-width: 480px){
49 max-width: 100%; min-width: unset;
63 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
80 max-width: 100%;
/template/breeze/bower_components/gumby/sass/functions/
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…
23 @media only screen and (max-width: $document-width + 20) { @content; }
26 @media only screen and (min-width: $max-device-width) { @content; }
/template/trendclassic/css/
Dtrendclassic-responsive.css1 @media screen and (max-width: 1000px) {
8 @media screen and (max-width: 800px) {
11 .row { max-width: 100%; }
25 @media screen and (max-width: 480px){
29 max-width: 100%; min-width: unset;
38 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
54 max-width: 100%;
/template/able/css/
Dable-responsive.css2 @media screen and (max-width: 480px){
6 max-width: 100%; min-width: unset;
15 #config__manager td { display: block; padding: 1.15em 0px; max-width: 90%; }
22 max-width: 100%;
33 @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/
Dable-responsive.css2 @media screen and (max-width: 480px){
6 max-width: 100%; min-width: unset;
15 #config__manager td { display: block; padding: 1.15em 0px; max-width: 90%; }
22 max-width: 100%;
33 @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/varicolored/css/
Dvapicolored-responsive.css2 @media screen and (max-width: 1000px) {
9 @media screen and (max-width: 700px) {
20 @media screen and (max-width: 700px) {
27 @media screen and (max-width: 480px){
31 max-width: 100%; min-width: unset;
40 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
54 max-width: 100%;
/template/parabola/css/
H A Dparabola-responsive.css6 @media (max-width: 800px) {
58 max-width: 90%;
63 max-height: 80px;
143 max-width: none;
151 @media (max-width: 650px) {
158 max-height: 75%;
159 max-width: 90%;
325 @media (max-width: 480px) {
369 @media (max-width: 400px) {
374 @media screen and ( max-width: 782px ) {
[all …]
/template/weltis/css/
D_main.css23 max-width: var(--max-width-content);
26 @media only screen and (max-width: @ini_tablet_width) {
37 @media only screen and (max-width: @ini_phone_width) {
54 max-width: var(--max-width-content);
/template/notepad/css/
Dresponsive.css5 @media screen and (max-width: 1000px) {
10 @media screen and (max-width: 500px) {
32 @media screen and (max-width: 480px) {
41 @media screen and (max-width: 480px){
45 max-width: 100%; min-width: unset;
57 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
73 max-width: 100%;
/template/basical/css/
Dbasical-responsive.css2 @media screen and (max-width: 1000px) {
6 @media screen and (max-width: 850px) {
10 @media screen and (max-width: 820px) {
43 @media screen and (max-width: 600px) {
54 @media screen and (max-width: 600px) {
60 @media screen and (max-width: 600px) {
84 @media screen and (max-width: 480px){
88 max-width: 100%; min-width: unset;
97 #config__manager td { display: block; padding: 1.15em 0px; max-width: 60%; }
104 /*max-width: 100%; */
/template/pinboard/css/
Dpinboard-functions.css22 max-width:69.5%;
34 @media screen and (max-width: 960px) {
39 max-width:100%;
54 @media screen and (max-width: 760px) {
61 @media screen and (max-width: 760px) {
79 @media screen and (max-width: 760px) {
207 @media screen and (max-width: 640px) {
217 @media screen and (max-width: 640px) {
224 @media screen and (max-width: 640px) {
231 @media screen and (max-width: 640px) {
/template/ravel/css/
Dravel-responsive.css4 @media screen and (max-width: 480px){
11 max-width: 100%; min-width: unset;
20 #config__manager td { display: block; padding: 1.15em 0px; max-width: 50%; }
27 max-width: 75%;
38 @media (max-width: 600px) {
42 @media (max-width: 564px) {
52 }/* end @media max-width 564 */
55 @media (max-width: 768px) {.loop-entries-gallery li {width: 40%;}}
56 @media (max-width: 600px) {.loop-entries-gallery li {width: auto;}}
59 @media (max-width: 910px) {
[all …]
/template/breeze/bower_components/gumby-fittext/
Dgumby.fittext.js65 …return Math.max(Math.min(this.$el.width() / (this.rate*10), parseFloat(this.fontSizes.max)), parse…
72 max: Number.POSITIVE_INFINITY property
84 sizes.max = Number(attrStr[1]) || sizes.max;
/template/boozurk/css/
Dadaptive.css2 @media screen and (max-width: 480px){
6 max-width: 100%; min-width: unset;
15 #config__manager td { display: block; padding: 1.15em 0px; max-width: 50%; }
22 max-width: 70%;
34 max-width:1340px;
37 max-width: 737px;
43 @media screen and (max-width: 960px) {
161 @media screen and (max-width: 640px) {
/template/tripillar/css/
Dtripillar-responsive.css4 @media screen and (max-width: 1000px) {
13 @media screen and (max-width: 851px) {
20 @media screen and (max-width: 700px) {
51 @media screen and (max-width: 600px) {
57 @media screen and (max-width: 500px) {
91 @media screen and (max-width: 480px){
95 max-width: 100%; min-width: unset;
104 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
118 max-width: 100%;
/template/bushwick/css/
Dbushwick-responsive.css2 @media screen and (max-width: 480px){
6 max-width: 100%; min-width: unset;
15 #config__manager td { display: block; padding: 1.15em 0px; max-width: 95%; }
22 max-width: 100%;
27 .panel { max-height: unset; }
43 max-width: 60%;
79 @media (max-width: 1023px) {
146 @media (max-width: 641px) {
159 max-width: 100%;
209 max-width: 100%;
[all …]

12345678910>>...47