Panels css, a new css framework.
What is panels css?
Panels css is a new type of css framework, like most, it is a file that contains several classes that a user can use to design a web page.
What is the format required to work with Panels?
Panels fit to any design. Also Panels comes with a nice pattern for color coding different elements while designing;
the elements are coded based on their purpose in the document.
What kind of classes does Panels has?
Panels has 6 diferent types of classes:
Height, width, positioning, padding, margin and, special classes for creating menus.
How did I came to develop Panels css framewok?
I like to code my websites, I do not like authoring tools. I had it in mind but I din’t know where to start. The first scratch was different and had many limits; but after a week of not touching the computer I rewrote it and became what it is now.
How was the first version diferent ?
In the first version elements were all floated to the left and all classes (height and width) were incremented by 25 pixels instead. The paddin and margin classes were incremented by 5 pixels up to 10. The margin classes such as m1 covered only top right and bottom, there was a social ml class for adding margin to the left, all because all the elements had to be floated to the left.
Also al class names were capitalized which I think it’s a bad idea because forces the user to type more.
Are there going to be moe modifications in Panels?
Yes, there will be.
I will separate the pisitioning from the display classes; therefore instead of .dipr – display: inline; position: relative -
we will have two classes: .di & .pr …..
I feel I would like to change names I gave to the claaea for creatin menus and tree-views. For example, use all lower case letters and give them shorter names.