Skip to main content

Home/ Wordpress/ Group items matching "CSS" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
JR Oakes

Improving the Performance of your WordPress Site: Part 1 - 0 views

  • Optimising CSS & JavaScript With the above informatinon in mind aim to lower the amount of CSS and javascript files your theme has, for example include your reset.CSS in your style.CSS, and for wp-page-navi add it to your style.CSS too. Some plugins add CSS or JavaScript to your theme It’s a good idea to filter these files out and add them to your own style.CSS or a javascript file. Justin Tadlock has written a  useful guide on how to disable scripts and styles belonging to many plugins. http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles You can also minimise you CSS with CSS Drive’s CSS Compressor to lower your style sheets size by that extra bit. It all adds up!
TheAppGuruz

CSS 3 Menu Rotation Tutorial - 1 views

  •  
    CSS 3 Menu Rotation Tutorial: Using simple CSS create a CSS 3 menu rotation. When You have create a site or template in this you have a different category..
  •  
    CSS 3 Menu Rotation Tutorial: Using simple CSS create a CSS 3 menu rotation. When You have create a site or template in this you have a different category..
Peter Nilsson

CSS3 Tooltips - A Lightweight WordPress Tooltips Plugin - 4 views

  •  
    With CSS3 Tooltips plugin for WordPress you can create beautiful and colorful tooltips. It´s based on pure CSS3 and includes over 50 predefined CSS3 styles.
Michael Sturgeon

CSS Hero: The Best Customizing WordPress Plugin Ever? - WP Daily Themes - 4 views

  •  
    If you don't have the time to learn CSS or the budget to hire a designer, then CSS Hero WP plugin may just be the virtual hero you've been waiting for.
  •  
    CSS Hero may not be free, but it is an amazingly powerful customizing tool. Even if you know CSS inside and out, this tool / plugin, expedites the process and is great when you have to meet tight time scheduled site production.
kie guy

5 Popular CSS Frameworks + Tutorials & Tools for Getting Started - 0 views

  •  
    Top 5 CSS frameworks listed: 960, blueprint, jQuery UI, YAML, YUI. \n\nAlso 'worth mentioning': typogridphy, SenCSS, A CSS Framework, tripoli, bluetrip, emastic, wymstyle, elements, malo, logicCSS.
Peter Nilsson

4 Visual CSS Editors Plugins for Customizing WordPress - 1 views

  •  
    Use one of these CSS editor plugins to change the appearance of your WordPress website and without editing any code, including CSS Hero and Genesis Extender
anonymous

Tutorial: Change color in the Arras Theme - 2 views

  • This tutorial is based on the default.css. If you want to make a change do it to the user.css, it's an empty css which will 'overwrite' the default.css. So there's actually no need to fiddle with the default.css. In most parts I'll simply give the part which you can put in the user.css, so if you see .widgetcontent { color: #fff; } you can copy/paste that one into your user.css and change the colorcode to your liking. You can combine parts of course. If you see .widgetcontent { color: #fff; } and .widgetcontent { background: #fff; } you can combine it to .widgetcontent { color: #fff; background: #fff; }
  •  
    From the Arras Theme Community Forums. A step-by-step guide along with lots and lots of help. Perfect for those of us who are lazy.
Peter Nilsson

CSS Hero WordPress Plugin Updated to 1.1 With New Great Improvements - 3 views

  •  
    CSS Hero is an awesome customization tool and plugin that can be used by anyone who want to customize their WordPress themes with new colors, fonts or CSS effects. 
Andy Brudtkuhl

Kerry Webster» Branded Admin for WordPress 2.7 Released - 0 views

  •  
    'Branded Admin' Plugin for WordPress 2.7. WordPress 2.7 actually made this plugin much easier to implement. There are a few css restrictions based on the height values of the image used in the header & padding values in the css. I will explain them below. One of the things I would like to implement in a future version is an admin page for settings so that the css and php files will not have to be editied manually.
anonymous

CSS-JS-Booster - 0 views

  •  
    CSS-JS-Booster automates performance optimizing steps related to CSS, Media and Javascript linking/embedding.
Anshul Singh

A Few Useful Tips to Make CSS Load Faster - 0 views

  •  
    Those who use different techniques for web designing may have already worked with Cascading Style Sheets or CSS.
Luciano Ferrer

Guide to CSS support in email | Campaign Monitor - 1 views

  •  
    "Designing an HTML email that renders consistently across the major email clients can be very time consuming. Support for even simple CSS varies considerably between clients, and even different versions of the same client. We've put together this guide to save you the time and frustration of figuring it out for yourself. With 24 different email clients tested, we cover all the popular applications across desktop, web and mobile email. As the number of email clients continues to grow, we've decided to simplify the web-based version of the guide to focus on the 10 most popular email clients on the market. For the complete report on all 24 email clients across the desktop, web and mobile email world, download the complete guide in PDF format."
