|
|
(#1)
|
|
(#2)
|
|
(#3)
|
|
|||
|
Re: change colors of categories -
06-06-2010, 07:11 PM
or in css
.app { color:#3BB9FF !important; } .game { color:#4CC417 !important; } .movie { color:#FF0000 !important; } .music { color:#FF00FF !important; } .tv { color:#FFFF00 !important; } .ebook { color:#005A86 !important; } .script { color: #FF6600; } .template { color:#D17B07 !important; } .other { color:#696A6E !important; } .xxx { color:#E2007F !important;} .mobile { color:#8D38C9 !important;} and when you want show <span class="<?=strtolower($dl['type'])?>"><?=ucfirst($dl['type'])?></span> |
| Bookmarks |
|
| Tags |
| categories, change, colors |
| Thread Tools | |
| Display Modes | |
|
|