Do I look good naked?

A CSS Framework

November 5th, 2006

One man’s take on organizing and beginning a project in a consistent manner. not only launching each style-sheet right off the bat (including some honed default markup changes like removing margins and such) but allows for future expansion and development in a controlled manner

Something I’m not very good at managing myself currently, even with, say, wordpress’s default sections. I always have to go back and reformat the sheet if i want the order they suggest. Comes with my tradition as coder first, organiser second. Stream of consciousness stuff. As we all know – who spends time tidying up code thats finished and functional? Well I do if I have the time – but there’s the rub.



/* =INITIAL
v2.1, by Faruk Ates - www.kurafire.net
Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: Elements we want to clean out entirely: */

html, body, form, fieldset {
margin: 0;
padding: 0;
font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
margin: 1em 0;
padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */

li, dd, blockquote {
margin-left: 1em;
}

/* Miscellaneous conveniences: */

form label {
cursor: pointer;
}

fieldset {
border: none;
}

input, select, textarea {
font-size: 100%;
}

, , , ,

sources

Fatal error: Call to undefined function mwli_link_indication() in /home/ihcra/ihcra/blog/wp-content/themes/creaturefeature/single.php on line 29