2017/03/28
css
備忘録です。
参考サイト
OS、ブラウザごとのCSSハックなどまとめ
@supports (-ms-ime-align:auto) { .css_selector { background-color: red; } }
@media all and (-ms-high-contrast:none){ *::-ms-backdrop, .hoge { // スタイル } }
@media all and (-ms-high-contrast:none){ .foo { color: green } /* IE10 */ }
@-moz-document url-prefix(){ .sample{ background: #cccccc; } }
@media screen and (-webkit-min-device-pixel-ratio:0){ .sample{ background: #cccccc; } }
@media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome, .sample{ background: #cccccc; } } //Safariのみ @media screen and (-webkit-min-device-pixel-ratio: 0) { _::-webkit-full-page-media, _:future, :root .sample{ background: #cccccc; } } //最新のSafari _::-webkit-full-page-media, _:future, :root .css_selector { background-color: red; }
「css_browser_selector.js」を使用
https://rafael.adm.br/css_browser_selector/
.win { /*Windows (全バージョン)のみ*/ } .linux { /*linux(x11とlinux)のみ*/ } .mac { /*Mac OSのみ*/ } .iphone { /*iphoneのみ*/ } .ipad { /*ipadのみ*/ } .android { /*Google Androidのみ*/ }
//js if ( navigator.userAgent.indexOf('iPhone') > 0 ) { $("body").addClass("iPhone"); };
//js if ( navigator.userAgent.indexOf('Android') > 0 ) { $("body").addClass("Android"); };
ゼヒトモ内でのプロフィール: ROCKSTREAM, ゼヒトモのホームページ作成・制作サービス, 仕事をお願いしたい依頼者と様々な「プロ」をつなぐサービス
2024/08/20
神社
御朱印
2024/07/06
神社
御朱印
2024/07/06
神社
御朱印
2024/02/09
神社
2024/02/09
神社