Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Wordpress template?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Murray Nuttall  
View profile  
 More options Jun 23 2010, 5:26 pm
From: Murray Nuttall <murray.nutt...@gmail.com>
Date: Thu, 24 Jun 2010 09:26:47 +1200
Local: Wed, Jun 23 2010 5:26 pm
Subject: Re: Wordpress template?

I think it's pretty good if your content loaders are happy to extend your
classes using the html mode.

<ul class="simple help">

However, a plug-in that allows you to add more than one class to an element
would be much better.

Perhaps it's possible to install TinyMCE and add some kind of extension to
it.

Also, because you may find content loaders reluctant to add a class to
lists, or a div around a table, you may find this jquery helpful!

        $('.content').find('ul:not([class])').addClass('simple');

        $('.content').find('table').filter(function(){
            return !$(this).parent().hasClass('data');
        }).wrap('<div class="data" />');

If you have any specific questions please don't hesitate to ask.

Murray

On Thu, Jun 24, 2010 at 8:54 AM, Murray Nuttall <murray.nutt...@gmail.com>wrote:

> Hello,
> Yes I've just finished building one which should be released sometime in
> the next couple of weeks.

> The url will be http://developer.trademe.co.nz

> Murray

> On Thu, Jun 24, 2010 at 8:38 AM, Stubbornella <sullivan.nic...@gmail.com>wrote:

>> Has anyone made a WP template using OOCSS? I found this post today.

>> http://wordpress.org/support/topic/414396

>> --
>> You received this message because you are subscribed to the Google Groups
>> "Object Oriented CSS" group.
>> To post to this group, send email to object-oriented-css@googlegroups.com
>> .
>> To unsubscribe from this group, send email to
>> object-oriented-css+unsubscribe@googlegroups.com<object-oriented-css%2Bunsu bscribe@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/object-oriented-css?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.