Customize buttons for Search/darkplayer/etc.? |
![]() ![]() |
Customize buttons for Search/darkplayer/etc.? |
Nov 21 2004, 02:36 AM
Post
#1
|
|
![]() bio-degratable hands ![]() ![]() ![]() ![]() Group: Member Posts: 132 Joined: Jul 2004 Member No: 33,587 |
I want to change the color of the xanga search button and the play/stop buttons of my music player..is this possible?
|
|
|
|
Nov 21 2004, 02:41 AM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
yes. i think it's this:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> select{ color:#FFFFFF; background-color:#000000; font-family:arial; font-size:11px; } </style> <!-- end code provided by createblog.com --> If it's not tell me because I just searched it in my website stats. I knew i used the code |
|
|
|
Nov 21 2004, 02:46 AM
Post
#3
|
|
![]() bio-degratable hands ![]() ![]() ![]() ![]() Group: Member Posts: 132 Joined: Jul 2004 Member No: 33,587 |
QUOTE(Spiritedfreak @ Nov 21 2004, 2:41 AM) yes. i think it's this: CODE <!-- begin code provided by createblog.com --> <style type="text/css"> select{ color:#FFFFFF; background-color:#000000; font-family:arial; font-size:11px; } </style> <!-- end code provided by createblog.com --> If it's not tell me because I just searched it in my website stats. I knew i used the code hmm that part changes the little box that tells you what song is playing (so t/y!) but not the buttons o_O |
|
|
|
Nov 21 2004, 02:47 AM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
This i am sure of then.
CODE <!-- begin code provided by createblog.com -->
<style type=text/css> } input, select, textarea, .textfield, .button{ /* this edits buttons, drop down menus etc. */ border: 1px solid #FFFFFF; font:11px arial #000000; background-color: 000000; letter-spacing:0px; color:#FFFFFF; } button { background-color:transparent; border:0; width:12px; height:12px; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 21 2004, 02:54 AM
Post
#5
|
|
![]() bio-degratable hands ![]() ![]() ![]() ![]() Group: Member Posts: 132 Joined: Jul 2004 Member No: 33,587 |
yay, t/y so much!
|
|
|
|
![]() ![]() |