Coder Social home page Coder Social logo

hello-luke / browser-body-classes Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 63 KB

This lightweight plugin allows you to add unique classes to the body tag for easy styling based on user's device and browser. It can be very useful especially if you are creating own theme.

License: GNU General Public License v2.0

CSS 1.42% PHP 55.97% JavaScript 42.61%

browser-body-classes's Introduction

Browser Body Classes (WordPress Plugin)

preview

This lightweight plugin allows you to add unique classes to the body tag for easy styling based on user's device and browser. It can be very useful especially if you are creating own theme.

Installation

Installing and using Browser Body Class:

-Upload /browser-body-class/ to the '/wp-content/plugins/' directory.
-Activate the plugin through the 'Plugins' menu in WordPress.
-Setup your settings via 'Settings > Browser Body Class'.

Possible classes examples

Device type:
desktop, tablet, phone

OS:
mac, windows, linux, unix, android, ios, windows-phone, amazon

Browser info:
chrome, firefox, safari, opera,ie

Browser version:
ie11, chrome48, safari9 etc.

Device orientation (only phones and tablets):
landscape, portrait, orientation-changed

Example usage

How to target example class:

/*Targeting only all versions of Chrome browser:*/
body.chrome .example{}

/*Targeting IE11:*/
body.ie11 .example{}

/*targeting only tablets*/
body.tablet .example{}

/*targeting iphones:*/
body.phone.ios .example{}

License

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Credits:

kaimallea - detecting mobile features with isMobile

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.