| /template/chippedsnow/css/ |
| D | semanticgridsystem.less | 6 @column-width: 60; 7 @gutter-width: 20; 11 @gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px; 13 // Set @total-width to 100% for a fluid layout 14 @total-width: @gridsystem-width; 16 // Uncomment these two lines and the star-hack width/margin lines below to enable sub-pixel fix for… 17 // @min-width: 960; 18 // @correction: 0.5 / @min-width * 100 * 1%; 40 width: 100%; 46 width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width); [all …]
|
| D | semanticgridmerged.less | 6 @column-width: 60; 7 @gutter-width: 20; 11 @gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px; 13 // Set @total-width to 100% for a fluid layout 14 @total-width: @gridsystem-width; 16 // Uncomment these two lines and the star-hack width/margin lines below to enable sub-pixel fix for… 17 // @min-width: 960; 18 // @correction: 0.5 / @min-width * 100 * 1%; 40 width: 100%; 46 width: @total-width*((@gutter-width + @gridsystem-width)/@gridsystem-width); [all …]
|
| /template/fictive/css/ |
| D | fictive-responsive.css | 2 @media screen and (max-width: 480px){ 6 max-width: 100%; min-width: unset; 11 width: 100%; clear: both; float: none; 15 #config__manager td { display: block; padding: 1.15em 0px; max-width: 100%; } 17 #config__manager fieldset td.value { width: unset; } 19 /* make <select> not exceed it's parent div's width */ 21 div.input { display: flex; } select { width: 100%; flex-shrink: 1; } 28 max-width: 100%; 29 width: unset; 40 @media screen and (max-width: 51em) { [all …]
|
| /template/parallax/lib/bootstrap/css/ |
| D | bootstrap-responsive.min.css | 11 width: device-width 38 width: 100%; 66 @media (min-width: 768px) and (max-width: 979px) { 84 @media (max-width: 767px) { 102 @media (min-width: 1200px) { 125 width: 1170px 129 width: 1170px 133 width: 1070px 137 width: 970px 141 width: 870px [all …]
|
| D | bootstrap-responsive.css | 12 width: device-width; 40 width: 100%; 68 @media (min-width: 768px) and (max-width: 979px) { 86 @media (max-width: 767px) { 104 @media (min-width: 1200px) { 131 width: 1170px; 135 width: 1170px; 139 width: 1070px; 143 width: 970px; 147 width: 870px; [all …]
|
| /template/cowboy/css/nashville/specimen_files/ |
| D | grid_12-825-55-15.css | 40 .width1, .grid1, .span-1 {width: 55px;} 41 .width1_2cols,.grid1_2cols {width: 20px;} 42 .width1_3cols,.grid1_3cols {width: 8px;} 43 .width1_4cols,.grid1_4cols {width: 2px;} 44 .input_width1 {width: 49px;} 46 .width2, .grid2, .span-2 {width: 125px;} 47 .width2_3cols,.grid2_3cols {width: 31px;} 48 .width2_4cols,.grid2_4cols {width: 20px;} 49 .input_width2 {width: 119px;} 51 .width3, .grid3, .span-3 {width: 195px;} [all …]
|
| /template/cutopillar/css/monopillar/ |
| 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; } 11 .realsidebar { width: 100%; margin: 2em 2em; } 18 @media screen and (max-width: 850px) { 19 .header, .content, .offset, #topmenu { width: 100% !important; box-sizing: border-box; } [all …]
|
| /template/hexa/css/ |
| D | hexa-responsive.css | 3 @media screen and (max-width: 480px){ 7 max-width: 100%; min-width: unset; 12 width: 100%; clear: both; float: none; 16 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; } 18 #config__manager fieldset td.value { width: unset; } 23 max-width: 60%; 31 @media screen and (max-width: 48.81em) { 33 min-width: unset; 34 width: 100%; 36 /*#mediamanager__page .file { width: 70%; clear: both; }*/ [all …]
|
| /template/benjamin/user/css/ |
| D | structure.css.dist | 17 width: 100%; 18 max-width: __site_width__; 23 width: __site_width__; 31 width: 100%; 35 width: 100%; 43 width: 100%; 52 width: 100%; 60 width: 100%; 68 margin: 0; padding: 0; width: 100%; 79 width: 100%; [all …]
|
| /template/benjamin/css/ |
| D | structure.css | 17 width: 100%; 18 max-width: __site_width__; 23 width: __site_width__; 31 width: 100%; 35 width: 100%; 43 width: 100%; 52 width: 100%; 60 width: 100%; 68 margin: 0; padding: 0; width: 100%; 79 width: 100%; [all …]
|
| /template/breeze/bower_components/gumby/sass/functions/ |
| 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/ |
| 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%%; 19 @media (max-width: 480px) { 21 width: 100%; 22 max-width: 100%%; 26 width:100%; 32 @media screen and (max-width: 480px){ [all …]
|
| /template/varicolored/css/ |
| D | vapicolored-responsive.css | 2 @media screen and (max-width: 1000px) { 3 #header, #page, #menu { width: 100% !important; } 4 #content { width: 70%; } 5 #sidebarelement { width: 30%; box-sizing: border-box; } 6 #search-text { width: 60%; } 9 @media screen and (max-width: 700px) { 11 #sidebarelement { float: left; clear: both; width: 90%; } 12 #header, #page, #content, #menu { width: 100% !important; } 20 @media screen and (max-width: 700px) { 27 @media screen and (max-width: 480px){ [all …]
|
| /template/trendclassic/css/ |
| 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%; } 13 .column { display: block !important; width: 100% ! important; } 25 @media screen and (max-width: 480px){ 29 max-width: 100%; min-width: unset; 34 width: 100%; clear: both; float: none; [all …]
|
| /template/dynamic_template/ |
| D | fbcustom.css | 10 width: auto; 13 width: auto; 17 width: 167px; 22 width: auto; 27 width: auto; 31 width: 150px; 36 width: auto; 41 width: 150px; 45 width: inherit; 49 width: inherit; [all …]
|
| D | custom1152.css | 9 width: 100%; 12 width: auto; 17 width: 225px; 26 width: auto; 31 width: 203px; 36 width: auto; 41 width: 203px; 45 width: inherit; 49 width: 100%; 53 width: 100%; [all …]
|
| D | custom800.css | 9 width: 100%; 12 width: auto; 17 width: 156px; 26 width: auto; 31 width: 141px; 36 width: auto; 41 width: 141px; 45 width: inherit; 49 width: 100%; 53 width: 100%; [all …]
|
| D | custom1024.css | 9 width: 100%; 12 width: auto; 17 width: 225px; 26 width: auto; 31 width: 203px; 36 width: auto; 41 width: 203px; 45 width: inherit; 49 width: 100%; 53 width: 100%; [all …]
|
| /template/klean/css/ |
| D | klean-responsive.css | 4 @media screen and (max-width: 480px){ 8 max-width: 100%; min-width: unset; 13 width: 100%; clear: both; float: none; 17 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; } 19 #config__manager fieldset td.value { width: unset; } 24 max-width: 75%; 36 @media screen and (max-width: 768px) { 39 width: 95%; 48 @media screen and (max-width: 600px) { 60 @media screen and (max-width:768px) { [all …]
|
| /template/arcadebasic/css/ |
| 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: 768px) and (max-width: 991px) { 39 @media (min-width: 768px) and (max-width: 991px) { 43 @media (min-width: 992px) and (max-width: 1199px) { [all …]
|
| /template/notepad/css/ |
| 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) { 33 #content { width: 100%; padding: 0px 1em; margin: 0px; box-sizing: border-box; } 41 @media screen and (max-width: 480px){ 45 max-width: 100%; min-width: unset; 50 width: 100%; clear: both; float: none; [all …]
|
| /template/darkwood/css/ |
| D | darkwood.css | 41 width: 100%; 43 max-width: 100%; 58 width: 100%; 68 width: 990px; 85 width: 990px; 103 width: 100%; 113 width: __site_width__; 114 max-width: 990px; 140 width: 990px; 141 max-width: 990px; [all …]
|
| /template/writr/css/components/ |
| D | mediamanager.less | 31 width: 100%; 37 width: 100%; 42 width: 20%; 43 min-width: 160px; 51 width: 50%; 52 max-width: ~"calc(100vw - 280px)"; 58 width: 30%; 59 min-width: 280px; 96 width: 20px!important; 100 width: 60px!important; [all …]
|
| /template/writr/css/ |
| D | responsive.less | 4 @media only screen and (max-width: 1219px) { 6 width: 940px; 9 width: 540px; 12 width: 540px; 17 @media only screen and (max-width: 959px) { 21 width: 40px; 27 width: 680px; 31 width: ~"calc(100vw - 40px - 100px)"; 43 width: 100%; 49 width: 100%; [all …]
|
| /template/artforwater/css/ |
| 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: 480px){ [all …]
|