Peter Nilsson

Make Quick And Easy CSS Tweaks On Your WordPress Site - 0 views

  •  
    In this post we show you the quickest way to make simple changes and Tweaks to the appearance of your WordPress site's theme by editing the CSS.
Vernon Fowler

Child Themes « WordPress Codex - 0 views

  • A child theme resides in its own directory in wp-content/themes. The scheme below shows the location of a child theme along with its parent theme (Twenty Twelve) in a typical WordPress directory structure:
  • This directory can contain as little as a style.css file, and as much as any full-fledged WordPress theme contains: style.css (required) functions.php (optional) Template files (optional) Other files (optional)
  • @import url("../twentytwelve/style.css");
  • ...4 more annotations...
  • Note on the @import rule There must be no other CSS rules above the @import rule. If you put other rules above it, it will be invalidated and the stylesheet of the parent will not be imported.
  • Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
  • But, when creating child themes, be aware that using add_theme_support('post-formats') will override the formats as defined by the parent theme, not add to it.
  • A child theme can override any parental template by simply using a file with the same name.
thomas info

jQuery Shaky/Vibrating Menu - 0 views

  •  
    A simple Vibrating menu with jQuery and CSS. I used the ul li pattern to make the menus. When we move the mouse cursor over the a menu item, the active menu will stop the vibrating motion and other menus are start the shaky/vibrating motion. Logic behind the shaky/vibration is just changing the CSS properties of the elements, toggling the Top, Left positions of the elements in a period of time which is defined in the jQuery plug-in code.....
  •  
    I used the ul li pattern to make the menus. When we move the mouse cursor over the a menu item, the active menu will stop the vibrating motion and other menus are start the shaky/vibrating motion. Logic behind the shaky/vibration is just changing the CSS properties of the elements, toggling the Top, Left positions of the elements in a period of time which is defined in the jQuery plug-in code.....
Luciano Ferrer

BarTab Lite :: Reviews :: Add-ons for Firefox - 3 views

  •  
    "1) Go to: C:\Users\(your user name)\AppData\Roaming\Mozilla\Firefox\Profiles\(random letters and numbers).default\ 2) Create a folder called 'chrome' (without quotes) if you don't see one. 3) Make a css file called 'userChrome' (userChrome.css) 4) Open it up in a text editor of your choice and put in: .tabbrowser-tab[pending] { opacity: .5; } 6) Restart the browser if it isn't closed. Done!"
Rika Y

Fresh theme for WordPress at iLEMONed - 0 views

  • This port validates as XHTML 1.0 Strict and CSS 2.0, it is ready for plugins Gravatar and Brian's Latest Comments but NOT Widget-friendly (I dislike Widgets). I've tested it with Firefox / IE6 / Safari
kie guy

BlueprintCSS 101 | Blue Flavor - 0 views

  •  
    If you intend to use Blueprint to build a design, it's best to decide this before you start working in Photoshop (or your design tool of choice). You can retrofit a design with Blueprint HTML and CSS, but it's much simpler to plan it from the beginning.
anonymous

Navigation sub menus appearing under the featured slideshow (Arras Theme) - 0 views

  • Navigation sub menus appearing under the featured slideshowUnder css/styles/default.css and css/styles/legacy.css, look for line:#featured-slideshow { position: relative; height: 250px; margin-right: 20px; }Change to:#featured-slideshow { position: relative; height: 250px; margin-right: 20px; z-index: 0 !important; }
  •  
    Solution to the problem where navigation menus show up underneath the "featured" slideshow.
Maggie Wolfe Riley

Digging Into WordPress - the book! - 4 views

  •  
    Two of my favorite web designers with super helpful blogs, Chris Coyier of CSS Tricks and Jeff Starr of Perishable Press, have just released their new collaboration! The book, "Digging Into WordPress," is now available as a PDF download, and if you buy the PDF book now, you will be eligible for a "sweet discount" on the hard copy of the book when it comes out, plus receive updates free. They've done a great job on this book, which covers setting up WordPress, anatomy of a WordPress theme, theme design and development, extending functionality including using WordPress as a CMS, working with RSS feeds, SEO, dealing with comments, and keeping your site "healthy." I already followed both of these designers before they began their collaboration, and have found countless useful tutorials, code snippets, design ideas, and much more on both of their sites - I've relied on Perishable Press as a source for great unobtrusive javascript code, and on CSS-Tricks for all kinds of other useful tools for making valid, functional, and beautiful sites. This book is bound to be a valuable reference to anyone who works with WordPress.
1 - 20 of 100 Next › Last »
Showing 20 items per page