OOCSS includes a cool style sheet for random padding/margin needs, it reads
as follows:
pan { padding: 0; } /* padding all non */
ptn { padding-top: 0; }
prn { padding-right: 0; }
pbn, pln....
phn { padding-right: 0; padding-left: 0; }
pvn { padding-top: 0; padding-bottom: 0; }
pas { padding: 5px; } /* padding all small */
pts { padding-top: 5px; }
... and so on, from small, med, large for padding and margin (I added an
additional x-large).
Kevin
On Wed, Dec 15, 2010 at 5:17 AM, kaiser <[email protected]> wrote:
> Hi Filype,
>
> if you're interessted in "great" printing style, take a look a mike
> crittenden's "priss" stylesheet for printing:
> http://github.com/mikecrittenden/priss
>
> Ad .hide) I guess we're not going to incorporate something that could
> be missleading. Maybe we will add .no-web/.hide-web { display: none; }
> to the main screen.css and .no-print/.hide-print { display: none; } to
> the print stylesheet.
>
> Ad .padding) You could already do that with taking ex. <div
> id="whatever" class="box bottom">this is not tested</div>, but you'd
> have to override the background-color that comes with the .box class.
>
> @everybody reading this: Please try to take a look at the different
> classes that already come with BP and it's plugins. If you use them,
> then you're 99% update save.
> Ad adding/changin something to BP) If you think there's a bug or
> something should be changed or added: Write at lighthouse:
> http://blueprintcss.lighthouseapp.com/projects/15318-blueprint-css/overview
>
> --
> You received this message because you are subscribed to the Google Groups
> "Blueprint CSS" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<blueprintcss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en.