/template/minimalism/styles/ |
H A D | layout.css | 42 .min-header .min-user a { 45 .min-header .min-user, 46 .min-header .min-crumbs { 50 .min-header .min-crumbs { 53 .min-header .min-user a, 54 .min-header .min-crumbs a { 57 .min-header .min-user { 64 .min-header .min-search { 96 .min-header .min-title { 108 .min-header .min-menu { [all …]
|
H A D | content.css | 1 .min-content { 6 .min-content hr { 10 .min-content pre { 22 .min-content h2, 26 .min-content h3, 30 .min-content h4, 34 .min-content h5, 71 .min-search a, 73 .min-content a, 103 .min-content h1 { [all …]
|
/template/sprintdoc/css/ |
H A D | base_vars.less | 49 @formfield_min-height: 2rem; // min-height for input, textarea, select, keygen 98 @break-min-xxs: 480; 99 @break-max-xxs: (@break-min-xxs - 1); 101 @break-min-xs: 768; 102 @break-max-xs: (@break-min-xs - 1); 104 @break-min-sm: 992; 105 @break-max-sm: (@break-min-sm - 1); 107 @break-min-md: 1024; 108 @break-max-md: (@break-min-md - 1); 110 @break-min [all...] |
H A D | base.less | 50 @formfield_min-height: 2rem; // min-height for input, textarea, select, keygen 102 @break-min-xxs: 480; 103 @break-max-xxs: (@break-min-xxs - 1); 105 @break-min-xs: 768; 106 @break-max-xs: (@break-min-xs - 1); 108 @break-min-sm: 992; 109 @break-max-sm: (@break-min-sm - 1); 111 @break-min-md: 1024; 112 @break-max-md: (@break-min-md - 1); 114 @break-min [all...] |
H A D | area_main-sidebar-search.less | 22 min-height: @icon-size; 33 min-height: @icon-size; 61 min-width: (@toggle-showsidebar_width + 0.1); /* must be a bit a wider than @toggle-showsidebar_width to hide right border */ 93 min-height: (@icon-size - .2); 101 min-height: @icon-size; 125 min-height: @icon-size; 181 min-width: 20rem; 186 /* min-width: 1024px */
|
H A D | area_nav-usertools.less | 62 min-width: (@toggle-size + .25); 63 min-height: @toggle-size; 90 min-height: @toggle-size; 131 min-height: (@toggle-size - .1); 136 min-height: (@toggle-size - .15); 141 min-height: (@toggle-size - .1); 224 min-height: @toggle-size; // overrides button[type="submit"] styles
|
/template/drop/css/ |
H A D | drop-responsive.css | 6 max-width: 100%; min-width: unset; 53 @media all and (min-width: 56.25em) { 66 @media all and (min-width: 31.25em) { 76 @media all and (min-width: 37.5em) { 83 @media all and (min-width: 56.25em) { 239 @media all and (min-width: 68.75em) { 251 @media all and (min-width: 31.25em) { 274 @media all and (min-width: 37.5em) { 298 @media all and (min-width: 43.75em) { 432 @media all and (min-width: 50em) { [all …]
|
/template/breeze/bower_components/gumby-fittext/ |
H A D | gumby.fittext.js | 65 …return Math.max(Math.min(this.$el.width() / (this.rate*10), parseFloat(this.fontSizes.max)), parse… 71 min: Number.NEGATIVE_INFINITY, property in FitText.parseSizes.sizes 83 sizes.min = Number(attrStr[0]) || sizes.min; 88 sizes.min = Number(attrStr) || sizes.min;
|
/template/breeze/bower_components/gumby/sass/functions/ |
H A D | _responsivity.scss | 5 @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… 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; } 26 @media only screen and (min-width: $max-device-width) { @content; }
|
H A D | _semantic-grid.scss | 15 min-width: $min-device-width; 26 min-width: 0; 36 min-width: 0; 138 min-width: 0; 158 min-height: 1px;
|
H A D | _fancytiles.scss | 17 @include respond("min-width: #{$small-break}") { 21 @include respond("min-width: #{$medium-break}") { 25 @include respond("min-width: #{$large-break}") {
|
/template/graphy/css/ |
H A D | graphy-responsive.css | 7 max-width: 100%; min-width: unset; 31 @media screen and (min-width: 783px) { 37 @media screen and (min-width: 783px) { 43 @media screen and (min-width: 1180px) { 52 @media screen and (min-width: 783px) { 77 @media screen and (min-width: 980px) { 163 @media screen and (min-width: 783px) { 174 @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 181 @media screen and (min-width: 783px) { 283 @media screen and (min-width: 980px) { [all …]
|
/template/mywiki/css/ |
H A D | mywiki-responsive.css | 8 max-width: 100%; min-width: unset; 45 @media screen and (-webkit-min-device-pixel-ratio:0) { 65 @media (min-width: 200px) and (max-width: 240px) { 82 min-width: 80%; 87 @media (min-width: 380px) and (max-width: 479px) { 120 @media (min-width: 480px) and (max-width: 568px) { 147 @media (min-width: 569px) and (max-width: 767px) { 338 @media (min-width: 900px) { 359 min-height: auto; 445 min-height: auto; [all …]
|
/template/breeze/sass/ |
H A D | _navbar.scss | 5 min-height: $nav-height; 13 min-height: 0; 121 min-height: 50px; 159 min-width: 0; 182 min-height: 50px; 188 min-height: 50px; 229 min-width: 0; 251 min-height: 50px; 257 min-height: 50px; 314 min-height: 50px; [all …]
|
H A D | _mixins.scss | 19 @include respond("min-width: #{$small-break}") { 23 @include respond("min-width: #{$medium-break}") { 27 @include respond("min-width: #{$large-break}") {
|
/template/breeze/bower_components/gumby/ |
H A D | .jshintignore | 1 js/libs/*.min.js 2 js/*.min.js 3 *.min.js
|
/template/arcadebasic/css/ |
H A D | arcadebasic-responsive.css | 6 max-width: 100%; min-width: unset; 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) { 46 @media (min-width: 1200px) { 50 @media (min-width: 1200px) { 54 @media (min-width: 1200px) { 61 @media (min-width: 768px) and (max-width: 991px) { 64 @media (min [all...] |
/template/breeze/bower_components/gumby/sass/ui/ |
H A D | _navbar.scss | 5 min-height: 60px; 13 min-height: 0; 118 min-height: 50px; 157 min-width: 0; 180 min-height: 50px; 186 min-height: 50px; 267 min-width: 0; 289 min-height: 50px; 295 min-height: 50px; 352 min-height: 50px; [all …]
|
/template/m1/css/ |
H A D | m1-mobile.css | 11 @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/able/css/ |
H A D | able-responsive.css | 6 max-width: 100%; min-width: unset; 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 D | able-responsive.css | 6 max-width: 100%; min-width: unset; 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/flarum/css/ |
H A D | base.less | 262 min-width: 0; 414 @media (min-width: 576px) { 420 @media (min-width: 768px) { 426 @media (min-width: 992px) { 432 @media (min-width: 1200px) { 659 height: -webkit-min-content; 660 height: -moz-min-content; 661 height: min-content; 728 @media (min-width: 576px) { 739 height: -moz-min-content; [all …]
|
/template/apricot/css/ |
H A D | _media_fullscreen.css | 6 * their site width) are the 4 min-width's (search for @change). 17 /* min-width must be summary of all 3 panels' min-widths */ 18 min-width: 50em; /* @change */ 29 min-width: 10em; /* @change */ 33 min-width: 25em; /* @change */ 37 min-width: 15em; /* @change */ 45 min-height: 20px; 191 min-height: 130px; 362 min-width: 95%;
|
/template/templar/css/ |
H A D | all.css | 1 @media (min-width: 1200px) { 12 @media (min-width: 980px) and (max-width: 1199px) { 20 @media (min-width: 768px) and (max-width: 979px) {
|
/template/material/css/ |
H A D | basic.less | 54 min-width: 20%; 153 @media (min-width: 1025px) { 159 @media (min-width: 1600px) { 166 @media (min-width: 2000px) { 187 min-height: 15em; 281 min-height: 300px; 362 min-width: 48px; 433 min-width: 48px; 476 min-height: max-content;
|