Ali Nazik Wordpress Theme coming soon
On my feedburner post, I gave a screenshot of my upcoming Wordpress theme, Ali Nazik. The feedburner post may have failed as a linkbait, but got attention to my upcoming wordpress theme nonetheless. I am taking my time building the theme from scratch. I am trying to keep it simple while adding visual snippets. You will find some more screenshots of Ali Nazik on later on the post.
Before passing on to the screenshots, I would like some help on css optimization. For example, if I have 2 styles like coded like this:
.input2 {
text-align: left;
background: url(images/icon_mail.gif) center left no-repeat;
background-color: #000;
color: #FFF;
border: none;
padding: 5px 5px 5px 18px;
margin: 2px 0px;
}
.input3 {
text-align: left;
background: url(images/icon_home.gif) center left no-repeat;
background-color: #000;
color: #FFF;
border: none;
padding: 5px 5px 5px 18px;
margin: 2px 0px;
}
How can I make it smaller. I know it can be done, but I don’t have experience with it. This is easier to edit for users, but takes longer to load.
Here are the Ali Nazik wordpress theme screenshots I promised:
and the one from the previous post:



