Home
last modified time | relevance | path

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

12345678910>>...42

/template/fictive/css/
H A Dfictive-responsive.css2 @media screen and (max-width: 480px){
6 max-width: 100%; min-width: unset;
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) {
145 max-width: 51em;
151 max-width: 51em;
172 max-width: 51em;
[all …]
/template/hexa/css/
H A Dhexa-responsive.css3 @media screen and (max-width: 480px){
7 max-width: 100%; min-width: unset;
23 max-width: 60%;
31 @media screen and (max-width: 48.81em) {
65 @media screen and (max-width: 58em) {
73 @media screen and (max-width: 58em) {
133 max-width: 100%;
185 @media screen and (max-width: 58em) {
310 max-width: 100%;
321 max-width: 80%;
[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
[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
[all...]
/template/arcadebasic/css/
H A 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
[all...]
/template/klean/css/
H A Dklean-responsive.css4 @media screen and (max-width: 480px){
8 max-width: 100%; min-width: unset;
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) {
126 @media screen and (max-width:768px) {
[all …]
/template/launch/css/
H A 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/parallax/css/
H A Dparallax-responsive.css4 @media screen and (max-width: 480px){
8 max-width: 100%; min-width: unset;
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) {
171 @media (max-width: 480px) {
[all …]
/template/cutopillar/css/monopillar/
H A 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/
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…
23 @media only screen and (max-width: $document-width + 20) { @content; }
26 @media only screen and (min-width: $max-device-width) { @content; }
/template/ravel/css/
H A Dravel-responsive.css4 @media screen and (max-width: 480px){
27 max-width: 75%;
38 @media (max-width: 600px) {
42 @media (max-width: 564px) {
59 @media (max-width: 910px) {
64 }/* end @media max-width 910 */
66 @media (max-width: 728px) {
73 }/* end @media max-width 728 */
208 @media (max-width: 1199px) {
333 @media (max-width: 1199px) {
[all …]
/template/able/css/
H A 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/
H A 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/trendclassic/css/
H A 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/varicolored/css/
H A 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/pinboard/css/
H A 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) {
H A Dpinboard-responsive.css24 max-width: 75%;
50 max-width:960px;
64 max-width:82px;
68 max-width:74px;
72 max-width:100%;
103 max-width:760px;
146 max-width:100%;
185 max-width:100%;
358 max-width:100%;
551 max-width:100%;
[all …]
/template/basical/css/
H A 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/notepad/css/
H A 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/tripillar/css/
H A 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/boozurk/css/
H A 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/bushwick/css/
H A 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 …]
/template/mywiki/css/
H A Dmywiki-responsive.css4 @media screen and (max-width: 480px){
8 max-width: 100%; min-width: unset;
24 max-width: 75%;
33 @media (max-width: 479px) {
65 @media (min-width: 200px) and (max-width: 240px) {
87 @media (min-width: 380px) and (max-width: 479px) {
120 @media (min-width: 480px) and (max-width: 568px) {
175 @media (max-width: 767px) {
403 @media (max-width: 640px){
416 @media (max-width: 359px) {
[all …]
/template/breeze/bower_components/gumby-fittext/
H A 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 in FitText.parseSizes.sizes
84 sizes.max = Number(attrStr[1]) || sizes.max;
/template/typowiki/typowiki/css/
H A Dbootstrap-grid.min.css6 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max
[all...]

12345678910>>...42