phone:   229.798.4056
skype:   im.jtk
JTk on twitter

Custom WordPress Theme Design

Custom WordPress Themes:

JTk's WordPress Portfolio
You are browsing the css category:

WordPress CSS / XHTML Dude

Since I have become more successful designing WordPress themes then I could have ever guessed when I first looked into how it was done, I once again confront an issue that has haunted my professional existence - managing growth.
What I am trying to say is that I need to take on a partner that [...]


Was: ImJTk WordPress Theme

- Yep Another free, creative commons licensed WordPress theme that I am setting free: WasImJTk
This one is a little special because it was not designed to be a freely available creative commons theme but rather it was the previous theme of imjtk.com. This theme served me well and when it was time to re-boot [...]


Attack of the WP Clones

Recently I have been doing allot of clones jobs, that is, creating WordPress themes that try and visually emulate existing sites. In these cases I have been creating these new WordPress themes for the owners of the existing sites so there are no ethical issues…
Most of the time the original sites are done [...]


Chip in for a New Free Kick Ass WordPress Theme

All right then, I have decided to try and raise a few bucks to help me create my next free WordPress theme. I see it as sort of like a number of folks all ponying up a few buck a piece to commission a new, cool, standards complaint WordPress theme.
I like releasing the free [...]


The dotted underline link css dealio

a {
color: #E6EDF5;
text-decoration: none;
background-color: transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}
a:visited {
color: #E6EDF5;
text-decoration: none;
background-color: transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}
a:hover {
color: #F37821;
background-color: transparent;
border-color: #98D2E7;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
text-decoration: none;
}