Linux 软件免费装

Awebsome! Browser Selector

开发者 raulillana
更新时间 2012年11月15日 15:05
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 3.4.1
版权: GPLv2

标签

CSS selector browser awebsome specific

下载

1.0 1.0.1 1.1 1.2 1.2.1 2.0 2.1

详情介绍:

Modifies the body tag classes adding some Platform/Browser/Version codes, so you can add quick and clean CSS patches. Inspired by Based in the code from PHP User Agent Parser from Jesse Donat and fork'd by me. Available Platform Codes Desktop Mobile Available Browser Codes

安装:

Go easy!\ Upload, activate and enjoy developing.

升级注意事项:

2.1 Update required!! 2.0 Update required!! 1.2.1 Update required!! 1.2 Update required!! 1.1
  • BuddyPress and cache plugin issues fixed. Update required!
1.0.1
  • Updated descriptions. No Update required!

常见问题:

Where should I write my CSS specific code?

At the end of your theme CSS file will be fine.

How can I apply a patch for specific Platform/Browser/version?

  1. Filtering by Platform: .kindle
  2. Filtering by Browser: .opera
  3. Filtering by Browser and Version: .ie.v7
  4. Filtering by Platform and Browser: .win.ie
  5. Filtering by Platform, Browser and Version: .win.ie.v8
.Platform.Browser.Version #id .class { display:block; } So, this way you can apply CSS3 patches seamlessly... `/ fallback/image non-cover color & fallback image & W3C Markup / element { background-color: #1a82f7; background-image: url('images/fallback-gradient.png'); background-image: linear-gradient(to bottom, #FFFFFF 0%, #00A3EF 100%); } / Safari + Chrome + iPhone + iPad / .safari #element, .chrome #element, .iphone #element, .ipad #element { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2F2727), to(#1a82f7)); background-image: -webkit-linear-gradient(top, #2F2727, #1a82f7); } / Firefox / .firefox #element { background-image: -moz-linear-gradient(top, #2F2727, #1a82f7); } / Opera / .opera #element { background-image: -o-linear-gradient(top, #2F2727, #1a82f7); } / IE / .ie #element { background-image: -ms-linear-gradient(top, #2F2727, #1a82f7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F2727', endColorstr='#1a82f7', gradientType='0'); }`

Something's messing with my classes or they're not showing...

Try clearing your caches.

更新日志:

Future Release 2.1 2.0 1.2.1 1.2 1.1 1.0.1 1.0