Home
last modified time | relevance | path

Searched refs:media (Results 1 – 25 of 1422) sorted by relevance

12345678910>>...57

/template/breeze/bower_components/gumby/sass/functions/
H A D_responsivity.scss3 @mixin respond($media) { parameter
4 @if $media == portrait-phones {
7 @else if $media == landscape-phones {
10 @else if $media == all-phones {
16 @else if $media == tablets {
19 @else if $media == desktop {
22 @else if $media == document-width {
25 @else if $media == large-screens {
28 @else if $media == print {
29 @media print { @content; }
[all …]
H A D_visibility.scss5 @mixin hidden($media) { parameter
6 @include respond($media) {
13 @mixin visible($media) { parameter
14 @include respond($media) {
/template/fictive/css/
H A Dfictive-responsive.css2 @media screen and (max-width: 480px){
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) {
83 @media screen and (max-width: 51em) {
91 @media screen and (max-width: 51em) {
98 @media screen and (max-width: 51em) {
[all …]
/template/templar/less/
H A Dmedia.less10 .media,
11 .media-body {
17 // Proper spacing between instances of .media
18 .media,
19 .media .media {
22 .media:first-child {
27 .media-object {
32 .media-heading {
40 .media > .pull-left {
43 .media > .pull-right {
[all …]
/template/hexa/css/
H A Dhexa-responsive.css3 @media screen and (max-width: 480px){
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) {
104 @media screen and (max-width: 48.81em) {
185 @media screen and (max-width: 58em) {
195 @media screen and (max-width: 58em) {
[all …]
/template/arcadebasic/css/
H A Darcadebasic-responsive.css2 @media screen and (max-width: 480px){
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) {
58 @media (max-width: 767px) {
61 @media (mi
[all...]
/template/sprintdoc/css/
H A Darea_header.less8 @media @screen_max-xs {
13 @media @screen_min-md {
35 @media @screen_max-md {
47 @media @screen_min-md {
52 @media @screen_max-md {
57 @media @screen_max-md {
63 @media @screen_max-md {
68 @media @screen_max-xs {
76 @media @screen_max-md {
81 @media
[all...]
H A Darea_nav-usertools.less6 @media @screen_min-md {
10 @media @screen_max-md {
20 @media @screen_min-md {
32 @media @screen_max-md {
36 @media @screen_max-xxs {
46 @media @screen_max-xs {
53 @media @screen_max-xxs {
70 @media @screen_md-xlg {
85 @media @screen_min-md {
89 @media
[all...]
H A Dbase_structure.less10 @media screen {
19 @media @screen_min-xxs {
25 @media @screen_min-xs {
31 @media @screen_min-sm {
38 @media @screen_min-md {
45 @media @screen_min-lg {
52 @media @screen_min-xlg {
58 @media @screen_min-xxlg {
67 @media screen {
117 @media
[all...]
H A Dtemplate_detail.less3 * (media details)
9 @media screen {
60 @media screen {
84 @media screen {
102 @media @screen_min-xs {
106 @media @screen_max-xs {
114 @media @screen_min-xs {
118 @media @screen_max-xs {
137 @media @screen_max-md {
151 @media
[all...]
H A Darea_nav-metabox.less17 @media @screen_min-md {
23 @media @screen_max-md {
59 @media @screen_max-md {
79 @media @screen_min-md {
104 @media @screen_min-md {
108 @media @screen_max-md {
120 @media @screen_min-md {
130 @media @screen_max-md {
157 @media @screen_min-md {
163 @media
[all...]
/template/drop/css/
H A Ddrop-responsive.css2 @media screen and (max-width: 480px){
35 @media all and (max-width: 47.5em) {
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) {
227 .social-media-icons li a,
228 .social-media-icons li a:link,
232 .social-media-icons li a:hover,
233 .social-media-icons li a:active,
[all …]
/template/klean/css/
H A Dklean-responsive.css4 @media screen and (max-width: 480px){
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) {
90 @media screen and (min-width:768px) {
102 @media screen and (max-width:768px) {
115 @media screen and (max-width:992px) {
126 @media screen and (max-width:768px) {
161 @media screen and (max-width:768px) {
[all …]
/template/ospyramid/js/libs/
H A Drespond.js40 media = sheet.media,
49 media: media
67 translate( styles, thisRequest.href, thisRequest.media );
75 translate = function( styles, href, media ){ argument
83 useMedia = !ql && media;
102 fullq = media;
117 media : thisq.match( /(only\s+)?([a-zA-Z]+)(\sand)?/ ) && RegExp.$2,
157 if( !styleBlocks[ thisstyle.media ] ){
158 styleBlocks[ thisstyle.media ] = [];
160 styleBlocks[ thisstyle.media ].push( rules[ thisstyle.rules ] );
[all …]
/template/monochrome/css/
H A Dmobile.css7 @media only screen and (max-width: 1023px) {
11 } /* media 1023px */
13 @media only screen and (max-width: 799px) {
67 } /* media 799px */
69 @media only screen and (max-width: 639px) {
90 } /* media 639px */
92 @media only screen and (max-width: 479px) {
99 } /* media 479px */
/template/peanutbutter/css/
H A Dmobile.css8 @media only screen and (max-width: 1023px) {
12 } /* media 1023px */
14 @media only screen and (max-width: 799px) {
68 } /* media 799px */
70 @media only screen and (max-width: 639px) {
91 } /* media 639px */
93 @media only screen and (max-width: 479px) {
100 } /* media 479px */
/template/parallax/css/
H A Dparallax-responsive.css4 @media screen and (max-width: 480px){
34 @media screen and (max-width: 767px) {
52 @media screen and (max-width: 767px) {
60 @media (max-width: 979px) {
128 @media screen and (max-width: 768px) {
157 @media screen and (max-width: 782px) {
171 @media (max-width: 480px) {
197 @media all and (max-width: 767px) {
215 @media screen and (min-width: 783px) {
220 @media screen and (max-width: 600px) {
[all …]
/template/ravel/css/
H A Dravel-responsive.css4 @media screen and (max-width: 480px){
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) {
341 @media (max-width: 600px) {
[all …]
/template/graphy/css/
H A Dgraphy-responsive.css3 @media screen and (max-width: 480px){
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) {
181 @media screen and (min-width: 783px) {
283 @media screen and (min-width: 980px) {
291 @media screen and (min-width: 540px) {
[all …]
/template/lilas/
H A Dlayout.css7 body#media, body#mediaedit { padding:0; }
140 #detail #content, #mediaref #content, #media #content, #mediaedit #content { margin: 0; }
227 #contentbody img.media { margin: 3px; }
244 #media { margin: 1em; }
245 #media a img { border: none; }
246 #media .mediaselect .mediaselect-left { float: left; width: 15em; }
247 #media .mediaselect .mediaselect-left ul { margin: 0 0 0 10px; padding: 0; }
248 #media .mediaselect .mediaselect-right { margin-left: 15em; padding: 5px; }
249 #media .mediaselect .mediaselect-right ul { list-style: none; margin: 0; padding: 0; }
250 #media .mediaselect .mediaselect-right ul li { padding: 5px; margin-bottom: 5px; }
[all …]
/template/sprintdoc/
H A DTemplate.php236 $media = '';
237 foreach($medias as $media) {
238 if(file_exists(mediaFN($media))) break;
239 $media = '';
241 if($media === '') return '';
244 $media = ml($media, array('w' => $w, 'h' => $h, 'crop' => (int) $crop), true, '&');
245 $attributes[$attr] = $media;
/template/launch/css/
H A Dlaunch-responsive.css1 @media (max-width: 767px) {
7 @media (max-width: 480px) {
13 @media (max-width: 767px) {
19 @media (max-width: 480px) {
31 /* media manager and config manager for mobile */
32 @media screen and (max-width: 480px){
/template/mywiki/css/
H A Dmywiki-responsive.css4 @media screen and (max-width: 480px){
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) {
338 @media (min-width: 900px) {
403 @media (max-width: 640px){
416 @media (max-width: 359px) {
473 @media (max-width: 767px) {
[all …]
/template/congrid/css/
H A Dmobile.less8 /* for detecting media queries in JavaScript (see script.js): */
16 @media only screen and (max-width: @ini_tablet_width) {
19 z-index: 1; /* for detecting media queries in JavaScript (see script.js) */
80 /* enable horizontal scrolling in media manager */
111 } /* /@media */
116 @media only screen and (max-width: @ini_phone_width) {
119 z-index: 2; /* for detecting media queries in JavaScript (see script.js) */
228 } /* /@media */
233 @media only screen and (max-height: 400px) {
241 } /* /@media */
/template/cutopillar/css/monopillar/
H A Dresponsive.css1 @media screen and (max-width: 1100px) {
6 @media screen and (max-width: 975px) {
18 @media screen and (max-width: 850px) {
35 @media screen and (max-width: 480px) {
39 @media screen and (max-width: 480px){
44 /* media manager and config manager for mobile */
45 @media screen and (max-width: 480px){

12345678910>>...57