Quote:
Originally Posted by Juju Man
Since you guys shared a style I will share a custom one I came up with.
I hope you enjoy it.
|
Quote:
Originally Posted by Loco.M
If you are talking about the Zodiac fix, I have updated already for that one.
I'll look to see if there was another.
I'll also try reverting the memberinfo template and redoing the edits
*yup, I must of missed some code b4, all is working now  *
oh, and if someone wants a red and black style that was made up real fast, here is one
Code:
body {
background:#000000;
color:#ff0000;
}
.tcat {
background:#000000;
color:#ff0000;
}
.thead {
background:#000000;
color:#ff0000;
}
.tborder {
border:dotted #FF0000;
}
.tbody {
background:#000000;
}
.tfooter {
background:#000000;
color:#ff0000;
}
Let me know if you have some others,
thanks
|
Quote:
Originally Posted by Loco.M
here is a grey - black one that is nice
Code:
body {
background:#dddddd;
color:#000000;
}
.tcat {
background:#aaaaaa;
color:#000000;
}
.thead {
background:#bbbbbb;
color:#000000;
}
.tborder {
border:dotted #0000FF;
}
.tbody {
background:#cccccc;
color:#000000;
}
.tfooter {
background:#bbbbbb;
color:#000000;
}
and here is another attempted from me..
it's grey - blue
Code:
body {
background:#f3f2f2;
color:#1c05fa;
}
.tcat {
background:#f3f2f2;
color:#ff0000;
}
.thead {
background:#f3f2f2;
color:#1c05fa;
}
.tborder {
border:dotted #1c05fa;
}
.tbody {
background:#f3f2f2;
}
.tfooter {
background:#f3f2f2;
color:#7ad8e3;
}
I think some other cool stuff can be done, but CSS isn't really my thing 
|
People have posted these, and said if people want them... does that mean they're free to use by anyone, including me? Because my members don't have a clue about CSS, I am seriously not going to spend 6 pages teaching people about it, and I think they expected ready made templates...