/template/chippedsnow/css/ |
H A D | semanticgridsystem.less | 11 @gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px; 14 @total-width: @gridsystem-width; 46 width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width); 47 margin: 0 @total-width*(((@gutter-width*.5)/@gridsystem-width)*-1); 48 // *width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width)-@correction; 55 width: @total-width*((((@gutter-width+@column-width)*@x)-@gutter-width) / @gridsystem-width); 56 margin: 0 @total-width*((@gutter-width*.5)/@gridsystem-width); 57 …// *width: @total-width*((((@gutter-width+@column-width)*@x)-@gutter-width) / @gridsystem-width)-@… 58 // *margin: 0 @total-width*((@gutter-width*.5)/@gridsystem-width)-@correction; 61 …in-left: @total-width*(((@gutter-width+@column-width)*@offset) / @gridsystem-width) + @total-width… [all …]
|
H A D | semanticgridmerged.less | 11 @gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px; 14 @total-width: @gridsystem-width; 46 width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width); 47 margin: 0 @total-width*(((@gutter-width*.5)/@gridsystem-width)*-1); 48 // *width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width)-@correction; 55 width: @total-width*((((@gutter-width+@column-width)*@x)-@gutter-width) / @gridsystem-width); 56 margin: 0 @total-width*((@gutter-width*.5)/@gridsystem-width); 57 …// *width: @total-width*((((@gutter-width+@column-width)*@x)-@gutter-width) / @gridsystem-width)-@… 58 // *margin: 0 @total-width*((@gutter-width*.5)/@gridsystem-width)-@correction; 61 …in-left: @total-width*(((@gutter-width+@column-width)*@offset) / @gridsystem-width) + @total-width… [all …]
|
/template/parallax/lib/bootstrap/css/ |
H A D | bootstrap-responsive.css | 12 width: device-width; 40 width: 100%; 68 @media (min-width: 768px) and (max-width: 979px) { 143 width: 970px; 147 width: 870px; 151 width: 770px; 179 width: 70px; 231 width: 100%; 249 width: 100%; 267 width: 100%; [all …]
|
H A D | bootstrap-responsive.min.css | 11 width: device-width 38 width: 100%; 66 @media (min-width: 768px) and (max-width: 979px) { 137 width: 970px 141 width: 870px 145 width: 770px 149 width: 670px 153 width: 570px 157 width: 470px 173 width: 70px [all …]
|
/template/fictive/css/ |
H A D | fictive-responsive.css | 6 max-width: 100%; min-width: unset; 29 width: unset; 65 width: 60px; 94 width: 100%; 103 width: 60px; 119 width: 100%; 132 width: 100%; 139 width: 100%; 159 width: 100%; 191 width: 100%; [all …]
|
/template/cowboy/css/nashville/specimen_files/ |
H A D | grid_12-825-55-15.css | 44 .input_width1 {width: 49px;} 49 .input_width2 {width: 119px;} 54 .input_width3 {width: 189px;} 58 .input_width4 {width: 259px;} 64 .input_width5 {width: 329px;} 68 .input_width6 {width: 399px;} 74 .input_width7 {width: 469px;} 78 .input_width8 {width: 539px;} 83 .input_width9 {width: 609px;} 88 .input_width10 {width: 679px;} [all …]
|
/template/hexa/css/ |
H A D | hexa-responsive.css | 7 max-width: 100%; min-width: unset; 23 max-width: 60%; 34 width: 100%; 42 width: 24px; 87 width: 100%; 99 width: 100%; 107 width: 100%; 144 width: 100%; 190 width: 100%; 200 width: 100%; [all …]
|
/template/benjamin/css/ |
H A D | structure.css | 17 width: 100%; 31 width: 100%; 43 width: 100%; 52 width: 100%; 87 @media (min-width: 600px) and (max-width: 999px) { 115 width: 32%; 126 width: 68%; 166 @media (min-width: 1000px) and (max-width: 1799px) { 193 width: 20%; 203 width: 80%; [all …]
|
/template/benjamin/user/css/ |
H A D | structure.css.dist | 17 width: 100%; 31 width: 100%; 43 width: 100%; 52 width: 100%; 87 @media (min-width: 600px) and (max-width: 999px) { 115 width: 32%; 126 width: 68%; 166 @media (min-width: 1000px) and (max-width: 1799px) { 193 width: 20%; 203 width: 80%; [all …]
|
/template/cutopillar/css/monopillar/ |
H A D | responsive.css | 1 @media screen and (max-width: 1100px) { 2 .offset { width: 100%; } 3 .content { width: 580px; } 6 @media screen and (max-width: 975px) { 7 .realsidebar { width: 240px; } 9 /* .content { width: 400px; max-width: 70%;} 10 .realsidbar { min-width: 00px; } 49 max-width: 100%; min-width: unset; 71 fieldset { width: unset; } 80 max-width: 100%; [all …]
|
/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… 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; } 22 @else if $media == document-width { 23 @media only screen and (max-width: $document-width + 20) { @content; } 26 @media only screen and (min-width: $max-device-width) { @content; }
|
/template/launch/css/ |
H A D | launch-responsive.css | 1 @media (max-width: 767px) { 7 @media (max-width: 480px) { 13 @media (max-width: 767px) { 15 width: 75%; 16 max-width: 100%%; 21 width: 100%; 22 max-width: 100%%; 26 width:100%; 36 max-width: 100%; min-width: unset; 60 max-width: 100%; [all …]
|
/template/arcadebasic/css/ |
H A D | arcadebasic-responsive.css | 2 @media screen and (max-width: 480px){ 6 max-width: 100%; min-width: unset; 11 width: 100%; clear: both; float: none; 16 #config__manager td { display: block; padding: 1.15em 0px; max-width: 50%; } 18 #config__manager fieldset td.value { width: unset; } 23 max-width: 70%; 31 @media (min-width: 768px) and (max-width: 991px) { 35 @media (min-width [all...] |
/template/varicolored/css/ |
H A D | vapicolored-responsive.css | 2 @media screen and (max-width: 1000px) { 3 #header, #page, #menu { width: 100% !important; } 4 #content { width: 70%; } 6 #search-text { width: 60%; } 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; 42 .dokuwiki fieldset { width: unset; } 54 max-width: 100%; [all …]
|
/template/klean/css/ |
H A D | klean-responsive.css | 4 @media screen and (max-width: 480px){ 8 max-width: 100%; min-width: unset; 24 max-width: 75%; 36 @media screen and (max-width: 768px) { 39 width: 95%; 69 width: 70% 105 width: 100%; 110 width: 100% 133 width: auto!important; 152 width: 80% [all …]
|
/template/trendclassic/css/ |
H A D | trendclassic-responsive.css | 1 @media screen and (max-width: 1000px) { 3 margin: 0px; width: 90%; 8 @media screen and (max-width: 800px) { 9 .container { margin: 0px; width: 100%; } 10 .pagename { width: 100% !important; } 11 .row { max-width: 100%; } 25 @media screen and (max-width: 480px){ 29 max-width: 100%; min-width: unset; 40 .dokuwiki fieldset { width: unset; } 54 max-width: 100%; [all …]
|
/template/darkwood/css/ |
H A D | darkwood.css | 41 width: 100%; 43 max-width: 100%; 58 width: 100%; 68 width: 990px; 85 width: 990px; 103 width: 100%; 114 max-width: 990px; 140 width: 990px; 178 width: 250px; 300 width: 75%; [all …]
|
H A D | darkwood-responsive.css | 4 @media screen and (max-width: 1000px) { 5 .container, .header { width: 90% !important; } 6 .left, .right { width: 20%; } 7 .middle { width: 55% } 11 @media screen and (max-width: 800px) { 16 .footer { width: 90%; } 38 @media screen and (max-width: 480px){ 42 max-width: 100%; min-width: unset; 47 width: 100%; clear: both; float: none; 65 max-width: 100%; [all …]
|
/template/graphy/css/ |
H A D | graphy-responsive.css | 7 max-width: 100%; min-width: unset; 110 width: 62.5%; 119 width: 700px; 122 width: auto; 135 width: 100%; 149 width: 25%; 155 width: 50%; 158 width: 100%; 297 width: 35%; 327 width: 48%; [all …]
|
/template/notepad/css/ |
H A D | responsive.css | 5 @media screen and (max-width: 1000px) { 7 width: unset; 10 @media screen and (max-width: 500px) { 23 #content { width: 70%; } 29 .notify { width: 75% !important; } 32 @media screen and (max-width: 480px) { 41 @media screen and (max-width: 480px){ 45 max-width: 100%; min-width: unset; 64 fieldset { width: unset; } 73 max-width: 100%; [all …]
|
/template/artforwater/css/ |
H A D | artforwater-responsive.css | 2 @media screen and (max-width: 800px) { 3 .tagline { font-size: 1.35em; width: 90% !important; line-height: 1.85em !important;} 4 .biggeronmobile { width: 100% !important; } 5 .statcol { width : 100% !important; margin: 0px 0.85em; margin-bottom: 3.15em !important; } 8 .pageitle { min-width: none !important; } 9 .w100 { width: 100% !important; } 13 #sidebarhere { clear: both; width: 100% !important; border-top: 8px solid black; } 14 #itemshere { display: block; padding-left: 0px; width: 100%; } 19 .dokuwiki fieldset { width: unset; } 24 @media screen and (max-width [all...] |
/template/parallax/css/ |
H A D | parallax-responsive.css | 4 @media screen and (max-width: 480px){ 8 max-width: 100%; min-width: unset; 24 max-width: 75%; 60 @media (max-width: 979px) { 66 width: 50%; 71 width: 50%; 76 width: 100%; 132 width: 100%; 139 width: 100%; 153 width: 100%; [all …]
|
/template/pinboard/css/ |
H A D | pinboard-responsive.css | 8 max-width: 100%; min-width: unset; 37 width: 66.7%; 41 width: 50%; 46 width: 33.3%; 88 width:468px; 99 width:50%; 123 width:100%; 152 width:100%; 165 width:auto; 191 width:100%; [all …]
|
/template/able/css/ |
H A D | able-responsive.css | 2 @media screen and (max-width: 480px){ 6 max-width: 100%; min-width: unset; 11 width: 100%; clear: both; float: none; 22 max-width: 100%; 33 @media only screen and (min-width: 320px) and (max-width: 320px) { 36 width: 372px; 39 @media only screen and ( min-width: 320px ) and ( max-width: 480px ) { 45 width: 100%; 64 @media only screen and ( min-width: 481px ) and ( max-width: 800px ) { 70 width: 100%; [all …]
|
/template/arcade-basic/css/ |
H A D | able-responsive.css | 2 @media screen and (max-width: 480px){ 6 max-width: 100%; min-width: unset; 11 width: 100%; clear: both; float: none; 22 max-width: 100%; 33 @media only screen and (min-width: 320px) and (max-width: 320px) { 36 width: 372px; 39 @media only screen and ( min-width: 320px ) and ( max-width: 480px ) { 45 width: 100%; 64 @media only screen and ( min-width: 481px ) and ( max-width: 800px ) { 70 width: 100%; [all …]
|