Перейти к содержимому


Фотография
- - - - -

MEDIA QUERIES Jblank

media queries

Лучший Ответ CB9TOIIIA , 05 May 2015 - 19:42

конечно :) только еще наверное 2-3 недели буду верстать, много всего надо.

 

WAsH.gif

 

сайт салона красоты редизайн делаю.

 

Вообще дополнил, у заказчика 1366 ноут, поэтому вот так:


// ***************************************** Media queries for different devices ***************************************
// more info https://gist.github.com/gitawego/5803557
@print:       ~"print";                               // print version of website
@mobile-mini: ~"only screen and (min-width: 320px) and (max-width: 479px)";  // smartphones, iPhone, portrait 480x320 phones
@mobile:      ~"only screen and (min-width: 480px) and (max-width: 599px)";  // smaller tablets 600 or 640 wide
@tablet-mini: ~"only screen and (min-width: 600px) and (max-width: 800px)";  // portrait tablets, portrait iPad
@tablet:      ~"only screen and (min-width: 801px) and (max-width: 1024px)";  // tablet, landscape iPad
@desktop:     ~"only screen and (min-width: 1025px) and (max-width: 1280px)"; // big landscape tablets, laptops
@desktop-xl:  ~"only screen and (min-width: 1281px) and (max-width: 1365px)"; // hi-res laptops and desktops
@desktop-xxl:  ~"only screen and (min-width: 1366px)"; //  desktops

// devices with retina display (http://css-tricks.com/snippets/css/retina-display-media-query/)
@retina: ~"only screen and (-webkit-min-device-pixel-ratio: 2)",
         ~"only screen and (   min--moz-device-pixel-ratio: 2)",
         ~"only screen and (     -o-min-device-pixel-ratio: 2/1)",
         ~"only screen and (        min-device-pixel-ratio: 2)",
         ~"only screen and (           min-resolution: 192dpi)",
         ~"only screen and (            min-resolution: 2dppx)";

Перейти к сообщению


Сообщений в теме: 12

#11 CB9TOIIIA

CB9TOIIIA

Отправлено 05 May 2015 - 20:13

мощная штука: https://screentogif.....codeplex.com/ и в этом проблема, через Gifcam все шустрее вроде получается, но в этой функционал шире.


  • 1

#12 SmetDenis

SmetDenis

Отправлено 05 May 2015 - 22:27

Отныне наш саппорт и гифами кидаться будет :) http://llfl.ru/11221_test.gif
  • 0
JBZoo v4.0 и новый чудный мир Open Source GPL
Отключайте проверку лицензий как можно скорее!



— Есть два типа людей: Кто еще не делает бекапы и кто уже делает бекапы.


#13 CB9TOIIIA

CB9TOIIIA

Отправлено 29 June 2015 - 09:00

Про гифки поговорили :) кстати обновления вышли для gifcam - имейте ввиду)) много разных плюшек добавили.
 
Хотел еще рассказать про PointerFocus
 
pointerfocus-demo-text.gif

 

Spoiler

 

В общем это карандаш, лупа, мышка - отображение нажатых клавиш и многое другое :) 


  • 2




Click to return to top of page in style!